@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/outfits/Outfit-Light.ttf");
}

@font-face {
  font-family: OutfitRegular;
  src: url("../fonts/outfits/Outfit-Regular.ttf");
}


@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/outfits/Outfit-SemiBold.ttf");
}


@font-face {
  font-family: OutfitMedium;
  src: url("../fonts/outfits/Outfit-Medium.ttf");
}

@font-face {
  font-family: OutfitSemiBold;
  src: url("../fonts/outfits/Outfit-SemiBold.ttf");
}

@font-face {
  font-family: OutfitBold;
  src: url("../fonts/outfits/Outfit-Bold.ttf");
}


@font-face {
  font-family: OutfitExtraBold;
  src: url("../fonts/outfits/Outfit-ExtraBold.ttf");
}

@font-face {
  font-family: OutfitBlack;
  src: url("../fonts/outfits/Outfit-Black.ttf");
}




@font-face {
  font-family: RecoletatLight;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-thin.otf");
}

@font-face {
  font-family: RecoletatThin;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-light.otf");
}

@font-face {
  font-family: RecoletatRegular;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-regular.otf");
}

@font-face {
  font-family: RecoletatMedium;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-medium.otf");
}

@font-face {
  font-family: RecoletatSemiBold;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-semibold.otf");
}


@font-face {
  font-family: RecoletatBold;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-bold.otf");
}

@font-face {
  font-family: RecoletatBlack;
  src: url("../fonts/recoleta/fonnts.com-recoletaalt-black.otf");
}





:root {
  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfitBlack;
  --font-m-200: RecoletatThin;
  --font-m-300: RecoletatLight;
  --font-m-400: RecoletatRegular;
  --font-m-500: RecoletatMedium;
  --font-m-600: RecoletatSemiBold;
  --font-m-700: RecoletatBlack;
  --primary: #2B545D;
  --secondary: #FDBE3F;
}


* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: var(--font-400);
}




html,
body {
  font-family: var(--font-400);
}

a {
  text-decoration: none;
  transition: 0.3s ease 0s;
  color: var(--bs-black);
}

a:hover {
  color: var(--primary);
}

input,
button,
textarea {
  outline: none;
  border: 0px;
  background: none;
}

.webkit {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-word;
}

.webkit_1 {
  -webkit-line-clamp: 1;
}

.webkit_2 {
  -webkit-line-clamp: 2;
}

.webkit_3 {
  -webkit-line-clamp: 3;
}

.webkit_4 {
  -webkit-line-clamp: 4;
}

.hide {
  display: none !important;
}

.show {
  display: flex !important;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.img-box {
  margin: 0px;
}

.img-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.img-box-content img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: 0.3s;
}

li.nav-item.dropdown.navdesktop ul {
  flex-direction: column;
  top: 100%;
  left: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  gap: 7px;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}



::-webkit-scrollbar-thumb {
  background: var(--secondary);
}



body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  background: #fff;
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  color: #6a7382;
  font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  color: #000001;
  margin-top: 0;
  line-height: 1.5;

}

p {
  margin-bottom: 18px;
  color: #3B3B3B;
  font-size: 17px;
}

/* Navbar */

.navbar-nav li {
  bottom: 0;
}

.navbar-nav li a {

  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #ffffff !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: black !important;
}

.header.sticky li a {
  color: white !important;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-nav .nav-link::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: var(--secondary);
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
  left: 0;
}

ul.dropdown-menu {
  padding: 0;
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
  background: white !important;
  color: #000001 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  width: auto;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-weight: 400;
  color: #000001 !important;
  border-radius: 5px;
}

.offcanvas {
  background-color: white;
}

.offcanvas .navbar-nav .dropdown-menu {
  margin-top: 10px;
  border-radius: 8px;
}

.offcanvas .navbar-nav .dropdown-menu li {
  padding: 10px 0;
}

.offcanvas .navbar-nav .dropdown-menu li:hover,
.offcanvas .navbar-nav .dropdown-menu li:hover a {
  border-radius: 8px;
}

.offcanvas .btn-close svg {
  fill: white;
}

.offcanvas-header>img {
  width: 15rem;
}

.dropdown-menu {
  background-color: var(--secondary);
  border-radius: 0px;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  width: 100%;
  border-radius: 5px;
}

