/* Hover Start ================================*/
a:hover,
a:focus,
button:hover,
button:focus {
  outline: none !important;
  text-decoration: none !important;
  transition: auto;
}

.input-control:hover,
.input-control:focus {
  background: #a5a3a3a8;
  transition: 0.7s all;
  color: #3a3939;
}

.input-control:hover::-moz-placeholder,
.input-control:focus::-moz-placeholder {
  color: #fff;
}

.input-control:hover::placeholder,
.input-control:focus::placeholder {
  color: #fff;
}

.input-control::-moz-placeholder {
  color: #848484;
}

.input-control::placeholder {
  color: #848484;
}

/* Hover End ================================*/
section {
  padding: 40px 0;
  position: relative;
  clear: both;
  scroll-behavior: smooth !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
btn {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  transition: 0.5s all;
}

.primary-color {
  color: #E91429;
  display: contents;
}

h1 {
  color: #fff;
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  padding: 0px;
  line-height: 41px;
  margin: 0;
  letter-spacing: -1px;
}

h2 {
  color: #30373D;
  font-size: 37px;
  margin: 0;
  line-height: 40px;
  letter-spacing: -1px;
}

ul li, p {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  color: #909090;
}
p a{
color:#E91429;
}

/*Mobile Screen viewport ================================*/
.mobile-screen {
  display: none;
}

#cross {
  display: none;
}

/*End Mobile Screene ================================*/

/* Poooosition fixed============================================================ */
.sticky-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  background: rgb(34 41 49);
  color: #fff;
  animation: header-animation 1s;
}

@keyframes header-animation {
  0% {
    transform: translateY(-106px);
  }

  100% {
    transform: translateY(0);
  }
}

/* Dropdown List Start */
.nav-bar ul.menu.dropdown {
  display: none;
}

header nav ul li.dropdown:hover .dropdown-menu,
.dropdown-menu-submenu {
  position: absolute;
  z-index: 100 !important;
  transform: scale(1);
  padding: 0;
  border: 0;
  top: 30px;
  left: -23px;
}

header nav ul li .dropdown-menu {
  display: block;
  margin: 0;
  border-radius: 3px;
  position: absolute;
  top: 300%;
  transform: scale(0);
  transition: .5s all;
  width: 300px;
  background: #e91429;
}

header nav ul li.dropdown {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a {
  padding: 8px 20px 8px 20px;
  margin: 0;
  z-index: 100 !important;
}

header nav ul li .dropdown-menu a:hover {
  position: relative;
  visibility: visible;
  z-index: 100 !important;
  background: rgb(34 41 49) !important;
  color: #fff !important;
}

header nav ul li .dropdown-menu a:hover::before,
.dropdown-menu-submenu a:hover::before {
  display: none;
}

.nav-bar ul.menu a.dropdown-item.active::before {
  bottom: 0;
}

/* Submenu Dropdown start*/
.dropdown-menu-submenu {
  display: none;
  position: absolute;
  top: 0px;
  left: 100%;
}

.submenu-list:hover .dropdown-menu-submenu {
  display: block;
  background: rgb(159 5 20);
}

/* Submenu Dropdown end*/
.nav-bar ul.menu li a.dropdown-item:hover, .nav-bar ul.menu li a.dropdown-item.active, .nav-bar ul.menu li a.dropdown-item:focus {
    background: rgb(34 41 49);
    color: #fff;
}
/* Dropdown List end*/
.nav-bar {
  padding:0;
}
.top-bar {
  padding:10px 0;
}

.nav-bar ul.menu {
  position: relative;
  text-align: right;
}

.top-bar ul.menu li,.nav-bar ul.menu li {
  display: inline-block;
  padding: 0 20px;
  text-align: left;
}

.nav-bar ul.menu li a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  transition: 0.5s all;
}
.top-bar ul.menu li a {
  color: #fff;
  font-size: 15px;
}

.top-bar ul.menu li a span {
  padding-left: 20px;
  line-height: 18px;
  color: #E91429;
  font-weight: 600;
}

.nav-bar ul.menu li a:hover,
.nav-bar ul.menu li a.active,
.nav-bar ul.menu li a:focus {
  color: #E91429;
  background: none;
}

button:hover,
button:focus {
  color: #E91429;
  background: none;
}

.btn-red,
.btn.btn-black-border,
.btn-white-border {
  background: none;
  color: #000 !important;
  border-radius: 5px;
  font-family: 'Poppins';
  margin-right: 10px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s all;
  border: 1px solid #000;
}

