@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: OutfitExtraLight;
  src: url("../fonts/Outfit-ExtraLight.ttf");
}

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

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

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

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

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

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

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

@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}
@font-face {
  font-family: GolftenRegular;
  src: url("../fonts/Golften-Regular.otf");
}

:root {
  --font-Golf: GolftenRegular;
  --font-100: OutfitThin;
  --font-200: OutfitExtraLight;
  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfitBlack;

  --primary: #3b8cb6;
  --secondary: #09151b;
}

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

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: cover;
  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: 15px;
  color: #6a7382;
}

/* 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 {
  color: #ffffff !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: #aae2ff;
  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;
  border-radius: 5px;
}

.offcanvas {
  background-color: #000001;
}

.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: 15px 0 15px 0;
  background: #000001;
  z-index: 999;
  transition: 0.6s;
  background: transparent;
  position: fixed;
  width: 100%;
}

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: transparent;
}

.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(--primary);
  padding: 10px 35px;
  display: inline-block;
  font-weight: 500;
  color: white;
  transition: all ease-in-out 0.3s;
  font-size: 1rem;
  border-radius: 50px;
  /* Rectangle 34624528 */
  background: var(--primary);
  border-radius: 8px;
}

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

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

/* end */

/* footer */
.footer {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #000001;
}

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

.footer-links > h6 {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 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;
}

ul.navbar-nav {
  gap: 57px;
}

.hero-section {
  background-image: url(../images/hero-bg-img.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 209px;
}
section.hero-section .row {
  align-items: center;
}
.hero-content h1 {
  font-size: 81px;
  color: white;
  font-family: var(--font-Golf);
  line-height: 1;
}

.hero-content p {
  color: white;
  font-size: 18px;
}

.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffffba;
  overflow: hidden;
}
section.about-auth {
  background: var(--secondary);
  padding-bottom: 360px;
}

.main-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
  flex-direction: column;
  max-width: 691px;
  gap: 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.main-heading h2 {
  color: white;
  font-size: 80px;
  font-family: var(--font-Golf);
  margin: 0;
  line-height: 1;
}
header.header.sticky .header-top {
  border: 0;
  padding-bottom: 0;
}
.about-auth-content p {
  color: white;
  font-size: 16px;
}