/* section */

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* header */
.header {
  padding: 5px 0 5px 0;
  background: transparent;
  z-index: 999;
  transition: 0.6s;
}

header.sticky {
  padding: 0px 0px;
  position: fixed;
  width: 100%;
  z-index: 999;
  background: #000001;
}

header.sticky #navbarNav {
  border-bottom: 0px !important;
}

header.sticky img {
  width: auto;
  transition: all 0.5s ease-in-out;
}

/* top banner */
.top-banner {
  background: url("../images/top-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.top-banner .right-col h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 10px;
  color: white;
}

.top-banner .right-col p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 0;
}


/* End */

/* partner */
.client {
  padding-top: 25px;
  padding-bottom: 24px;
  margin-top: -98px;
  background: white;
  backdrop-filter: blur(50px);
}

.client img {
  margin: auto;
}

/* end */

/* contact us */

.contact-us {
  padding-top: 60px;
  padding-bottom: 70px;
  background: url("../images/contact-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

/* end */

/* form */
/* Works for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  resize: none;
  display: block;
  width: 100%;
  padding: 16px 15px;
  font-size: 1rem;
  border-radius: 8px;
  font-weight: 400;
  line-height: 1.5;
  border: 1px solid #1e1e1e42;
  color: #1e1e1e !important;
  background-color: #d9d9d921;
}

.form-control:focus {
  background-color: transparent;
  border-color: var(--secondary);
  box-shadow: none !important;
  outline: none !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #1e1e1e !important;
  font-weight: 400;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #1e1e1e !important;
  font-weight: 400;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-weight: 400;
}

/* end */

/* Button */

.btn-theme {
  border: 2px solid var(--secondary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  background: var(--secondary);
  color: #212121;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  border-radius: 0;
}

.btn-theme:hover {
  border: 2px solid #ffffff;
  background: transparent;
  color: #ffffff;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn-theme-hover-black:hover {
  color: #000001;
  border-color: #000001;
}

.btn-theme-primary {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.btn-theme-primary:hover {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: var(--primary);
}

.footer-logo p {
  color: white;
  margin-top: 20px;
  font-size: 1rem;
}

.footer-links>h6 {
  color: var(--secondary);
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-links>p {
  color: white;
  font-size: 1rem;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-links>ul {
  padding-left: 18px;
}

.footer-links>ul>li {
  padding: 20px 0px 0 0px;
  list-style-type: disclosure-closed;
  color: white;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li:hover {
  color: var(--secondary);
}

.footer-links>ul>li>a {
  text-decoration: none;
  font-size: 1rem;
  color: white;
  font-weight: 400;
  transition: all ease-in-out 0.3s;
}

.footer-links>ul>li>a:hover {
  color: var(--secondary);
}

.social>p>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
}

.social>p>a {
  color: var(--secondary);
  margin: 0 5px;
  font-size: 1.2rem;
  transition: all ease-in-out 0.3s;
  background: white;
  padding: 10px 16px;
  border-radius: 30px;
}

.social>p>a:hover {
  color: #ffffff;
  background: var(--secondary);
}

.footer-bootom-links>span {
  margin: 0;
  margin-right: 15px;
  color: white;
  font-size: 1rem;
  font-weight: 400;
}

/* end */

.animate-up {
  animation: up 3s ease-in-out infinite;
}

@keyframes up {
  0% {
    transform: translateY(0);
  }

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

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

.animate-zoom {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9);
    transition: all 0.5s ease-in-out;
  }

  30% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1.2);
    transition: all 0.7s ease-in-out;
  }

  50% {
    transform: scale(1);
    transition: all 0.7s ease-in-out;
  }

  100% {
    transform: scale(0.9);
    transition: all 0.7s ease-in-out;
  }
}

.footer-logo .trust-img {
  width: 10rem;
}

.navbar-dark .navbar-nav .nav-link {
  padding: 0;
  padding-bottom: 4px;
  text-transform: capitalize;
}

ul.navbar-nav {
  gap: 0px 52px;
}



/* Custom Css */

body {
  background-image: url(../images/body-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

li.nav-item.dropdown.navdesktop ul li a {
  color: black !important;
  padding: 7px 13px;
}


.hero-card {
  background-image: url(../images/hero-card-bg-1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 66px;
  /* filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)); */
  /* height: 80%; */
}

[data-bg="hero-card-bg-1"] .author-img {
  position: relative;
  bottom: -80px;
  height: 490px;
}

[data-bg="hero-card-bg-2"] {
  background-image: url(../images/hero-card-bg-2.png);

}

[data-bg="hero-card-bg-3"] {
  background-image: url(../images/hero-card-bg-3.png);

}

.hero-card-content {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.hero-card .row {
  align-items: center;
}

.hero-card-content h1 {
  font-size: 68px;
  color: white;
  text-transform: capitalize;
  font-family: var(--font-m-600);
  line-height: 1.2;
}

.hero-card-content>* {
  margin: 0;
}

.hero-card-content p {
  font-size: 18px;
  color: #ffffffe6;
}

section.hero {
  padding-top: 0;
}

.img-box-content.hero-img {
  height: 490px;
}

.hero-swiper-button {
  display: flex;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  background: white;
  border-radius: 50%;
  color: black;
  font-size: 41px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #FFFFFF;
  box-shadow: 0px 3px 24px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.hero-swiper-button i {
  font-size: 41px;
  transition: transform 0.3s ease;
}

.hero-swiper-button-next:active i {
  animation: slideRightAndReset 0.5s ease;
}

.hero-swiper-button-prev:active i {
  animation: slideLeftAndReset 0.5s ease;
}

@keyframes slideRightAndReset {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(100%);
    opacity: 0;
  }

  51% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideLeftAndReset {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-100%);
    opacity: 0;
  }

  51% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.hero-swiper-button:after {
  content: none !important;
}




.swiper.mySwiper {
  padding: 0 30px;
}

.hero-swiper-button:hover {
  background: var(--secondary);
  color: white;
}

.hero-swiper-pagination .swiper-pagination-bullet {
  background: white;
  border-radius: 0;
  height: 3px;
  width: 30px;
  margin: 2px !important;
}

.swiper-slide .hero-card-content>.img-box,
.swiper-slide .hero-card-content h1,
.swiper-slide .hero-card-content p,
.swiper-slide .hero-card-content .btn-theme {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
  filter: blur(2px);

}

.swiper-slide-active .hero-card-content>.img-box,
.swiper-slide-active .hero-card-content h1,
.swiper-slide-active .hero-card-content p,
.swiper-slide-active .hero-card-content .btn-theme {
  opacity: 1;
  transform: translateY(0);
}

.swiper-slide-active .hero-card-content>.img-box {
  transition-delay: 0.2s;
  animation: floatSmooth 4s ease-in-out infinite;
  filter: blur(0);

}

.swiper-slide-active .hero-card-content h1 {
  transition-delay: 0.3s;
  animation: fadeIn 0.8s ease-out forwards;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: blur(0);


}

.swiper-slide-active .hero-card-content p {
  transition-delay: 0.4s;
  animation: slideUp 0.8s ease-out forwards;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: blur(0);
}

.swiper-slide-active .hero-card-content .btn-theme {
  transition-delay: 0.5s;
  animation: gentlePulse 2s ease-in-out infinite;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: blur(0);


}


@keyframes float {
  0% {
    transform: translateY(0px);
  }

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

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

@keyframes glow {

  0%,
  100% {
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  }

  50% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.swiper-slide .img-box-content.hero-img {
  opacity: 0;
  transform: scale(0.2) perspective(2000px) rotateY(-90deg) translateZ(-200px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(15px);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center;
}

.swiper-slide-active .img-box-content.hero-img {
  opacity: 1;
  transform: scale(1) perspective(2000px) rotateY(0deg) translateZ(0);
  filter: blur(0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: center center;
  animation: float 3s .6s ease-in-out both;
}

@keyframes float {
  0% {
    transform: scale(1.02) perspective(100px) rotateY(5deg) translateZ(51px);
  }

  50% {
    transform: scale(1) perspective(100px) rotateY(0deg) translateZ(0);
  }

  100% {
    transform: scale(1) perspective(2000px) rotateY(0deg) translateZ(0);
  }
}

.swiper-slide [data-bg="hero-card-bg-1"] .author-img {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(10px);
}

.swiper-slide-active [data-bg="hero-card-bg-1"] .author-img {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  filter: blur(0);
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.2) translateY(50px);
  }

  60% {
    transform: scale(1.1) translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

/* About Author */
.about-author-content h2 {
  font-size: 60px;
  font-family: var(--font-m-600);
}

.about-author-content p {
  font-size: 17px;
}

.main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 50px;
  flex-direction: column;
}

.main-heading h2 {
  font-size: 50px;
  font-family: var(--font-m-500);
  margin: 0;
  position: relative;
  padding: 0 20px;
  text-align: center;
  line-height: 1.1;
}

.main-heading h2:after,
.main-heading h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  left: 0;
  background: black;
  top: 50%;
  transform: translateY(-50%);
}

.main-heading h2:after {
  left: 100%;
}

.main-heading h2:before {
  left: auto;
  right: 100%;
}

.latest-release-content h2 {
  font-size: 40px;
  font-family: var(--font-m-600);
  text-transform: uppercase;
}

.latest-release-content p strong {
  color: black;
  font-family: var(--font-500);
}

.img-box-content.latest-release-img {
  height: 720px;
}

section.latest-release .row {
  align-items: center;
}

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

.books-heading h2:after,
.books-heading h2:before {
  content: none;
}

.books-box {
  background: white;
  padding: 50px 60px;
}

.books-box-card {
  padding: 15px;
  background: #FFFFFF;
  border: 1px solid #00000042;
  border-radius: 0px;
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding-bottom: 20px;
}

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

.books-box-card-content h3 {
  font-size: 29px;
  font-family: var(--font-m-500);
}

.books-btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px 15px;
  flex-wrap: wrap;
}

section.testimonials {
  background: white;
}

.main-heading.testimonials-heading h2:after,
.main-heading.testimonials-heading h2:before {
  content: none;
}

.testimonials-card {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 21px;
  gap: 15px;
  border: 2px solid #00000024;
  margin-bottom: 20px;
  justify-content: space-between;
  height: 100%;
}

.testimonials-card p {
  margin: 0;
}

.rating i {
  font-size: 23px;
  color: #cdcdcd;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.rating .orange {
  color: orange;
}

.testimonials-card strong {
  color: black;
  font-size: 17px;
  font-family: var(--font-m-500);
}

.contact-us .main-heading h2:after,
.contact-us .main-heading h2:before {
  content: none;
}

.contact-us .main-heading {
  margin-bottom: 20px;
  align-items: center;
  text-align: center;
}

.contact-us-box {
  padding: 50px 70px;
  background: white;
}

.contact-us {
  background-image: url(../images/contact-us-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-heading.blogs-heading h2:after,
.main-heading.blogs-heading h2:before {
  content: none;
}

.main-heading.blogs-heading {
  align-items: flex-start;
}

section.blogs {
  background: white;
}





.blog-card {
  background: #FFFFFF;
  border: 1px solid #00000014;
  border-radius: 0px;
  display: block;
  margin-bottom: 20px;
}

.blog-image {
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  transition: .3s;
}

.blog-content {
  padding: 25px 30px;
}

.blog-content h3 {
  font-size: 25px;
  font-family: var(--font-600);
}

.blog-content span {
  color: var(--secondary);
  font-size: 16px;
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.footer-logo-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-top: -49px;
}

.footer-logo-content p {
  color: white;
  max-width: 500px;
}

.footer-wrapper {
  padding: 95px 30px;
  border: 2px solid var(--secondary);
  padding-bottom: 50px;
}

/* for all social containers*/
.socialContainer {
  width: 45px;
  height: 45px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition-duration: 0.3s;
  border: 1px solid white;
}

/* instagram*/
.containerOne:hover {
  background-color: #d62976;
  transition-duration: 0.3s;
}

/* twitter*/
.containerTwo:hover {
  background-color: #00acee !important;
  transition-duration: 0.3s;
}

/* linkdin*/
.containerThree:hover {
  background-color: #0072b1 !important;
  transition-duration: 0.3s;
}

/* Whatsapp*/
.containerFour:hover {
  background-color: green;
  transition-duration: 0.3s;
}

.socialContainer:active {
  transform: scale(0.9);
  transition-duration: 0.3s;
}

.socialSvg {
  width: 17px;
  fill: black;
  /* stroke: black; */
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: white;
}

.socialSvg path {
  fill: rgb(255, 255, 255);
}

.socialContainer:hover .socialSvg {
  animation: slide-in-top 0.3s both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

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

.soclia-media-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 15px;
}

.footer-content h2 {
  margin: 0;
  font-size: 20px;
  color: var(--secondary);
  font-family: var(--font-500);
}

.footer-content p {
  color: white;
  font-size: 15px;
}

.containerThree:hover i,
.containerTwo:hover i {
  color: white;
}

.socialContainer:hover {
  border-color: inherit;
}

.footer-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 19px;
}

.footer-content ul li {
  flex: 0 0 120px;
}

.footer-content ul li a {
  color: white;
}

[data-bg="hero-card-other-page"] {
  background-image: url(../images/hero-card-other-page-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-card-content.hero-card-content-other-page {
  align-items: center;
  text-align: center;
}

section.hero.other-page-hero .hero-card {
  padding: 160px;
  position:relative;
}

.author-page-img {
  height: 560px;
}

.img-box-content.author-page-img img {
  object-fit: cover;
}

.latest-release-content ul {
  padding: 0;
  list-style: none;
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.latest-release-content ul li stong {
  color: var(--primary);
}

.latest-release-content ul li span {
  color: var(--secondary);
  font-family: var(--font-600);
  font-size: 17px;
}

.latest-release-content ul li strong {
  font-size: 17px;
  color: #3B3B3B;
  font-family: var(--font-600);
}

.about-the-book {
  position: relative;
}

.about-the-book::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background: #000;
  width: 1308px;
  max-width: 100%;
}



section.blogs .row {
  justify-content: center;
}

.main-heading.blogs-heading {
  justify-content: center;
  align-items: center;
}

button.navbar-toggler {
  background: var(--primary);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
}

.offcanvas-header .btn-close {
  background: var(--primary);
  color: white !important;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  width: 20px;
  font-size: 19px;
}

.offcanvas-header .btn-close i {
  margin-top: 2px;
}

.thank-you-page .navbar-expand-xl .navbar-collapse {
  display: none;
}

.thank-you-page #navbarNav {
  display: none !important;
}

.thank-you-content {
  height: 80vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  /* margin: auto; */
  gap: 15px;
}

section.thank-you {
  padding: 0;
}

h1.thank-you-title,
h1.thank-you-title span {
  font-size: 58px;
  color: black;
  text-transform: capitalize;
  font-family: var(--font-m-600);
  line-height: 1.2;
}

h1.thank-you-title {
  flex-direction: column;
  display: flex;
  text-align: center;
}

.main-heading.book-trailer.testimonials-heading {
  /* align-items: flex-start; */
}


.video-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.play-pause-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  font-size: 3rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
  z-index: 10;
  transition: opacity 0.3s ease;
  height: 70px;
  width: 70px;
  background: var(--primary);
  padding-right: 5px;
}

.play-pause-btn.hide {
  opacity: 0;
  pointer-events: none;
}

.custom-video {
  height: 100%;
  width: 100%;
}

.main-heading p {
  max-width: 750px;
  margin-top: 20px;
  margin-bottom: 0;
}

.tabs-buttons {
  gap: 2px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  border: 1px solid var(--secondary);
  padding: 5px;
}

.tabs-buttons .btn-theme {
  margin: 0;
}

.tab-2 {
  background: transparent;
  border: 2px solid transparent;
  color: var(--secondary);
}

.tab-2:hover,
.tab-2.active {
  background: var(--secondary);
  color: black;
  border: 2px solid var(--secondary);
}

.book-trailer-content {
  margin-top: 20px;
  position: relative;
}

.book-trailer-content .video-box.active {
  display: block;
}

.book-trailer-content .video-box {
  display: none;
}

.testimonials .row {
  gap: 20px 0;
}
.navbar-dark .navbar-brand img {width: 240px;object-fit: contain;}
section.hero.other-page-hero .hero-card > * {
    position: relative;
    z-index: 4;
}

section.hero.other-page-hero .hero-card:after {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000006e;
    backdrop-filter: blur(2px);
}
section.about-aurhor .img-box-content {
    height: 720px;
}

section.about-aurhor .img-box-content img {
    object-fit: cover;
    object-position: top;
}