.btn-white-border {
  color: #fff !important;
  border-color: #fff;
}

.btn-white-border:hover,
.btn.btn-black-border:hover {
  color: #fff !important;
  background: linear-gradient(-90deg, #000 10%, #ccc 100%) !important;
  transition: 0.5s all;
}

.btn-red {
  color: #fff !important;
  background: #E91429 !important;
  border: 1px solid #E91429 !important;
}

.btn-red:hover {
  background: linear-gradient(90deg, #a50f0a 50%, #da3525 100%) !important;
}

header {
  background: transparent;
  position: relative;
  z-index: 2;
}

.nav-bar ul li a img {
  max-width: 60%;
}

.nav-bar ul li a.active::before {
  content: "";
  height: 2px;
  background: #cc3f31;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
  width: 100%;
  animation: fill 1s forwards;
  color: #606060 !important;
}

.nav-bar ul li a::before {
  content: "";
  width: 0;
  height: 2px;
  background: #cc3f31;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  transition: width 0.5s !important;
}

.logo img {
  max-width: 50%;
}

.nav-bar .nav-btns {
  display: inline-block;
  text-align: end;
}
.main-banner .get-started-form.main-form {
  width: 90%;
  margin: auto;
}
/* Form ================================*/
.get-started-form form p {
  padding-bottom: 5px;
  color: #6C6C6C;
  font-size: 14px;
}

.get-started-form form p span {
  font-weight: 700;
}

.input-control {
  margin: 7px 0;
  font: -webkit-control;
  padding: 10px 15px;
  width: 100%;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  font-size: 14px;
  color: #3a3939;
  background: #EBEBEB;
  border: 1px solid #fff;
  outline: 0;
  border-radius: 4px;
}

textarea.input-control.form-control {
  margin: 7px 0 !important;
  width: 100%;
  height: 40px;
  padding: 7px 15px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  border-radius: 5px;
  resize: none;
}

.get-started-form form {
  padding: 40px 30px 30px;
  position: relative;
  background: #fff;
  border-radius: 15px;
}

/* Validation ================================*/
input.required.error,
textarea.required.error,
select.required.error {
  border: 1.5px solid red !important;
}

label.error {
  display: none !important;
}

/*End Form  =============================*/
a#goto-top {
  position: fixed;
  bottom: 70px;
  right: 30px;
  background: linear-gradient(180deg, rgba(41, 171, 225, 0.6196078431) 0%, #1f7ca9 100%);
  background: #9f0b07;
  color: #fff;
  width: 46px;
  height: 46px;
  font-size: 22px;
  border-radius: 50px;
  z-index: 999;
  transition: 0.5s all !important;
  opacity: 0;
  visibility: hidden;
}

a#goto-top i {
  padding-bottom: 3px;
  font-weight: 600;
}

a#goto-top.show {
  opacity: 1;
  visibility: visible;
}

a#goto-top:hover {
  transform: scale(1.2);
}

