/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Function -------------------*/
/*------------------- 1.3. Variable-------------------*/
:root {
  --theme-color: #9E27A9;
  --title-color: #fff;
  --body-color: #0a0c00;
  --smoke-color: #f6f5f3;
  --smoke-color2: #fff4ef;
  --smoke-color3: #f5f5f6;
  --smoke-color4: #f4f4f4;
  --smoke-color5: #f0f2f4;
  --black-color: #202020;
  --gray-color: #131312;
  --white-color: #ffffff;
  --light-color: #9fa2ad;
  --yellow-color: #ffb539;
  --success-color: #28a745;
  --error-color: #dc3545;
  --border-color: #e3e3e3;
  --title-font: "Poppins", serif;
  --body-font: "Poppins", serif;
  --icon-font: "Font Awesome 5 Free";
  --main-container: 1296px;
  --container-gutters: 24px;
  --section-space: 140px;
  --section-space-mobile: 80px;
  --section-title-space: 65px;
  --ripple-ani-duration: 5s;
}





.book-rating-sec img.book-img {
    height: 354px;
}

/* Hero Renew*/
img.hero-form-image {
  position: absolute;
  left: -12%;
  bottom: 2%;
}
.hero-section-home .row .col-lg-6 {
  position: relative;
}
.hero-section-home .row {
  width: auto !important; 
}
.hero-form {
  background-color: #F0F0F0;
  padding: 60px 70px 120px 70px;
  border-radius: 40px;
  max-width: 650px;
  margin: auto 0 auto auto;
}
.hero-form h3 {
  font-size: 40px;
  max-width: 600px;
  margin: auto;
  font-weight: 600 !important;
}
.hero-form h3 span {
  color: #9E27A9;
  font-weight: 600;
  font-family: 'Poppins';
}
.hero-form p {
  font-size: 16px;
}
.hero-form form input, .hero-form form textarea {
  width: 100%;
  display: block;
  background-color: #DEDEDE;
  border: 0px;
  margin-bottom: 12px;
  padding: 15px 35px;
  font-size: 18px;
  border-radius: 10px;
  color: #000;
}
.hero-form form input::placeholder, .hero-form form textarea::placeholder {
  color: #9A9A9A;
}
.hero-form form #submit-btn {
  font-size: 16px;
  font-weight: 700;
  background: #9E27A9;
  color: #fff;
  margin: 0 auto;
  max-width: 200px;
  float: none;
  border: 1px solid #9E27A9;
  transition: 0.5s all ease-in-out;
}
.hero-form form #submit-btn:hover {
  color: #000;
  border-color: #000;
  background-color: transparent;
  transition: 0.5s all ease-in-out;
}





/* Portfolio */
.section-title .hero-btn a:first-child {
  display: none;
}
.service-sec-home .row h2.all-heading {
  max-width: 1200px;
  margin: auto;
}
button#closePopup {
  background: #fff;
  color: #000;
  border-radius: 100px;
  width: 34px;
}
.popup-inner-main form input, .popup-inner-main form textarea#message {
  width: 100%;
  padding: 8px 20px;
  margin-bottom: 10px;
}
div#controls-overlay img {
  filter: invert(1);
}
.header-logo img, .logo-footr img {
  max-width: 215px !important;
}
.portfoilo-section .port-images {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.portfolio-hero .container .row {
  width: 100%;
}
.portfolio-hero .container .row .col-lg-3 {
  width: 20%;
  padding: 0px;
}
.portfolio-page .brand-sec-logo .row {
  width: 100%;
}
.portfolio-hero {
  padding-top: 250px;
  padding-bottom: 100px;
}
.portfolio-hero .container .row .col-lg-3:nth-child(2), .portfolio-hero .container .row .col-lg-3:nth-child(4) {
  margin-top: 100px;
}
.portfolio-hero .container .row .col-lg-3 img {
  min-width: 400px;
  object-fit: cover;
}
.portfolio-hero .container .row .col-lg-3 h1.text-center.text-black {
  font-size: 40px;
  margin-left: 40px;
  margin-bottom: 30px;
}
.portfolio-hero .container .row .col-lg-3 a.btnspec {
  background-color: #9E27A9;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  margin-left: 40px;
  border-radius: 10px;
  font-weight: 600;
  border: 1px solid #9E27A9;
}

.portfolio-hero .container .row .col-lg-3 a:hover {
  background-color: transparent;
  color: #9E27A9;
}


/* Testimonial */
.contact-main-content .container {
  border: 1px solid #000;
  border-radius: 60px;
  padding: 80px;
}
.check-row {
  margin-bottom: 30px;
}
.contact-main-content .container h2.text-black.all-heading.text-center {
  max-width: 870px;
  margin: auto auto 30px auto;
}
.contact-main-content .container .row .col-lg-6 label {
  display: none;
}
.contact-main-content .container .row .col-lg-6  input {
  background-color: #F1F1F1;
  border-radius: 15px;
  padding: 18px 30px;
  font-size: 16px;
  width: 100%;
  border: 0px;
  margin-bottom: 30px;
}
.contact-second-row form input[type="submit"] {
  background-color: #9E27A9;
  padding: 14px 20px;
  width: 100%;
  border: 0;
  font-weight: 600;
  border-radius: 10px;
  margin-top: 20px;
}
.contact-main-content textarea#message {
  width: 100%;
  border-radius: 10px;
  border: 0px;
  padding: 30px 50px;
  font-size: 18px;
  background: #F1F1F1;
  margin-bottom: 10px;
  margin-top: 20px;
}
.contact-main-content h4.text-black {
  font-size: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.check-row .col-lg-12 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.for-checkbox {
  display: flex;
  justify-content: left;
  text-align: left;
  gap: 0px 10px;
  align-items: baseline;
}
.for-checkbox input {
  width: 40px;
  margin: 0px 0 !important;
}
.contact-page .row {
  width: 100%;
}
.testi-main-page iframe {
  border-radius: 20px;
}
.contact-main-content {
  padding-top: 170px;
}
.testi-main-page .row {
  width: auto;
}

/* Swapper Slider*/
.offering-comprensive-cont .row {
  width: auto !important;
}
.serive-last-row .col-lg-6.text-center img {
  max-width: 470px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
}
.serive-text {
  height: 260px;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 10px;
  margin-bottom: 40px;
}
.hero-section-home .swiper {
  width: 100%;
  height: 100%;
}
.pagi-one img {
  max-width: 110px !important;
}

.hero-section-home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section-home .mySwiper .swiper-wrapper {
  display: block;
}
.hero-section-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.hero-section-home .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section-home .mySwiper .swiper-wrapper .swiper-slide {
  margin-right: 0px !important;
  margin-bottom: 30px;
}
.hero-section-home .swiper-slide {
  background-size: cover;
  background-position: center;
}

.hero-section-home .mySwiper2 {
  height: 100%;
  width: 100%;
}

.hero-section-home .mySwiper {
  height: 100%;
  box-sizing: border-box;
  padding: 10px 0;
}

.hero-section-home .mySwiper .swiper-slide {
  width: 100% !important;
  height: 100%;
}


.hero-section-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* Book */
.slider-02 img {
  max-width: 70% !important;
  margin: auto;
  filter: drop-shadow(-20px 20px 20px #5c5c5c);
  padding-bottom: 60px;
  padding-top: 30px;
}
.slider-01 img {
  max-width: 60% !important;
  margin: auto;
  filter: drop-shadow(-20px 20px 20px #5c5c5c);
  padding-bottom: 60px;
  padding-top: 30px;
  color: #5c5c5c;
}
.offering-comprensive-sec {
  padding-bottom: 250px;
  padding-top: 80px;
}
.offering-comprensive-cont .row:last-child .platfom-card {
  margin-bottom: -230px;
  filter: drop-shadow(2px 4px 6px #ccc);
}
.offering-comprensive-sec h2.all-heading {
  max-width: 1280px;
  margin: auto auto 20px auto;
}
.offering-comprensive-sec p.all-para {
  max-width: 800px;
  margin: auto;
}
.offering-comprensive-cont {
  background-color: #9E27A9;
  border-radius: 60px;
  padding: 60px 50px 0px 50px !important;
}
.plat-card-row .platfom-card {
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 50px;
  height: 500px;
}
.plat-card-row .platfom-card h2 {
  font-size: 24px;
}
.plat-card-row .platfom-card p {
  font-size: 14px;
  line-height: 24px;
  min-height: 120px;
}
.serive-last-row:before {
  content: '';
  position: absolute;
  background: url(../../assets/img/pngwing.com.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 500px;
  height: 500px;
  bottom: -30%;
  z-index: -1;
  left: -13%;
}
.serive-last-row {
  position: relative;
  z-index: 1;
}
.service-sec-home .row.py-25:before {
  content: '';
  position: absolute;
  background: url(../../assets/img/service-left-book.png);
  width: 296px;
  height: 344px;
  left: -7.5%;
  top: -30%;
  z-index: -1;
}
.service-sec-home .row.py-25 {
  z-index: 1;
  position: relative;
}
.service-sec-home .row.py-25:after {
  content: '';
  position: absolute;
  background: url(../../assets/img/service-right-books.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 530px;
  height: 304px;
  right: -16%;
  top: -22%;
  z-index: -1;
}
h2.all-heading.text-center {
    color: white;
}
.col-lg-3 img {
    filter: grayscale(1);
}
.service-card .row.align-items-center {
  margin-bottom: 20px;
}
.service-sec-home {
  background-color: #341E36;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.book-contnt a:hover {
  color: #000000 !important;
  background-color: transparent;
  border-color: #000;
}
.book-contnt a:hover img {
  filter: invert(1);
}
.book-main iframe {
  width: 100%;
  height: 100vh !important;
}
.page {
  box-shadow: 20px 20px 20px 0px #a5a5a5;
}
.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 60cqmin;
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1)* 50%) 0%;
  rotate: 1 0 0 30deg;
  height: 800px;
}
.book-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.book-home-sec button {
  border: none;
}
.book-contnt h2 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
.book-contnt a img {
  max-width: 20px !important;
  margin-bottom: 0px;
}
.book-contnt a {
  background-color: #9E27A9;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 17px;
  max-width: 200px !important;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  border-radius: 10px;
}
.book-contnt p {
  font-size: 16px;
  line-height: 30px;
}
.book-contnt ul {
  list-style-type: none;
  margin-bottom: 40px;
}
.book-contnt ul li {
  font-size: 16px;
  position: relative;
  margin-bottom: 20px;
}
.book-contnt {
  padding: 50px 50px;
}
.book-contnt ul li:before {
  content: '';
  position: absolute;
  background: url(../../assets/img/icon-check.png);
  width: 20px;
  height: 20px;
  background-size: 100%;
  left: -5%;
  margin-top: 1px;
}
.book-contnt img {
  max-width: 230px !important;
  margin-bottom: 30px;
}
.page {
  /* PS: Don't go below thickness 0.5 or the pages might transpare */
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin;
  /*1* allow pointer events on pages */
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition:
    transform 1s,
    rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}

.front,
.back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  translate: 0px;
}

.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}


/* That's it. Your FlipBook customization styles: */

.book {
  counter-reset: page -1;
  & a {
    color: inherit;
  }
}


.front,
.back {
  display: flex;
  flex-flow: column wrap;
  justify-content: left;
  padding: 2em;
  border: 1px solid #0002;
  
  &:has(img) {
    padding: 0px 0px;
  }
  
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  &::after {
    position: absolute;
    bottom: 1em;
    counter-increment: page;
    content: counter(page) ".";
    font-size: 0.8em;
  }
}
.cover {
  &::after {
    content: "";
  }
}
.front {
  &::after {
    right: 1em;
  }
  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: .1em .5em .5em .1em;
}
.back {
  &::after {
    left: 1em;
  }
  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: .5em .1em .1em .5em;
}

.cover {
  background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%),
    hsl(231, 32%, 29%) url("../../assets/img/main-bbok.png") 50% / cover;
  color: hsl(200 30% 98%);
}


/* -- Popup -- */
.popup .popup-form h1 {
  font-size: 28px;
  max-width: 340px;
  margin: auto;
}
.popup .popup-form form {
  padding-top: 20px;
}
.popup .popup-form form input {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 10px;
}
.popup .popup-form form input::Placeholder, .popup .popup-form form textarea::Placeholder {
  color: #000000;
}
.popup .popup-form form textarea {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  max-height: 100px;
  border-radius: 10px;
}
.popup .popup-form form input[type="submit"] {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: 0.5s all ease-in-out;
}
.popup .popup-form form input[type="submit"]:hover {
  background-color: transparent;
  border-color: #000;
}
.popup-inner-main form {
  padding-right: 30px;
}
.popup-inner-main button#closePopup {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
.popup-inner-main button#closePopup:hover {
  background: transparent;
  color: #000;
}
.popup-inner-main .col-lg-6:last-child {
  padding-top: 30px;
}
.popup-inner-main {
  background-color: #9E27A9;
  position: absolute;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  width: 100%;
  z-index: 1;
  max-width: 1180px;
  border-radius: 50px;
}
.popup-inner-main form {
  padding-right: 30px;
}

/* Homepage */
/* .home-page img.animate-image {
  filter: drop-shadow(2px 4px 6px black);
} */
.service-card ul {
  list-style-type: none;
  padding: 0;
  position: relative;
  margin-bottom: 30px;
}
.service-card ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 25px;
  color: #000;
  transition: 0.5s all ease-in-out;
}
.service-card ul li:before {
  content: '';
  position: absolute;
  background: url(../../assets/img/icon-check.png);
  width: 20px;
  height: 20px;
  left: 0%;
  margin-top: 1px;
}
.service-card:hover ul li {
  color: #fff;
  transition: 0.5s all ease-in-out;
}

.home-page .amazon-kindle-home .col-lg-4 img {
  margin-top: -160px;
  margin-bottom: -200px;
  /* box-shadow: -1px -6px 10px 10px #40404040; */
  border-radius: 22px 50px 35px 20px;
}
.book-home-sec {
  padding-top: 100px;
  padding-bottom: 0px;
}
.tab-section {
  display: none;
}
.tab-section.active {
  display: block;
}
.tab-button.active, .tab-button:hover {
  background-color: #9E27A9;
  color: #fff !important;
  border-color: #9E27A9 !important;
}
.third-sec-home {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 170px;
  position: relative;
}
.home-why .row:before {
  content: '';
  position: absolute;
  background: url(../../assets/img/world-wide.png);
  width: 520px;
  height: 232px;
  bottom: 1%;
  background-size: contain;
}

.tab-btns .tab {
  display: flex;
  justify-content: center;
  gap: 20px;
  list-style-type: none;
  margin: 0;
}
.tab-btns {
  margin-bottom: 100px;
}
.sller-sec-home .hero-btn {
  justify-content: center;
  margin-top: 50px;
}
.tab-btns .tab .tab-button {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  border: 2px solid #212529;
  padding: 10px 30px;
  border-radius: 10px;
  width: 200px;
  display: block;
  text-align: center;
  color: #000;
}
.video-sec-home .row {
  width: auto !important;
}
.pagination-images .slick-slide {
  margin-bottom: 23px;
}
.hero-section-home .hero-text p.all-para {
  margin-bottom: 40px;
}
.hero-section-home .hero-text .hero-platforms {
  margin-top: 40px;
  margin-bottom: 40px;
}
.hero-section-home .hero-inner-row .col-lg-4, .hero-section-home .hero-inner-row .col-lg-6, .hero-section-home .hero-inner-row .col-lg-2 {
  padding: 0px;
}
.hero-section-home .hero-text p.all-para {
  font-size: 18px;
  line-height: 25px;
}
.hero-section-home .hero-text .hero-platforms img {
  width: 21%;
}
.hero-col-two {
  width: 46% !important;
}
.hero-col-three {
  width: 12.3% !important;
}
.hero-col-three .slick-slide {
  width: 100% !important;
}
.pagination-images img {
  width: 100%; /* Ensure images fit in the slider */
  display: block;
}
.hero-section-home .hero-inner-row p {
  font-size: 14px;
}
.hero-section-home .hero-text h1 {
  font-size: 60px;
  margin-bottom: 10px;
  line-height: 70px;
}
.hero-section-home .hero-text h1 span {
  color: #9E27A9;
}
.hero-section-home {
  padding-top: 150px;
  padding-bottom: 80px;
}





/* Audio book */
.production-head h4 {
  background-color: #9E27A9;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
  min-width: 330px;
  border-radius: 1000px;
  width: 330px;
  font-size: 50px;
  flex-direction: column;
  color: #fff;
  line-height: 40px;
  border: 2px solid #ffff;
  position: relative;
}
.production-head h4 span {
  font-size: 24px;
}
.production-head {
  border: 5px solid #9E27A9;
  border-radius: 1000px;
  max-width: 290px;
  height: 390px;
  padding: 29px;
  margin-bottom: 130px;
  min-width: 400px;
  position: relative;
}
.production-process-row .col-lg-3 {
  width: 20%;
  padding: 0;
}
.production-content p {
  text-align: center;
  margin: 0;
  font-size: 22px;
  line-height: 30px;
  color: #9E27A9;
  font-weight: 700;
  opacity: 0;
  transition: 1.5s all ease-in-out;
  min-width: 390px;
}
.productoine-other .production-head {
  margin-bottom: 0px !important;
  margin-top: 100px;
  border-color: #272727;
}
.productoine-other .production-head h4 {
  background-color: #272727;
}
.productoine-other:hover .production-head h4 {
background-color: #9E27A9;
}
.productoine-other:hover .production-head {
border-color: #9E27A9;
}
.productoine-same:hover .production-head {
border-color: #272727;
}
.productoine-same:hover .production-head h4 {
background-color: #272727;
}
.productoine-same .production-head:before {
content: '';
position: absolute;
background: url(../../assets/img/audio-book-recording/blue-patti.png);
background-repeat: no-repeat;
width: 25px;
height: 0px;
background-size: 100%;
bottom: -32%;
left: 46%;
transition: 0.5s all ease-in-out;
}
.productoine-other .production-head:before {
content: '';
position: absolute;
background: url(../../assets/img/audio-book-recording/black-patti.png);
background-repeat: no-repeat;
width: 40px;
height: 0px;
background-size: 100%;
top: -24%;
left: 45%;
transition: 0.5s all ease-in-out;
}
.production-content {
position: relative;
}
.productoine-same:hover .production-head:before {
height: 120px;
transition: 0.5s all ease-in-out;
}
.productoine-same:hover .production-content p, .productoine-other:hover p {
opacity: 1;
transition: 1.5s all ease-in-out;
}
.productoine-other .production-head:hover:before {
height: 90px;
transition: 0.5s all ease-in-out;
}
.production-process-row {
width: 100%;
}




