* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}

body {
  overflow-x: hidden;
  background: #ffffff;
  scroll-behavior: smooth;
}

body.smooth_scroll {}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #1d1d1f;
  border: 1px solid #fff;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

:root {
  --heading-primary-color: #191c53;
  --heading-secondary-color: #171717;
  --paragraph-primary-color: #919191;
  --color-secondary: #006341;
}

a {
  text-decoration: none;
}

select:focus,
textarea:focus {
  outline: none;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

@font-face {
  font-family: Manifest-Regular;
  src: url("../font/Mafinest-Regular.otf");
}

@font-face {
  font-family: Manifest-Italic;
  src: url("../font/Mafinest-Italic.otf");
}

@font-face {
  font-family: Luxury-Regular;
  src: url("../font/Luxury-Regular.otf");
}

@font-face {
  font-family: Luxury-Italic;
  src: url("../font/Luxury.ttf");
}

.luxury-regular {
  font-family: Luxury-Regular !important;
}

.manifest-regular {
  font-family: Manifest-Regular !important;
}

header {
  font-family: Manifest-Regular !important;
}

header .line::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 81px;
  background-color: #d6d6d6;
  left: -3rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

.mobile_menu {
  display: none;
}

header {
  /*background: rgba(255, 255, 255, 0.25);*/
  /*backdrop-filter: blur(4px);*/
  /*-webkit-backdrop-filter: blur(4px);*/
}

.banner button.luxury-regular,
#static-modal button,
.cta_area a,
.bx_sh,
.lead_form button,
.marketing_about a,
.publishing_banner button,
.custom_btn span,
.about_banner a,
.marketing__form form button {
  box-shadow: 1px 2px 25px #f5602ed1 !important;
  border: 4px solid #ffffffe6 !important;
}

.banner p,
.banner h3 {
  background: transparent !important;
}

section.banner,
.effect_booger {
  height: 100vh !important;
}

.marketing__form form {
  margin: 4rem auto 0 !important;
  display: block;
  width: 76%;
}

.custom_btn span {
  box-shadow: 1px 2px 25px #9a9a9ad1;
}

.banner .mouse {
  animation: scrollDownAnimation 1s ease infinite alternate;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

a.header-btn {
  box-shadow: 1px 2px 25px #f5602ed1 !important;
  border: 4px solid #ffffffe6 !important;
}

.rev-consult-sec ul li::marker {
  color: #CC3333;
}

.service_crd {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}

.service_crd .crd h4::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 442px;
  top: 11rem;
  left: -14%;
  background: #3e3e3e;
  transform: translate(-50%, -59%);
}

.service_crd .crd h4::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: -3rem;
  left: -2.6rem;
  background: #CC3333;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.service_crd .crd:hover h4::before {
  width: 382px;
}

.service_crd .crd:hover a {
  background: #CC3333;
  transform: rotate(320deg);
}

.how_area {
  top: 15% !important;
}

.text_reveal {
  top: 5% !important;
  left: 0 !important;
  transform: translate(0px, 0px) !important;
}

.slider {
  height: 100%;
  overflow: hidden;
}

.slider__wrraper {
  height: 100%;
  justify-content: flex-end;
}

.context {
  display: flex;
  font-weight: 900;
  font-size: 1.55rem;
  width: fit-content;
  margin-bottom: 3.05em;
  flex-direction: column;
  text-transform: capitalize;
}

.slider__footer {
  position: relative;
  margin-bottom: 1.5rem;
}

.slider__index {
  right: 0;
  visibility: hidden;
  position: absolute;
  bottom: calc(100% + 0.8em);
}

.slider__index :last-child {}

.slider__index::before {
  top: 55%;
  content: "";
  position: absolute;
  transform-origin: center;
}

.lead_form input:focus {
  box-shadow: none;
}

.marketing_slider h3 {
  color: #CC3333;
}

.marketing_slider button,
.marketing_slider h4 {
  color: #fff;
}

