.testimonials .testimonials-swiper .testimonial-para, .about .about-para, .hero .hero-paragraph {
  font-size: 1rem;
  letter-spacing: -0.03em;
}
@media (max-width: 576px) {
  .testimonials .testimonials-swiper .testimonial-para, .about .about-para, .hero .hero-paragraph {
    font-size: 0.9rem;
  }
}

.process .process-heading, .explore .explore-heading, .hero .hero-heading {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .process .process-heading, .explore .explore-heading, .hero .hero-heading {
    font-size: 4.2rem;
  }
}
@media (max-width: 768px) {
  .process .process-heading, .explore .explore-heading, .hero .hero-heading {
    font-size: 3.1rem;
  }
}
@media (max-width: 576px) {
  .process .process-heading, .explore .explore-heading, .hero .hero-heading {
    font-size: 2.6rem;
  }
}

.testimonials .testimonials-swiper .testimonial-title, .about .about-heading {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.05;
}
@media (max-width: 992px) {
  .testimonials .testimonials-swiper .testimonial-title, .about .about-heading {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .testimonials .testimonials-swiper .testimonial-title, .about .about-heading {
    font-size: 1.9rem;
  }
}
@media (max-width: 576px) {
  .testimonials .testimonials-swiper .testimonial-title, .about .about-heading {
    font-size: 1.7rem;
  }
}

.main {
  background-image: url("../img/bg-overlay.png"), url("../img/bg-frame.svg");
  background-repeat: no-repeat;
  background-position: top right;
}

/* ----------------------------- Hero Section ----------------------------- */
.hero {
  padding-top: 192px;
}
.hero .hero-content {
  max-width: 1000px;
}
.hero .hero-heading {
  margin-bottom: 55px;
}
.hero .hero-paragraph {
  margin-bottom: 32px;
  max-width: 900px;
}

/* ----------------------------- About Section ----------------------------- */
.about {
  padding-top: 45px;
  padding-bottom: 70px;
}
.about .about-content {
  height: 100%;
  display: grid;
  align-content: center;
}
.about .about-img {
  margin-left: auto;
  height: 667px;
  max-width: 455px;
  background-color: #adadad;
  border-radius: 10px;
  overflow: hidden;
}
.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.about .about-heading {
  max-width: 690px;
  margin-bottom: 55px;
}
.about .about-para {
  max-width: 590px;
  margin-bottom: 22px;
}
.about .about-name {
  margin-top: 10px;
  color: #e02055;
  font-size: 1.25rem;
  font-weight: 600;
}

/* ----------------------------- Testimonials Section ----------------------------- */
.testimonials {
  background-color: #280009;
  padding: 84px 0;
}
.testimonials .testimonials-swiper {
  margin-top: 65px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.testimonials .testimonials-swiper .testimonial-title {
  color: #fff;
}
.testimonials .testimonials-swiper .testimonial-para {
  margin-top: 54px;
  color: #fff;
  line-height: 2;
}
.testimonials .testimonials-swiper .testimonial-author {
  margin-top: 48px;
  font-size: 1.25rem;
  line-height: 24px;
}
.testimonials .testimonials-swiper .explore-navigation {
  margin-left: auto;
  display: flex;
  justify-content: flex-end;
}
.testimonials .testimonials-swiper .explore-navigation .swiper-btn-next, .testimonials .testimonials-swiper .explore-navigation .swiper-btn-prev {
  color: #fff;
}
.testimonials .testimonials-swiper .explore-navigation .swiper-button-disabled.swiper-btn-next, .testimonials .testimonials-swiper .explore-navigation .swiper-button-disabled.swiper-btn-prev {
  color: rgba(255, 255, 255, 0.3);
}
.testimonials .testimonials-swiper .explore-navigation .swiper-btn-prev {
  margin-right: 50px;
}
/* ----------------------------- Explore Section ----------------------------- */
.explore {
  padding-top: 128px;
}
.explore .explore-heading {
  margin-bottom: 72px;
}
.explore .explore-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.explore .explore-swiper .swiper-fade-right, .explore .explore-swiper .swiper-fade-left {
  position: absolute;
  top: 0;
  width: 189px;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.explore .explore-swiper .swiper-btn-next, .explore .explore-swiper .swiper-btn-prev, .explore .explore-swiper .testimonials .testimonials-swiper .explore-navigation .swiper-btn-prev, .testimonials .testimonials-swiper .explore-navigation .explore .explore-swiper .swiper-btn-prev, .explore .explore-swiper .testimonials .testimonials-swiper .explore-navigation .swiper-btn-next, .testimonials .testimonials-swiper .explore-navigation .explore .explore-swiper .swiper-btn-next {
  position: absolute;
  top: 140px;
  z-index: 2;
}
.explore .explore-swiper .swiper-btn-prev {
  left: 32px;
}
.explore .explore-swiper .swiper-btn-next {
  right: 32px;
}
.explore .explore-swiper .swiper-fade-left {
  left: 0;
  background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 10.49%, #ffffff 110.56%);
}
.explore .explore-swiper .swiper-fade-right {
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 10.49%, #ffffff 110.56%);
}
.explore .explore-img {
  width: 100%;
  height: 308px;
  background-color: #adadad;
  border-radius: 10px;
  overflow: hidden;
}
.explore .explore-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.explore .explore-title {
  margin-top: 32px;
  font-size: 1.75rem;
  font-weight: 600;
}
.explore .explore-meta {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.9rem;
  line-height: 24px;
  letter-spacing: -0.03em;
}

/* ----------------------------- Rapid Transformation Section ----------------------------- */
.rapid-transformation {
  padding-top: 68px;
}
.rapid-transformation .rapid-transformation-content {
  position: relative;
}
.rapid-transformation .bg-img {
  height: auto;
  width: 100%;
  background-color: #adadad;
  border-radius: 10px;
  overflow: hidden;
}
.rapid-transformation .bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.rapid-transformation .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.rapid-transformation .overlay-content {
  padding: 64px;
}

/* ----------------------------- Process Section ----------------------------- */
.process {
  padding-top: 128px;
  padding-bottom: 145px;
  overflow: hidden;
}
.process .process-heading {
  max-width: 777px;
  margin-bottom: 68px;
}
.process .process-step-heading {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1;
}
.process .stepper {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
}
.process .step {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  opacity: 0;
}
.process .step:first-child {
  opacity: 1;
}
.process .step-heading {
  flex: 1;
}
.process .step-content {
  margin-left: 20px;
  flex: 2;
}

/* -----------------------------Video Player ----------------------------- */
.video-player-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.6);
}
.video-player-wrapper .video-player-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.video-player-wrapper .video-player {
  position: relative;
  width: 100%;
}
.video-player-wrapper .video-player video {
  width: 100%;
  border-radius: 10px;
}
.video-player-wrapper .player-close-btn {
  position: absolute;
  top: 28px;
  right: 20px;
  color: #fff;
  font-size: 1.8rem;
  cursor: pointer;
  line-height: 0;
  z-index: 999;
}

@media (max-width: 992px) {
  /* ----------------------------- Gloabal Styles ----------------------------- */
  .text-btn {
    font-size: 1.1rem;
  }

  .flexbox-lg {
    display: flex;
  }

  /* ----------------------------- Hero Section ----------------------------- */
  .hero {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding-top: 0;
  }

  /* ----------------------------- About Section ----------------------------- */
  .about {
    padding-top: 10px;
  }
  .about .about-img {
    margin: auto;
    margin-top: 40px;
    height: 586px;
    max-width: 400px;
  }
  .about .about-name {
    font-size: 1.1rem;
  }

  /* ----------------------------- Testimonials Section ----------------------------- */
  .testimonials .testimonials-swiper .testimonial-author {
    font-size: 1.1rem;
  }

  /* ----------------------------- Process Section ----------------------------- */
  .process .process-step-heading {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  /* ----------------------------- Gloabal Styles ----------------------------- */
  .text-btn {
    font-size: 1rem;
  }

  /* ----------------------------- About Section ----------------------------- */
  .about .about-name {
    font-size: 1rem;
  }

  /* ----------------------------- Testimonials Section ----------------------------- */
  .testimonials .testimonials-swiper .testimonial-author {
    font-size: 1rem;
  }

  /* ----------------------------- Rapid Transformation Section ----------------------------- */
  .rapid-transformation .overlay-content {
    padding: 34px 40px;
  }

  /* ----------------------------- Process Section ----------------------------- */
  .process .process-step-heading {
    font-size: 2rem;
  }
}
@media (max-width: 576px) {
  /* ----------------------------- Gloabal Styles ----------------------------- */
  .title-text {
    font-size: 0.9rem;
  }

  /* ----------------------------- About Section ----------------------------- */
  .about .about-img {
    margin: auto;
    margin-top: 40px;
    height: 540px;
    max-width: 400px;
  }

  /* ----------------------------- Rapid Transformation Section ----------------------------- */
  .rapid-transformation .overlay-content {
    padding: 16px 20px;
  }

  /* ----------------------------- Process Section ----------------------------- */
  .process .process-step-heading {
    font-size: 1.25rem;
  }
}

/*# sourceMappingURL=index.css.map */