.art-graphic-no-sec .container {
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
.art-graphics-row .col-lg-2:hover .bg-light-change h1 {
  background-color: #272727 !important;
}
.content-one {
  position: absolute;
  left: 0%;
  max-width: 250px;
  text-align: right;
  bottom: 0%;
}
.graphic-col-one, .graphic-col-five {
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.content-two {
  position: absolute;
  left: 5%;
  max-width: 270px;
  text-align: right;
  top: -35%;
}
.graphic-col-two .graphic-count {
  margin-left: -40px;
  margin-top: -30px;
}
.graphic-col-three .content-three {
  position: absolute;
  top: -71%;
  max-width: 300px;
  text-align: center;
  margin-left: -50px;
}
.graphic-col-three .graphic-count {
  margin-top: -130px;
}
.graphic-col-five .content-five {
  position: absolute;
  right: 0%;
  max-width: 260px;
  bottom: 0%;
}
.graphic-col-four .content-four {
  position: absolute;
  max-width: 360px;
  top: -35%;
  right: 6%;
}
.graphic-col-four .graphic-count {
  margin-left: 40px;
  margin-top: -30px;
}
.graphic-col-one .graphic-count {
  margin-left: 90px;
  margin-bottom: -40px;
}
.graphic-col-five .graphic-count {
  margin-left: -80px;
  margin-bottom: -40px;
}
.bg-light-change h1 {
  background-color: #9E27A9 !important;
}
.art-graphics-row:before {
  content: '';
  position: absolute;
  width: 50%;
  border: 4px solid;
  border-radius: 10000px;
  height: 750px;
  border-bottom: 0px;
  z-index: 0;
  top: -4%;
}
.publishing-art {
  overflow: hidden;
}
.art-graphic-no-sec .row:first-child {
  padding-bottom: 350px;
}
.graphic-col-three .art-horse {
  margin-top: 40px;
  margin-left: -10px;
}
.art-graphics-row {
  width: 100%;
  justify-content: center;
  position: relative;
  height: 400px;
}
.art-graphics-row .col-lg-2 {
  width: 15%;
  z-index: 1;
}
.content-graphic h4 {
  font-size: 18px;
}
.content-graphic p {
  font-size: 14px;
}
.art-graphics-row .col-lg-2:hover .content-graphic {
  opacity: 1;
  transition: 0.5s all ease-in-out;
}
.art-graphics-row .col-lg-2 .content-graphic {
  opacity: 0;
  transition: 0.5s all ease-in-out;
}
.art-graphics-row .col-lg-2:hover h1 {
  background-color: #9E27A9 !important;
}
.graphic-count h1 {
  text-align: center;
  background-color: #272727;
  color: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  font-size: 60px;
  border: 20px solid #ffffff;
  cursor: pointer;
  box-shadow: 0px 10px 20px 6px #e9e9e9;
}
/* -- Art Section -- */
.animate-bar-row .col-lg-2:hover .bar-content {
  background-color: #3eb7da;
  transition: 0.5s all ease-in-out;
}

.animate-bar-row .col-lg-2:hover .bar-content h3, .animate-bar-row .col-lg-2:hover .bar-content h5 {
  color: #fff !important;
  transition: 0.5s all ease-in-out;
}
.publishing-art h2.all-heading.text-center {
  max-width: 1100px;
  margin: auto auto 30px auto;
}
.animate-bar-row {
  background: url(../../assets/img/author-marketing/pattern-main.png);
  background-repeat: no-repeat;
  background-size: 1647px;
  background-position: center;
  padding-bottom: 100px;
}
.animate-bar-sec .container {
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
}
.animate-bar-row {
  padding-top: 70px;
}
.animate-bar-row .col-lg-2 {
  width: 20%;
}
.animate-bar-row .col-lg-2 .bar-content {
  background-color: #fff;
  width: 200px;
  height: 200px;
  border: 2px solid #000;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 40px;
  max-width: 200px;
  margin: auto;
  box-shadow: 0px 10px 30px 0px #3eb7da73;
  cursor: pointer;
}
.animate-bar-row .col-lg-2 .bar-content h3 {
  font-size: 30px;
  text-align: center;
  margin: 0;
}
.animate-bar-row .col-lg-2 .bar-content h5 {
  text-align: center;
  font-size: 16px;
}


/* Contact us */
.testimonials-page .row {
  width: 100%;
}
.img-blurb {
  width: 3%;
}
.txt-blurb {
  width: 97%;
}
.blurb-ctn a:hover {
  color: #9E27A9;
}
.contact-second-row h3.text-white {
  font-weight: 600;
  font-size: 40px;
}
.contact-second-row form label {
  margin-bottom: 0px;
  font-size: 14px;
  font-family: Poppins;
  line-height: 26px;
}
/* .contact-main-content input[type=text], select, textarea, input {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px !important;
  margin-bottom: 16px !important;
  resize: vertical;
  color: #000000;
} */
.firt-blurb {
  margin-top: 20px;
}
.contact-page .col-lg-6:last-child h2.text-center {
  margin-top: 20px;
}
.blurb-ctn a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
}
.blurb-ctn .img-blurb img {
  width: 100% !important;
  max-width: 100% !important;
}
.contact-second-row form input[type="submit"] {
  color: #fff;
  font-size: 20px;
  background-color: #000;
}
.blurb-ctn {
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.mein-cont h2 {
  font-size: 40px;
  color: #000000;
  font-weight: 700;
}
.mein-cont {
  text-align: left;
}
.contact-second-row h3.text-black {
  font-size: 40px;
}
.contact-sec {
  padding-top: 15%;
  padding-bottom: 5%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.contact-sec .row {
  width: 100%;
}
.contact-sec ul {
  display: flex;
  list-style-type: none;
  color: #fff;
  gap: 20px;
  text-align: center;
  justify-content: center;
  margin: 30px 0px 0px 0px;
}
.contact-sec ul a, .contact-sec ul li {
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}


/* book trailer*/
.header-sticky .row.align-items-center.justify-content-between {
  padding-bottom: 0px;
}
.kindle-img {
  position: relative;
}
.home-page .service-home h2.text-center.all-heading {
  max-width: 1200px;
  margin: auto;
}
.kindle-img video#myVideo {
  position: absolute;
  width: 76%;
  height: 70%;
  right: 12%;
  top: 4px;
}
.book-marketing-home .row.align-items-center h2.all-heading.text-center, .home-page .writing-sec-home h2.all-heading.text-center {
  max-width: 1000px;
  margin: auto;
}
.book-trailer .promottion-hero-section {
  position: relative;
  padding-top: 20%;
  padding-bottom: 19%;
}
.book-trailer .promottion-hero-section #myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.book-trailer .promottion-hero-section .row {
  z-index: 1;
  width: 100%;
}

/* web content */
.art-row-main {
  gap: 40px;
}
.art-row-main .col-lg-3 {
  width: 18%;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 80px 20px 80px 20px;
  border: 6px solid #9E27A9;
  border-radius: 40px;
  position: relative;
}
.art-row-main .col-lg-3 h4 {
  font-size: 18px;
}
.art-row-main .col-lg-3 p {
  font-size: 14px;
  line-height: 22px;
}
.art-row-main .col-lg-3:not(:last-child):before {
  content: '';
  position: absolute;
  background: url(../../assets/img/web-content-writing/icon-right.png);
  background-repeat: no-repeat;
  width: 90px;
  height: 96px;
  right: -29%;
  top: 36%;
  z-index: 1;
  background-color: #fff;
  background-size: 100%;
}
.publishing-art {
  background-color: #fff;
}
.web-content .promottion-hero-section .promottion-hero {
  max-width: 1350px;
}
/* .web-content .row {
  width: 100%;
} */


/* Book Formating */
.book-foramting  .book-formatting-hero a.btn-hero:last-child {
  border-color: #fff;
  color: #fff;
}
.book-foramting a.btn-hero:first-child:hover {
  color: #fff;
  border-color: #fff;
}
.book-foramting a.btn-hero:first-child:hover img {
  filter: drop-shadow(2px 4px 6px black);
}

/* Childern Book Illustration */
.book-foramting .hero-section p.all-para {
  max-width: 100%;
}
#illustration-sec {
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: overlay;
    background: #ffffffbd;
}
.childern-book-illustration .acing-blurb {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


/* -- Childern Book Publiscation -- */
.acing-sec .hero-btn.third-sec-btns {
  margin-top: 40px;
}
.acing-main {
  margin-top: 40px;
}
.acing-main .acomg-title {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.acing-main .acomg-title img {
  width: 31px;
  height: 31px;
}
.acing-main .acomg-title h4.text-black {
  font-size: 20px;
  margin: 0;
  line-height: 31px;
}
.acomg-desc p.text-black {
  font-size: 15px;
  line-height: 23px;
}
.childern-book-publication .amazon-kindle-home .row.align-items-center {
  width: 100%;
}
#book-publication {
  padding-bottom: 100px;
}
/*#book-publication .hero-img:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  background: url(../../assets/img/childern-book-publications/banner-bg.png);*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-repeat: no-repeat;*/
/*  right: -21.7%;*/
/*}*/

/* -- Business plan -- */
#business-hero .hero-btn .btn-hero {
  border-color: #fff;
  color: #fff;
}
#business-hero:before {
  content: "";
  position: absolute;
  background: url(../../assets/img/business-plan/banner-hand.png);
  background-repeat: no-repeat;
  width: 240px;
  height: 450px;
  right: 0%;
  bottom: 0%;
}
#business-hero {
  position: relative;
}

/* -- Book Marketing -- */
#marketing-hero .hero-btn .icons-btn {
  background-color: #000;
}
#marketing-hero .hero-btn a.btn-hero {
  border-color: #fff;
  color: #fff;
}
#marketing-hero .hero-btn .icons-btn {
  background-color: #000;
  border-color: #000 !important;
}
#marketing-hero .hero-btn .icons-btn:hover img {
  filter: grayscale(1);
}
#marketing-hero .hero-btn .icons-btn:hover {
  color: #fff;
}
#marketing-hero .hero-btn a.btn-hero:hover {
  border-color: #fff;
}

/* animation */
.tesimonial-image.text-center:before {
  margin-top: -10px;
  content: '';
  border: 5px dotted #9E27A9;
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 1000px;
  margin-left: -85px;
  animation: spin 10s infinite reverse linear;
}
@keyframes spin {
100% {
  transform: rotate(1turn);
}
}
/* .writing-row:hover .col-lg-5 .writing-steps-home img {
  filter: drop-shadow(2px 4px 6px black);
  transition: 0.5s all ease-in-out;
} */
.writing-row .col-lg-5 .writing-steps-home img {
  transition: 0.5s all ease-in-out;
}
.faqss .quwstion:hover {
  background-color: #fff;
}
.faqss .quwstion:hover button.accordions {
  color: #000000;
}
.main-footer ul.footer-menu-list li a:hover,
.footr-blurb-col a:hover {
  color: #9E27A9;
}
.scroll-top {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .header-button a.btn.bg-theme.text-title:hover {
  background-color: transparent !important;
  color: #000 !important;
  border-color: #000;
}
.social-icon ul li {
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}
.social-icon ul li img {
  width: 30px;
}
.social-icon ul li:hover {
  background-color: #9E27A9;
}
header .header-button a.btn.bg-theme.text-title:hover img {
  filter: brightness(0);
}
img.animate-image:hover {
  overflow: hidden;
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }

  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #888;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9E27A9;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #212529;
}

/* -- Book Promotions -- */
#book-promotion-sec .kindle-img {
  position: absolute;
  top: -13%;
  bottom: 0%;
  right: 0%;
  width: 600px;
}
#book-promotion-sec {
  position: relative;
}
#book-promotion-sec .hero-btn.kindle-home-btns {
  margin-top: 100px;
}
.book-promotion .brand-sec-logo .row,
.book-promotion .sller-sec-home .row,
.book-promotion .testi-home-sec .row,
.book-promotion .talk-sec-home .row.align-items-center {
  width: 100%;
}
.header-layout2 .sticky-wrapper {
  background-color: #fff;
}
.promottion-hero-section {
  padding-top: 230px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.promottion-hero-section .promottion-hero {
  max-width: 1080px;
  margin: auto;
}
.promottion-hero-section .hero-btn {
  margin-bottom: 50px;
}

/* -- Book Writing -- */
.book-writing .service-home h2.text-center.all-heading,
.book-promotion .service-home h2.text-center.all-heading {
  max-width: 740px;
  margin: auto;
}
#writing-amazon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
#writing-amazon .hero-btn {
  justify-content: center;
}
#writing-amazon .hero-btn a.btn-hero {
  border-color: #fff;
  color: #fff;
}
#writing-amazon .hero-btn a.btn-hero:last-child img {
  filter: invert(1);
}
#writing-amazon .hero-btn a.btn-hero.icons-btn {
  background-color: #212529;
  border-color: #000;
}
.book-writing .brand-sec-logo .row,
.book-writing .sller-sec-home .row,
.book-writing .testi-home-sec .row,
.book-writing .talk-sec-home .row.align-items-center,
#writing-book .row.align-items-center {
  width: 100%;
}
#writing-book {
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
#writing-book .row.align-items-center .col-lg-6:last-child {
  text-align: right;
}

/* -- Book Publishing -- */
.publish-btn a.btn-hero.icons-btn {
  border-color: #212529;
  color: #212529;
}
.publishing-art p.all-para.text-center {
  max-width: 550px;
  margin: auto;
}
.art-bg.text-center {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding-top: 80px;
  padding-bottom: 100px;
}
.book-publishing .service-home h2.text-center.all-heading {
  max-width: 750px;
  margin: auto auto 50px auto;
}
#book-publishing-sec {
  padding-top: 40px;
}
#book-publishing-sec .col-lg-6:last-child {
  text-align: right;
}
#book-publishing-sec .col-lg-6:last-child img {
  margin-bottom: -80px;
}
.book-publishing .brand-sec-logo .row,
.book-publishing .sller-sec-home .row,
.book-publishing .testi-home-sec .row,
.book-publishing .talk-sec-home .row.align-items-center, .book-writing #writing-amazon .row.align-items-center {
  width: 100%;
}
.book-publishing .hero-section {
  padding-bottom: 0px;
}

/* footer */
.header-layout2 .sticky-wrapper.header-sticky .row {
  padding-top: 0px;
}
.header-layout2 .sticky-wrapper.header-sticky ul li.menu-item-has-children a {
  color: #000 !important;
}
.footr-blurb-col p,
.footr-blurb-col a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 10px;
  line-height: 22px;
}
.main-footer h4.text-white {
  font-size: 20px;
  margin-bottom: 20px;
}
.main-footer ul.footer-menu-list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.main-footer ul.footer-menu-list li {
  margin-bottom: 15px;
}
.main-footer ul.footer-menu-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.main-footer {
  background-color: #272727;
}
.logo-footr a img {
  /* filter: invert(1); */
  margin-bottom: 20px;
}
.logo-footr p {
  font-size: 15px;
  color: #fff;
  line-height: 27px;
  max-width: 630px;
}
.social-icon {
  margin-top: 30px;
}
.social-icon ul {
  list-style-type: none;
  padding: 0px;
  display: flex;
  gap: 12px;
  margin: 0;
}
.social-icon ul li img {
  filter: unset;
  margin: 0;
}

