@font-face {
  font-family: OutfitThin;
  src: url("../fonts/Outfit-Thin.ttf");
}

@font-face {
  font-family: OutfitLight;
  src: url("../fonts/Outfit-Light.ttf");
}

@font-face {
  font-family: OutfitExtraLight;
  src: url("../fonts/Outfit-ExtraLight.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: AloeveraSemiBold;
  src: url("../fonts/Aloevera-SemiBold.otf");
}

@font-face {
  font-family: freightdisplay;
  src: url("../fonts/fonnts.com-Freight-Disp-Pro-Bold.otf");
}


:root {


  --font-300: OutfitLight;
  --font-400: OutfitRegular;
  --font-500: OutfitMedium;
  --font-600: OutfitSemiBold;
  --font-700: OutfitBold;
  --font-800: OutfitExtraBold;
  --font-900: OutfiBlack;
  --font-Aloevera-SemiBold: AloeveraSemiBold;
  --freight-display: freightdisplay;
  --primary: #032D61;
  --secondary: #B51240;
  --light-secondary: #ED0742;

}




span {
  font-family: var(--font-Aloevera-SemiBold);
  font-style: italic;

}


h1,
h2,
h3,
h4 {
  font-family: var(--font-Aloevera-SemiBold);
}

section {
  overflow: hidden;
}

p {
  font-family: 'Outfit';
}

body {
  background-color: #09141C;
}

.header .navbar-dark .navbar-toggler-icon {
  filter: invert(1);
}

.header {
  background: #ffff;
}

.top-header {
  background: #476A7E;
}

.top-socials ul li a {
  text-decoration: none;
}

.top-socials i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.top-socials i:hover {
  color: #03a7c2;
  display: inline-block;
  transform: scale(1.4);
}

.top-socials ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 15px 0px;
  margin: 0px;
  font-size: 19px;

}

.social-links ul li {
  padding: 12px 12px;
}

/* left */

.top-socials-2 ul {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 15px 0px;
  margin: 0px;
  font-size: 19px;
}

.top-socials-2 ul li a {
  text-decoration: none;
  color: #ffff;
  font-family: var(--font-400);
  font-size: 0.9rem;
  text-transform: capitalize !important;
}

/* .top-socials-2i {
    padding-right: 26px;
} */
.top-socials-2 ul li i {
  color: #03A7C2;
  font-size: 1rem;
}

.top-socials-2 i {
  margin-right: 6px;

}

/* header */
/* Navbar */

.navbar-nav li {
  padding: 10px 8px;
  /*padding: 10px 2px;*/
}

.navbar-nav li a {
  font-family: var(--font-400);
  font-size: 1rem;
  color: black !important;
  display: inline-block;
  position: relative;
}

.navbar-nav li a:hover {
  color: #03A7C2 !important;
}

.navbar-nav .nav-link.active {
  color: #03A7C2 !important;
}

.header.sticky li a {
  color: black !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: #03A7C2;
  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;
  background-color: #f30101;
  border-radius: 0px;
}

ul.dropdown-menu li a {
  color: white !important;
}

header.sticky ul.dropdown-menu li a {
  color: white !important;
}

header.sticky ul.dropdown-menu li a:hover {
  color: #000000 !important;
}

.dropdown-menu li:hover,
.dropdown-menu li:hover a {
  background: white;
  color: #000000 !important;
}

.navbar-brand img {
  /* width: 245px;
  height: 115px; */
  /* width: auto; */
  width: 106px;
  transition: 0.6s;
}

.navbar-nav li a {
  font-size: 1rem;
  font-family: var(--font-400);
  color: #000000;
}


.offcanvas {
  background-color: #ffffff;
}

.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;
}

.btn-close {
  box-shadow: none !important;
  background-color: black;
  border-radius: 50px;
  padding: 12px !important;
}

.dropdown-item {
  background: none !important;
}

.dropdown-menu li {
  padding: 6px 10px;
}

/* header button */
a.btn.btn-theme {
  background: #03A7C2;
  color: #fff;
  padding: 10px 26px;
  width: 100%;
  border-radius: 7px;
  border: 2px solid #03A7C2;
  transition: all ease-in-out 0.3s;
}

a.btn.btn-theme:hover {
  border: 2px solid #03A7C2;
  background: transparent;
  color: #03A7C2;
}

ul.navbar-nav {
  gap: 31px;
  margin-right: 23px;
}

