@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&display=swap');

* {
  box-sizing: border-box
}

a,a.active,a:active,a:focus,a:hover {
  text-decoration: none;
  cursor: pointer
}

*,:after,:before,ul.c-list li:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

body,html,select {
  scrollbar-color: rgba(var(--clr-2),1) transparent
}

body,html {
  scroll-behavior: smooth
}

body,select {
  scrollbar-width: 8px
}

html,select {
  scrollbar-width: thin
}

::-webkit-scrollbar {
  width: 8px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-image: linear-gradient(rgba(var(--clr-2),1),rgba(var(--clr-2),1))
}

::-moz-selection {
  color: rgba(var(--clr-1),1);
  background: rgba(var(--dark-color),1)
}

::selection {
  color: rgba(var(--clr-1),1);
  background: rgba(var(--dark-color),1)
}

html {
  scroll-snap-type: y mandatory
}

body {
  margin: 0;
  right: 0;
  -webkit-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out;
  -webkit-overflow-scrolling: touch;
  font-family: Poppins,sans-serif;
  line-height: 1.5;
  color: rgba(var(--dark-color),1)!important;
  background: rgba(var(--light-color),1);
  overflow-x: hidden;
  font-size: 15px
}

header {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999;
  background: black;
}

footer,section {
  overflow-x: hidden;
  overflow-y: clip
}

:after,:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

a {
  outline: 0;
  color: inherit
}

a.active,a:active,a:focus,a:hover {
  color: rgba(var(--clr-1),1)!important;
  outline: 0!important
}

audio,img,video {
  max-width: 100%;
  height: auto
}

.fw-700,b,strong {
  font-weight: 700
}

.heading,h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-family: "Bodoni Moda",serif;
  line-height: 1.5;
  transition: .8s;
  text-transform: capitalize;
  font-optical-sizing: none;
  letter-spacing: -2.5px
}

.f-55 {
  font-size: 55px
}

.f-40 {
  font-size: 40px
}

.f-34 {
  font-size: 34px
}

.f-24 {
  font-size: 24px;
  letter-spacing: -1px
}

.f-18 {
  font-size: 18px;
  letter-spacing: -1px
}

.clr-1,.drop-down:hover .a,.iti__dial-code {
  color: rgba(var(--clr-1),1)
}

.clr-2 {
  color: rgba(var(--clr-2),1)
}

.clr-l {
  color: rgba(var(--light-color),1)!important
}

.bg-1 {
  background: rgba(var(--clr-1),1)
}

.bg-2 {
  background: rgba(var(--clr-2),1)
}

.bg-l {
  background: rgba(var(--light-color),1);
  border-radius: 50px
}

.bg-g {
  background: linear-gradient(130deg ,rgba(var(--dark-color),1),rgba(var(--clr-1),1),rgba(var(--clr-2),1))
}

.bg-d,.bg-d select option {
  background: rgba(var(--dark-color),1)
}

.bg-2-l {
  background: rgba(var(--clr-2),.24)
}

.bg-light {
  background: #eee!important
}

.btn,button:not(.slick-arrow) {
  display: block;
  height: 50px;
  border-radius: 5px;
  background: linear-gradient(to right,rgba(var(--clr-1),1) 35%,rgba(var(--clr-2),1) 100%);
  padding: 0 25px 0 40px;
  color: rgba(var(--light-color),1) !important;
  box-shadow: 1px 2px 1px -1px rgba(var(--dark-color),1);
  transition: background .2s ease-in-out;
  position: relative;
  border: none!important
}

.btn-2,button.btn-2 {
  background: linear-gradient(to right,rgba(var(--light-color),1) 35%,rgba(var(--clr-2),1) 100%);
  color: rgba(var(--dark-color),1)!important
}

button:not(.slick-arrow):before {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 13px;
  right: 7px;
  width: 75%;
  top: 0;
  box-shadow: 0 15px 10px #777;
  transform: rotate(4deg);
  transition: 150ms ease-in-out
}

.btn.active,.btn:hover,button.active,button:not(.slick-arrow):hover {
  background: linear-gradient(to right,rgba(var(--clr-1),1) 0,rgba(var(--clr-2),1) 100%);
  color: rgba(var(--light-color),1)!important
}

.btn.active.btn-2,.btn.btn-2:hover,button.btn-2.active,button.btn-2:hover {
  background: linear-gradient(to right,rgba(var(--light-color),1) 0,rgba(var(--clr-2),1) 100%)
}

.bg-2 .btn,.bg-2 .btn.active,.bg-2 .btn:hover,.bg-2 .icon,.bg-2 button,.bg-2 button.active,.bg-2 ,.accordion-button:not(.collapsed) {
  background: rgba(var(--clr-1),1)!important;
  border-color: rgba(var(--light-color),1)!important
}

.btn.active::before,.btn:hover::before,button.active::before,button:hover::before {
  transform: rotate(0);
  bottom: 20px;
  z-index: -10
}

button .circle {
  position: absolute;
  top: 12px;
  left: 10px;
  border-radius: 50%;
  box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.5),inset 0 0 0 25px rgba(var(--light-color),1);
  width: 20px;
  height: 20px;
  display: inline-block
}