/* homepage */
.quwstion button:before {
  content: "";
  position: absolute;
  background: url(../../assets/img/faq.png);
  width: 30px;
  height: 30px;
  background-size: 100%;
  right: 2%;
  filter: grayscale(1);
  
}
.quwstion button.active::before {
  transform: rotate(183deg);
}
.faqss .panel {
  display: none;
  padding-right: 30px;
  transition: 0.5s all ease-in-out;
}
.faqss button {
  text-align: left;
  background-color: transparent;
  border: 0;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 20px;
  padding: 0;
  width: 100%;
}
.quwstion {
  width: 100%;
  text-align: left;
  background-color: #341E36;
  border: 2px solid #212529;
  border-radius: 15px;
  padding: 20px 40px;
  margin-bottom: 20px;
  transition: 0.5s all ease-in-out;
}
.faqss {
  margin-top: 50px;
  position: relative;
}
.faqss p {
  margin: 0;
}
.quwstion.active {
  background-color: transparent;
  border-color: #000;
}
.quwstion.active button.accordions.active {
  color: #000;
}
.testi-slier ul.slick-dots {
  bottom: -50px;
}
#talk-sec {
  justify-content: center;
  margin-top: 30px;
}
#talk-sec a.btn-hero {
  color: #fff;
  border-color: #fff;
}
.testi-slier ul.slick-dots li button:before {
  font-size: 16px;
}
.testi-slier ul.slick-dots li.slick-active button::before {
  color: #9E27A9;
}
.testi-slider button.slick-prev.slick-arrow {
  background: url(../../assets/img/arrow-left.png);
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  background-size: cover;
  left: -20%;
}
.testi-slider button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::before {
  font-size: 0px;
}
.testi-slider button.slick-next.slick-arrow {
  background: url(../../assets/img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  right: -20%;
}
.tesimonial-image {
  margin-bottom: 20px;
  padding-top: 20px;
}
.tesimonial-image img {
  width: 100%;
  max-width: 150px !important;
  margin: auto;
}
.quote-top {
  position: absolute;
  left: 0%;
  top: 13%;
  opacity: 0.5;
}
.testi-main {
  position: relative;
}
.rating-img {
  margin-top: 20px;
  margin-bottom: 40px;
}
.rating-img img {
  width: 100%;
  max-width: 150px !important;
  margin: auto;
}
.testi-home-sec h2.all-heading.text-center {
  margin-bottom: 70px;
}
.testi-main p.text-center {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin: 0;
}
.testi-main h3 {
  text-align: center;
}
.quote-bottom {
  position: absolute;
  right: 3%;
  bottom: 6%;
  opacity: 0.5;
}
.marketing-form form .form-group textarea {
  min-height: 240px;
}
.marketing-form form .form-group {
  margin-bottom: 20px;
}
.marketing-form form .form-group input,
.marketing-form form .form-group textarea {
  background-color: #dbdbdb;
  padding: 18px 30px;
  border-radius: 15px;
  font-size: 20px;
}
.marketing-form form .form-group.text-end button {
  background-color: #9E27A9;
  width: 100%;
  padding: 16px 20px;
  border: 1px solid #9E27A9;
  font-size: 18px;
  border-radius: 15px;
}
.marketing-form form .form-group.text-end button:hover {
  background-color: transparent;
  color: #9E27A9;
}
.book-marketing-home p.all-para.text-center {
  max-width: 1070px;
  margin: auto auto 70px auto;
}
.choose-sec-home .hero-btn.third-sec-btns {
  margin-top: 30px;
}
.choose-sec-home {
  padding-top: 130px;
  padding-bottom: 100px;
}
.fitrs-uper {
  margin-top: -30px !important;
}
.choose-cards:hover {
  background-color: #272727;
  transition: 0.5s all ease-in-out;
}
.choose-cards:hover h4, .choose-cards:hover h3,
.choose-cards:hover p {
  color: #fff;
}
.choose-cards {
  background-color: #fff;
  box-shadow: 0px 6px 10px 2px #cccccc70;
  padding: 50px 25px;
  border-radius: 20px;
  margin-bottom: 20px;
  transition: 0.5s all ease-in-out;
}
.choose-cards h4, .choose-cards h3 {
  font-size: 22px;
}
.choose-cards p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.sller-sec-home {
  padding-top: 100px;
  padding-bottom: 200px;
}
.center-slider button.slick-prev.slick-arrow {
  background-color: #000;
  left: unset;
  right: 11%;
  top: unset;
  bottom: -22%;
  width: 60px;
  height: 60px;
  border-radius: 100px;
}
.center-slider .sller-sec-home {
  padding-top: 100px;
  padding-bottom: 150px;
}
.center-slider button.slick-next.slick-arrow {
  top: unset;
  bottom: -22%;
  right: 7%;
  width: 60px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 100px;
  color: #000;
}
.center-slider button.slick-next.slick-arrow:before {
  color: #000;
  font-size: 20px;
}
.center-slider:before {
  content: "";
  position: absolute;
  width: 59%;
  height: 2px;
  background-color: #000;
  bottom: -12%;
  right: 15%;
}
.sller-sec-home p.text-center.all-para {
  max-width: 600px;
  margin: auto auto 50px auto;
}
.writing-center {
  margin-left: 50px;
}
.writing-first {
  margin-left: -90px;
}
.writing-row {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.writing-content h4 {
  font-size: 30px;
  margin-bottom: 15px;
}
.writing-content p {
  font-size: 20px;
  line-height: 28px;
  margin: 0px;
}
.writing-content .ctn-div {
  margin-bottom: 82px;
}
.writing-row .col-lg-6 {
  padding: 0px;
}
.form-div-main button.btn:hover {
  background-color: transparent;
  color: #9E27A9;
}
.amazon-kindle-home .kindle-home-btns .icons-btn:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.kindle-home-btns {
  margin-top: 40px;
}
.amazon-kindle-home .kindle-home-btns .btn-hero {
  border-color: #fff;
  color: #fff;
}
.service-card .servive-btn a:hover {
  background-color: #484848;
}
.service-card:hover {
  background-color: #272727;
  transition: 0.5s all ease-in-out;
}
.service-card:hover h4, .service-card:hover h3,
.service-card:hover p {
  color: #fff;
}
.service-card {
  background-color: #fff;
  padding: 60px 35px;
  border-radius: 20px;
  transition: 0.5s all ease-in-out;
}
.service-card h4, .service-card h3 {
  font-size: 22px;
  margin-bottom: 0px;
}
.service-card p {
  font-size: 16px;
  line-height: 24px;
  min-height: 220px;
}
.service-card .servive-btn a {
  background-color: #9E27A9;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-decoration: none;
}
.service-card .servive-btn a img {
  margin-right: 10px;
}
.bg-white-sec .brand-slider img {
  filter: brightness(0.1);
}
.form-div-main {
  /* border: 1px solid #707070; */ 
    border-radius: 20px;
    padding: 60px;
    max-width: 650px;
    margin: auto 0 auto auto;
    background-color: #341e36;
}
.form-div-main h3.text-center {
  font-size: 45px;
  margin-bottom: 15px;
}
.form-div-main p.text-center {
  font-size: 16px;
  color: #767676;
  margin-bottom: 25px;
}
.form-div-main form input {
  background-color: #f1f1f1;
  padding: 20px 20px;
  font-size: 18px;
  color: #000;
  border: 0px;
  border-radius: 15px;
}
.form-div-main form .form-group:not(:last-child) {
  margin-bottom: 30px;
}
.form-div-main form textarea {
  background-color: #f1f1f1;
  border: 0px;
  font-size: 18px;
  padding: 20px 20px;
  border-radius: 20px;
}
.form-div-main button.btn {
  background-color: #9E27A9;
  padding: 15px 50px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  border: 1px solid #9E27A9;
}
.third-sec-ul,
.third-sec-ul ul li {
  position: relative;
}
.third-sec-ul ul {
  padding: 0px 0px 0px 40px;
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}
.third-sec-ul ul li:before {
  content: "";
  position: absolute;
  background: url(../../assets/img/check-icon.png);
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  left: -10%;
  background-size: cover;
  margin-top: -4px;
}
.third-sec-ul ul li {
  font-size: 16px;
  color: #606060;
  font-weight: 400;
  margin-bottom: 25px;
}
.brand-slider .slick-slide {
  display: flex !important;
  justify-content: space-around;
}
.home-page .row {
  width: 100%;
}
.nav-header .row {
  padding-top: 0px;
  padding-bottom: 0px;
}
.hero-btn .btn-hero:hover {
  background-color: #9E27A9;
  border-color: #9E27A9;
}
.hero-btn .icons-btn:hover {
  background-color: transparent !important;
  border-color: #000;
  color: #000;
}
.hero-btn .icons-btn:hover img {
  filter: brightness(0.5);
}
.hero-section .hero-img {
  max-width: 700px;
  margin: -50px auto auto auto;
}
.hero-inner-row p {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.hero-platforms {
  display: flex;
  gap: 30px;
  justify-content: left;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.hero-section h1.all-heading {
  margin-bottom: 20px;
}
.hero-section p.all-para {
  max-width: 500px;
}
.hero-btn .btn-hero {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 7px 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  color: #000;
}
.hero-btn .icons-btn {
  background-color: #9E27A9;
  color: #fff;
  border-color: #9E27A9;
}
.hero-btn .btn-hero img {
  margin-right: 10px;
}
.hero-btn {
  display: flex;
  gap: 10px;
}
.hero-section {
  padding-top: 200px;
  padding-bottom: 100px;
}
.all-heading {
  font-size: 55px;
  line-height: 70px;
}
.all-heading span {
  color: #9E27A9;
}
.all-para {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

/*------------------- 1.5. Typography -------------------*/

* {
  font-family: "Poppins", serif;
}
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  height: 100%;
  font-family: "Poppins", serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Poppins", serif;
}
.navbar-custom {
  position: relative;
  padding: 10px;
  z-index: 10;
}

.menu-icon {
  cursor: pointer;
  font-size: 24px;
}

.menu-items {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 10px;
  top: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.menu-items li {
  padding: 10px;
}

.menu-items li:hover {
  background-color: #f1f1f1;
}
button.cont-btn {
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  padding: 12px 30px;
  border-radius: 30px;
  border: none;
  color: #000;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
button.cont-btn:hover {
  background-image: linear-gradient(to right, #ec768d, #9b44e5);
  border-radius: 30px;
  border: none;
  color: #fff;
  transform: scale(1.1);
}
.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
span#menuIcon {
  background: #fff;
  padding: 6px 15px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
span#menuIcon:hover {
  transform: scale(1.1);
}
div#carouselExampleDark {
  margin-top: -140px;
  z-index: 5;
  position: relative;
}
/* Hero banner slider */
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: #945319 !important;
  outline: none !important;
}

/* Popup overlay style */
.popup {
  display: none;
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Popup content style */

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 18px;
  cursor: pointer;
}

/* Responsive */

/* Handle on hover */
.heigt-wise::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.fixed-scroll-area-link li a.active {
  padding-left: 80px;
}
.fixed-scroll-area-link li a span {
  margin-right: 20px;
}
.header-sticky nav.main-menu ul li a {
  color: #fff;
}
.header-sticky nav.main-menu ul li.active a {
  color: #fff;
}

/* header */
header .menu-area .row {
  width: 100%;
}
header ul li.active {
  background: #903cf2;
  border-radius: 30px;
  box-shadow: -1px 0px 10px 1px #00ffff;
}
header .header-button a.btn.bg-theme.text-title {
  color: #fff !important;
  padding: 12px 30px;
  font-size: 18px !important;
  font-weight: 700;
  border-radius: 10px;
}
header .header-button a.btn.bg-theme.text-title span.effect-1 img {
  width: 20px;
  height: 20px;
  margin-top: -1px;
  margin-right: 10px;
}
/* Footer */
footer.footer-wrapper .container {
  display: block;
}
footer.footer-wrapper .row:last-child ul.footer-menu-list {
  display: flex;
  gap: 50px;
}
footer.footer-wrapper .col-lg-6:first-child p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  max-width: 470px;
}
footer.footer-wrapper .col-lg-6:first-child img {
  margin-bottom: 20px;
}
footer.footer-wrapper h4.text-white {
  font-size: 20px;
  font-family: "Poppins", serif;
  font-weight: 400;
  margin-bottom: 15px;
}
footer.footer-wrapper ul.footer-menu-list {
  list-style: none;
  padding: 0px;
}
footer.footer-wrapper .row:last-child ul.main-footer-socialss {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 18px;
  justify-content: end;
}
footer.footer-wrapper ul.footer-menu-list li a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
footer.footer-wrapper ul.footer-menu-list li {
  margin-bottom: 15px;
}
footer.footer-wrapper p,
footer.footer-wrapper p a {
  color: #fff;
  text-decoration: none;
}
footer.footer-wrapper .row:first-child .col-lg-2 {
  padding-top: 27px;
}

.mt-120 {
  margin-top: 120px;
}

.footerbox-details h3 {
  position: relative;
  display: inline-block;
}

.footerbox-details h3::after {
  height: 1px;
  width: 117px;
  display: block;
  position: absolute;
  content: "";
  background: #3c6bb3;
  right: -20px;
  bottom: -10px;
}

.contact-footer a img {
  margin-right: 20px;
  filter: invert(40%) sepia(73%) saturate(1108%) hue-rotate(160deg)
    brightness(73%) contrast(101%);
}

.footerbox-details h3 {
  font-size: 15px;
  font-weight: 700;
}

.footerbox-details.linksheading h3::after {
  width: 98px;
  left: 0;
}

.footerlinks {
  margin-top: 22px;
}

.footerlinks ul {
  margin: 0;
  padding-left: 0;
}

.footerlinks ul li {
  margin: 0;
  list-style: none;
}

.footerlinks ul li a {
  font-size: 13px;
  color: #636466;
  text-decoration: none;
  font-weight: 500;
}

.footerlinks ul li a:hover {
  color: #3c6bb3;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pt-b-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
html {
  width: 100%;
  overflow-x: hidden;
}

p {
  font-family: "Poppins", serif;
  font-style: normal;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  /*overflow-x: hidden;*/
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}
a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  text-transform: none;
  font-weight: 700 !important;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h2,
h2 {
  font-size: 60px;
  line-height: 1.133;
}

.h3,
h3 {
  font-size: 36px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 1.333;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 1.417;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2{
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }

  .book-rating-sec h2.text-center.fw-bold, .book-rating-sec span {
    font-size: 24px !important;
}
.menu-area {
    text-align: center;
    align-items: center;
    justify-content: center;
    position: relative;
    display: grid
;
}


}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

/*------------------- 2.1. Container -------------------*/
/* Medium Large devices */
@media (max-width: 1399px) {
  :root {
    --main-container: 1250px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: calc(var(--main-container) + var(--container-gutters));
  }
}
@media only screen and (min-width: 1300px) {
  .container2.px-0,
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
  .container2 {
    max-width: 1330px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .container2 {
    max-width: 1140px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    max-width: 960px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .container2 {
    max-width: 720px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .container2 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .container2 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/*------------------- 2.2. Grid -------------------*/

.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gy-60 {
  --bs-gutter-y: 60px;
}

.gy-80 {
  --bs-gutter-y: 80px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

.gx-20 {
  --bs-gutter-x: 20px;
}

.gx-60 {
  --bs-gutter-x: 60px;
}
@media (max-width: 1399px) {
  .gx-60 {
    --bs-gutter-x: 40px;
  }
}
@media (max-width: 575px) {
  .gx-60 {
    --bs-gutter-x: 1.5rem;
  }
}

.gx-90 {
  --bs-gutter-x: 90px;
  /* Medium Large devices */
}
@media (max-width: 1399px) {
  .gx-90 {
    --bs-gutter-x: 24px;
  }
}

@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .gy-80 {
    --bs-gutter-y: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}

[class*="col-"].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*="col-"].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}
.row.no-gutters > .form-group {
  margin-bottom: 0;
}

/*------------------- 2.5. Mobile Menu -------------------*/
.mobile-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  opacity: 0;
  visibility: hidden;
}
.mobile-menu-wrapper .mobile-logo {
  padding: 35px 0px 50px;
  display: block;
  text-align: start;
  background-color: var(--white-color);
}
.mobile-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.mobile-menu-wrapper .menu-toggle {
  border: 2px solid var(--title-color);
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 23px;
  padding: 0;
  line-height: 1;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  z-index: 1;
  color: var(--title-color);
  background-color: transparent;
  border-radius: 50%;
}
.mobile-menu-wrapper .menu-toggle:hover {
  transform: rotate(90deg);
}
.mobile-menu-wrapper .mobile-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: var(--white-color);
  height: 100%;
  position: relative;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  z-index: 1;
  padding: 0 20px;
}
.mobile-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper.body-visible .mobile-menu-area {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.mobile-menu-wrapper .sidebar-wrap {
  margin-bottom: 23px;
}
.mobile-menu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 0;
  line-height: 24px;
}
.mobile-menu-wrapper .sidebar-wrap a {
  color: #000;
}
.mobile-menu-wrapper .sidebar-wrap a:hover {
  color: var(--title-color);
}

.mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 25px;
  margin-bottom: 40px;
  text-align: left;
  border-bottom: 2px solid var(--title-color);
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu ul {
  margin: 0;
  padding: 5px 0;
}
.mobile-menu ul li {
  list-style-type: none;
}
.mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 8px 0;
  line-height: 1.4;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  color: #000;
  letter-spacing: normal;
  text-transform: capitalize;
  text-decoration: none;
}
.mobile-menu ul li.active a {
  font-weight: 600;
}
.mobile-menu ul li.active-class > a {
  color: var(--title-color);
}
.mobile-menu ul li.active-class > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.mobile-menu ul li ul li {
  padding-left: 20px;
}
.mobile-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 16px;
  padding: 6px 0;
}
.mobile-menu ul li ul li a .mean-expand-class:before {
  font-size: 14px;
}
.mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 20px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: end;
  background-color: transparent;
  color: var(--title-color);
  border-radius: 50%;
}
.mobile-menu ul .submenu-item-has-children > a .mean-expand-class:before {
  content: "\f107";
  font-family: var(--icon-font);
  font-weight: 700;
  color: #000;
}
.mobile-menu
  ul
  .submenu-item-has-children.active-class
  > a
  .mean-expand-class:before {
  content: "\f106";
  color: #000;
}
.mobile-menu > ul > li:last-child {
  border-bottom: none;
}

@media (max-width: 400px) {
  .mobile-menu-wrapper .mobile-menu-area {
    width: 100%;
    max-width: 270px;
  }
}
/*------------------- 2.5. Desk Menu -------------------*/
.desk-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.desk-menu-wrapper .desk-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--white-color);
  border-bottom: 2px solid var(--title-color);
}
.desk-menu-wrapper .desk-logo svg {
  max-width: 185px;
}
.desk-menu-wrapper .menu-toggle2 {
  border: 1px solid var(--white-color);
  font-size: 22px;
  position: absolute;
  right: 48px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--title-color);
  border-radius: 50%;
}
.desk-menu-wrapper .menu-toggle2:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.desk-menu-wrapper .desk-menu-area {
  width: 100%;
  background-color: var(--title-color);
  border-right: 0;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.desk-menu-wrapper.body-visible {
  opacity: 1;
  visibility: visible;
}
.desk-menu-wrapper.body-visible .desk-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}
.desk-menu-wrapper.body-visible .desk-menu-area .desk-menu > ul {
  clip-path: inset(0);
}