/* hero-section */
.hero-section {
  background-image: url(../images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

}

.hero-content h2 span {
  top: 354px;
  font-family: var(--freight-display);
  font-style: italic;
  line-height: 100px;
  font-size: 5rem;
  color: #03A7C2;
}

.hero-content h2 span .skyblue {
  color: #88e9f8;
}

.main-span {
  display: block;
}

.hero-content {
  padding: 179px 0px;
}

.hero-content h2 {
  font-family: var(--font-Aloevera-SemiBold);
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 80px;
  align-items: center;
  /* text-transform: uppercase; */
  color: #FFFFFF;
}

.hero-content p {
  font-family: var(--font-400);
  font-size: 2.2rem;
  align-items: center;
  text-transform: capitalize;
  color: #FFFFFF;
}

.section-1 .row {
  background: #1E272F;
  padding: 50px;
  border-radius: 37px;
  height: 54%;
}

.section-1 {
  background: #09141C;
  padding: 50px 0px;
}

section.section-1 span {

  font-family: var(--freight-display);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 40px;
  align-items: center;
  color: #03A7C2;
}

section.section-1 h4 {
  font-size: 1.6rem;
  font-family: var(--font-600);
  line-height: 28px;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
}

.section-1 h3 {
  font-size: 3.6rem;
  line-height: 55px;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.section-1 p {


  font-family: var(--font-300);
  font-size: 0.9rem;
  line-height: 21px;
  margin-bottom: 30px;
  align-items: center;
  color: #FFFFFF;
  opacity: 0.7;
}

.section-1 .my-2 {
  width: 31%;
}

.section-1 img {
  width: 100%;
}

/* section-2 */
.section-2 {
  background: #09141C;
}

.section-2 .row {
  align-items: center;
}

span.ab-book {
  font-family: var(--freight-display);
  font-size: 2rem;
  align-items: center;
  color: #03A7C2;
  text-transform: capitalize;
  font-family: var(--freight-display);
}

.section-2 h4 {
  font-family: var(--font-500);
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
  line-height: 20px;
}

.section-2 h2 span {
  line-height: 70px;
}

.section-2 .hero-content {
  margin-left: 16%;
}

.section-2 p {
  font-family: var(--font-400);
  font-size: 0.9rem;
  line-height: 21px;
  align-items: center;
  color: #ffffffb0;
  margin-bottom: 40px;
}

.section-2 h2 {
  font-size: 5rem;
  line-height: 72px;
  margin-bottom: 40px;
}


.section-2 .my-2 {
  display: flex !important;
  align-items: center;
  gap: 51px;
}

.section-2 a.btn.btn-theme {
  padding: 12px 0px;
  width: 66%;
}

img.expert-img {
  /* position: absolute;
  left: 0; */
  width: 136%;
}

.section-2 .container {
  margin-left: 0px;
}

.section-2 a.btn.btn-theme {
  padding: 11px;
  width: 41%;
}

.ection-2 .hero-content {
  padding: 0px;
}

.sec2-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
}

/* section-3 */
.section-3 {
  text-align: center;
}

.section-3 .container {
  padding: 0;
  background: linear-gradient(0deg, rgba(9, 20, 28, 0.8), rgba(9, 20, 28, 0.8)), #476A7E;
  border-radius: 26px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-3 h3 {
  font-weight: 600;
  font-size: 3.6rem;
  line-height: 55px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 50px;
}

.section-3 span {
  font-family: var(--freight-display);
  font-size: 2rem;
  color: #03A7C2;
}

/* slider */
.testi-div {
  text-align: left;
  /* width: 31%; */
  padding: 20px 35px;
  background: #111F29;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 27px;
}

.testi-div p {
  font-size: 0.9rem;
  font-family: var(--font-400);
  text-transform: capitalize;
  color: #FFFFFF;
  margin: 16px 0px;
}

.section-3 h4 {
  margin: 8px 0px;
  font-family: var(--font-600);
  font-size: 1.6rem;
}

.testimonial-slider {
  padding: 20px 0;
}

.testimonial-slider .swiper {
  width: 100%;
  height: 100%;
}


.testimonial-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  /* important */
}

.testimonial-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.testimonial-slider .testi-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-slider .swiper-slide .testi-div img {
  width: fit-content;
}

.testimonial-slider .swiper-slide {
  background-color: none !important;
}

.testimonial-slider .swiper-wrapper {
  transition-timing-function: linear !important;
  height: fit-content;
}

.testimonial-left-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
  height: fit-content;
}

.testimonial-left-slider .swiper-slide {
  display: flex;
  height: auto;
}

.testimonial-left-slider .testi-div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-left-slider .swiper-slide .testi-div img {
  width: fit-content;
}