.marketing_slider img.arrow {
  filter: invert(1);
}

.vertical_slider .item {
  width: 100%;
  position: relative;
}

.vertical_slider .slick-dots {
  position: absolute;
  top: 46%;
  right: 5%;
  transform: translate(-50%, -50%);
}

.vertical_slider .slick-dots li {
  list-style: none;
  margin: 2px 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: none;
  background-color: #ffb197;
  text-indent: -9999px;
  outline: 0;
  margin: 8px 0;
}

.vertical_slider .slick-dots li.slick-active {
  background: #312c2c;
}

.animated {
  transition: all 0.5s ease;
}

.vertical_slider [data-animation-in] {
  opacity: 1;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  transition: opacity 0.5s ease 0.3s;
}

.vertical_slider [data-animation-in] .slick-active {
  opacity: 1;
}

/* vertical_slider  */
/* stacked slider  */
.owl-carousel-stacked {
  margin-top: 20px;
}

.owl-carousel-stacked .owl-item.center {
  transform: scale(1) !important;
}

.owl-carousel-stacked .owl-item {
  transition: all 0.5s;
  transform: scale(0.7) !important;
}

.owl-carousel-stacked .left-of-center {
  transform: scale(0.7) translateX(50%) !important;
}

.owl-carousel-stacked .right-of-center {
  transform: scale(0.7) translateX(-50%) !important;
}

.owl-carousel-stacked .center {
  z-index: 2;
}

.owl-carousel-stacked .owl-carousel {
  position: relative;
}

.owl-carousel-stacked .owl-stage-outer {
  position: relative;
}

.owl-carousel-stacked .owl-stage-outer::after {
  content: "";
  position: absolute;
  width: 202px;
  height: 587px;
  background: #f9f9f9;
  left: 14%;
  top: 0;
  transform: translate(-90%, -0%);
}

.owl-carousel-stacked .owl-stage-outer::before {
  content: "";
  position: absolute;
  width: 344px;
  height: 587px;
  background: #f9f9f9de;
  right: -3%;
  top: 0;
  z-index: 2;
  transform: translate(0, 0);
}

.publishing_banner .slider_area .owl-carousel .owl-item .img_area img {
  width: 100% !important;
}

.publishing_banner .slider_area a img {
  width: 161px !important;
}

.publishing_banner .owl-carousel-stacked .owl-item.center {
  transform: scale(1) !important;
  position: relative;
  left: -2.4%;
}