.desk-menu {
  overflow-y: scroll;
  max-height: 100vh;
  padding-bottom: 40px;
  margin-top: 0px;
  padding-top: 60px;
  text-align: left;
}
.desk-menu::-webkit-scrollbar {
  display: none;
}
.desk-menu ul {
  margin: 0;
  padding: 0 0;
}
.desk-menu ul:has(.active-class2) > li {
  opacity: 0.5;
}
.desk-menu ul li {
  list-style-type: none;
  transition: 0.4s;
}
.desk-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 100px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--smoke-color);
  letter-spacing: 1.5px;
  text-transform: capitalize;
}
.desk-menu ul li.active-class2 {
  opacity: 1;
}
.desk-menu ul li.active-class2 > a:before {
  background: var(--theme-color);
  border-color: var(--theme-color);
}
.desk-menu ul li ul {
  max-width: 250px;
}
.desk-menu ul li ul li {
  padding-left: 0px;
}
.desk-menu ul li ul li a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  text-transform: capitalize;
  font-size: 20px;
  padding: 8px 0;
}
.desk-menu ul li ul li.menu-item-has-children {
  position: relative;
}
.desk-menu ul li ul li.menu-item-has-children:before,
.desk-menu ul li ul li.menu-item-has-children:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 2px;
  height: 9px;
  width: 2px;
  background: var(--white-color);
  transition: 0.4s;
  transform: rotate(45deg);
  display: inline-block;
  transition: 0.4s;
}
.desk-menu ul li ul li.menu-item-has-children:before {
  transform: rotate(-45deg);
  top: 16px;
}
.desk-menu ul li ul li:last-child {
  border-bottom: none;
}
.desk-menu ul li ul li ul {
  margin-left: 16px;
}
.desk-menu ul .submenu-item-has-children2 > a .mean-expand-class2 {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  height: 100%;
  line-height: 25px;
  margin-top: 0px;
  display: inline-block;
  text-align: center;
  background-color: transparent;
  color: var(--title-color);
  border-radius: 50%;
}
.desk-menu
  ul
  .submenu-item-has-children2.active-class2
  > a
  .mean-expand-class2:before {
  content: "\f068";
}
.desk-menu > ul {
  padding: 0 100px;
  clip-path: inset(0 0 100% 0);
  transition: 1.5s all ease-in-out;
}
.desk-menu > ul > li:last-child {
  border-bottom: none;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .desk-menu ul li a {
    font-size: 80px;
  }
}
/* Medium Large devices */
@media (max-width: 1399px) {
  .desk-menu ul li a {
    font-size: 60px;
  }
  .desk-menu {
    padding-top: 40px;
    max-height: calc(100vh - 20px);
  }
}
/* Medium Large devices */
@media (max-width: 1299px) {
  .desk-menu {
    padding-top: 70px;
  }
}
@media (max-width: 400px) {
  .desk-menu-wrapper .desk-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .desk-menu > ul {
    padding: 0 20px;
  }
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
  display: block !important;
}

.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}

.tgmobile__menu .nav-logo img {
  width: 109px;
}

.tgmobile__menu .nav-logo .logo-light {
  display: none;
}

.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}

.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.current > a::before {
  height: 100%;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  color: var(--title-color);
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--title-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu
  .navigation
  li.menu-item-has-children
  .dropdown-btn
  .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--title-color);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--theme-color);
}

.tgmobile__menu
  .navigation
  li.menu-item-has-children
  .dropdown-btn.open
  .plus-line {
  background-color: var(--white-color);
}

.tgmobile__menu
  .navigation
  li.menu-item-has-children
  .dropdown-btn.open
  .plus-line::after {
  display: none;
}

.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  line-height: 1.5;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 500;
  color: var(--title-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}

.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}

.tgmobile__menu .navigation li > ul {
  display: none;
}

.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}

.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}

.tgmobile__menu .navigation ul li a {
  display: block;
}

.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 20px;
  color: var(--theme-color);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #292b37;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--theme-color);
  background: var(--theme-color);
  color: var(--white-color);
}

.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--white-color);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--white-color);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader-inner {
  display: block;
  width: 45px;
  height: 45px;
}
.preloader-inner span {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 37px;
  height: 37px;
  margin: 4px;
  border: 4px solid transparent;
  border-radius: 50%;
  animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: var(--theme-color) transparent transparent transparent;
}
.preloader-inner span:nth-child(1) {
  animation-delay: -0.1s;
}
.preloader-inner span:nth-child(2) {
  animation-delay: -0.2s;
}
.preloader-inner span:nth-child(3) {
  animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------- 3.2. Buttons -------------------*/
.link-effect {
  position: relative;
  overflow: hidden;
  display: block;
  height: 24px;
  line-height: normal;
}
.link-effect .effect-1 {
  display: block;
  height: 100%;
  position: relative;
  top: 0%;
  transition: 0.3s;
}
.link-effect:hover .effect-1 {
  top: -100%;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 0px;
  border: none;
  transition: 0.4s ease-in-out;
}
.icon-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 110px);
  height: var(--icon-size, 110px);
  line-height: var(--icon-size, 110px);
  text-align: center;
  background-color: var(--white-color);
  border: 1px solid rgba(199, 134, 101, 0.2);
  color: var(--theme-color);
  font-size: var(--icon-font-size, 30px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--white-color);
  border: 0;
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before,
.play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}

.link-btn {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 0px;
  text-transform: uppercase;
  color: var(--title-color);
  display: inline-flex;
  gap: 10px;
  text-decoration: none;
}
.link-btn i {
  font-size: 0.9rem;
}
.link-btn:after,
.link-btn:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.link-btn:after {
  width: 0;
  left: 0;
  transition: all ease 0.8s;
}
.link-btn:hover {
  color: var(--title-color);
}
.link-btn:hover::before {
  width: 0;
}
.link-btn:hover:after {
  width: 100%;
}
.link-btn:hover .effect-1 {
  top: -100%;
}
.link-btn.style2 {
  font-weight: 500;
  font-family: var(--body-font);
  color: var(--title-color);
  display: inline-flex;
  text-transform: capitalize;
}
.link-btn.style2:before {
  background-color: var(--title-color);
  bottom: -3px;
  left: 0px;
  height: 1px;
  width: 100%;
}
.link-btn.style2:hover {
  color: var(--theme-color);
}
.link-btn.style2:hover:before {
  background-color: var(--theme-color);
  width: calc(100% - 55px);
}
.link-btn.text-theme:before,
.link-btn.text-theme:after {
  background: var(--theme-color);
}
.link-btn.text-theme img {
  filter: brightness(99);
}

.link-btn2 {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--white-color);
  padding: 0;
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--theme-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--title-color);
}
.line-btn:hover::before {
  background-color: var(--title-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
/*.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--title-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.04);
}*/

.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: #ffffff;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border-radius: 50%;
}
.scroll-top svg {
  color: #000;
  border-radius: 50%;
  background: #9E27A9;
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--title-color);
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 70px;
    --icon-font-size: 24px;
  }
  .btn {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 25px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .scroll-top {
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
  }
  .scroll-top:after {
    line-height: 40px;
    font-size: 16px;
    height: 40px;
    width: 40px;
  }
  .btn {
    padding: 15.5px 20px;
    font-size: 12px;
    font-weight: 500;
  }
  .btn.circle-btn {
    height: 120px;
    width: 120px;
    line-height: 120px;
  }
}
body.bg-title .scroll-top svg {
  color: var(--white-color);
}
body.bg-title .scroll-top svg path {
  stroke: var(--theme-color);
}
body.bg-title .scroll-top::after {
  color: var(--white-color);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.4);
}

/*------------------- 3.3. Titles -------------------*/
.sec-title {
  margin-bottom: calc(var(--section-title-space) - 43px);
  margin-top: -0.18em;
  font-weight: 600;
  letter-spacing: -1.8px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .sec-title {
    letter-spacing: normal;
  }
}

.sub-title {
  color: var(--theme-color);
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  font-family: var(--body-font);
  letter-spacing: 1.4px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  margin-top: -0.4em;
}
.sub-title:after {
  content: "";
  position: relative;
  height: 1px;
  width: 50px;
  display: inline-block;
  background: var(--theme-color);
  margin-left: 10px;
}
.sub-title.style2 {
  display: block;
  letter-spacing: 4.2px;
  margin-top: -0.4em;
}
.sub-title.style2:after {
  display: none;
}

.box-title {
  font-size: 24px;
  line-height: 1.417;
  font-weight: 600;
  margin-top: -0.3em;
}
.box-title a {
  color: inherit;
}
.box-title a:hover {
  color: var(--theme-color);
}

.sec-text {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.667;
  margin-bottom: 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .sec-text {
    font-size: 16px;
  }
}

.title-area {
  margin-bottom: calc(var(--section-title-space) - 17px);
  position: relative;
  z-index: 2;
}
.title-area.mb-0 .sec-title {
  margin-bottom: 17px;
}
.title-area .btn {
  margin-top: 36px;
}
.title-area .checklist {
  margin-top: 30px;
}

.white-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-bottom: 9px;
  margin-bottom: 19px;
}
.white-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  height: 2px;
  width: 50px;
}

.page-title {
  font-size: 40px;
  font-weight: 500;
  margin-top: -0.3em;
}

.page-subtitle {
  font-size: 30px;
  font-weight: 500;
}