/* .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

/* blog */
section.bolg {
  padding: 70px 0px;
}


.bolg span {
  font-family: var(--freight-display);
  font-weight: 400;
  font-size: 2rem;
  line-height: 40px;
  align-items: center;
  color: #03A7C2;
}

.bolg h3 {
  font-weight: 600;
  font-size: 3.6rem;
  margin-bottom: 18px;
  line-height: 55px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.blog-content {
  background: #15252F;
  /* padding: 24px; */
  padding: 10px;
  padding-bottom: 16px;
  /* width: 36%; */
  border-radius: 20px;
  margin: 20px 0px;
}

.blog-data {
  padding: 0 16px;
}



.blog-content h4 {
  font-family: var(--font-500);
  font-size: 1.8rem;
  text-transform: capitalize;
  color: #FBF8F4;
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-content p {
  color: #ffffffa3;
  font-family: var(--font-400);
  line-height: 23px;
  font-size: 0.9rem;
}

.blog-content span {
  font-size: 1.2rem;
  font-family: var(--font-500);
  font-style: unset;
}

.blog-content img {
  width: 100%;
}

.blog-slider .swiper-wrapper {
  height: fit-content;
}

/* }.bolg .container {
    border-bottom: 2px solid #fff;
} */


/* faqs */
.faqs {
  text-align: center;
}

.faqs .container {
  padding: 50px 0px;

  /* border-top: 2px solid #FFFFFF; */
}

.faq-answer {
  text-align: left;
}

.faqs span {
  font-family: var(--freight-display);
  font-size: 2rem;
  color: #03A7C2;
}

.faqs h3 {
  font-size: 3.6rem;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.faq-item {
  background: #15252F;
  color: #fff;
  border-radius: 10px;
  padding: 16px 23px;
  margin-bottom: 21px;
  cursor: pointer;
}

.faq-question {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.2rem;
  font-family: var(--font-400);
}

.faq-question span {
  margin-right: 10px;
  opacity: 0.5;
}

.faq-answer {
  display: none;
  margin-top: 30px;
  color: #ccc;
  font-family: var(--font-400);
  font-size: 0.9rem;
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .icon {
  content: "\f00d";
}

.faq-question i:before {
  color: #fff;
}

.faq-question i {
  margin-left: auto;
  display: block;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3d3d3d;
  border-radius: 50%;
}

.faq-item.active i {
  background: var(--primary);
  color: black;
}

/* subscribe box  */
/* footer */
.subscribe-box {
  display: flex;
  align-items: center;
  background: #e5e5e5;
  padding: 6px;
  border-radius: 10px;
  width: 420px;
}

.subscribe-box input {
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 15px;
  flex: 1;
  font-size: 14px;
}

.subscribe-box button {
  background: #1fa2b8;
  color: #fff;
  border: 1px solid transparent;
  padding: 10px 20px;
  border-radius: 8px;
  font-family: var(--font-500);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.subscribe-box button:hover {
  color: #1fa2b8;
  background: none;
  border: 1px solid #1fa2b8;
}

/* footer */
.footer {
  padding-top: 30px;
}

.footer-first-content {
  display: flex;
}

.footer-first-content h3 {
  font-size: 2.2rem;
  font-family: var(--font-500);
  line-height: 36px;
  color: #FFFFFF;
}

.footer-first-content {
  display: flex;
  align-items: center;
  gap: 31px;
  justify-content: center;
  padding: 50px 0px;
}

.footer-top-nav {
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
}

.footer-top-nav li {
  width: 50%;

}

.footer-top-nav li a {
  font-size: 1.2rem;
  font-family: var(--font-300);
  transition: all 0.3s ease-in-out;
}

.footer-top-nav li a:hover {
  color: #03A7C2;
}

.footer hr {
  color: FFFFFF;
}

.footer ul {
  list-style: none;
  text-decoration: none;
}

.footer h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  color: #FFFFFF;
}

.footer ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #ffff;
  text-decoration: none;
  padding: 13px 0px;
}

.footer ul li {
  padding: 11px 0px;
  /* display: inline-block; */
}

.footer .row {
  padding: 42px 0px;
}

.footer p {
  font-weight: 300;
  font-family: var(--font-300);
  font-size: 1.1rem;
  line-height: 22px;
  text-align: center;
  color: #ffffffd6;
  margin: 15px 0px;
}

ul.contact-info li {
  display: block;
  width: 100%;
}

.footer .row {
  align-items: center;
}

.social-links .row {
  padding: 0px;
  justify-content: space-between;
  align-items: center;
}

.social-links ul {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  justify-content: end;
  gap: 20px;
}


.Copyright {
  text-align: center;
}

.Copyright p {
  font-size: 1rem;
  font-family: var(--font-400);
}

.social-links ul li a {
  font-size: 1rem;
  font-family: var(--font-400);
  transition: all 0.3s ease-in-out;
}

.social-links ul li a:hover {
  color: #03A7C2;
}
.footer-logo img{
  width: 150px;
}
/* popup */
/* model popup */

.model-discount span {
  font-size: 29px;
  font-weight: 600;
  margin-bottom: 0;
  color: #03A7C2;
}

.animate-div {
  animation: zoom-in-zoom-out 2s ease-out infinite;
}

.model-discount span label {
  color: #546DD4;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-size: 20px;
  font-weight: 700;
}

.model-discount label {
  color: #FFFF;
  font-size: 15px;
  font-weight: 500;
}

.model-input {
  color: #000 !important;
}

.model-input::placeholder {
  color: #000 !important;
  opacity: 0.6;
}

.model-sec .modal-body {
  padding: 0;
  position: relative;
}

.model-sec .modal-content {
  border-radius: 30px;
  border: none;
}

.model-discount {
  padding: 30px 40px 30px 40px;
  background: var(--primary);
}

.modal-submit {
  background: #03A7C2;
  color: #fff;
  padding: 10px 26px;
  width: 100%;
  border-radius: 7px;
  border: 2px solid #03A7C2;
}

.modal-submit:hover {
  border: 2px solid #03A7C2;
  background: transparent;
  color: #03A7C2;
}

.model-input {
  padding: 10px 15px;
  border: 2px solid white;
}


.model-input::placeholder {
  font-weight: 500;
}

.model-discount .btn-close {
  position: absolute;
  top: 5px;
  right: 15px;
  box-shadow: none;
  background: none;
  font-size: 34px;
  color: #03A7C2;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #03A7C2;
}

.model-discount hr {
  background-color: #0D1F2D;
  opacity: 1;
}

@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;
  }
}

/*about*/
.other-sections h2 {
  text-align: center;
  font-size: 77px;
}

.other-sections {
  background: url(../images/other-sec-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;

}

.other-section-1 .row {

  height: 714px;
}

.other-slider {
  padding: 50px 0px;
}

/*contact-form*/


.form-box {
  background: #fff;
  width: 100%;
  border-radius: 10px;
  height: fit-content;
  padding: 46px 56px;
  margin-bottom: 30px;

}

#contactForm {
  padding: 20px 0;
}

.contact-sec {
  padding: 112px 0px;
}

.contact-sec .row {
  align-items: center;
}

.form-box p {
  margin-bottom: 0px;
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  font-family: var(--bs-font-sans-serif)
}

.form-box h2 {
  text-align: center;
  font-size: 2.4rem;
}

.form-box input, textarea {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
}

.form-box textarea {
  height: 120px;
}

.form-box button {
  margin: 15px 0;
  background: #1a9ca8;
  color: white;
  border: none;
  padding: 10px 33px;
  width: fit-content;
  float: right;
  border-radius: 5px;
  cursor: pointer;
}

.form-box .error {
  color: red;
  font-size: 12px;
}



.about-book-sec-2 .hero-content {
  padding: 0;
}

.about-book-sec-2-para {
  margin-bottom: 14px !important;
}

.about-book-faq .container {
  padding-top: 0px;
}

.about-book-faq .faq-question {
  gap: 6px;
}

.form-group {
  /* margin-bottom: 10px; */
  display: flex;
  flex-direction: column;
}

.error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
}

input.error-border,
textarea.error-border {
  border: 1px solid red;
}





.thank_you_header {
  position: absolute;
  width: 100%;
  top: 2% ;
  left: 1%;
  background-color: transparent !important;
}

.thank-you-head {
  overflow: hidden;
}

.thank_you_header img {
  width: 90px;
}

.thank_you {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  text-align: center;
}

.thank_you h1 {
  color: #fff;
  font-size: 3rem;
}
.thank-you-head{
  overflow: hidden !important;
}
.thank_you a {
  width: fit-content !important;
}

.thank_you p {
  color: #fff;
  font-size: 1.3rem;
  font-family: var(--bs-font-sans-serif);
}
.thank_you a{
  margin-top: 16px;
}

.center-heading{
    padding: 100px 0;
}
.center-heading h3{
    font-size: 3.6rem;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.heading-bg {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('../images/brain.png');
  background-size: cover;
  background-position: center;
  animation: floatUpDown 3s ease-in-out infinite;
}
@keyframes floatUpDown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}