section.about-auth .row {
  align-items: center;
}
.btn-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-book-para {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.about-book-para p {
  flex: 1;
  margin: 0;
}

section.about-book {
  border-radius: 20px 20px;
  margin-top: -20px;
  background: white;
}

.img-box-content.book-img {
  margin-top: -360px;
}

.about-book-content {
  margin-top: 50px;
}

.about-book-content .main-heading h2 {
  color: var(--secondary);
}
section.review {
  background: #e2eef4;
}

.main-heading h2 {
  color: black;
}
.testi-card {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: #ffffff;
  border-radius: 16px;
  padding: 41px 32px;
}

.test-bottom {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.testi-name {
  display: flex;
  align-items: center;
  gap: 5px;
}

.testi-name span {
  color: #234356;
  font-size: 18px;
  font-family: var(--font-600);
}

.test-bottom .ratting {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  color: orange;
}

.testi-card p {
  margin: 0;
  font-size: 18px;
  color: var(--secondary);
}

.faq-item {
  background-color: #484848;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 15px;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 1.1rem;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  margin-top: 10px;
  font-size: 0.95rem;
  color: #eaeaea;
}

.faq-item.open .faq-answer {
  max-height: 300px;
  /* enough space for text */
  opacity: 1;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: bold;
  margin-left: 10px;
  transition: transform 0.3s ease;
}

.faq-item.open .faq-icon {
  transform: rotate(180deg);
}
section.faq {
  background: var(--secondary);
}

section.faq .main-heading h2 {
  color: white;
}

footer {
  background-color: #234356;
  color: #fff;
  font-size: 14px;
}

.footer-top {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-middle {
  padding: 40px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bottom {
  padding: 20px 0;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsletter-input {
  max-width: 400px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
  text-transform: capitalize;
}

.footer-links a:hover {
  text-decoration: underline;
}

.subscribe-btn {
  background-color: #f5ddc2;
  border: none;
  color: #000;
  padding: 10px 20px;
  border: 2px solid #f5ddc2;
  transition: 0.3s;
  margin: 5px;
}

.footer-social a {
  color: #fff;
  margin-left: 15px;
  text-decoration: none;
}

.footer-social a:hover {
  text-decoration: underline;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.newsletter-input {
  background: white;
  border-radius: 0;
}

.newsletter-input input {
  border: 0;
  color: black !important;
  opacity: 1;
  background: white;
}

.newsletter-input input::placeholder {
  color: #959595 !important;
}

.subscribe-btn:hover {
  background: transparent;
}

.footer-content {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.footer-content p {
  margin: 0;
}

.footer-logo {
  font-family: "Brush Script MT", cursive;
  font-size: 26px;
}

.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-links .row {
  width: 100%;
}

.footer-links .row .col-6 {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
}

.footer-top-heading {
  font-size: 42px;
  text-align: left;
  color: white;
  line-height: 1.1;
  margin: 0;
  font-family: var(--font-Golf);
}

.footer-bottom.container {
  font-size: 15px;
}
.footer-heading {
  color: white;
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.footer-p {
  color: white;
}
section.about-auth .main-heading h2 {
  color: white;
}
.hero-content.other-hero-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content.other-hero-content h1 {
  font-size: 120px;
}
section.hero-section.other-hero {
  padding-top: 239px;
  padding-bottom: 110px;
}
section.review .row {
  gap: 20px 0;
}
section.bout-auth {
  background: var(--secondary);
}

.bout-auth-mail {
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 12px;
  padding: 11px 21px;
  background: linear-gradient(0deg, #1f272b, #1f272b), #09151b;
  border-radius: 12px;
  width: 100%;
}

.bout-auth-mail-content {
  flex-direction: column;
  display: flex;
}

.bout-auth-mail-content span {
  color: #ffffffc7;
}

.bout-auth-mail-content a {
  font-size: 16px;
  color: white;
  font-family: var(--font-600);
}

section.bout-auth .about-book-para {
  margin-bottom: 40px;
}

.about-auth-content {
  border-bottom: 2px solid white;
}

.img-box.about-img {
  margin-bottom: -41px;
}
.bout-auth-mail-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.bout-auth-mail-content a:hover {
  color: var(--primary);
}
.bout-auth-mail .icon {
  font-size: 60px;
  color: white;
}
section.bout-auth .main-heading h2 {
  color: white;
}
section.about-auth .about-auth-content {
  border: none;
}
.main-heading:has(h3) {
  max-width: 100%;
}

.main-heading h3 {
  font-size: 36px;
  color: var(--primary);
}
.book-bottom-content h4 {
  font-size: 25px;
  text-transform: capitalize;
  font-family: var(--font-600);
}

.book-bottom-content ul {
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.book-bottom-content ul li {
  font-size: 18px;
  color: #09151b;
}

.book-bottom-content ul li::marker {
  color: var(--primary);
}

.book-bottom-content p {
  font-size: 18px;
  color: #09151b;
}

.bottom-img-book {
  margin-top: -50px;
}

.book-bottom {
  margin-bottom: 20px;
}
.contact-us {
  padding: 50px !important;
}
.form-main {
  padding: 4px;
  border: 2px solid white;
  border-radius: 16px;
  background: #09151b;
}

.form-main form {
  background: white;
  border-radius: 16px;
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
}
section.about-auth.contact-us .main-heading {
  align-items: flex-start;
  text-align: left;
  margin: 0;
  margin-bottom: 30px;
}

section.about-auth.contact-us .main-heading p {
  color: #ffffffd4;
}
.contact-img-content {
  flex-direction: column;
  display: flex;
  align-items: center;
  text-align: center;
  margin-top: 20px;
  gap: 12px;
}

.contact-img-content h4 {
  color: white;
  font-family: var(--font-700);
}

.contact-img-content p {
  color: #ffffffe6;
}

div#offcanvasNavbar ul.navbar-nav {
  gap: 11px;
}
.hero-section {
  position: relative;
  padding-top: 209px;
  overflow: hidden; /* hides extra video area */
}

.hero-section .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* behaves like background-size: cover */
  z-index: -1; /* behind content */
}
.hero-section {
  position: relative;
  padding-top: 209px;
  overflow: hidden; /* hides extra video */
}

/* Remove old background */
.hero-section {
  background: none !important;
}

/* Video as full background */
.hero-section .hero-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* like background-size: cover */
  z-index: -1; /* move behind everything */
}
.hero-section:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0000008c;
}

.hero-section > * {
  position: relative;
  z-index: 4;
}

/* THANK YOU SECTION */
.thank-you {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: url("../images/book-bg.jpg") no-repeat center center / cover;
    overflow: hidden;
}

/* Dark overlay for readability */
.thank-you::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 0;
}

.thank-you .container {
    position: relative;
    z-index: 2;
}

/* Content box */
.top-bg {
    padding: 60px 30px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

/* Text content */
.right-col {
    color: #fff;
}

.right-col .title {
    font-size: 52px;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.right-col .title span {
    color: var(--primary); /* gold book theme */
}

.right-col p {
    font-size: 18px;
    line-height: 1.7;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    color: white;
}

/* Button */
.btn-theme {
}

.btn-theme:hover {
    background: #fff;
    color: #000;
    transform: translateY(-3px);
}

/* Image animation */
.animate-zoom {
    margin-top: 30px;
    max-width: 320px;
}

/* Responsive */
@media (max-width: 768px) {
    .right-col .title {
        font-size: 36px;
    }

    .right-col p {
        font-size: 16px;
    }
}