.shadow-text {
  font-size: 120px;
  font-weight: 500;
  font-family: var(--title-font);
  color: rgba(0, 0, 0, 0.03);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sec-title {
    font-size: 45px;
    line-height: 1.2;
  }
  .sec-text {
    margin-top: 0px;
  }
  .shadow-text {
    font-size: 100px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .title-area,
  .sec-title {
    --section-title-space: 60px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 36px;
  }
  .title-area.mb-50,
  .sec-title.mb-50 {
    margin-bottom: 40px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 55px;
  }
  .sec-text {
    font-size: 16px;
  }
  .shadow-text {
    font-size: 80px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .title-area,
  .sec-title {
    --section-title-space: 50px;
  }
  .title-area.mb-45,
  .sec-title.mb-45 {
    margin-bottom: 35px;
  }
  .sec-btn,
  .title-line {
    --section-title-space: 50px;
  }
  .sub-title {
    font-size: 14px;
  }
  .shadow-text {
    font-size: 70px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sec-title {
    font-size: 32px;
  }
  .shadow-text {
    font-size: 50px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .shadow-text {
    display: none;
  }
}
@media (max-width: 390px) {
  .sec-title {
    font-size: 30px;
  }
}
.sec_title_static {
  position: absolute;
  height: 100%;
  display: block;
}
.sec_title_static .sec_title_wrap {
  position: sticky;
  top: 150px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: auto;
}

/* Large devices */
@media (max-width: 1199px) {
  .sec_title_static {
    position: initial;
    height: auto;
    text-align: center;
    margin-bottom: 40px;
  }
}
/*------------------- 3.4. Common -------------------*/
.shape-mockup-wrap {
  z-index: 2;
  position: relative;
}

.shape-mockup {
  position: absolute;
  z-index: -1;
}
.shape-mockup.z-index-3 {
  z-index: 3;
}

.z-index-step1 {
  position: relative;
  z-index: 4 !important;
}

.z-index-common {
  position: relative;
  z-index: 3;
}

.z-index-3 {
  z-index: 3;
}

.z-index-n1 {
  z-index: -1;
}

.media-body {
  flex: 1;
}

.style-italic {
  font-style: italic;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.social-btn {
  display: flex;
  gap: 10px;
}
.social-btn a {
  height: var(--icon-size, 48px);
  width: var(--icon-size, 48px);
  line-height: 48px;
  display: inline-block;
  color: var(--title-color);
  text-align: center;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid var(--smoke-color);
  background: var(--smoke-color);
}
.social-btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
  border-color: var(--title-color);
}
.social-btn.style2 {
  gap: 25px;
}
.social-btn.style2 .link-effect {
  height: 25px;
}
.social-btn.style2 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--white-color);
  border: 0;
  font-size: 20px;
}
.social-btn.style2 a:hover {
  background: transparent;
  color: var(--theme-color);
}
.social-btn.style3 {
  gap: 20px;
}
.social-btn.style3 .link-effect {
  height: 25px;
}
.social-btn.style3 a {
  background: transparent;
  width: auto;
  height: auto;
  line-height: normal;
  border-radius: 0;
  color: var(--title-color);
  border: 0;
  font-size: 20px;
}
.social-btn.style3 a:hover {
  background: transparent;
  color: var(--title-color);
}
.social-btn.style4 a {
  --icon-size: 50px;
  line-height: 50px;
  font-size: 16px;
  background: transparent;
  color: var(--white-color);
  border-color: #4b4d49;
}
.social-btn.style4 a:hover {
  background: #4b4d49;
}
.social-btn.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

.global-carousel.slider-shadow .slick-list {
  padding: 30px 0px 40px 0px !important;
  margin: -30px 0px -40px 0px;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.btn-group .btn {
  border-radius: 0;
  flex: none;
}
.btn-group.style2 {
  gap: 20px 70px;
  /* Small devices */
}
@media (max-width: 767px) {
  .btn-group.style2 {
    gap: 20px 30px;
  }
}

/*******Magnific Image*******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*video jarallax*********/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------- 3.6. Font -------------------*/
.font-icon {
  font-family: var(--icon-font);
}

.font-title {
  font-family: var(--title-font);
}

.font-body {
  font-family: var(--body-font);
}

.fw-extralight {
  font-weight: 100;
}

.fw-light {
  font-weight: 300;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700;
}

.fw-extrabold {
  font-weight: 800;
}

.fs-md {
  font-size: 18px;
}

.fs-xs {
  font-size: 14px;
}

.text-underline {
  text-decoration: underline;
}

/*------------------- 3.7. Background -------------------*/
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-theme2 {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-smoke2 {
  background-color: var(--smoke-color2) !important;
}

.bg-smoke3 {
  background-color: var(--smoke-color3) !important;
}

.bg-smoke4 {
  background-color: var(--smoke-color4) !important;
}

.bg-smoke5 {
  background-color: var(--smoke-color5) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

/*------------------- 3.8. Text Color -------------------*/
.text-theme {
  color: var(--theme-color) !important;
}

.text-theme2 {
  color: var(--theme-color) !important;
}

.text-title {
  color: var(--title-color) !important;
}

.text-body {
  color: var(--body-color) !important;
}

.text-white {
  color: var(--white-color) !important;
}

.text-smoke {
  color: var(--smoke-color) !important;
}

.text-light {
  color: var(--light-color) !important;
}

.text-yellow {
  color: var(--yellow-color) !important;
}

.text-success {
  color: var(--success-color) !important;
}

.text-error {
  color: var(--error-color) !important;
}

.text-inherit {
  color: inherit;
}
.text-inherit:hover {
  color: var(--theme-color);
}

a.text-theme:hover,
.text-reset:hover {
  text-decoration: none;
}

/*------------------- 3.9. Overlay -------------------*/
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.position-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}

[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

[data-overlay="theme"]:before {
  background-color: var(--theme-color);
}

[data-overlay="title"]:before {
  background-color: var(--title-color);
}

[data-overlay="white"]:before {
  background-color: var(--white-color);
}

[data-overlay="black"]:before {
  background-color: var(--black-color);
}

[data-overlay="overlay1"]:before {
  background-color: #131b23;
}

[data-opacity="1"]:before {
  opacity: 0.1;
}

[data-opacity="2"]:before {
  opacity: 0.2;
}

[data-opacity="3"]:before {
  opacity: 0.3;
}

[data-opacity="4"]:before {
  opacity: 0.4;
}

[data-opacity="5"]:before {
  opacity: 0.5;
}

[data-opacity="6"]:before {
  opacity: 0.6;
}

[data-opacity="7"]:before {
  opacity: 0.7;
}

[data-opacity="8"]:before {
  opacity: 0.8;
}

[data-opacity="9"]:before {
  opacity: 0.9;
}

[data-opacity="10"]:before {
  opacity: 1;
}

/*------------------- 3.10. Animation -------------------*/
.ripple-animation,
.play-btn:after,
.play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
.scalein.slider-animated {
  --animation-name: scalein;
}

.slidetopleft.slider-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.slider-animated {
  --animation-name: slidebottomright;
}

.slideinleft.slider-animated {
  --animation-name: slideinleft;
}

.slideinright.slider-animated {
  --animation-name: slideinright;
}

.slideinup.slider-animated {
  --animation-name: slideinup;
}

.slideindown.slider-animated {
  --animation-name: slideindown;
}

.rollinleft.slider-animated {
  --animation-name: rollinleft;
}

.rollinright.slider-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.slider-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1)
    0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
.widget_nav_menu ul,
.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_price_filter ul,
.wp-block-page-list ul,
.widget_categories ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}
.widget_nav_menu .menu,
.widget_nav_menu > ul,
.widget_meta .menu,
.widget_meta > ul,
.widget_pages .menu,
.widget_pages > ul,
.widget_archive .menu,
.widget_archive > ul,
.widget_price_filter .menu,
.widget_price_filter > ul,
.wp-block-page-list .menu,
.wp-block-page-list > ul,
.widget_categories .menu,
.widget_categories > ul {
  margin: -3px 0 0px 0;
}
.widget_nav_menu a,
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_price_filter a,
.wp-block-page-list a,
.widget_categories a {
  display: block;
  border: none;
  margin: 0 0px 12px 0px;
  padding: 0px;
  font-size: 16px;
  font-weight: 300;
  font-family: var(--body-font);
  line-height: 1.313;
  color: var(--title-color);
  position: relative;
  display: flex;
  align-items: center;
}
.widget_nav_menu a:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_price_filter a:before,
.wp-block-page-list a:before,
.widget_categories a:before {
  content: "";
  position: relative;
  height: 18px;
  width: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  margin-right: 14px;
}
.widget_nav_menu a:after,
.widget_meta a:after,
.widget_pages a:after,
.widget_archive a:after,
.widget_price_filter a:after,
.wp-block-page-list a:after,
.widget_categories a:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--theme-color);
  transition: 0.4s;
  opacity: 0;
}
.widget_nav_menu a i,
.widget_meta a i,
.widget_pages a i,
.widget_archive a i,
.widget_price_filter a i,
.wp-block-page-list a i,
.widget_categories a i {
  margin-right: 12px;
  transition: 0.4s all;
}
.widget_nav_menu a.active,
.widget_nav_menu a:hover,
.widget_meta a.active,
.widget_meta a:hover,
.widget_pages a.active,
.widget_pages a:hover,
.widget_archive a.active,
.widget_archive a:hover,
.widget_price_filter a.active,
.widget_price_filter a:hover,
.wp-block-page-list a.active,
.wp-block-page-list a:hover,
.widget_categories a.active,
.widget_categories a:hover {
  color: var(--theme-color);
}
.widget_nav_menu a.active i,
.widget_nav_menu a:hover i,
.widget_meta a.active i,
.widget_meta a:hover i,
.widget_pages a.active i,
.widget_pages a:hover i,
.widget_archive a.active i,
.widget_archive a:hover i,
.widget_price_filter a.active i,
.widget_price_filter a:hover i,
.wp-block-page-list a.active i,
.wp-block-page-list a:hover i,
.widget_categories a.active i,
.widget_categories a:hover i {
  color: var(--theme-color);
  opacity: 1;
}
.widget_nav_menu a.active ~ span,
.widget_nav_menu a:hover ~ span,
.widget_meta a.active ~ span,
.widget_meta a:hover ~ span,
.widget_pages a.active ~ span,
.widget_pages a:hover ~ span,
.widget_archive a.active ~ span,
.widget_archive a:hover ~ span,
.widget_price_filter a.active ~ span,
.widget_price_filter a:hover ~ span,
.wp-block-page-list a.active ~ span,
.wp-block-page-list a:hover ~ span,
.widget_categories a.active ~ span,
.widget_categories a:hover ~ span {
  color: var(--theme-color);
}
.widget_nav_menu a.active:after,
.widget_nav_menu a:hover:after,
.widget_meta a.active:after,
.widget_meta a:hover:after,
.widget_pages a.active:after,
.widget_pages a:hover:after,
.widget_archive a.active:after,
.widget_archive a:hover:after,
.widget_price_filter a.active:after,
.widget_price_filter a:hover:after,
.wp-block-page-list a.active:after,
.wp-block-page-list a:hover:after,
.widget_categories a.active:after,
.widget_categories a:hover:after {
  opacity: 1;
}
.widget_nav_menu li,
.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_price_filter li,
.wp-block-page-list li,
.widget_categories li {
  display: block;
  position: relative;
}
.widget_nav_menu li > span,
.widget_meta li > span,
.widget_pages li > span,
.widget_archive li > span,
.widget_price_filter li > span,
.wp-block-page-list li > span,
.widget_categories li > span {
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0px;
  background: transparent;
  border-radius: 0;
  height: auto;
  width: auto;
  line-height: initial;
  text-align: center;
  color: var(--body-color);
  transition: all ease 0.4s;
}
.widget_nav_menu li:last-child a,
.widget_meta li:last-child a,
.widget_pages li:last-child a,
.widget_archive li:last-child a,
.widget_price_filter li:last-child a,
.wp-block-page-list li:last-child a,
.widget_categories li:last-child a {
  margin-bottom: -5px;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_nav_menu .wp-block-navigation__submenu-container,
.widget_nav_menu .sub-menu,
.widget_nav_menu .children,
.widget_meta .wp-block-navigation__submenu-container,
.widget_meta .sub-menu,
.widget_meta .children,
.widget_pages .wp-block-navigation__submenu-container,
.widget_pages .sub-menu,
.widget_pages .children,
.widget_archive .wp-block-navigation__submenu-container,
.widget_archive .sub-menu,
.widget_archive .children,
.widget_price_filter .wp-block-navigation__submenu-container,
.widget_price_filter .sub-menu,
.widget_price_filter .children,
.wp-block-page-list .wp-block-navigation__submenu-container,
.wp-block-page-list .sub-menu,
.wp-block-page-list .children,
.widget_categories .wp-block-navigation__submenu-container,
.widget_categories .sub-menu,
.widget_categories .children {
  margin-left: 10px;
}
.widget_nav_menu .wp-block-navigation__submenu-container li a,
.widget_nav_menu .sub-menu li a,
.widget_nav_menu .children li a,
.widget_meta .wp-block-navigation__submenu-container li a,
.widget_meta .sub-menu li a,
.widget_meta .children li a,
.widget_pages .wp-block-navigation__submenu-container li a,
.widget_pages .sub-menu li a,
.widget_pages .children li a,
.widget_archive .wp-block-navigation__submenu-container li a,
.widget_archive .sub-menu li a,
.widget_archive .children li a,
.widget_price_filter .wp-block-navigation__submenu-container li a,
.widget_price_filter .sub-menu li a,
.widget_price_filter .children li a,
.wp-block-page-list .wp-block-navigation__submenu-container li a,
.wp-block-page-list .sub-menu li a,
.wp-block-page-list .children li a,
.widget_categories .wp-block-navigation__submenu-container li a,
.widget_categories .sub-menu li a,
.widget_categories .children li a {
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0px 19px 0px;
  padding: 0px 0px 20px;
}

.widget_nav_menu a,
.widget_meta a,
.widget_pages a {
  padding-right: 20px;
}

.widget_nav_menu .sub-menu {
  margin-left: 10px;
}

.wp-block-page-list {
  padding: 0;
  margin: -3px 0 0px 0;
}

.wp-block-archives {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.wp-block-archives a:not(:hover) {
  color: inherit;
}

.blog-single ul.wp-block-archives li {
  margin: 5px 0;
}

.widget {
  margin-bottom: 30px;
  position: relative;
  padding: var(--widget-padding-x, 40px);
  background: var(--white-color);
  border: 1px solid #e3e5de;
  border-radius: 0px;
}
.widget[data-overlay]:before {
  z-index: -1;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  line-height: 1em;
  margin: -0.12em 0 47px 0;
}

.widget.widget_search {
  padding: 0;
  border: 0;
}
.widget .search-form {
  position: relative;
  display: flex;
}
.widget .search-form input {
  background: var(--white-color);
  border: 1px solid #e3e5de;
  flex: 1;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 400;
  border-radius: 0px;
  padding: 0 60px 0 30px;
}
.widget .search-form input::placeholder {
  color: var(--body-color);
}
.widget .search-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  display: inline-block;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 0px;
}
.widget .search-form:hover button {
  color: var(--title-color);
}

.widget-author {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
.widget-author .widget-author-thumb {
  margin-bottom: 30px;
}
.widget-author .widget_title {
  font-size: 30px;
  margin-bottom: 4px;
}
.widget-author .widget_title:after {
  display: none;
}
.widget-author .widget-author-desig {
  font-size: 18px;
  font-weight: 400;
  font-family: var(--title-font);
  color: var(--body-color);
  display: block;
}
.widget-author .social-btn {
  display: inline-flex;
  margin-top: 22px;
}

.wp-block-tag-cloud,
.tagcloud {
  margin-right: -3px;
  margin-bottom: -10px;
}
.wp-block-tag-cloud a,
.tagcloud a {
  display: inline-block;
  border: 1px solid #e3e5de;
  font-size: 13px !important;
  font-weight: 500;
  font-family: var(--body-font);
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0px 21px;
  margin-right: 5px;
  margin-bottom: 10px;
  color: var(--body-color);
  background-color: var(--white-color);
  border-radius: 0px;
}
.wp-block-tag-cloud a:hover,
.tagcloud a:hover {
  background-color: var(--title-color);
  color: var(--white-color) !important;
  border-color: var(--title-color);
}

.widget_gallery .insta-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.widget_gallery a {
  position: relative;
  border-radius: 0px;
  display: inline-block;
  flex: none;
}
.widget_gallery a img {
  border-radius: 0px;
  width: 100%;
}
.widget_gallery a:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--theme-color);
  border-radius: 0px;
  transition: 0.4s;
  opacity: 0;
}
.widget_gallery a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  opacity: 0;
  transition: 0.4s;
  color: var(--white-color);
  font-size: 20px;
}
.widget_gallery a:hover i {
  opacity: 1;
}
.widget_gallery a:hover:after {
  opacity: 0.7;
}
.widget-project-details {
  background: rgba(199, 134, 101, 0.08);
  border: 0;
  margin-bottom: 0;
}
.widget-project-details .widget_title {
  margin-bottom: 30px;
}
.widget-project-details .widget_title:after {
  display: none;
}
.widget-project-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget-project-details ul li {
  display: flex;
  gap: 20px;
  align-items: center;
}
.widget-project-details ul li:not(:last-child) {
  border-bottom: 1px solid #eedfd7;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.widget-project-details ul li .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: var(--white-color);
  text-align: center;
  color: var(--theme-color);
}
.widget-project-details ul li .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  margin-bottom: -1px;
  margin-top: -0.6em;
}
.widget-project-details ul li h6 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: -0.3em;
}

.footer-widget {
  margin-bottom: 50px !important;
}
.footer-widget,
.footer-widget .widget {
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  box-shadow: none;
}
.footer-widget .wp-block-search__label,
.footer-widget .widget_title {
  border-bottom: none;
  margin: -0.3em 0 32px 0;
  font-size: 20px;
  font-weight: 600;
  font-family: var(--title-font);
  line-height: 30px;
  position: relative;
}
.footer-widget.widget_meta ul,
.footer-widget.widget_pages ul,
.footer-widget.widget_archive ul,
.footer-widget.widget_recent_entries ul,
.footer-widget.widget_categories ul,
.footer-widget.widget_nav_menu ul {
  margin-top: -5px;
}
.footer-widget.widget_meta .menu,
.footer-widget.widget_meta > ul,
.footer-widget.widget_pages .menu,
.footer-widget.widget_pages > ul,
.footer-widget.widget_archive .menu,
.footer-widget.widget_archive > ul,
.footer-widget.widget_recent_entries .menu,
.footer-widget.widget_recent_entries > ul,
.footer-widget.widget_categories .menu,
.footer-widget.widget_categories > ul,
.footer-widget.widget_nav_menu .menu,
.footer-widget.widget_nav_menu > ul {
  margin-bottom: -5px;
}
.footer-widget.widget_meta a,
.footer-widget.widget_pages a,
.footer-widget.widget_archive a,
.footer-widget.widget_recent_entries a,
.footer-widget.widget_categories a,
.footer-widget.widget_nav_menu a {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 19px;
  font-family: var(--body-font);
  color: var(--body-color);
  display: flex;
  align-items: center;
  max-width: 100%;
  width: max-content;
  background-color: transparent;
  border: none;
  position: relative;
  padding: 0;
}
.footer-widget.widget_meta a i,
.footer-widget.widget_pages a i,
.footer-widget.widget_archive a i,
.footer-widget.widget_recent_entries a i,
.footer-widget.widget_categories a i,
.footer-widget.widget_nav_menu a i {
  font-size: 12px;
  color: var(--title-color);
  position: absolute;
  opacity: 0;
  left: 0;
}
.footer-widget.widget_meta a:before,
.footer-widget.widget_pages a:before,
.footer-widget.widget_archive a:before,
.footer-widget.widget_recent_entries a:before,
.footer-widget.widget_categories a:before,
.footer-widget.widget_nav_menu a:before {
  display: none;
}
.footer-widget.widget_meta a:after,
.footer-widget.widget_pages a:after,
.footer-widget.widget_archive a:after,
.footer-widget.widget_recent_entries a:after,
.footer-widget.widget_categories a:after,
.footer-widget.widget_nav_menu a:after {
  content: "";
  position: absolute;
  right: 100%;
  left: 0;
  bottom: 0;
  top: auto;
  height: 2px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
  border: 0;
  margin: 0;
  display: inline-block;
  width: auto;
}
.footer-widget.widget_meta a:hover,
.footer-widget.widget_pages a:hover,
.footer-widget.widget_archive a:hover,
.footer-widget.widget_recent_entries a:hover,
.footer-widget.widget_categories a:hover,
.footer-widget.widget_nav_menu a:hover {
  background-color: transparent;
  color: var(--title-color);
}
.footer-widget.widget_meta a:hover i,
.footer-widget.widget_pages a:hover i,
.footer-widget.widget_archive a:hover i,
.footer-widget.widget_recent_entries a:hover i,
.footer-widget.widget_categories a:hover i,
.footer-widget.widget_nav_menu a:hover i {
  opacity: 1;
}
.footer-widget.widget_meta a:hover:after,
.footer-widget.widget_pages a:hover:after,
.footer-widget.widget_archive a:hover:after,
.footer-widget.widget_recent_entries a:hover:after,
.footer-widget.widget_categories a:hover:after,
.footer-widget.widget_nav_menu a:hover:after {
  right: 0;
}
.footer-widget.widget_meta li,
.footer-widget.widget_pages li,
.footer-widget.widget_archive li,
.footer-widget.widget_recent_entries li,
.footer-widget.widget_categories li,
.footer-widget.widget_nav_menu li {
  border: 0 !important;
  padding-bottom: 0 !important;
}
.footer-widget.widget_meta li:last-child a,
.footer-widget.widget_pages li:last-child a,
.footer-widget.widget_archive li:last-child a,
.footer-widget.widget_recent_entries li:last-child a,
.footer-widget.widget_categories li:last-child a,
.footer-widget.widget_nav_menu li:last-child a {
  margin-bottom: 0;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container,
.footer-widget.widget_meta .sub-menu,
.footer-widget.widget_meta .children,
.footer-widget.widget_pages .wp-block-navigation__submenu-container,
.footer-widget.widget_pages .sub-menu,
.footer-widget.widget_pages .children,
.footer-widget.widget_archive .wp-block-navigation__submenu-container,
.footer-widget.widget_archive .sub-menu,
.footer-widget.widget_archive .children,
.footer-widget.widget_recent_entries .wp-block-navigation__submenu-container,
.footer-widget.widget_recent_entries .sub-menu,
.footer-widget.widget_recent_entries .children,
.footer-widget.widget_categories .wp-block-navigation__submenu-container,
.footer-widget.widget_categories .sub-menu,
.footer-widget.widget_categories .children,
.footer-widget.widget_nav_menu .wp-block-navigation__submenu-container,
.footer-widget.widget_nav_menu .sub-menu,
.footer-widget.widget_nav_menu .children {
  margin-left: 10px;
}
.footer-widget.widget_meta .wp-block-navigation__submenu-container li a,
.footer-widget.widget_meta .sub-menu li a,
.footer-widget.widget_meta .children li a,
.footer-widget.widget_pages .wp-block-navigation__submenu-container li a,
.footer-widget.widget_pages .sub-menu li a,
.footer-widget.widget_pages .children li a,
.footer-widget.widget_archive .wp-block-navigation__submenu-container li a,
.footer-widget.widget_archive .sub-menu li a,
.footer-widget.widget_archive .children li a,
.footer-widget.widget_recent_entries
  .wp-block-navigation__submenu-container
  li
  a,
.footer-widget.widget_recent_entries .sub-menu li a,
.footer-widget.widget_recent_entries .children li a,
.footer-widget.widget_categories .wp-block-navigation__submenu-container li a,
.footer-widget.widget_categories .sub-menu li a,
.footer-widget.widget_categories .children li a,
.footer-widget.widget_nav_menu .wp-block-navigation__submenu-container li a,
.footer-widget.widget_nav_menu .sub-menu li a,
.footer-widget.widget_nav_menu .children li a {
  border-bottom: 0;
  margin: 0 0px 19px 0px;
  padding: 0 0 0 23px;
}
.footer-widget .recent-post {
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 17px;
  padding: 0;
  border: 0;
}
.footer-widget .recent-post .post-title {
  color: var(--white-color);
  font-weight: 600;
  margin: 5px 0 0 0;
}
.footer-widget .recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.footer-widget .recent-post .recent-post-meta a {
  font-weight: 400;
  line-height: 1.2;
  color: var(--light-color);
  font-size: 12px;
}
.footer-widget .recent-post .recent-post-meta i {
  color: var(--light-color);
  transition: 0.4s;
}
.footer-widget .recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.footer-widget .recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.footer-widget.widget_shopping_cart .total,
.footer-widget.widget_rss ul .rss-date,
.footer-widget.widget_rss ul cite,
.footer-widget.widget_rss ul .rsswidget,
.footer-widget .product_list_widget li a,
.footer-widget.widget_shopping_cart .cart_list a:not(.remove) {
  color: var(--white-color);
}
.footer-widget blockquote:before,
.footer-widget .wp-block-quote:before {
  left: 40px;
  top: 40px;
}
.footer-widget .wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  border-radius: 0;
}
.footer-widget
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  margin-left: 10px;
}
.footer-widget
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.footer-widget .widget_nav_menu a,
.footer-widget .widget_meta a,
.footer-widget .widget_pages a,
.footer-widget .widget_archive a,
.footer-widget .wp-block-page-list a,
.footer-widget .widget_categories a {
  border-bottom: 1px solid #363636;
}
.footer-widget .widget_nav_menu .wp-block-navigation__submenu-container li a,
.footer-widget .widget_nav_menu .sub-menu li a,
.footer-widget .widget_nav_menu .children li a,
.footer-widget .widget_meta .wp-block-navigation__submenu-container li a,
.footer-widget .widget_meta .sub-menu li a,
.footer-widget .widget_meta .children li a,
.footer-widget .widget_pages .wp-block-navigation__submenu-container li a,
.footer-widget .widget_pages .sub-menu li a,
.footer-widget .widget_pages .children li a,
.footer-widget .widget_archive .wp-block-navigation__submenu-container li a,
.footer-widget .widget_archive .sub-menu li a,
.footer-widget .widget_archive .children li a,
.footer-widget .wp-block-page-list .wp-block-navigation__submenu-container li a,
.footer-widget .wp-block-page-list .sub-menu li a,
.footer-widget .wp-block-page-list .children li a,
.footer-widget .widget_categories .wp-block-navigation__submenu-container li a,
.footer-widget .widget_categories .sub-menu li a,
.footer-widget .widget_categories .children li a {
  border-bottom: 1px solid #363636;
}
.footer-widget.woocommerce .widget_shopping_cart .total,
.footer-widget.woocommerce.widget_shopping_cart .total {
  border-top: 3px double #363636;
}