.bookediting-bg {
  background: url(../images/bookediting-bannerbg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 3rem 0;
}

.sidebar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  cursor: pointer;
  transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: linear-gradient(45deg, #CC3333, #cc3333);
}

.sidebar-container:hover {
  width: 70px;
}

.owl-carousel-stacked-bookediting {
  margin-top: 20px;
}

.owl-carousel-stacked-bookediting .owl-item.center {
  transform: scale(1) !important;
}

.owl-carousel-stacked-bookediting .owl-item-bookediting {
  transition: all 0.5s;
  transform: scale(0.7) !important;
}

.owl-carousel-stacked-bookediting .left-of-center {
  transform: scale(0.7) translateX(50%) !important;
}

.owl-carousel-stacked-bookediting .right-of-center {
  transform: scale(0.7) translateX(-50%) !important;
}

.owl-carousel-stacked-bookediting .center {
  z-index: 2;
}

.owl-carousel-stacked-bookediting .owl-carousel-bookediting {
  position: relative;
}

.owl-stage-outer-bookediting {
  position: relative;
}

.red-layer,
.black-layer {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 100%;
  margin: 0;
}

.red-layer {
  z-index: 100;
  background: linear-gradient(45deg, #CC3333, #cc3333);
}

.red-open {
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.red-close {
  transition: 0.6s 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-layer {
  z-index: 100000;
  background-color: #1e1e1e;
}

.black-layer .close-btn {
  position: absolute;
  top: 30px;
  right: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.black-layer .close-btn span {
  position: absolute;
  width: 0;
  height: 8px;
  background: linear-gradient(45deg, #CC3333, #cc3333);
  border-radius: 10px;
}

.black-layer .close-btn span:nth-child(1) {
  top: 50%;
  transition: 0.3s 0.6s ease-in-out;
  transform: rotate(45deg);
}

.black-layer .close-btn span:nth-child(2) {
  top: 50%;
  transition: 0.4s 0.6s ease-in-out;
  transform: rotate(-45deg);
}

.black-layer .close-btn .animate-close-btn {
  width: 100%;
}

.black-layer .close-btn .animate-close-btn:nth-child(1) {
  transition: 0.3s ease-in-out;
}

.black-layer .close-btn .animate-close-btn:nth-child(2) {
  transition: 0.4s ease-in-out;
}

.black-layer .close-btn:hover span {
  background-color: #f8f8f8 !important;
}

.collape_menu_mobile .black-layer .mega_menu_brookscraft {
  top: 0px !important;
  transform: none !important;
  margin-left: 0px !important;
}

.black-layer .menu-container {
  position: absolute;
  top: 15%;
  left: -10%;
  visibility: hidden;
  width: 80%;
  height: 50%;
  transition: 0.5s 0.1s ease-in-out;
  opacity: 0;
}

.black-layer .menu-container h1 {
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  width: 400px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #22d3a7;
}

.black-layer .menu-container h1:hover {
  padding-left: 30px;
  color: #f8f8f8;
}

.black-layer .menu-container ul {
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.black-layer .menu-container ul li {
  line-height: 40px;
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-layer .menu-container ul li a,
.black-layer .menu-container ul li button {
  /* color: #ffffff; */
  font-family: "Luxury-Regular";
  font-size: 30px;
}

.black-layer .mega_menu_brookscraft ul li a {
  font-size: 18px !important;
  font-family: "Luxury-Regular";
  line-height: 25px;
  width: 100%;
  display: block;
}

.black-layer .mega_menu_brookscraft ul li a::after {
  bottom: -15px;
  width: 100%;
}

.black-layer .menu-container ul li:hover a,
.black-layer .menu-container ul li:hover button {
  color: #cc3333;
}

.black-layer .menu-container-show {
  left: 41%;
  visibility: visible;
  opacity: 1;
  top: 24%;
}

.extend {
  visibility: visible;
  width: 100%;
}

.black-open {
  transition: 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.black-close {
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.page-container {
  width: 100%;
  height: 100%;
  background-color: #f8f8f8;
}

.effect_booger {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.effect_booger.scrolled {
  opacity: 1;
}

.portfolio_wrap .panorma__shape img {
  position: absolute;
  width: 100%;
  height: 75%;
  top: 30%;
  z-index: 0;
  object-fit: fill;
}

.portfolio_wrap .panorma__shape img:nth-child(2) {
  top: 92%;
  left: 0;
}

.portfolio_wrap .swiper.mySwiper.relative.p-0.ml-20.swiper-container-horizontal {
  margin-top: -6rem;
}

.portfolio_wrap .swiper-slide.swiper-slide-active {}

.portfolio_wrap .swiper .swiper-slide h3 {
  transition: all 0.7s ease-in-out;
  opacity: 0;
}

.portfolio_wrap .swiper-slide.swiper-slide-active h3 {
  opacity: 1;
  top: -35%;
  left: -11%;
  right: 0;
  text-align: center;
}

.portfolio_wrap .swiper-slide img {
  opacity: 0;
  width: 100% !important;
  max-width: 311px;
  height: 514px;
  object-fit: cover;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in;
  left: -5%;
}

.portfolio_wrap .swiper-slide.swiper-slide-active img {
  opacity: 1;
  display: block;
  height: 478px;
  width: 100% !important;
  margin: 0 auto;
}

.pin-spacer {
  height: 900px !important;
  overflow: hidden !important;
}

progress {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border: none;
  background: transparent;
  z-index: 100000;
}

progress::-webkit-progress-bar {
  background: transparent;
}

progress::-webkit-progress-value {
  background: linear-gradient(to left,
      #db38b5,
      #01b3e3,
      #25ce7b,
      #fdc741,
      #ff6b01,
      #CC3333);
  background-attachment: fixed;
}

progress::-moz-progress-bar {
  background: linear-gradient(to left,
      #db38b5,
      #01b3e3,
      #25ce7b,
      #fdc741,
      #ff6b01,
      #CC3333);
  background-attachment: fixed;
}

input:focus {
  border: none;
  outline: none;
  border-color: transparent !important;
}

div#static-modal {
  background: rgb(221 221 221 / 32%);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 10000;
}

.calendly-inline-widget {
  width: 595px !important;
  height: 848px !important;
}

.calendly-overlay .calendly-popup {
  max-height: 690px;
}

.callImg {
  max-width: 800px;
}

._cUP1np9gMvFQrcPftuf.xahN8AEzyAvQtVj17TPv {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mega_menu_brookscraft {
  /* margin: 0 auto !important; */
  right: 0 !important;
  top: 32% !important;
}

.mega_menu_brookscraft ul li a {
  position: relative;
}

.mega_menu_brookscraft ul li a::after {
  content: "";
  position: absolute;
  width: 381px;
  background: #b6b6b64f;
  height: 1px;
  bottom: -23px;
  left: 0;
}

/* Audio Book Page Audio Custom Style Here */
.custom-audio,
.custom-audio-second {
  width: 375px;
}

.custom-audio::-webkit-media-controls-panel,
.custom-audio-second::-webkit-media-controls-panel {
  background-color: #fff;
  border-radius: 0px;
}

.custom-audio::-webkit-media-controls-play-button,
.custom-audio::-webkit-media-controls-mute-button,
.custom-audio::-webkit-media-controls-timeline,
.custom-audio::-webkit-media-controls-current-time-display,
.custom-audio::-webkit-media-controls-time-remaining-display,
.custom-audio-second::-webkit-media-controls-play-button,
.custom-audio-second::-webkit-media-controls-mute-button,
.custom-audio-second::-webkit-media-controls-timeline,
.custom-audio-second::-webkit-media-controls-current-time-display,
.custom-audio-second::-webkit-media-controls-time-remaining-display {
  color: #CC3333;
}

.custom-audio::-webkit-media-controls-timeline,
.custom-audio-second::-webkit-media-controls-timeline,
.custom-audio-second::-webkit-media-controls-timeline,
.custom-audio-second-second::-webkit-media-controls-timeline {
  background-color: #fff;
  border-radius: 0px;
}

.custom-audio::-webkit-media-controls-seek-back-button,
.custom-audio::-webkit-media-controls-seek-forward-button,
.custom-audio::-webkit-media-controls-timeline,
.custom-audio-second::-webkit-media-controls-seek-back-button,
.custom-audio-second::-webkit-media-controls-seek-forward-button,
.custom-audio-second::-webkit-media-controls-timeline {
  border-radius: 50%;
}

.custom-audio::-webkit-slider-thumb,
.custom-audio-second::-webkit-slider-thumb {
  background-color: #CC3333;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}

.custom-audio::-webkit-slider-runnable-track {
  background-color: #000;
  height: 2px;
}

.mb_tl_scc {
  margin: 0 !important;
}

/* Audio Book Page Audio Custom End Here */
@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {
  .callImg {
    max-width: 651px;
    margin-top: 7rem;
  }

  .mb_sc_tl {
    position: absolute;
    right: 3rem;
  }

  .mb_tl_scc {
    width: 62%;
    display: block;
    position: absolute;
    bottom: 25%;
    left: 25%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  header nav ul li a {
    font-size: 13px;
  }

  .slider button {
    bottom: 5.4rem !important;
  }

  .slider.marketing_slide button {
    bottom: 8.4rem !important;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active h3 {
    font-size: 82px;
  }

  .publishing_banner .content {
    padding: 0 20px;
  }

  .owl-stage-outer::before {
    background: #ffffff7d;
    right: -3%;
  }

  .publishing_banner .crd a {
    font-size: 16px;
  }

  .publishing_banner .slider_area a img {
    width: 114px !important;
  }

  .slider__bottomtitle p {
    right: 0 !important;
    bottom: -2rem;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body {
    overflow-x: hidden;
  }

  .portfolio_wrap .panorma__shape img {
    height: 48%;
    top: 43%;
  }

  .callImg {
    max-width: 651px;
    margin-top: 7rem;
  }

  .banner {
    top: 5% !important;
  }

  .black-layer .menu-container-show {
    left: 37%;
    top: 12%;
  }

  .publishing_banner .owl-stage-outer::before {
    right: -48%;
  }

  .publishing_banner .slider_area a img {
    width: 62px !important;
  }

  section.banner,
  .effect_booger {
    height: 40vh !important;
  }

  .portfolio_wrap .swiper-slide img {
    left: -11%;
  }

  portfolio_wrap .swiper-slide.swiper-slide-active img {
    width: 87% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .black-layer .menu-container-show {
    left: 29%;
    top: 24%;
  }

  .callImg {
    max-width: 651px;
    margin-top: 7rem;
  }

  section.banner,
  .effect_booger {
    height: 41vh !important;
  }

  .owl-stage-outer::before {
    right: -75%;
    top: 13px;
    background-color: #fff;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active img {
    height: 375px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  section.effect_booger {
    opacity: 1;
  }

  .black-layer .menu-container ul {
    width: 100%;
  }

  section.banner,
  .effect_booger {
    height: 39vh !important;
  }

  .effect_booger video {
    height: 315px;
  }

  .black-layer .menu-container-show {
    left: 11%;
    top: 32%;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active img {
    width: auto !important;
  }

  .portfolio_wrap .swiper-slide img {
    width: auto;
    height: 514px;
    left: -76%;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active h3 {
    top: -35%;
    left: -56%;
  }

  .callImg {
    max-width: 395px;
    margin-top: 1rem;
  }

  .calendly-inline-widget {
    width: 392px !important;
    height: 599px !important;
  }
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  section.effect_booger {
    opacity: 1;
  }

  .black-layer .menu-container ul {
    width: 100%;
  }

  section.banner,
  .effect_booger {
    height: 39vh !important;
  }

  .effect_booger video {
    height: 315px;
  }

  .black-layer .menu-container-show {
    left: 11%;
    top: 32%;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active img {
    width: auto !important;
  }

  .portfolio_wrap .swiper-slide img {
    width: auto;
    height: 514px;
    left: -76%;
  }

  .portfolio_wrap .swiper-slide.swiper-slide-active h3 {
    top: -35%;
    left: -56%;
  }

  .callImg {
    max-width: 395px;
    margin-top: 1rem;
  }

  .calendly-inline-widget {
    width: 392px !important;
    height: 599px !important;
  }
}






/* portfoliobook start */
.bg-grey {
  background-color: #f7f7f7;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section-head {
  margin-bottom: 50px;
}

.section-head h2 {
  font-size: 2.25rem;
  font-weight: 600;
}

.section-head p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide .books-card img {
  border-radius: 10px;
}

.swiper-slide .books-card h4 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* portfoliobook end */

.protnone {
  display: none;
}

.calf_top {
  height: 0px !important;
}



.hero {
  background: transparent !important;
  color: rgb(0, 0, 0) !important;
  text-align: center;
  padding-top: 62px !important;
  padding-bottom: 0px !important;
}

.hero .swiper-slide .books-card img {
  border-radius: 0;
}

.hero .dz-content {
  position: absolute;
  margin: -50px auto;
  width: 100%;
}

.hero .dz-content img {
  height: 500px !important;
}

.hero .dz-content a {
  background-color: #CC3333;
  color: #fff;
  padding: 10px 15px 10px 15px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 700;
}

.hero .container {
  max-width: 100%;
}

.top-bar {
  background-color: #CC3333;
}

.top-bar p {
  text-align: center;
  color: #fff;
  padding: 10px 0px;
}



.footer {
  background-color: #000;
  padding: 40px 0;
  padding-bottom: 20px;
}

footer p {
  color: #fff;
}

footer li {
  color: #fff;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.footer-section {
  flex: 1;
  margin: 0 20px;
}

.footer-section h2 {
  font-size: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

.footer-section p {
  line-height: 1.8;
}

footer .logo {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
}

footer .logo-img {
  width: 80%;
  margin-right: 10px;
}

footer .social-icons {
  margin-top: 20px;
}

footer .social-icons a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}

footer .social-icons a:hover {
  color: #CC3333;
}

.footer-section .fas,
.footer-section .fab {
  margin-right: 10px;
  color: #CC3333;
}

.footer-section.contact p {
  margin-bottom: 15px;
  display: flex;
}

.copyright {
  width: 100%;
  text-align: center;
  padding-top: 10px;
}

footer .services a:hover {
  color: #CC3333;
}



/* Feature Product start */
.productf {
  padding-top: 0px;
}

.productf .pimg {
  width: 25%;
  float: left;
}

.productf .pcontent {
  width: 70%;
}

.productf .pcontent .sub-title {
  letter-spacing: 20px;
  font-size: 20px;
}

.productf .pcontent h2 {
  font-size: 50px;
  font-weight: 700;
}

.books-card.style-2 .price {
  align-items: center;
  display: inline-flex;
  margin: 20px;
}

.books-card.style-2 .price .price-num {
  font-size: 30px;
  font-weight: 700;
  color: #CC3333;
}

.bookcard-footer a {
  background: #CC3333;
  color: #fff;
  padding: 12px;
  border-radius: 10px;
}

.productf .swiper-slide {
  margin-left: 6%;
}

@media screen and (max-width: 480px) {
  .productf .pimg {
    width: 100%;
    float: left;
  }

  .productf .pcontent {
    width: 100%;
  }

  .productf .swiper-slide {
    margin-left: 0;
    padding: 10px;
  }

  .productf .pcontent h2 {
    font-size: 40px;
  }

}

/* Feature Product end */

/* Feature author start */
.team {
  padding-top: 0px;
}

.team .dz-content h4 {
  font-size: 20px;
}

.team .dz-content p {
  text-align: center;
}

/* Feature author end */
.black-layer.black-open.extend {
  overflow: scroll;
}

/* bio page start */
.bookbg h2 {
  font-family: luxury-regular;
}

.bookbg p {
  font-size: 18px;
}

.bookbg ul li {
  margin-left: 30px;
  list-style-type: circle;
  border-color: #000;
  font-size: 16px;
}

.bookcro h2 {
  line-height: 50px;
  font-size: 40px;
  font-family: 'Times New Roman', Times, serif;
}

.bookcro .px-3 {
  width: 30%;
}

.bookcro .px-8 {
  width: 100%;
}

.service-box-section .service-box {
  border: 1px solid;
  margin-left: 15px;
  margin-right: 15px;
}

.service-box-section .service-box:hover {
  background-color: #000;
  ;
}

.service-box-section .service-box:hover i {
  color: #fff;
}

.service-box-section .service-box:hover h3 {
  color: #fff;
}

.service-box-section .service-box:hover p {
  color: #fff;
}

.buttonclass a {
  background: #CC3333;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.buttonclass a:hover {
  background: #000000;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
}

.bookbg img {
  max-width: 100%;
  border-radius: 10px;
}

.bookbgimg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.textimonails img {
  width: 17%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.textimg img {
  width: 56%;
  margin: 0;
  padding-bottom: 20px;
}

.bookcro {
  background-color: rgb(246 246 246);
}

.video p {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .bookcro .px-3 {
    width: 100% !important;
  }
}

/* bio page end */

.productf .pimg {
  margin-left: -30px;
  margin-right: 30px;
}

/* author page start */
.authorpage .books-card img {
  border-radius: 10px;
}

.authorpage h4 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}

.bg-indigo-500 {
  background-color: #CC3333 !important;
}

/* author page end */


.singleauthor img {
  max-width: 65%;
}

.bookcro {
  background: transparent;
}

.logocro .px-8 {
  width: 100%;
}

#vapi-support-btn {
  z-index: 1;
  position: fixed;
}


.portfoliobook .pb-10 {
  padding-top: 50px;
  padding-bottom: 0px;
}

.logocro {
  /* padding-bottom: 0px !important; */
}


.modal-dialog {
  max-width: 72% !important;
}

.modal-body img {
  border-radius: 20px 0 0 20px;
}

.modal-body h3 {
  font-size: 30px;
}

.modal-body h5 {
  margin-bottom: 10px;
}

.modal-body .btn-close {
  float: right;
  padding-top: 40px;
}

.modal-body .checkbox input {
  display: none;
}

.modal-body .checkbox {
  display: flex;
}

.modal-body .checkbox label {
  display: inline-block;
  background: #cfe5c1;
  margin-right: 15px;
  padding: 14px;
  border-radius: 30px;
}


.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.checkbox-item input[type="checkbox"] {
  display: none;
}

.checkbox-item label {
  margin: 0;
  cursor: pointer;
  background-color: #ffe7c1;
  border: 1px solid #ffd194;
  padding: 10px 15px;
  border-radius: 20px;
}

.checkbox-item input[type="checkbox"]:checked+label {
  background-color: #ffbd7a;
  padding: 10px 15px;
  border-radius: 20px;
  color: #000;
}

.field {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 12px 10px;
  width: 100%;
  border-radius: 2px;
  font-size: 13px;
  color: #000;
  box-shadow: none !important;
  outline: 0 !important;
  margin: 0;
  margin-bottom: 18px;
}

.required.field {
  height: 184px;
}

.colgap {
  margin-top: 30px;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.submitbtn {
  background: #CC3333;
  color: #fff;
  padding: 10px 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

.submitbtn:hover {
  background: #b61b03;

}

.modal-body p {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}


.prenextbtn {
  padding: 20px;
  background: #ffff;
  border-radius: 100%;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 22px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  font-size: 22px;
}

.auddiobgimg {
  padding: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.auddiobgimg::before {
  content: '';
  /* Required for the overlay */
  position: absolute;
  /* Position overlay */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(top, #cc3333, #ff5037);
  z-index: 1;
  /* Ensure overlay is on top */
}

.auddiobgimg>* {
  position: relative;
  /* Position content above the overlay */
  z-index: 2;
  /* Ensure content is on top */
}

.auddiobgimg h3 {
  font-size: 40px;
  margin-bottom: 0px;
}

.auddiobgimg p {
  font-size: 15px;
}

.audiologo img {
  width: 100%;
  margin: 0 auto;
  margin-top: -169px;
  z-index: 1;
}

.audiologo .px-12 {
  margin: 0 auto;
}







#vapi-support-btn {
  background: rgb(248 69 42);
  box-shadow: 1px 1px 10px rgb(248 69 42);
  z-index: 2;
  min-width: 70px;
  height: 70px;
  position: fixed;
}

#vapi-support-btn:hover {
  background: rgb(255 35 0);
  box-shadow: 1px 0px 15px rgb(88 41 34);
}

#vapi-support-btn #vapi-icon-container {
  margin-left: -2px;
}

#vapi-support-btn img {
  width: 130%;
  max-width: 130%;
}



@media screen and (max-width: 960px) {
  .collape_menu_mobile.fixed {
    position: absolute;
  }

  .mobilenone {
    display: none;
  }

  .modal-body .col-lg-8 .colgap {
    width: 50%;
  }

  #exampleModal .modal-body {
    padding: 20px !important;
  }

  .portfoliobook {
    padding-top: 20px;
  }

  .pt-16 {
    padding-top: 15px !important;
  }

  .team .dz-media img {
    margin: 0 auto;
    display: block;
  }

  .luxury-regular {
    padding: 20px;
    width: auto !important;
  }

  .md\:py-20 {
    padding-bottom: 0px !important;
  }

  .footer-section {
    flex: 40%;
    margin-bottom: 50px;
  }

  .pcontent h6 {
    margin-top: 10px;
    padding-top: 20px;
  }

  .pcontent {
    margin-top: 10px !important;
  }

  .pcontent p {
    margin-top: 10px;
  }

  .video {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .book-details .col-span-1 {
    grid-column: span 3 / span 2;
  }
}

@media screen and (max-width: 536px) {

  .text-\[281px\] {
    font-size: 128px !important;
  }

  .modal-dialog {
    max-width: 95% !important;
  }

  .footer-section {
    flex: 45%;
    margin-bottom: 50px;
    text-align: center;
  }

  .footer-section.contact p {
    margin: 0 auto;
    display: block;
  }

  .text-5xl {
    text-align: center;
  }

  .textimonails img {
    width: 59%;
  }

  .team {
    padding-bottom: 0px;
  }

}

.authorimageslider {
  height: 300px;
  width: 300px;
}

.main-banners {
  width: 100% !important;
  height: 100% !important;
}

.footer-num {
  white-space: nowrap !important;
}

.main-logo {
  width: 200px;
}

.platforms-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: white;
}

.thankyou-section {
  height: fit-content;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cont-thanks {
  background-color: #fff;
  height: 70px !important;

}

.tanksimg {
  display: flex;
  justify-content: center;
}

.centerme {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}



/* Extra Small Devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .tanksimg {
    width: 25%;
  }

  footer .logo {
    justify-content: center !important;
  }
}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .tanksimg {
    width: 25%;
  }
}




/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .tanksimg {
    width: 25%;
  }
}



/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .tanksimg {
    width: 25%;
  }
}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .tanksimg {
    width: 25%;
  }
}

/* XXL Devices (widescreens, 1400px and up) */
@media (min-width: 1400px) {
  .tanksimg {
    width: 25%;
  }
}

.clicktocalls {
  text-decoration: none;
}


i {
  color: #cc3333;
  font-size: 20px;
}

button#bannerFormSubmit {
  width: 100% !important;
}


/* Footer new */

.platforms-cont {
  display: flex;
  align-items: center;
}

.img-cont-review {
  width: 14.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.platforms-cont img {
  width: 100%;
  height: 100px;
  margin: 10px;
}

/* Extra Small Devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .img-cont-review {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-container.py-10 {
    justify-content: center !important;
  }

  .hero {
    padding-top: 45px !important;

  }

}

/* Small Devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .img-cont-review {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-container.py-10 {
    justify-content: center !important;
  }

  .hero {
    padding-top: 45px !important;

  }

}




/* Medium Devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .img-cont-review {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-container.py-10 {
    justify-content: center !important;
  }

  .hero {
    padding-top: 45px !important;

  }

}



/* Large Devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1024px) {
  .img-cont-review {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-container.py-10 {
    justify-content: center !important;
  }

  .hero {
    padding-top: 43px !important;

  }

}

@media (min-width: 1025px) and (max-width: 1199.98px) {}

/* Extra Large Devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {}

/* XXL Devices (widescreens, 1400px and up) */
@media (min-width: 1400px) {}


.metaaws{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.aws-pics { 
  width: 33.33%;
}