.btn-2 .circle,button.btn-2 .circle {
  box-shadow: inset 1px 1px 1px 0 rgba(0,0,0,.5),inset 0 0 0 25px rgba(var(--clr-1),1)
}

.slick-next:before,.slick-prev:before {
  color: rgba(var(--dark-color),1)
}

.form-control:focus,.iti input:focus .iti__selected-dial-code,input:focus {
  color: rgba(var(--dark-color),1)!important
}

.bg-2 .btn.active,.bg-2 .btn:hover,.bg-2 button.active,.bg-2 button:hover {
  border-radius: 0 10px!important
}

.form-control,input,select,select input {
  background: rgba(var(--clr-2),.5);
  color: inherit!important;
  border: 1px solid rgba(var(--light-color),1)!important;
  padding: 13px 20px!important;
  box-shadow: unset!important;
  transition-duration: .8s;
  height: auto!important;
  border-radius: 10px!important;
  overflow: hidden
}

.bg-d select option,.c-list li:before,.icon {
  color: rgba(var(--light-color),1)
}

.bg {
  background-attachment: fixed;
  background-size: cover;
  background-position: center
}

.form-control:focus,input:focus {
  outline: 0;
  background: rgba(var(--clr-2),1);
  border: 1px solid rgba(var(--clr-1),1);
  box-shadow: none
}

.form-control::placeholder,input::placeholder {
  color: rgba(var(--dark-color),1);
  opacity: 1
}

input.phone,input[name=phone] {
  padding-left: 75px!important
}

.iti {
  display: block!important;
  width: 100%!important
}

.icona:hover .icon,.iti__country-list {
  background: rgba(var(--clr-2),1)!important;
  border-color: rgba(var(--clr-2),1)!important
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(var(--clr-3),.8);
  border-radius: 25px 0 0 25px
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

input[type=number] {
  -moz-appearance: textfield
}

label.h {
  z-index: -999999999
}

input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,textarea {
  font-size: 16px
}

.icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(var(--clr-1),1);
  background: rgba(var(--clr-2),1)
}

.box .pin,.genere-icon {
  display: block;
  object-position: center
}

.overlay {
  /* background: linear-gradient(130deg ,rgba(var(--dark-color),.8) ,rgba(var(--clr-1),.5) ,rgba(var(--clr-2),0)); */
}

.banner,.content {
  background-size: cover
}

.banner .top-tape,.top-tape {
  width: 20%;
  background-color: #e9e2bf;
  border-right: 1px dotted #e9e2bf;
  border-left: 1px dotted #e9e2bf;
  opacity: .8;
  transform: translateX(-50%) rotate(-3deg);
  right: 50%;
  left: 50%
}

.banner,.content,.cta {
  background-repeat: no-repeat
}

@supports (-moz-appearance: none) {
  SELECT {
      -moz-appearance:none!important;
      background: url(data:image/gif; base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat!important;
      background-position: calc(100% - 5px) center!important
  }
}

.c-list li {
  position: relative;
  padding: 10px 0 10px 35px
}

.c-list li:before {
  background: rgba(var(--clr-1),1);
  display: flex;
  content: "\e903";
  font-family: icomoon;
  left: 5px;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  padding: 2px;
  position: absolute;
  font-size: 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(var(--clr-2),1)
}

.banner {
  background-position: center
}

.banner video {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: top left
}

.top-img {
  filter: drop-shadow(30px 10px 4px rgba(var(--dark-color), .3));
  margin-top: -10px
}

.banner .top-img {
  height: 200px;
  object-fit: cover;
  margin-top: 0
}

.box .pin,.gallery img,.genere-icon,.nav-icons {
  object-fit: contain
}

.bottom-img {
  margin-bottom: -10px;
  filter: drop-shadow(-30px -10px 4px rgba(var(--dark-color), .3))
}

.content {
  background-position: bottom;
  z-index: 9;
  filter: drop-shadow(0 3px 28px rgba(var(--dark-color), .16))
}

.top-tape {
  position: absolute;
  height: 14px;
  top: -7px
}

.banner .top-tape {
  position: absolute;
  height: 50px;
  top: -25px
}

.platforms .slider img {
  height: 36px;
  width: 80%;
  object-fit: contain;
  object-position: center
}

.box {
  background-color: #004c6d45;
  box-shadow: 5px 5px 10px -2px rgba(33,33,33,.3);
  transform: rotate(.5deg);
  transform: skew(-.5deg,.5deg) transition: transform .15s;
  z-index: 1;
  border-radius: 20px;
  padding: 0 20px 20px
}

.box .pin {
  height: 25px;
  width: 25px;
  margin: 0 auto
}

.genere-icon {
  height: 40px;
  width: 40px;
  margin: 20px auto
}

.cta {
  background-size: 1373.62px;
  background-position: center;
  z-index: 9
}

.gallery {
  width: 100%;
  height: 280px;
  overflow: hidden
}

.gallery img {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 3px 6px rgba(var(--dark-color),.3))
}

.drop-down-cont {
  position: absolute;
  top: 90%;
  background: rgba(var(--light-color),1);
  width: 480px;
  left: 0;
  transform: translateY(10px);
  border-radius: 20px 0;
  box-shadow: 0 0 36px rgba(var(--dark-color),.3);
  max-height: 0;
  transition: max-height .8s ease-out;
  overflow: hidden
}