.widget-contact {
  max-width: 220px;
}
.widget-contact .contact-info-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: -8px;
  margin-bottom: -0.55em;
}
.widget-contact .contact-info-list li {
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
  color: var(--body-color);
}
.widget-contact .contact-info-list li a {
  color: var(--title-color);
}
.widget-contact .contact-info-list li:not(:last-child) {
  margin-bottom: 23px;
}

.widget-about .footer-logo {
  margin-bottom: 22px;
}
.widget-about .about-text {
  font-size: 18px;
  margin-bottom: 27px;
}

.footer-text {
  margin-top: -0.45em;
  margin-bottom: 12px;
  color: var(--body-color);
  font-weight: 300;
}

.sidebar-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.sidebar-gallery .gallery-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--white-color);
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%, 20px);
}
.sidebar-gallery .gallery-btn:hover {
  color: var(--theme-color);
}
.sidebar-gallery .gallery-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb:before {
  content: "";
  height: calc(100% - 14px);
  width: calc(100% - 14px);
  background-color: var(--title-color);
  opacity: 0.8;
  position: absolute;
  top: 7px;
  left: 7px;
  border-radius: 10px;
  transform: scaleX(0);
  transition: 0.4s ease-in-out;
}
.sidebar-gallery .gallery-thumb img {
  width: 100%;
  border-radius: 10px;
}
.sidebar-gallery .gallery-thumb:hover:before {
  transform: scaleX(1);
}
.sidebar-gallery .gallery-thumb:hover .gallery-btn {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, -50%);
}

.widget-newsletter p {
  margin-bottom: -0.5em;
}

/* Medium Large devices */
@media (max-width: 1299px) {
  .footer-text,
  .widget-about .about-text {
    font-size: 14px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .footer-widget.widget_meta a,
  .footer-widget.widget_pages a,
  .footer-widget.widget_archive a,
  .footer-widget.widget_categories a,
  .footer-widget.widget_nav_menu a {
    margin-bottom: 16px;
  }
  .footer-info-list li:not(:last-child) {
    margin-bottom: 15px;
  }
  .sidebar-gallery {
    max-width: 350px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .footer-widget .widget_title {
    margin-bottom: 35px;
  }
  .widget-about .about-text {
    margin-bottom: 20px;
  }
  .social-box.mb-30 {
    margin-bottom: 25px;
  }
  .widget_event-location {
    padding: 30px;
  }
}
/*------------------- 4.2. Header  -------------------*/
.nav-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 41;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.header-sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  animation: stickyAni 0.6s ease-in-out;
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.navbar-right {
  gap: 15px;
}

/****header-top*****/
.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 20px;
  color: var(--body-color);
  letter-spacing: -0.14px;
  text-decoration: none;
}
.main-menu a:hover {
  color: var(--title-color);
}
.main-menu a:hover:before {
  background: var(--theme-color);
}
.main-menu > ul {
  display: flex;
  align-items: center;
  margin: 0 -20px !important;
}
.main-menu > ul > li {
  margin: 0;
}
.main-menu > ul > li > a {
  padding: 20px 20px;
}
.main-menu > ul > li > a:hover {
  color: #9E27A9;
}
.main-menu > ul > li > a:hover .effect-1 {
  top: -100%;
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #00c8ff;
  visibility: hidden;
  min-width: 800px;
  width: 100%;
  padding: 7px;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 1px solid #333;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  border-radius: 20px;
}
.main-menu ul.sub-menu .row {
  padding: 0px;
}
.main-menu ul.sub-menu a {
  font-weight: 400;
  font-family: var(--body-font);
  letter-spacing: normal;
  line-height: 41px;
  font-size: 16px;
  color: var(--white-color);
}
.main-menu ul.sub-menu a span {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px;
}
.main-menu ul.sub-menu a:hover {
  padding-left: 5px;
}
ul.sub-menu .row {
  width: 100% !important;
}
ul.sub-menu .row .col-lg-6 {
  padding-left: 0px;
}
ul.sub-menu .row .col-lg-6 li {
  display: flex;
  justify-content: left;
  width: 100%;
}
nav.main-menu li.menu-item-has-children ul.sub-menu li a {
  color: #fff;
  font-size: 16px !important;
}
.main-menu ul.sub-menu {
  padding: 10px 0px 10px 30px;
  left: -277px;
}
.main-menu ul.sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul.sub-menu li.active > a {
  color: var(--theme-color);
  font-weight: 600;
}
.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0px;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before,
.main-menu ul.sub-menu li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0px;
  height: 9px;
  width: 2px;
  background: var(--white-color);
  transition: 0.4s;
  transform: rotate(45deg);
  display: inline-block;
  transition: 0.4s;
}
.main-menu ul.sub-menu li.menu-item-has-children > a:before {
  transform: rotate(-45deg);
  top: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 15px;
}
.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative;
}
.simple-icon .badge {
  padding: 0.2em 0.4em;
  font-size: 0.5em;
  top: -5px;
  right: 0px;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 35px;
}
@media (max-width: 1399px) {
  .header-button {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .header-button {
    margin-left: 25px;
  }
}
.header-button .search-btn {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  color: var(--title-color);
  padding: 0;
}
.header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.header-links > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 14px;
  font-weight: 400;
}
.header-links li:not(:last-child) {
  margin: 0 40px 0 0;
}
.header-links li > i {
  margin-right: 8px;
}
.header-links li .header-sub-links li:not(:last-child) {
  margin: 0 30px 0 0;
}
.header-links li .header-sub-links li:not(:last-child):before {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  color: var(--title-color);
}
.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--title-color);
  font-family: var(--body-font);
  display: inline-flex;
  align-items: center;
}
.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-btn {
  background: transparent;
  position: relative;
  height: 60px;
  width: 60px;
  border: 2px solid var(--title-color);
  border-radius: 50%;
  text-align: center;
  line-height: 54px;
  padding: 0;
}
.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 18px;
  background: var(--title-color);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 4px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 10px;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidebar-btn {
    height: 50px;
    width: 50px;
  }
}
/* Header 1 ---------------------------------- */
.header-layout1 .sticky-wrapper {
  padding: 0px 36px;
}
@media (max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 15px 36px;
  }
}
@media (max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 15px 0px;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Medium devices */
  /* Extra small devices */
}
.header-layout2 .sticky-wrapper {
  padding: 0px 36px;
}
.header-layout2 .sticky-wrapper .header-links a {
  color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}
/*.header-layout2 .main-menu ul.sub-menu {
  background: var(--white-color);
}*/
.header-layout2 .main-menu ul.sub-menu a {
  color: var(--title-color);
}
.header-layout2 .main-menu ul.sub-menu li.active > a {
  color: var(--title-color);
}
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:before,
.header-layout2 .main-menu ul.sub-menu .menu-item-has-children > a:after {
  background: var(--title-color);
}
.header-layout2 .header-button .search-btn {
  color: var(--white-color);
}