/* Footer */
footer {
  position: relative;
  padding: 90px 0 0px;
  background: linear-gradient(-164deg, #121212 60%, #E91429 100%) !important;
  color: #fff;
}

footer ul.menu {display: flex;align-items: baseline;}

footer ul.menu li i,footer .manu li i {
    background: #E91429;
    margin: 0 5px;
    border-radius: 120px;
    width: 30px;
    height: 30px;
    padding: 6px 0 0 7px;
}
footer ul.manu li i {
    margin: 0 2px 0 0;
    padding: 6px 0 0 7px;
    width: 26px;
    height: 26px;
}

footer ul.manu li a {
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0px;
    transition: 0.5s all;
    vertical-align: sub;
}
footer ul.manu li .mailing-add {
    width: 80%;
    display: inline-block;
    line-height: 17px;
}
footer ul li a.active,
footer ul li a:hover {
  color: #E91429 !important;
}

footer ul li a i {
  color: #ffffff;
  margin-right: 10px;
}

.copyright {
  padding: 10px 0 20px;
  margin-top: 30px;
  position: relative;
}

.copyright ul.menu li a {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.copyright p,
.copyright a {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 10px 0;
}

/* Footer end */
.main-banner {
  background: url("../images/banner.webp") no-repeat;
  margin-top: -180px;
  padding: 240px 0 100px;
  background-size: 100% 100%;
}
.inner-banner {
  background: url("../images/inner-banner.webp") no-repeat;
  background-size: cover;
}
.contact {
    padding: 170px 0;
}
.audio-book::before,
.graph::before {
  content: "";
  background: #DD1423;
  box-shadow: 20px 20px 100px 150px #dd1423d1;
  width: 250px;
  height: 350px;
  opacity: 0.3;
  filter: blur(20px);
  position: absolute;
  border-radius: 50%;
  left: -160px;
  bottom: 0;
}

.audio-book .container,
.how-works .container,
.audio-book .elipse,
.graph .container,
.phones .container,
.client-test {
  position: relative;
}

.audio-book .container:before,
.how-works .container:before {
  content: "";
  position: absolute;
  left: -150px;
  top: 70px;
  background: url("../images/audio-before.webp") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 50px;
  animation: headShake 4s linear infinite;
  -webkit-animation: headShake 3s linear infinite;
  -moz-animation: headShake 3s linear infinite;
}

.audio-book .container:after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  background: url("../images/audio-after.webp") no-repeat;
  background-size: contain;
  width: 100px;
  height: 60px;
  animation: swing 2s linear infinite;
  -webkit-animation: swing 2s linear infinite;
  -moz-animation: swing 2s linear infinite;
}

.audio-book .elipse:before {
  content: "";
  position: absolute;
  bottom: -100px;
  right: 0;
  background: url("../images/audio-elipse.webp") no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
  animation: swing 2s linear infinite;
  -webkit-animation: swing 2s linear infinite;
  -moz-animation: swing 2s linear infinite;
}

.audio-book .audio-img {
  position: relative;
}

.audio-book .audio-img .audio-img-content {
  position: absolute;
  width: 250px;
  height: auto;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0 0px 4px #ccc;
  left: -70px;
  top: 120px;
  border-radius: 20px;
  text-align: justify;
}

.audio-book .audio-img .audio-img-content .menu li {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
  list-style:none;
}

.audio-book .audio-img .audio-img-content .menu li p {
  font-size: 12px;
  text-align: left;
  line-height: 17px;
  padding: 10px 0;
}

.audio-book .audio-img .audio-img-content .menu li p::first-letter {
  font-size: 30px;
}

.audio-book .audio-img .audio-img-audio {
  position: absolute;
  width: auto;
  height: auto;
  background: #fff;
  padding: 20px 10px;
  box-shadow: 0 0px 4px #ccc;
  right: -30px;
  bottom: 10px;
  border-radius: 20px;
  text-align: justify;
}

.how-works::before {
  content: "";
  background: url('../images/work-after.webp') no-repeat;
  position: absolute;
  top: 130px;
  right: 5px;
  height: 50px;
  width: 100px;
  animation: headShake 2s linear infinite;
  -webkit-animation: headShake 2s linear infinite;
  -moz-animation: headShake 2s linear infinite;
}

.how-works::after {
  content: "";
  background: #DD1423;
  box-shadow: 20px 20px 100px 150px #dd1423d1;
  width: 20px;
  height: 350px;
  opacity: 0.3;
  filter: blur(20px);
  position: absolute;
  border-radius: 50%;
  right: 0px;
  bottom: 0;
}

.how-works .container:before {
  background: url('../images/work-before.webp') no-repeat;
  height: 120px;
  width: 80px;
  left: -80px;
  top: 60%;
  animation: hinge 4s linear infinite;
  -webkit-animation: hinge 4s linear infinite;
  -moz-animation: hinge 4s linear infinite;
}

.how-works .works-content {
  padding: 40px 30px;
  background: #30373D;
  border-radius: 20px;
  height: 320px;
  transition: 0.5s all;
}

.how-works .works-content img {
  max-width: 15%;
}

.how-works .works-content h3 {
  color: #fff;
  font-size: 24px;
  padding: 20px 0;
  line-height: 28px;
  font-weight: 500;
}

.how-works .works-content:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.works-content.work-reddish {
  background: #e91429;
}

.audio-publishing {
  background: #30373D;
}

.audio-parent {
  background: #434B52;
  padding: 21px;
  border-radius: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.audio-pub-img img {
  border-radius: 15px;
  max-width: 80% !important;
}
.how-works,.graph,.phones {
    overflow: hidden;
}
audio {
  height: 40px;
}

.logo-slider img {
  max-width: 60% !important;
}

.graph .container:before {
  content: "";
  position: absolute;
  left: -100px;
  top: 101px;
  background: url("../images/graph-before.webp") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 80px;
  animation: tada 2s linear infinite;
  -webkit-animation: tada 2s linear infinite;
  -moz-animation: tada 2s linear infinite;
}

.phones .circle {
  position: relative;
}

.phones .circle:after {
  content: "";
  position: absolute;
  right: -40px;
  top: -100px;
  background: linear-gradient(90deg, #e9142900 0%, #e914290a 0%);
  background-size: 100%;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  z-index: -1;
}

.phones .container:after {
  content: "";
  position: absolute;
  right: -150px;
  top: 0px;
  background: url("../images/audio-before.webp") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 80px;
  animation: headShake 2s linear infinite;
  -webkit-animation: headShake 2s linear infinite;
  -moz-animation: headShake 2s linear infinite;
}

.phones .container:before {
  content: "";
  position: absolute;
  left: -150px;
  bottom: 0px;
  border: 8px solid #E91429;
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  border-left: 0;
  width: 30px;
  height: 60px;
  animation: swing 2s linear infinite;
  -webkit-animation: swing 2s linear infinite;
  -moz-animation: swing 2s linear infinite;
}

.cta {
  padding: 60px 0;
  background: #E91429;
  text-align: center;
  width: 70%;
  margin: auto;
  border-radius: 30px;
  z-index: 1;
  margin-top: 50px;
}

.cta .btn-black-border, .signup-form .btn-black-border {
  background: #30373D;
  color: #fff !important;
}

.client-test:before {
  content: "";
  position: absolute;
  left: -80px;
  top: -100px;
  background: url('../images/quote.webp') no-repeat;
  width: 300px;
  height: 200px;
  background-size: 70%;
}

.testimonials {
  background: #EBEBEB;
  padding: 200px 0 60px;
  margin-top: -120px;
  z-index: 0;
}

.testimonials .c-feed {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #C7C7C7;
  height: 310px;
}

.testimonials .c-feed p {
  padding-bottom: 20px;
  font-size: 16px;
}

.testimonials .c-feed .author-info {
  display: flex;
  align-items: center;
}

.testimonials .c-feed .author-info li {
  padding-right: 10px;
}

.testimonials .c-feed .author-info li p {
  font-size: 12px;
  padding: 0;
}

/* Frequenctly ASk Question*/

.faq-sec .card-header {
  background: none;
  border: none;
  outline: none !important;
  padding: 10px 0px;
}

.faq-sec .card-header a {
  display: block;
  font-size: 15px;
  color: #909090;
  font-weight: 500;
  padding: 6px 0px;
}

.faq-sec .card {
  border-radius: 10px;
  border: none;
  border-bottom: 1px solid #D3D3D3;
  box-shadow: -1.216px 6.894px 15px 0 rgba(37, 117, 252, .2);
  line-height: 24px;
  padding: 0 15px;
  margin: 0 3px 15px;
  width: 100%;
  display: inline-block;
}

.faq-sec .card-body {
  padding: 0 25px 20px;
}

.faq-sec .card-header a.card-link.collapsed:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  color: #DD1423;
  top: 20px;
}

.faq-sec .card-header a.card-link:after {
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 20px;
  color: #DD1423;
}

.faq-sec .card-body p {
  color: #1E1E1E;
  font-size: 14px;
}


/* End FQs */

.signup {
    background: #E91429;
    padding: 60px 0;
}
.signup-form .input-control {
    width: 30%;
}
.owl-dot.active span,
.owl-dot:hover span {
  background: #E91429 !important;
}

.owl-theme .owl-dots {
  margin-top: 30px !important;
}
.audible-amazon img {box-shadow: 10px 15px 0px #e91429; border-radius: 20px 0 20px 0px;}
.audio-book .menu li, .audible .menu li {
  color: #909090;
  list-style: disc;
  margin-left: 20px;
  padding: 5px 0;
  font-family: 'Poppins';
}
.terms ul li.pl-5{
  list-style: none;
}
.terms h3 {
  padding: 10px 0;
font-size: 22px;
}
.terms h2 {
    font-size: 25px;
    font-weight:600;
    padding: 5px 0;
}
.terms ul li a {
  color: #E91429;
}
.blog-content img {
  max-width: 100%;
  transition: 0.5s all;
}
.blog-content .self-pub {
  padding: 0px;
  box-shadow: 1px 1px 10px #ccc;
  border-radius:10px;
}
.blog-content .self-pub h5 {
  padding: 10px;
  font-size: 17px;
  color:#30373D;
}
.blog-content h2,.blog-content h3,.blog-content h4,.blog-content p {
  padding: 5px 0;
}

.list-item li {
  list-style: disc;
  margin-left: 17px;
}