.drop-down:hover .drop-down-cont {
  max-height: 100vh
}

.nav-icons {
  width: 20px;
  height: 20px;
  object-position: center
}

.ban-side {
  margin-bottom: -80px
}

.modal-content {
  background-color: #0000
}

button.btn-close {
  background: red;
  box-shadow: unset;
  position: absolute;
  padding: 0;
  font-size: 24px;
  right: 5px;
  top: 5px;
  opacity: 1;
  line-height: 1;
  height: auto;
  z-index: 9999999
}

button.btn-close::before {
  display: none
}

.story {
  width: 8.5vw;
  height: 12vw;
  overflow: hidden;
  display: block;
}

.story img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0.5;
  transition: 0.8s;
  filter: drop-shadow(2px 2px 10px rgba(var(--dark-color), 0.2));
}

.story:hover img {
  opacity: 1;
}

.books {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 1;
}

.banner {
  z-index: 1;
}

.animatedPing {
  overflow: hidden;
  position: relative !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(.4,0,.2,1) !important;
  transition-duration: 300ms !important;
  &:before {
      position: absolute !important;
      content: "" !important;
      display: inline-block;
      top: -180px !important;
      left: 0;
      width: 30px !important;
      height: 100%;
      background-color: #fff;
      animation: ping 3s ease-in-out infinite;
  }
}

@keyframes ping {
  0% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: 0;
  }

  80% {
      -webkit-transform: scale(0) rotate(45deg);
      opacity: .5;
  }

  81% {
      -webkit-transform: scale(4) rotate(45deg);
      opacity: 1;
  }

  100% {
      -webkit-transform: scale(50) rotate(45deg);
      opacity: 0;
  }
}

.chat {
  cursor: pointer;
}

.chat2 {
  position: relative;
  animation: jittery 4s infinite;
}

@keyframes jittery {
  5%, 50% {
      transform: scale(1);
  }

  10% {
      transform: scale(0.9);
  }

  15% {
      transform: scale(1.15);
  }

  20% {
      transform: scale(1.15) rotate(-5deg);
  }

  25% {
      transform: scale(1.15) rotate(5deg);
  }

  30% {
      transform: scale(1.15) rotate(-3deg);
  }

  35% {
      transform: scale(1.15) rotate(2deg);
  }

  40% {
      transform: scale(1.15) rotate(0);
  }
}

.storybox {
  position: sticky;
  top: 0;
  z-index: 2;
}

.storybox img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  filter: drop-shadow(2px 2px 10px rgba(var(--dark-color), 0.2));
}

.storybox .content {
  height: 550px;
}

img.lozad {
  visibility: hidden;
}

img.lozad[data-loaded="true"] {
  visibility: visible;
}

img.lozad.faqleft, img.lozad.faqright {
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -1;
  width: 450px;
  height: 450px;
  object-fit: contain;
}

img.lozad.faqleft {
  left: 0;
  bottom: 13%;
  top: auto;
}

.accordion-button::before,.accordion-button::after {
  display: none;
}