.header-layout2 .sidebar-btn {
  border-color: var(--white-color);
  margin: 25px 0;
}
.header-layout2 .sidebar-btn .line {
  background: var(--white-color);
}
@media (max-width: 991px) {
  .header-layout2 .sticky-wrapper {
    padding: 15px 0px;
  }
  .header-layout2 .sidebar-btn {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .header-layout2 .sticky-wrapper {
    padding: 0px 0px;
  }
}

/* Header 3 ---------------------------------- */
.header-layout3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.header-layout3 .sticky-wrapper {
  padding: 0px 36px;
}
.header-layout3 .sticky-wrapper .header-links a {
  color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a {
  padding: 44.5px 20px;
  /* Large devices */
}
.header-layout3 .main-menu > ul > li > a:before {
  border-color: var(--white-color);
}
.header-layout3 .main-menu > ul > li > a:hover:before {
  background: var(--white-color);
}
@media (max-width: 1199px) {
  .header-layout3 .main-menu > ul > li > a {
    padding: 44.5px 15px;
  }
}
@media (max-width: 1199px) {
  .header-layout3 .header-button {
    margin-left: 25px;
  }
}
@media (max-width: 991px) {
  .header-layout3 .sticky-wrapper {
    padding: 15px 36px;
  }
}
@media (max-width: 575px) {
  .header-layout3 .sticky-wrapper {
    padding: 15px 0px;
  }
}

/*------------------- 4.3. Footer  -------------------*/
.footer-wrapper {
  background: var(--smoke-color);
}

.copyright-wrap {
  padding: 22px 0;
}

.widget-area {
  padding: 0px 0 90px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .widget-area {
    padding: 0px 0 30px;
  }
}

.copyright-text {
  margin: 0;
  color: var(--title-color);
  font-weight: 400;
  font-size: 18px;
}
.copyright-text a {
  color: var(--title-color);
}

.footer-menu-area {
  border-bottom: 2px solid var(--title-color);
  border-top: 2px solid var(--title-color);
  padding: 21px 0;
  /* Large devices */
  /* Extra small devices */
}
.footer-menu-area .footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.footer-menu-area .footer-menu-list li {
  display: inline-block;
}
.footer-menu-area .footer-menu-list li a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  font-family: var(--title-font);
  color: var(--title-color);
  text-transform: uppercase;
  letter-spacing: -0.14px;
}

.book-rating-sec .book-card {
  text-align: center;
}

.book-rating-sec a.btn {
  display: inline;
  background: #9E27A9 !important;
  color: #fff;
  font-weight: 700;
  padding: 11px 30px;
  border-radius: 12px;
 
}

.book-rating-sec img.book-img {
  margin-bottom: 20px;
}

.book-rating-sec p.mt-2.rating {
  display: flex;
  align-content: flex-start;
  justify-content: space-evenly;
  margin-bottom: 34px;
}

p.mt-2.rating {
  font-weight: 600;
}

.book-rating-sec a {
  text-decoration: none !important;
}


a.btn.btn-amazon.w-100:hover {
  background: #fff;
  color: #000;
  border: 1px solid #000;
}

img.book-img {
  margin-top: 40px;
}




@media (max-width: 1199px) {
  .footer-menu-area .footer-menu-list {
    gap: 15px 28px;
  }
}
@media (max-width: 575px) {
  .footer-menu-area .footer-menu-list {
    display: block;
  }
  .footer-menu-area .footer-menu-list li {
    display: block;
  }
  .footer-menu-area .footer-menu-list li:not(:last-child) {
    margin-bottom: 10px;
  }
}

/*footer 1************/
.footer-layout1 {
  position: relative;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Extra small devices */
}
.footer-layout1 .footer-top .footer-top-title {
  font-size: 80px;
  font-weight: 600;
  margin: -0.21em 0 -0.22em;
}
.footer-layout1 .footer-top-wrap p {
  font-size: 18px;
}
@media (max-width: 1299px) {
  .footer-layout1 .footer-top .footer-top-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .footer-layout1 .footer-top .footer-top-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .footer-layout1 .footer-top .footer-top-title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-layout1 .footer-top .footer-top-title {
    font-size: 40px;
  }
  .footer-layout1 .footer-layout1 .footer-menu-area {
    padding: 31px 0;
  }
}

/*footer 2************/
.footer-layout2 .copyright-wrap {
  border-top: 2px solid var(--title-color);
}

/*footer 3************/
.footer-layout3 {
  padding-top: 30px;
}
.footer-layout3 .footer-menu-area {
  border-top: 0;
}

/*footer 4************/
.footer-layout4 .copyright-wrap {
  border-top: 2px solid var(--title-color);
}

/*footer 5************/
.footer-layout5 {
  background: #0a0c00;
  --title-color: #f6f5f3;
  --body-color: #f6f5f3;
}
.footer-layout5 .footer-top {
  --title-color: #0a0c00;
  --body-color: #0a0c00;
}
.footer-layout5 .footer-top .footer-top-title {
  font-size: 80px;
  font-weight: 600;
  margin: -0.21em 0 -0.22em;
}
.footer-layout5 .copyright-wrap {
  border-top: 2px solid var(--smoke-color);
  padding: 28px 0 53px;
}
.footer-layout5 .copyright-wrap p {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}
@media (max-width: 1299px) {
  .footer-layout5 .footer-top .footer-top-title {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .footer-layout5 .footer-top .footer-top-title {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .footer-layout5 .footer-top .footer-top-title {
    margin-bottom: 30px;
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .footer-layout5 .footer-top .footer-top-title {
    font-size: 40px;
  }
}

/*footer 8************/
.footer-layout8 .copyright-wrap {
  border-top: 2px solid var(--title-color);
  padding: 28px 0;
}
.footer-layout8 .copyright-wrap p {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}

/*footer 9************/
.footer-layout9 .copyright-wrap {
  border-top: 2px solid var(--title-color);
  padding: 28px 0 53px;
}
.footer-layout9 .copyright-wrap p {
  font-size: 14px;
  font-weight: 600;
  font-family: var(--title-font);
  margin-bottom: 0;
}

/*------------------- 4.9. Error  -------------------*/
.error-wrapper {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 106px;
}

/*------------------- 4.00. Popup Search  -------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: var(--title-color);
  width: 100.1%;
  height: 0px;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #2e2e2d;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 0px;
  cursor: auto;
  width: 100%;
  max-width: 900px;
  transform: translate(-50%, -50%);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 24px;
  font-weight: 400;
  height: 70px;
  width: 100%;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid var(--smoke-color);
  padding: 0 80px 0 0px;
  color: var(--smoke-color);
  border-radius: 0px;
}
.popup-search-box form input::-moz-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input:-ms-input-placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form input::placeholder {
  color: rgba(246, 245, 243, 0.5);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 0px;
  cursor: pointer;
  width: auto;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
  filter: brightness(99999);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 350px;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
}

/* Small devices */
@media (max-width: 767px) {
  .popup-search-box form {
    width: 80%;
  }
  .popup-search-box form input {
    height: 60px;
  }
  .popup-search-box form button {
    width: 60px;
    line-height: 62px;
    height: 60px;
  }
}
/*------------------- 4.00. Popup Side Menu  -------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  width: 60px;
  height: 60px;
  line-height: 54px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50%;
  border: 2px solid var(--smoke-color);
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--body-color);
  background-color: #2e2e2d;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--title-color);
  width: 560px;
  margin-left: auto;
  padding: 120px 80px 80px 80px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: 0px;
  transform: translateX(100%);
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content .widget_shopping_cart ul {
  height: calc(100vh - 500px);
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
}
.sidemenu-wrapper .widget-about .about-text {
  color: var(--smoke-color);
  font-size: 18px;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--smoke-color);
  max-width: none;
  margin-bottom: 44px;
}
.sidemenu-wrapper .sidebar-wrap {
  margin-bottom: 23px;
}
.sidemenu-wrapper .sidebar-wrap h6 {
  font-size: 14px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 0;
  line-height: 24px;
}
.sidemenu-wrapper .sidebar-wrap a {
  color: var(--white-color);
}
.sidemenu-wrapper .sidebar-wrap a:hover {
  color: var(--theme-color);
}
.sidemenu-wrapper .chat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 210px;
  width: 210px;
  background: var(--theme-color);
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  color: var(--title-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  text-align: center;
  padding: 50px;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.sidemenu-wrapper .chat-btn:hover {
  background: #2e2e2d;
  color: var(--white-color);
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}
.sidemenu-wrapper.show .sidemenu-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .sidemenu-wrapper .sidemenu-content {
    padding: 100px 80px;
  }
  .sidemenu-wrapper .chat-btn {
    position: initial;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .sidemenu-wrapper .sidemenu-content {
    width: 320px;
    padding: 80px 20px 40px;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .mini_cart_item {
    padding: 3px 30px 30px 119px;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .cart_list img {
    width: 80px;
    height: 80px;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .mini_cart_item {
    padding: 3px 30px 30px 95px;
  }
  .sidemenu-wrapper
    .sidemenu-content
    .widget_shopping_cart
    .cart_list
    a:not(.remove) {
    font-size: 14px;
    margin-top: -0.4em;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .amount {
    padding-left: 0;
    font-size: 14px;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .quantity {
    font-size: 14px;
    margin-top: 0px;
  }
  .sidemenu-wrapper .sidemenu-content .btn-wrap {
    gap: 20px 20px;
    margin-bottom: 0;
  }
  .sidemenu-wrapper .sidemenu-content .btn-wrap .btn {
    padding: 17px 22px;
    font-size: 12px;
  }
  .sidemenu-wrapper .closeButton {
    width: 50px;
    height: 50px;
    line-height: 44px;
    top: 20px;
    right: 20px;
  }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-100 {
  padding-top: 100px;
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-140 {
  margin-top: 140px;
  /* Large devices */
}
.hsone img {
    height: 50px;
    width: 230px;
    object-fit: contain;
    object-position: center;
}
@media (max-width: 1199px) {
  .mt-140 {
    margin-top: 80px;
  }
}

.mt-lg-140 {
  margin-top: 140px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .mt-lg-140 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-lg-140 {
    margin-top: 0;
  }
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.65rem;
}

.mt-n3 {
  margin-top: -0.8rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.mt-80 {
  margin-top: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .mt-80 {
    margin-top: 40px;
  }
}

.pt-70 {
  padding-top: 70px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .pt-70 {
    padding-top: 40px;
  }
}

.mt-90 {
  margin-top: 90px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-60 {
  margin-top: 60px;
}

.mb-n1 {
  margin-bottom: -0.25rem;
}

.mb-n2 {
  margin-bottom: -0.6rem;
}

.mb-n3 {
  margin-bottom: -0.8rem;
}

.mb-n4 {
  margin-bottom: -1.5rem;
}

.mb-n5 {
  margin-bottom: -3rem;
}

.mb-80 {
  margin-bottom: 80px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 30px);
}

.space-extra,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 30px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 40px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 40px);
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 70px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 70px;
  }
  .pb-105 {
    padding-bottom: 65px;
  }
  .pt-105 {
    padding-top: 65px;
  }
}

@media (max-width: 3000px) and (min-width: 1600px) {
  .container {
    max-width: 1647px !important;
  }
  .footr-blurb-col a br {
    display: none;
  }
}

@media (max-width: 1445px) and (min-width: 1370px){
  .animate-bar-row {
    background-size: 1400px !important;
}
}

@media (max-width: 1450px) and (min-width: 1152px) {
  .hero-platforms img {
    width: 20% !important;
  }
  .container {
    max-width: 1200px !important;
  }
  header .header-button a.btn.bg-theme.text-title {
    padding: 12px 30px;
    font-size: 16px !important;
  }
  .main-menu > ul > li > a {
    padding: 46.5px 14px;
  }
  .main-menu a {
    font-size: 16px;
  }
  .hero-section {
    padding-top: 150px;
    padding-bottom: 100px;
  }
  .hero-section .hero-img {
    max-width: 100%;
    margin: 0px auto auto auto;
  }
  .hero-inner-row p {
    font-size: 12px;
  }
  .all-heading {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-btn .btn-hero {
    font-size: 16px;
  }
  .brand-sec-logo .container {
    max-width: 100% !important;
    padding: 0;
  }
  .brand-sec-logo .container .col-lg-12 {
    padding: 0px;
  }
  .form-div-main h3.text-center {
    font-size: 30px;
  }
  .form-div-main {
    padding: 30px;
    max-width: 100%;
  }
  .third-sec-ul ul li:before {
    left: -7%;
  }
  .third-sec-ul ul {
    display: block;
  }
  .hero-btn.third-sec-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .service-card {
    padding: 40px 15px;
  }
  .service-card h4,.service-card h3 {
    font-size: 19px;
  }
  .service-card p {
    min-height: 245px;
  }
  .writing-content h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .writing-sec-home .writing-row .col-lg-5 {
    width: 45%;
  }
  .writing-sec-home .writing-row .col-lg-7 {
    width: 55%;
  }
  .writing-content p {
    font-size: 16px;
    line-height: 26px;
  }
  .writing-content .ctn-div {
    margin-bottom: 55px;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .center-slider button.slick-prev.slick-arrow {
    right: 9%;
  }
  .center-slider button.slick-next.slick-arrow {
    right: 4%;
  }
  .choose-cards h4, .choose-cards h3 {
    font-size: 20px;
  }
  .choose-cards {
    padding: 50px 15px;
  }
  .choose-cards p {
    font-size: 14px;
    line-height: 26px;
  }
  .marketing-form form .form-group input,
  .marketing-form form .form-group textarea {
    padding: 10px 30px;
  }
  .marketing-form form .form-group textarea {
    min-height: 140px;
  }
  .choose-sec-home .col-lg-6 {
    width: 47%;
  }
  .choose-sec-home .col-lg-6:last-child {
    width: 53%;
  }
  .choose-sec-home .col-lg-6 .row .col-lg-6 {
    width: 50%;
  }
  .testi-slider button.slick-prev.slick-arrow {
    left: -5%;
  }
  .testi-slider button.slick-next.slick-arrow {
    right: -5%;
  }
  .faqss button {
    font-size: 18px;
  }
  .quwstion {
    padding: 20px 20px;
  }
  .logo-footr p {
    max-width: 100%;
  }
  .footr-blurb-col p,
  .footr-blurb-col a {
    font-size: 14px;
  }
  #book-promotion-sec .kindle-img {
    top: 14.6%;
    width: 460px;
  }
  #business-hero .hero-img {
    max-width: 400px;
    text-align: left;
    margin: auto auto auto 0;
  }
  #business-hero:before {
    width: 240px;
    height: 350px;
    right: 0%;
    bottom: 0%;
  }
  .book-trailer .promottion-hero-section {
    padding-top: 26%;
    padding-bottom: 13%;
}
.book-marketing-home .row.align-items-center h2.all-heading.text-center, .home-page .writing-sec-home h2.all-heading.text-center {
  max-width: 860px;
  margin: auto;
}
.service-home .container {
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.service-home .container .row {
  width: auto;
}
.form-div-main form input {
  padding: 12px 20px;
  font-size: 16px;
}
.form-div-main form textarea {
  height: 100px;
}
.form-div-main button.btn {
  padding: 10px 50px;
  font-size: 18px;
}
.third-sec-ul ul li {
  margin-bottom: 15px;
}
.brand-sec-logo {
  padding-top: 40px;
  padding-bottom: 30px;
}
.marketing-form form .form-group.text-end button {
  padding: 12px 20px;
}
.art-row-main {
  gap: 30px;
}
.publishing-art .container {
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.art-row-main .col-lg-3 {
  width: 18%;
  background-size: contain;
  padding: 40px 15px 40px 15px;
}
.art-row-main .col-lg-3:not(:last-child):before {
  width: 75px;
  height: 76px;
  right: -30.7%;
  top: 36%;
}
.animate-bar-row .col-lg-2 .bar-content {
  width: 160px;
  height: 160px;
  max-width: 160px;
}
.animate-bar-row {
  background-size: 1310px;
}
.graphic-count h1 {
  width: 160px;
  height: 160px;
}
.graphic-col-three .graphic-count {
  margin-top: -100px;
}
.graphic-col-two .graphic-count {
  margin-left: -70px;
  margin-top: 30px;
}
.graphic-col-four .graphic-count {
  margin-left: 60px;
  margin-top: 30px;
}
.art-graphic-no-sec .row:first-child {
  padding-bottom: 300px;
}
.graphic-col-three .content-three {
  top: -65%;
  margin-left: -70px;
}
.content-two {
  left: 0%;
  top: -30%;
}
.graphic-col-four .content-four {
  top: -30%;
  right: 0%;
}
.art-graphics-row {
  height: 360px;
}
.art-graphics-row:before {
  height: 600px;
  top: -4%;
}
.graphic-col-five .content-five {
  right: -4%;
  max-width: 250px;
}
.graphic-col-one .graphic-count {
  margin-left: 50px;
}
.content-one {
  left: -2%;
  max-width: 210px;
}
.production-head {
  max-width: 250px;
  height: 250px;
  padding: 10px;
  min-width: 250px;
}
.production-head h4 {
  height: 220px;
  min-width: 220px;
  width: 220px;
  font-size: 50px;
}
.production-content p {
  min-width: 100%;
}
.productoine-same .production-head:before {
  bottom: -51%;
}
.productoine-other .production-head:before {
  top: -38%;
  left: 42%;
}
.hero-section-home .hero-text h1 {
  font-size: 40px;
  line-height: 55px;
}
.hero-section-home .hero-text p.all-para {
  font-size: 16px;
  line-height: 25px;
}
.hero-section-home .hero-inner-row .col-lg-4 {
  width: 30%;
}
.hero-section-home .hero-inner-row .col-lg-6 {
  width: 50%;
}
.hero-section-home .hero-inner-row .col-lg-2 {
  width: 10%;
}
.hero-section-home .hero-inner-row p {
  font-size: 13px;
}
.hero-section-home {
  padding-bottom: 80px;
}
.sller-sec-home {
  padding-bottom: 80px;
  padding-top: 80px;
}
.tab-btns .tab .tab-button {
  font-size: 14px;
  padding: 10px 10px;
  width: 152px;
}
.tab-btns {
  margin-bottom: 50px;
}
.third-sec-home {
  padding-top: 80px;
  padding-bottom: 90px;
}
.third-sec-home .section-title {
  padding-left: 20px;
}
.book {
  width: 55cqmin;
  height: 660px;
}
.book-contnt h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.book-contnt p {
  font-size: 14px;
  line-height: 24px;
}
.book-contnt ul {
  margin-bottom: 30px;
}
.book-contnt ul li {
  font-size: 16px;
  margin-bottom: 10px;
}
.book-contnt a {
  padding: 7px 30px;
  font-size: 14px;
}
.service-sec-home .row.py-25:before {
  width: 200px;
  height: 230px;
  left: -6%;
  top: -20%;
  background-size: cover;
}
.service-sec-home .row.py-25:after {
  width: 400px;
  height: 190px;
  right: -16%;
  top: -15%;
}
.service-sec-home .row {
  width: auto;
}
.service-card .servive-btn a {
  font-size: 16px;
}
.offering-comprensive-cont {
  padding: 30px 30px 0px 30px !important;
}
.plat-card-row .platfom-card {
  padding: 40px 30px;
  height: 430px;
}
.offering-comprensive-cont .row {
  width: auto;
}
.offering-comprensive-cont .row:last-child .platfom-card {
  margin-bottom: -100px;
  height: 330px;
}
.offering-comprensive-sec {
  padding-bottom: 100px;
  padding-top: 40px;
}
.hero-section-home {
  padding-top: 130px;
}
.choose-sec-home .row.align-items-center {
  width: auto;
}
.book-home-sec {
  padding-top: 70px;
}
.choose-sec-home {
  padding-top: 100px;
  padding-bottom: 70px;
}
.book-home-sec {
  padding-bottom: 50px;
}
.contact-main-content .container {
  padding: 50px;
}
.portfolio-hero .container .row .col-lg-3 img {
  min-width: 100%;
  object-fit: cover;
} 
.portfolio-hero .container .row .col-lg-3 h1.text-center.text-black {
  font-size: 35px;
  margin-left: 0px;
}
.portfolio-hero .container .row .col-lg-3 a.btnspec {
  padding: 10px 10px;
  font-size: 14px;
  margin-left: 4px;
}
.video-sec-home .col-lg-12 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.video-sec-home .row {
  width: 100% !important;
}
.video-sec-home {
  padding-top: 80px;
  padding-bottom: 80px;
}
.service-sec-home .row h2.all-heading {
  max-width: 1000px;
}
.hero-form {
  padding: 40px 40px 40px 40px;
  max-width: 500px;
}
.hero-form h3 {
  font-size: 30px;
}
.hero-form p {
  font-size: 14px;
}
.hero-form form input, .hero-form form textarea {
  margin-bottom: 10px;
  padding: 10px 35px;
  font-size: 16px;
}
.hero-form form textarea {
  height: 100px !important;
}
img.hero-form-image {
  width: 37%;
}
}

@media (max-width: 1210px) and (min-width: 1152px) {
  .container {
    max-width: 1180px !important;
  }
  .testi-slider button.slick-next.slick-arrow {
    right: 0%;
  }
  .testi-slider button.slick-prev.slick-arrow {
    left: 0%;
  }
  .testi-main p.text-center {
    max-width: 700px;
    margin: auto;
  }
  #book-promotion-sec .kindle-img {
    top: 25.6%;
    width: 400px;
  }
  .book-trailer .promottion-hero-section {
    padding-top: 23%;
    padding-bottom: 8%;
}
.service-home .container {
  max-width: 100% !important;
  padding-left: 30px;
  padding-right: 30px;
}
.service-home .container .row {
  width: auto;
}
.art-row-main {
  gap: 28px;
}
.art-row-main .col-lg-3:not(:last-child):before {
  width: 75px;
  height: 76px;
  right: -35.7%;
  top: 36%;
}
.animate-bar-row {
  background-size: 1160px;
  padding-bottom: 75px;
}
.video-sec-home .col-lg-12 {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.video-sec-home .row {
  width: 100% !important;
}
.video-sec-home {
  padding-top: 80px;
  padding-bottom: 80px;
}
}

@media (max-width: 981px) {
  .nav-header .row {
    padding-top: 0px;
  }
  .header-layout2 .sidebar-btn {
    border-color: #000000;
  }
  .header-layout2 .sidebar-btn .line {
    background: #000000;
  }
  .mobile-menu-wrapper .menu-toggle {
    border: 2px solid #000000;
    color: #000000;
  }
  .mobile-menu-wrapper .mobile-logo {
    padding: 100px 0px 30px 0px;
  }
  .hero-section {
    padding-top: 180px;
    padding-bottom: 50px;
  }
  .hero-section .hero-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-section h1.all-heading {
    margin-top: 30px;
  }
  .all-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section p.all-para {
    max-width: 100%;
  }
  .hero-platforms img {
    width: 160px;
  }
  .hero-inner-row {
    display: flex;
  }
  .hero-inner-row .col-lg-4 {
    width: 20%;
  }
  .hero-inner-row .col-lg-6 {
    width: 60%;
  }
  .hero-inner-row .col-lg-2 {
    width: 20%;
  }
  .third-sec-home .hero-btn.third-sec-btns {
    margin-bottom: 30px;
  }
  .hero-btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .form-div-main {
    padding: 50px;
    max-width: 100%;
  }
  .third-sec-home .col-lg-6 .section-title {
    margin-top: 30px;
  }
  .pt-b-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .py-50 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .service-card {
    padding: 40px 20px;
  }
  .service-card {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
  .service-card p {
    min-height: 90px;
  }
  .writing-content .ctn-div {
    margin-bottom: 20px;
  }
  .writing-first {
    margin-left: 0px;
  }
  .writing-center {
    margin-left: 0px;
  }
  .writing-row .col-lg-7 {
    padding-top: 40px;
  }
  .center-slider button.slick-prev.slick-arrow {
    right: 15%;
    bottom: -34%;
  }
  .center-slider button.slick-next.slick-arrow {
    bottom: -34%;
    right: 5%;
  }
  .center-slider:before {
    bottom: -17%;
    right: 26%;
  }
  .sller-sec-home p.text-center.all-para {
    max-width: 500px;
  }
  .sller-sec-home {
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .choose-sec-home {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fitrs-uper {
    margin-top: 40px !important;
  }
  .book-marketing-home p.all-para.text-center {
    max-width: 700px;
    margin: auto auto 40px auto;
  }
  .testi-main p.text-center {
    font-size: 16px;
  }
  .logo-footr p {
    max-width: 100%;
  }
  .main-footer .foor-row-one .col-lg-6 {
    margin-bottom: 30px;
  }
  .footr-blurb-col p,
  .footr-blurb-col a {
    align-items: center;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .header-layout2 .sticky-wrapper {
    background: #fff;
  }
  .book-publishing .service-home h2.text-center.all-heading {
    max-width: 100%;
    margin: auto auto 0px auto;
  }
  .book-publishing .hero-section {
    padding-bottom: 30px;
  }
  #book-publishing-sec .col-lg-6:last-child img {
    margin-bottom: 0px;
  }
  .art-bg.text-center {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .book-writing .service-home h2.text-center.all-heading,
  .book-promotion .service-home h2.text-center.all-heading {
    max-width: 100%;
    margin: auto;
  }
  .web-content .promottion-hero-section .promottion-hero {
    max-width: 100%;
}
.kindle-img video#myVideo {
  position: absolute;
  width: 65%;
  height: 70%;
  right: 24%;
  top: 4px;
}
.book-marketing-home .row.align-items-center h2.all-heading.text-center, .home-page .writing-sec-home h2.all-heading.text-center {
  max-width: 100%;
}
.home-page .service-home h2.text-center.all-heading {
  max-width: 100%;
}
.contact-sec {
  padding-top: 26%;
}
.mein-cont {
  margin-top: 30px;
}
.art-row-main .col-lg-3:not(:last-child):before {
  content: unset;
}
.art-row-main .col-lg-3 {
  width: 49.3%;
  padding: 50px 20px 50px 20px;
}
.art-row-main {
  gap: 10px;
}
.animate-bar-row {
  background: unset;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  padding-bottom: 0px;
}
.animate-bar-row .col-lg-2 {
  width: 50%;
  margin-bottom: 50px;
}
.publishing-art h2.all-heading.text-center {
  max-width: 100%;
  margin: auto auto 20px auto;
}
.publishing-art p.all-para.text-center {
  max-width: 100%;
}
.art-graphics-row:before {
  content: unset;
}
.content-one {
  position: relative;
  left: 0%;
  max-width: 100%;
  bottom: 0%;
}
.graphic-col-one .graphic-count {
  margin-left: 0;
  margin-bottom: 0;
}
.content-two {
  position: relative;
  left: 0;
  max-width: 100%;
  text-align: right;
  top: 0;
}
.graphic-col-two .graphic-count {
  margin-left: 0;
  margin-top: 0;
}
.graphic-col-three .content-three {
  position: relative;
  top: 0;
  max-width: 100%;
  text-align: center;
  margin-left: 0;
}
.graphic-col-three .graphic-count {
  margin-top: 0;
}
.graphic-col-three .art-horse {
  margin-top: 0;
  margin-left: 0;
}
.graphic-col-four .content-four {
  position: relative;
  max-width: 100%;
  top: 0;
  right: 0;
}
.graphic-col-four .graphic-count {
  margin-left: 0;
  margin-top: 0;
}
.graphic-col-five .content-five {
  position: relative;
  right: 0%;
  max-width: 100%;
  bottom: 0%;
}
.graphic-col-five .graphic-count {
  margin-left: 0;
  margin-bottom: 0;
}
.art-graphics-row .col-lg-2 {
  width: 100%;
  z-index: 1;
}
.art-graphics-row {
  height: 100%;
}
.art-graphic-no-sec .row:first-child {
  padding-bottom: 50px;
}
.graphic-count h1 {
  margin: auto;
}
.art-graphics-row .content-graphic {
  text-align: center;
  margin-top: 30px;
}
.production-process-row .col-lg-3 {
  width: 50%;
}
.production-head {
  max-width: 100%;
  height: 100%;
  padding: 29px;
  min-width: 100%;
}
.production-head h4 {
  height: 270px;
  min-width: 100%;
  width: 100%;
}
.production-content p {
  min-width: 100%;
}
.productoine-same .production-head:before {
  bottom: -36%;
}
.productoine-other .production-head:before {
  top: -27%;
}
.hero-col-two {
  width: 80% !important;
}
.hero-col-three {
  width: 20% !important;
}
.hero-section-home {
  padding-bottom: 80px;
}
.sller-sec-home p.text-center.all-para {
  max-width: 100%;
}
.sller-sec-home {
  padding-top: 60px;
  padding-bottom: 80px;
}
.tab-btns .tab {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.tab-btns {
  margin-bottom: 50px;
}
.third-sec-home {
  background-size: contain;
  padding-top: 80px;
  padding-bottom: 60px;
}
.home-why .row:before {
  content: unset;
}
.home-page .amazon-kindle-home {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}
.home-page .amazon-kindle-home .col-lg-4 img {
  margin-top: 50px;
  margin-bottom: 0px;
}
.choose-sec-home .row {
  width: auto;
}
.hero-section-home .hero-text h1 {
  font-size: 45px;
  line-height: 60px;
}
.service-sec-home .row {
  width: auto;
}
.service-card .row {
  display: flex;
}
.service-card .row .col-lg-3 {
  width: 15%;
}
.service-card .row .col-lg-9 {
  width: 85%;
}
.service-card .row .col-lg-9 br {
  display: none;
}
.book-marketing-home .row, .offering-comprensive-sec .row, .last-sec-home .row  {
  width: auto;
}
.offering-comprensive-cont {
  padding: 20px 30px 0px 30px !important;
  text-align: center;
}
.offering-comprensive-sec .plat-card-row .col-lg-4:not(:last-child) {
  margin-bottom: 45px;
}
.plat-card-row .platfom-card {
  height: 100%;
}
.plat-card-row .platfom-card p {
  min-height: 0px;
}
.offering-comprensive-cont .row:last-child .platfom-card {
  margin-bottom: 0px;
}
.offering-comprensive-sec {
  padding-bottom: 10px;
}
.last-sec-home .row .section-form {
  margin-top: 40px;
}
.portfolio-hero .container .row .col-lg-3 {
  width: 50%;
  padding: 0px;
}
.portfolio-hero {
  padding-top: 100px;
}
.portfoilo-section .port-images .col-lg-3 {
  width: 50%;
}
.service-sec-home .row h2.all-heading {
  max-width: 100%;
}
.popup-inner-main form {
  padding-right: 0px;
}
.hero-form {
  padding: 60px 40px 120px 60px;
  max-width: 550px;
  margin: 40px 0 auto auto;
}
}

@media (max-width: 600px) {
  #writing-book .row.align-items-center {
    width: auto;
  }
  header .menu-area .row .col-auto:first-child {
    width: 70%;
  }
  header .menu-area .row .col-auto:nth-child(2) {
    padding-right: 0px;
  }
  .hero-section {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  .all-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .hero-section h1.all-heading {
    margin-bottom: 10px;
  }
  .hero-btn .btn-hero {
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
  }
  .hero-btn {
    display: block;
  }
  .hero-platforms {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .hero-platforms img {
    width: auto;
    margin-bottom: 10px;
  }
  .hero-inner-row .col-lg-4 {
    width: 100%;
    text-align: center;
  }
  .hero-inner-row .col-lg-6 {
    width: 100%;
    text-align: center;
  }
  .hero-inner-row .col-lg-2 {
    width: 100%;
    text-align: center;
  }
  .home-page .row {
    width: auto;
  }
  .brand-sec-logo .row {
    width: 100%;
  }
  .pt-b-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .third-sec-home .col-lg-6 .section-title {
    margin-top: 0px;
  }
  .third-sec-ul ul {
    padding: 0px 0px 0px 30px;
    display: block;
  }
  .third-sec-ul ul li:before {
    width: 20px;
    height: 20px;
    left: -11%;
    margin-top: 1px;
  }
  .form-div-main {
    padding: 15px;
  }
  .form-div-main h3.text-center {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .form-div-main p.text-center {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .form-div-main form input {
    padding: 12px 20px;
    font-size: 14px;
  }
  .form-div-main form .form-group:not(:last-child) {
    margin-bottom: 10px;
  }
  .form-div-main form textarea {
    font-size: 14px;
    padding: 15px 20px;
  }
  .form-div-main button.btn {
    padding: 10px 50px;
    font-size: 16px;
    border-radius: 10px;
  }
  .third-sec-home .col-lg-6 .section-title h2.all-heading {
    margin-top: 20px;
  }
  .third-sec-home .hero-btn.third-sec-btns {
    margin-bottom: 0px;
  }
  .py-80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .service-card h4, .service-card h3 {
    font-size: 20px;
  }
  .service-card {
    padding: 20px 15px;
  }
  .writing-content h4 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .writing-content p {
    font-size: 15px;
    line-height: 26px;
  }
  .sller-sec-home .row.align-items-center,
  #tesit-home .row {
    width: 100%;
  }
  .sller-sec-home {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .sller-sec-home p.text-center.all-para {
    max-width: 100%;
    margin-bottom: 0px;
    margin-left: 18px;
  }
  .center-slider:before {
    content: unset;
  }
  .choose-sec-home {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .fitrs-uper {
    margin-top: 20px !important;
  }
  .choose-cards {
    padding: 30px 15px;
  }
  .marketing-form form .form-group input,
  .marketing-form form .form-group textarea {
    padding: 12px 30px;
    font-size: 16px;
  }
  .testi-home-sec h2.all-heading.text-center {
    margin-bottom: 20px;
  }
  .quote-top,
  .quote-bottom,
  .testi-slider button.slick-prev.slick-arrow,
  .testi-slider button.slick-next.slick-arrow {
    display: none !important;
  }
  .marketing-form form .form-group textarea {
    min-height: 100px;
  }
  .rating-img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .talk-sec-home .row {
    width: auto;
  }
  .testi-slier ul.slick-dots {
    bottom: -40px;
  }
  .faqss {
    margin-top: 20px;
    position: relative;
  }
  .quwstion {
    padding: 10px 30px 10px 20px;
  }
  .quwstion:before {
    width: 20px;
    height: 20px;
    right: 2%;
    margin-top: 7px;
  }
  .faqss button {
    font-size: 16px;
  }
  .faqss .panel {
    padding-right: 0px;
  }
  footer.main-footer .row.justify-content-space-between.foor-row-one {
    width: 100%;
  }
  .promottion-hero-section {
    padding-top: 100px;
  }
  #book-promotion-sec .kindle-img {
    position: relative;
    top: 0;
    width: 100%;
  }
  #book-promotion-sec .hero-btn.kindle-home-btns {
    margin-top: 20px;
  }
  #business-hero .hero-img {
    max-width: 100%;
  }
  #business-hero:before, #book-publication .hero-img:before {
    content: unset;
  }
  .nav-header .row {
    padding-bottom: 10px;
}
#book-publication {
  padding-bottom: 20px;
}
.childern-book-publication .amazon-kindle-home .row.align-items-center {
  width: auto;
  padding-bottom: 20px;
}
.acing-sec h2.all-heading {
  margin-top: 20px;
}
.acing-main {
  margin-top: 20px;
}
.childern-book-illustration .acing-blurb {
  display: block;
}
#illustration-sec {
  background-position: left;
}
.gallery-row-one .col-lg-7 {
  padding-bottom: 20px;
}
.gallery-row-two .col-lg-3 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.third-sec-home .row.align-items-center .col-lg-6:last-child {
  margin-top: 20px;
}
.book-trailer .promottion-hero-section .row, .book-writing #writing-amazon .row.align-items-center {
  width: auto;
}
.book-trailer .promottion-hero-section #myVideo {
  display: none;
}
.book-trailer .promottion-hero-section {
  padding-top: 30%;
  padding-bottom: 5%;
  padding-left: 20px;
  padding-right: 20px;
}
.book-trailer .promottion-hero-section h1.all-heading.text-black.text-center {
  color: #fff !important;
}
.kindle-img video#myVideo {
  position: absolute;
  width: 75%;
  height: 75%;
  right: 12.5%;
  top: -3px;
}
.contact-main-content {
  padding-left: 10px;
  padding-right: 10px;
}
.contact-second-row h3.text-black {
  font-size: 30px;
}
.contact-sec {
  padding-top: 30%;
}
.contact-sec ul {
  margin: 10px 0px 0px 0px;
}
.mein-cont h2 {
  font-size: 28px;
}
.blurb-ctn a {
  font-size: 16px;
}
.txt-blurb {
  width: 95%;
}
.img-blurb {
  width: 5%;
}
.web-content .promottion-hero-section .row {
  padding-left: 10px;
  padding-right: 10px;
}
.art-row-main .col-lg-3 {
  width: 100%;
  padding: 30px 20px 20px 20px;
}
.web-content .publishing-art .art-row-main {
  padding-left: 10px;
  padding-right: 10px;
}
.animate-bar-row .col-lg-2 {
  width: 100%;
}
.art-graphics-row {
  width: auto;
}
.art-graphic-no-sec .row:first-child {
  padding-bottom: 0px;
}
.graphic-count h1 {
  width: 160px;
  height: 160px;
  font-size: 40px;
}
.art-graphics-row .col-lg-2 .content-graphic {
  opacity: 1 !important;
}
.production-process-row .col-lg-3 {
  width: 100%;
}
.production-process-row {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.production-process-row .col-lg-3 {
  width: 100%;
}
.production-process-row {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.production-head h4 {
  height: 230px;
  min-width: 100%;
  width: 100%;
  font-size: 40px;
}
.production-head {
  padding: 20px;
}
.productoine-same .production-head:before {
  bottom: -44%;
}
.productoine-same .production-head:before {
  height: 120px;
}
.productoine-same .production-content p, .productoine-other p {
  opacity: 1;
  transition: 1.5s all ease-in-out;
}
.productoine-other .production-head:before {
  top: -33%;
}
.production-process-row .col-lg-3 {
  margin-bottom: 20px;
}
.productoine-other .production-head:before {
  height: 90px;
}
.hero-section-home {
  padding-top: 100px;
}
.hero-section-home .hero-text h1 {
  font-size: 24px;
  line-height: 36px;
}
.hero-section-home .hero-text p.all-para {
  font-size: 14px;
}
.hero-section-home .hero-text p.all-para {
  margin-bottom: 20px;
}
.hero-section-home .hero-inner-row {
  width: auto;
}
.hero-col-two {
  width: 100% !important;
}
.hero-col-three {
  width: 100% !important;
}
.hero-section-home .mySwiper .swiper-wrapper {
  display: flex;
}
.slider-01 img {
  max-width: 90% !important;
  filter: unset;
  padding-bottom: 20px;
}
.hero-section-home .row {
  width: 100%;
}
.hero-section-home .mySwiper .swiper-slide {
  width: 20% !important;
}
.pagi-one img {
  max-width: 35px !important;
}
.slider-02 img {
  max-width: 90% !important;
  filter: unset;
  padding-bottom: 30px;
  padding-top: 0px;
}
.tab-btns .tab .tab-button {
  font-size: 16px;
  width: 200px;
  margin: auto auto 10px auto;
}
.tab-btns .tab {
  display: block;
  margin-top: 20px;
}
.tab-btns {
  margin-bottom: 20px;
}
.sller-sec-home .hero-btn {
  margin-left: 20px;
  margin-top: 10px;
}
.third-sec-home {
  padding-top: 40px;
  padding-bottom: 30px;
}
.book-home-sec {
  padding-top: 30px;
  padding-bottom: 20px;
}
.book-home-sec {
  display: none;
}
.home-page .amazon-kindle-home {
  padding-top: 40px;
  padding-bottom: 0px;
  background-size: initial;
  background-repeat: no-repeat;
}
.home-page .amazon-kindle-home .col-lg-4 img {
  margin-top: 0px;
}
.service-sec-home .row.py-25:after, .service-sec-home .row.py-25:before {
  content: unset !important;
}
.service-sec-home p.all-para.text-center.text-white {
  margin: 0;
}
.service-card .row {
  display: block;
}
.service-card .row .col-lg-3 {
  width: 100%;
}
.service-card .row .col-lg-9 {
  width: 100%;
  margin-top: 20px;
}
.service-card p {
  min-height: 0px;
}
.service-card .servive-btn a {
  padding: 8px 30px;
  font-size: 14px;
}
.serive-last-row .col-lg-6.text-center img {
  max-width: 100%;
  margin-top: 0px;
}
.offering-comprensive-sec {
  padding-top: 20px;
}
.offering-comprensive-cont {
  padding: 0px 20px 0px 20px !important;
  text-align: center;
  border-radius: 40px;
}
.plat-card-row .platfom-card {
  border-radius: 30px;
  padding: 20px 15px;
}
.offering-comprensive-sec .plat-card-row .col-lg-4:not(:last-child) {
  margin-bottom: 20px;
}
.last-sec-home .row .section-form {
  margin-top: 20px;
}
.popup-inner-main {
  max-width: 90%;
}
.popup .popup-form h1.text-black.text-center {
  font-size: 25px;
  max-width: 100%;
}
.contact-main-content {
  padding-top: 120px;
}
.contact-main-content .container {
  padding: 30px 0px;
}
.contact-main-content .container h2.text-black.all-heading.text-center {
  max-width: 100%;
}
.check-row .col-lg-12 {
  grid-template-columns: 1fr;
}
.contact-main-content h4.text-black {
  font-size: 20px;
}
.contact-main-content textarea#message {
  padding: 20px 20px;
  font-size: 14px;
}
.contact-second-row form input[type="submit"] {
  padding: 10px 20px;
  font-size: 16px !important;
}
.contact-second-row {
  margin-left: 10px !important;
}
.serive-text {
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  padding-right: 0px;
  margin-bottom: 0px;
}
.portfolio-hero .container .row .col-lg-3 {
  width: 100%;
  text-align: center;
}
.portfolio-hero .container .row .col-lg-3:nth-child(2), .portfolio-hero .container .row .col-lg-3:nth-child(4) {
  margin-top: 0px;
}
.portfolio-hero .container .row .col-lg-3 h1.text-center.text-black {
  font-size: 30px;
  margin-left: 0px;
  margin-bottom: 30px;
}
.portfolio-hero .container .row .col-lg-3 a {
  padding: 10px 20px;
  font-size: 16px;
  margin-left: 0px;
}
.portfolio-hero .container .row .col-lg-3:nth-child(3) {
  margin-bottom: 40px;
  margin-top: 17px;
}
.portfolio-hero {
  padding-top: 120px;
  padding-bottom: 30px;
}
.pt-50 {
  padding-top: 20px;
}
.portfoilo-section .port-images {
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-logo img, .logo-footr img {
  max-width: 200px !important;
}
.hero-section-home .hero-text .hero-platforms img {
  width: 40%;
}
.social-icon ul li img {
  width: 25px;
}
.testimonials-page .testi-main-page {
  padding-top: 100px;
}
.testimonials-page .testi-main-page .row {
  width: auto;
}
.mobile-menu ul li.active-class > a {
  color: #000000;
}
.mobile-menu ul li ul li a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.slider-01 img {
  padding-top: 0px;
}
.hero-section-home .hero-row .col-lg-5 {
  order: 2;
}
.hero-section-home {
  padding-bottom: 30px;
}
.writing-sec-home {
  padding-top: 0px !important;
}
.popup-inner-main {
  padding: 50px 15px 15px 15px;
}
.popup-inner-main .col-lg-6:last-child {
  padding-top: 20px;
}
.popup .popup-form form {
  padding-top: 10px;
}
.hero-section-home .hero-row {
  display: flex;
  flex-direction: column-reverse;
}
.hero-form h3 {
  font-size: 24px;
  max-width: 100%;
}
.hero-form form input, .hero-form form textarea {
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 14px;
}
.hero-form {
  padding: 30px 15px 80px 15px;
  max-width: 100%;
  margin: 0px 0 20px auto;
}
img.hero-form-image {
  display: none;
}
.hero-form form textarea {
  height: 100px !important;
}
.hero-form form #submit-btn {
  font-size: 14px;
  max-width: 150px;
}
}