@media screen and (min-width: 769px) {
  .storybox:nth-child(even) .row {
      flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1367px) {
  .f-55 {
      font-size:50px
  }

  .icon {
      font-size: 10px;
      width: 30px;
      height: 30px
  }

  .f-40 {
      font-size: 34px
  }

  body {
      font-size: 14px
  }

  .f-24 {
      font-size: 22px
  }
}

@media screen and (max-width: 1181px) {
  .f-18 {
      font-size:16px
  }

  .f-55 {
      font-size: 45px
  }

  .f-34,.f-40 {
      font-size: 32px
  }

  .f-24 {
      font-size: 20px
  }

  .slick-next {
      right: 0
  }

  .slick-prev {
      left: 0
  }
}

@media screen and (max-width: 992px) {
  .f-18 {
      font-size:14px
  }

  img.logo {
      object-position: center
  }
}

@media screen and (max-width: 576px) {
  .nav-bar {
      background:rgba(var(--clr-2),1);
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      transform: translateX(200%);
      z-index: 99999999;
      transition: .8s;
      padding-left: 20px;
      padding-right: 20px;
      color: rgba(var(--light-color),1);
      overflow-y: scroll
  }

  .nav-bar li:not(.drop-down-cont li) {
      margin: 20px auto
  }

  .nav-bar.active {
      transform: translateX(0)
  }

  .banner .top-img {
      height: 150px
  }

  .drop-down-cont {
      height: auto!important;
      max-height: unset!important;
      background: 0 0;
      padding: 0 0 0 10px;
      position: relative;
      top: 0;
      right: 0;
      left: 0;
      transform: translate(0);
      border-radius: unset;
      width: auto;
      box-shadow: none
  }

  .drop-down-cont li {
      padding-top: 10px
  }

  .f-55 {
      font-size: 40px
  }

  .f-40 {
      font-size: 30px
  }

  .f-34 {
      font-size: 28px
  }

  .reviews-silder .item.slick-slide {
      opacity: 1;
      transform: scale(1)!important
  }

  .reviews-silder .slick-list.draggable {
      margin-bottom: 0;
      margin-top: 0
  }

  .storybox .content {
      height: 90vh;
  }

  .storybox img {
      width: 100%;
      height: 200px;
  }
}

@media screen and (max-width: 431px) {
  body {
      font-size:12px
  }
}

@media screen and (max-width: 391px) {
  .icon {
      height:30px;
      width: 30px
  }
}

@media(max-width: 767px) {
  .cta {
      background-size: cover;
      background-position: top center;
  }
}

#cookie-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 9999;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.3);

  opacity: 1;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

#cookie-footer.hide {
  opacity: 0;
  transform: translateY(100%);
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cookie-buttons label {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.cookie-buttons button {
  background: #00d9d2;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: bold;
}

.custom-cookie-bar {
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: #1e1e1e;
  color: #fff;
  width: 90%;
  max-width: 900px;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.cookie-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.cookie-content a {
  color: #c40511;
  text-decoration: none;
}

.cookie-content a:hover {
  text-decoration: underline;
}

.cookie-close {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 4px 10px;
  cursor: pointer;
  border-radius: 4px;
  font-size: 14px;
}

.cookie-close:hover {
  background: #c40511;
  border-color: #c40511;
  color: #000;
}
#cookieBar {
  display: none;
}


.service-box{
    text-align:center;
    background:#efebea;
    width:100%;
    border-radius:20px;
    padding-bottom:90px;
    margin-bottom:25px;
    position:relative;
    overflow:hidden;
}

.service-img{
    height:320px;
}

.service-img img{
    height: 100%;
    width: 75%;
    object-fit:cover;
}

.service-content{
    position:absolute;
    bottom: -80%;
    height:100%;
    width:100%;
    left:0;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    padding:0 50px;
    transition:.4s ease-in-out;
    z-index:1;
}

.service-content::after{
    content:"";
    position:absolute;
    inset:0;
    opacity:0;
    transition:.6s ease-in-out;
    z-index:-1;
    background: linear-gradient(90deg, #004b6c 0%, #2a8497 100%);
}

.service-box:hover .service-content{
    bottom:0;
    color:#fff;
}

.service-box:hover .service-content::after{
    opacity:1;
}

.service-content div,
.service-content p{
    transition:.3s ease-in-out;
}

.service-box:hover .service-content div,
.service-box:hover .service-content p{
    color:#fff;
    margin-bottom: 10px;
    font-size: 20px;
}


.connect-img{
    position:relative;
}


.free-img{
    height:115px;
    width:115px;
    position:absolute;
    bottom:-79px;
    left:50px;
    z-index:99;
}


.cover-1{
    animation:3.5s ease-in-out infinite float;
}

.cover-2{
    animation:4s ease-in-out infinite float;
}

.cover-3{
    animation:4.5s ease-in-out infinite float;
}


.connect-img .cover-3{
    position:absolute;
    right:250px;
    bottom:-100px;
}


@keyframes float{

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

50%{
    transform:translateY(-15px);
}

}


.connect-sec{
    background-image: url("assets/img/banner-bgee.webp");
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
}

@media (min-width: 992px){ 
  .col-lg-6 { 
    flex: 0 0 auto; 
    width: 50%;
  } 
}    

.drop-down{
    position:relative;
}


.drop-down-cont{
    position:absolute;
    top: 60%;
    left:0;
    width: 280px;
    background:#fff;
    padding: 2px;
    border-radius:5px;
    z-index:999;
    display:none;
}


.drop-down:hover .drop-down-cont{
    display:block;
}


.mega-menu{
    display:flex;
    gap:30px;
}


.menu-col{
    width:33.33%;
}


.menu-col h5{
    font-size:18px;
    font-weight:700;
    margin-bottom:10px;
    color:#111;
}


.menu-col a{
    display:block;
    color:#111;
    font-size:15px;
    padding:7px 0;
    text-decoration:none;
}


.menu-col a:hover{
    color:#26565e;
}


.audio-title{
    margin-top:20px;
}


.author-form{
    background: #444444;
    border-radius:30px;
    padding:0 30px 40px;
    max-width: 437px;
    margin:auto;
    position:relative;
    overflow:hidden;
    margin-top: 130px;
    padding-bottom:80px;
    height: 717px;
    margin-bottom: 50px;
}


.form-title{
    background: linear-gradient(to right,rgba(var(--clr-1),1) 35%,rgba(var(--clr-2),1) 100%);
    color:#fff;
    text-align:center;
    font-size: 20px;
    font-weight:700;
    padding:18px;
    border-radius:0 0 40px 40px;
    margin: 0 -32px -15px;
}


.offer-title{
    background: #020202;
    color:#fff;
    text-align:center;
    font-size: 21px;
    font-weight:700;
    padding: 12px;
    border-radius:0 0 35px 35px;
    margin: 0px -28px 16px;
}


.offer-title span{
    color:#2d5d76;
    animation: blink-offer 1s infinite;
}


@keyframes blink-offer{

    0%,100%{
        opacity:1;
    }

    50%{
        opacity:0;
    }

}



.author-form input,
.author-form textarea{

    width:100%;
    padding:15px;
    margin-bottom:12px;
    border:none;
    border-radius:5px;
    font-size:15px;
}


.author-form textarea{
    height:90px;
    resize:none;
}



.author-form button{

width:100%;

background: linear-gradient(to right,rgba(var(--clr-1),1) 35%,rgba(var(--clr-2),1) 100%);

color:white;

border:none;

padding:16px;

border-radius:8px;

font-size:18px;

font-weight:700;

cursor:pointer;
}


.author-form button:hover{
    background:#719294;
}


.form-books{

    margin-top:35px;
    background:#2d5d76;
    border-radius:40px 40px 0 0;
    text-align:center;
}


.form-books img{

    width:90%;
    margin-top:-20px;

}

.cta{
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
    min-height:600px;
}

.sides{
  font-size: 30px;
  font-weight: 700
}
header li a {
  color: #ffff !important;
}
.img-sec{
  padding: 0 !important;
}
section{
  padding: 50px;
}
.main{
  padding: 0 !important;
}


.drop-down ul li a {
  color: #000000 !important;
}


.my-story-section { 
    background: url("https://www.usbookspublisher.com/lp/book-publishing-services/assets/images/bg-story.webp") no-repeat;
    background-size: cover;
    padding: 280px 0 150px;
    margin-top: -130px;
}

.my-story-section .story-head{
    margin-bottom:120px;
}

.story-info-box{
    padding-left:50px;
    position:relative;
    z-index:1;
    margin-bottom:90px;
}

.story-info-box:before,
.story-info-box:after{
    position:absolute;
    content:"";
    left:30px;
    top:0;
    width:1px;
    height:140px;
    background:#989898;
}

.story-info-box:after{
    width:180px;
    height:1px;
    left:-10px;
    top:40px;
}

.story-info-box span{
    color:#d42b2f;
    font-weight:500;
    position:absolute;
    left:-5px;
    top:5px;
}

.story-info-box h6{
    color:#edeefe;
    font-size:1.875rem;
    margin-bottom:18px;
}

.story-info-box p{
    color:#fff;
    font-size:1.125rem;
    width:85%;
}

.book-process-section{
       background: url(../img/bg-story.webp) no-repeat;
    background-size: cover;
    padding: 280px 0 150px;
    margin-top: -130px;
}


.book-process-head h5{
    color:#fff;
    border-bottom:1px solid rgba(255,255,255,.4);
    padding-bottom:15px;
    display:flex;
    align-items:center;
    gap:15px;
    font-size:20px;
}


.book-process-head h5 img{
    width:22px;
    filter:brightness(0) invert(1);
}


.book-process-head h2{
    color:#fff;
    font-size:45px;
    font-weight:700;
    margin:40px 0 70px;
}


.book-step{
    display:flex;
    gap:20px;
    position:relative;
    margin-bottom:70px;
}


.book-step span{
    color:#ff3b3b;
    font-size:14px;
    font-weight:600;
    min-width:25px;
}


.book-step:before{
    content:"";
    position:absolute;
    left:30px;
    top:0;
    width:1px;
    height:95px;
    background:#aaa;
}


.book-step h6{
    color:#fff;
    font-size:24px;
    margin-bottom:15px;
}


.book-step p{
    color:#fff;
    font-size:16px;
    line-height:1.5;
    max-width:280px;
}


@media(max-width:767px){

.book-process-head h2{
    font-size:30px;
}

.book-step{
    margin-bottom:40px;
}

}

.our-best { 
    background: linear-gradient(87deg, #000000ab 0%, rgb(56 53 53 / 24%) 100%), url(https://www.usbookspublisher.com/lp/book-publishing-services/assets/images/bg-best.webp) no-repeat; 
    background-size: cover; 
    padding: 120px 0; 
    background-position: 50%;
} 

.featured-client { 
    background-color: #1f3b63; 
    color: #fff; 
    padding: 80px 0;
} 


.our-best h2  { 
    color: #fff;
} 

.featured-client h2  { 
    font-size: 42px; 
    font-weight: 800; 
    margin-bottom: 20px; 
    color: #fff;
} 



.btn-orange { 
    background: linear-gradient(180deg, #dd1423 50%, #df2330 100%); 
    border-color: #d4292d !important; 
    color: #fff !important;
} 

.call-btn { 
    animation: shakeBtn 2.5s infinite;
} 

.btn-block .btn:first-child  { 
    margin: 0 8px 0 0;
} 

.btn:before { 
    position: absolute; 
    content: ""; 
    background: #1544ea !important; 
    width: 9px; 
    height: 9px; 
    border-radius: 50%; 
    right: 8px; 
    top: 8px;
} 

.btn-orange:before { 
    background: #fff !important;
} 

.call-btn:before { 
    content: ""; 
    margin-right: 5px;
} 


.btn:hover { 
    color: var(--bs-btn-hover-color); 
    background-color: var(--bs-btn-hover-bg); 
    border-color: var(--bs-btn-hover-border-color);
} 

.btn:hover { 
    color: #fff !important; 
    background: #000 !important; 
    border-color: #000 !important;
} 

.call-btn:hover { 
    transform: scale(1.05); 
    box-shadow: 0 10px 25px rgba(255, 106, 0, 0.4);
} 

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

.featured-client p  { 
    max-width: 850px; 
    margin: 0 auto; 
    font-size: 16px; 
    line-height: 1.7; 
    color: #d6dbe4;
} 

span { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

span { 
    vertical-align: baseline;
} 

.offer { 
    background: #fff; 
    color: #ff0000; 
    padding: 3px 10px; 
    border-radius: 20px; 
    font-size: 12px; 
    font-weight: 800; 
    animation: blinkOffer 0.8s infinite;
} 

ul { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

ul { 
    list-style: none;
} 

ul { 
    padding-left: 2rem;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

ul { 
    margin: 0; 
    padding: 0;
} 

.custom-li { 
    display: grid; 
    grid-template-columns: repeat(4, 1fr); 
    gap: 25px 40px; 
    margin-top: 40px; 
    padding: 0; 
    list-style: none;
} 

li { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.d-flex { 
    display: flex!important;
} 

.chapter-item { 
    display: flex; 
    align-items: center;
} 

i { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

.fa-solid { 
    -moz-osx-font-smoothing: grayscale; 
    -webkit-font-smoothing: antialiased; 
    display: var(--fa-display,inline-block); 
    font-style: normal; 
    font-variant: normal; 
    line-height: 1; 
    text-rendering: auto;
} 

.fa-solid { 
    font-family: "Font Awesome 6 Free";
} 

.fa-solid { 
    font-weight: 900;
} 

.chapter-item i  { 
    width: 40px; 
    height: 40px; 
    border: 2px solid #ffffff80; 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 16px; 
    color: #fff;
} 

.fa-check:before { 
    content: "\f00c";
} 

h4 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: middle;
} 

h4 { 
    margin-top: 0; 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2; 
    color: var(--bs-heading-color);
} 

h4 { 
    font-size: calc(1.275rem + .3vw);
} 

@media (min-width: 1200px){ 
  h4 { 
    font-size: 1.5rem;
  } 
}     

h4 { 
    font-family: "Poppins", serif;
} 

.our-best h4  { 
    color: #fff; 
    font-size: 1.813rem; 
    line-height: 2.5rem; 
    margin-bottom: 50px; 
    font-weight: 600;
} 

.chapter-item h4  { 
    margin: 0; 
    font-size: 18px; 
    font-weight: 500; 
    padding-left: 12px;
} 


@keyframes shakeBtn { 
  0%, 100% {  
      transform: translateX(0); 
      transform: translateX(0px); 
  }  
  20% {  
      transform: translateX(-2px); 
      transform: translateX(-2px); 
  }  
  40% {  
      transform: translateX(2px); 
      transform: translateX(2px); 
  }  
  60% {  
      transform: translateX(-2px); 
      transform: translateX(-2px); 
  }  
  80% {  
      transform: translateX(2px); 
      transform: translateX(2px); 
  }  

} 
@keyframes blinkOffer { 
  0% {  
      opacity: 1; 
      transform: scale(1); 
      opacity: 1; 
      transform: scale(1); 
  }  
  50% {  
      opacity: 0.3; 
      transform: scale(1.1); 
      opacity: 0.3; 
      transform: scale(1.1); 
  }  
  100% {  
      opacity: 1; 
      transform: scale(1); 
      opacity: 1; 
      transform: scale(1); 
  }  

} 
.our-award:before { 
    position: absolute; 
    content: ""; 
    right: 0; 
    background: rgb(244,245,251); 
    background: linear-gradient(180deg, rgba(244,245,251,1) 50%, rgba(255,255,255,1) 100%); 
    width: 61%; 
    top: 0; 
    height: 100%; 
    z-index: -1;
} 



.our-award .row  { 
    align-items: start;
} 



.info-award-form { 
    background: #444444; 
    padding: 0 0 220px 0; 
    border-radius: 40px; 
    width: 92%; 
    position: relative; 
    z-index: 1; 
    margin-bottom: 110px;
} 

.info-award-form:before { 
    position: absolute; 
    content: ""; 
    bottom: 0; 
    background: #112667; 
    width: 100%; 
    height: 140px; 
    border-radius: 40px;
} 


.info-award-form form  { 
    padding: 0 50px;
} 


.info-award-form img.form-book1  { 
    position: absolute; 
    bottom: -115px; 
    left: 0; 
    right: 0; 
    margin: auto;
} 


.info-award h3  { 
    font-size: 3.125rem; 
    line-height: 3.9rem; 
    margin-bottom: 100px;
} 

.info-award-form h4  { 
    border-radius: 0 0 40px 40px; 
    background: #000; 
    position: relative; 
    z-index: 1; 
    padding: 60px 45px 30px; 
    margin-top: -40px; 
    color: #fff; 
    text-align: center; 
    font-size: 2.375rem; 
    font-weight: 500; 
    font-family: 'Lexend Deca'; 
    margin-bottom: 50px;
} 








.info-award-form form textarea.form-control  { 
    height: 110px; 
    resize: none; 
    margin-bottom: 25px;
} 




.btn-orange { 
    background: linear-gradient(180deg, #dd1423 50%, #df2330 100%); 
    border-color: #d4292d !important; 
    color: #fff !important;
} 

.info-award-form form button  { 
    display: block; 
    width: 100%; 
    border-radius: 10px;
} 



.btn:hover { 
    color: #fff !important; 
    background: #000 !important; 
    border-color: #000 !important;
} 



.info-award ul li  { 
    position: relative; 
    padding-left: 100px; 
    color: #474747; 
    font-size: 1.25rem; 
    margin-bottom: 80px;
} 

.info-award ul li:last-child  { 
    margin-bottom: 0;
} 


.offer-blink { 
    color: red; 
    font-weight: bold; 
    animation: blink 1s infinite; 
    text-shadow: 0 0 10px red;
} 

.info-award-form h4 > span  { 
    color: #d4282c;
} 

.info-award ul li img  { 
    position: absolute; 
    left: 0; 
    top: 0; 
    bottom: 0; 
    margin: auto;
} 

.info-award ul li span  { 
    display: block; 
    font-weight: 500; 
    font-family: 'Lexend Deca'; 
    font-size: 1.875rem; 
    margin-bottom: 15px;
} 


@keyframes blink { 
  0% {  
      opacity: 1; 
      opacity: 1; 
  }  
  50% {  
      opacity: 0; 
      opacity: 0; 
  }  
  100% {  
      opacity: 1; 
      opacity: 1; 
  }  

}

@import url('https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap'); 
  body {  
    font-size:1rem;
    font:inherit;
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight:400;
    line-height:1.5;
    color:#212529;
    text-align:left;
    background-color:#fff;
    background:#f8f7fc;
  }  
* { 
    box-sizing: border-box;
} 

:hover,* { 
    outline: none !important;
} 

body { 
    margin: 0; 
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; 
    font-size: 1rem; 
    font-weight: 400; 
    line-height: 1.5; 
    color: #212529; 
    text-align: left; 
    background-color: #fff;
} 

body { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

body { 
    line-height: 1;
} 

body { 
    font-family: 'Jost'; 
    overflow-x: hidden; 
    font-size: 16px; 
    line-height: 1; 
    background: #f8f7fc;
} 

html { 
    font-family: sans-serif; 
    line-height: 1.15; 
    -webkit-text-size-adjust: 100%; 
    -webkit-tap-highlight-color: transparent;
} 

html { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

html { 
    scroll-behavior: smooth;
} 

div { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

.service_area { 
    background: white; 
    padding: 50px;
} 

*,:after,:before { 
    box-sizing: border-box;
} 

:selection { 
    background: #000000; 
    color: #fff; 
    text-shadow: none;
} 

:-webkit-scrollbar { 
    width: 5px; 
    background-color: #F5F5F5;
} 

:-webkit-scrollbar-track-piece { 
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); 
    background-color: #fff;
} 

* { 
    outline: none !important;
} 

.container { 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px; 
    margin-right: auto; 
    margin-left: auto;
} 

@media (min-width: 576px){ 
  .container { 
    max-width: 540px;
  } 
}     

@media (min-width: 768px){ 
  .container { 
    max-width: 720px;
  } 
}     

@media (min-width: 992px){ 
  .container { 
    max-width: 960px;
  } 
}     

@media (min-width: 1200px){ 
  .container { 
    max-width: 1140px;
  } 
}     

.service_clicks { 
    display: flex !important; 
    justify-content: center !important; 
    margin-top: 2%;
} 

.row { 
    display: -ms-flexbox; 
    display: flex; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap; 
    margin-right: -15px; 
    margin-left: -15px;
} 

ul { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

ul { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

ul { 
    list-style: none;
} 

ul.btn-cta { 
    display: flex; 
    align-items: center;
} 

.col-sm-12 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 576px){ 
  .col-sm-12 { 
    -ms-flex: 0 0 100%; 
    flex: 0 0 100%; 
    max-width: 100%;
  } 
}     

button { 
    border-radius: 0;
} 

button { 
    margin: 0; 
    font-family: inherit; 
    font-size: inherit; 
    line-height: inherit;
} 

button { 
    overflow: visible;
} 

button { 
    text-transform: none;
} 

button { 
    background: transparent; 
    border: none; 
    border-radius: 0px; 
    font-family: 'Jost'; 
    font-weight: 400;
} 

[type="button"],button { 
    -webkit-appearance: button;
} 

.gett_click_one { 
    border-radius: 8px; 
    background-color: #000000; 
    padding: 16px 25px; 
    color: #fff; 
    font-size: 14px; 
    font-weight: 600; 
    margin-right: 10px; 
    height: 50px; 
    border: 1px solid black; 
    transition: 0.5s;
} 

[type="button"]:not(:disabled),button:not(:disabled) { 
    cursor: pointer;
} 

li { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

.col-sm-4 { 
    position: relative; 
    width: 100%; 
    padding-right: 15px; 
    padding-left: 15px;
} 

@media (min-width: 576px){ 
  .col-sm-4 { 
    -ms-flex: 0 0 33.333333%; 
    flex: 0 0 33.333333%; 
    max-width: 33.333333%;
  } 
}     

a {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
} 

a { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

a {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    /* background: #090909; */
    /* padding: 10px; */
    /* border: 2px solid black; */
    /* border-radius: 10px; */
} 

ul.btn-cta li:nth-child(2) a  { 
    border-radius: 5px; 
    background: #f57c15; 
    padding: 15px 23px; 
    color: #fff; 
    transition: 0.5s;
} 

a:hover { 
    color: #0056b3; 
    text-decoration: underline;
} 

a:hover { 
    color: #e18e25;
} 

a:hover { 
    text-decoration: none;
} 

ul.btn-cta li:nth-child(2) a:hover { 
    background: #D7D6D7; 
    color: #fff;
} 

h3 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

h3 { 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h3 { 
    font-size: 1.75rem;
} 

h3 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

h3 { 
    display: block; 
    font-weight: normal;
} 

.service_head h3  {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
} 

p { 
    margin-top: 0; 
    margin-bottom: 1rem;
} 

p {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-size: large;
} 

.service_head p  {
    font-size: 22px;
    text-align: center;
    margin-bottom: 2%;
} 

.service_box { 
    margin-right: 10px; 
    color: #232323; 
    background-color: #ebebeb; 
    margin-top: 20px; 
    padding: 27px; 
    text-align: center; 
    border-radius: 9px; 
    min-height: 255px;
} 

img { 
    vertical-align: middle; 
    border-style: none;
} 

img { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

img { 
    max-width: 100%; 
    height: auto;
} 

.service_box img  { 
    margin-bottom: 12px; 
    width: 20%;
} 

h4 { 
    margin-top: 0; 
    margin-bottom: .5rem;
} 

h4 { 
    margin-bottom: .5rem; 
    font-weight: 500; 
    line-height: 1.2;
} 

h4 { 
    font-size: 1.5rem;
} 

h4 { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    font-size: 100%; 
    font: inherit; 
    vertical-align: baseline;
} 

h4 { 
    display: block; 
    font-weight: normal;
} 

.service_box h4  {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 10px;
} 

.service_box p  {
    font-size: 22px;
    line-height: 19px;
    color: #323232;
} 


/* These were inline style tags. Uses id+class to override almost everything */
#style-H9Ysq.style-H9Ysq {  
   border: 1px solid #f57c15;  
}  


.flip-box{
    perspective:1000px;
}

.flip-inner{
    width:100%;
    height:280px;
    position:relative;
    transition:.6s;
    transform-style:preserve-3d;
}

.flip-box:hover .flip-inner{
    transform:rotateY(180deg);
}

.flip-front,
.flip-back{
    position:absolute;
    width:100%;
    height:100%;
    backface-visibility:hidden;
}

.flip-front img,
.flip-back img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:0px;
}

.flip-back{
    transform:rotateY(180deg);
}


.btn-wrap{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}


.quote-btn,
.chat-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    padding:15px 30px;
    border:none;
    border-radius:50px;
    font-size:16px;
    font-weight:600;
}


.quote-btn{
    background:#fff;
    color:#000;
}


.chat-btn{
    background:#26565e;
    color:#fff;
}


.circle{
    width:12px;
    height:12px;
    background:#d42b2f;
    border-radius:50%;
}

.btn-wrap{
    display:flex;
    align-items:center;
    gap: 20px;
    margin-left: 0px;
}
.cvugv{
   margin-left: 150px;
}

.mega-menu{
    width:40%;
    left:400PX;
    right:0;
    margin-top:0;
    border-radius:12px;
}

.mega-title{
    font-size:18px;
    font-weight:700;
    margin-bottom:15px;
}

.mega-menu .dropdown-item{
    padding:8px 0;
}

@media (min-width:992px){

    .nav-item.dropdown:hover>.dropdown-menu{
        display:block;
    }

}

/* Tablet */
@media (max-width:991px){

    .mega-menu{
        position:static !important;
        transform:none !important;
        left:0 !important;
        width:100% !important;
        min-width:100%;
        max-width:100%;
        box-shadow:none;
    }

    .navbar-right{
        display:none;
    }

}


@media(max-width:991px){

.dropdown-menu.show{
    display:block !important;
}

}


@media (max-width: 767px) {

    .font-65 {
        font-size: 32px !important;
        line-height: 40px;
    }

    .f-34 {
        font-size: 22px !important;
    }

    .service-sec {
        padding: 40px 0;
    }

    .container-fluid {
        padding: 0 15px !important;
    }

    .service-img img {
        height: 250px;
        object-fit: cover;
    }

    .service-box {
        margin-bottom: 25px;
    }

    .sides {
        font-size: 22px;
    }

    .para-color {
        font-size: 15px;
    }

    .theme-btn1 {
        width: 100%;
        text-align: center;
        display: block;
    }

}

@media (max-width: 767px) {

    .connect-sec {
        padding: 40px 0;
        background-position: center !important;
    }

    .font-45 {
        font-size: 28px !important;
        line-height: 36px;
    }

    .sec-hd {
        font-size: 24px !important;
    }

    .cta-left p {
        font-size: 15px;
        line-height: 24px;
    }

    .btn-wrap {
        flex-direction: column;
        align-items: center;
    }

    .quote-btn,
    .chat-btn {
        width: 100%;
        max-width: 320px;
    }


    .connect-img {
        display: flex;
        gap: 10px;
    }


    .cover-1,
    .cover-2,
    .cover-3 {
        width: 33.33%;
    }

}


@media (max-width: 767px) {

    .drop-down-cont {
        padding: 0 15px;
    }

    .drop-down-cont .row {
        display: block;
    }

    .drop-down-cont li {
        width: 100%;
        padding: 10px 0 !important;
    }

    .drop-down-cont a {
        font-size: 15px;
    }

}
.lams{
    padding-top: 40px;
}

.overlay {
    background: linear-gradient(130deg, rgba(var(--dark-color), .8), rgba(var(--clr-1), .5), rgba(var(--clr-2), 0)); }
    