@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");

* {
  margin: 0%;
  padding: 0%;
}

body {
  font-family: "Lato", sans-serif;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

.desktop-sticky {
  position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 1000;
}

.desktop-sticky-timer {
  font-size: 20px;
  margin-right: 10px;
  margin-top: 10px;
}

.flex-content {
  display: flex;
  text-align: center;
  flex-direction: row;
}

.amount-4 {
  font-size: 15px;
  text-decoration: line-through;
  font-weight: 300;
  margin-top: 9px;
}

.discounted-4 {
  font-size: 25px;
  margin-left: 20px;
}

.deskenroll-now {
  background: linear-gradient(90deg, #0d30f1 0%, #f91250 100%);
  padding: 20px 70px;
  text-align: center;
  color: white;
  font-size: 15px;
  font-weight: 300;
  border-radius: 9px;
  animation: gradient 1s linear infinite;
  animation-direction: alternate;
  cursor: pointer;
  background-size: 300% 100%;
}

.first-section {
  background-color: #001b24;
  padding-top: 20px;
}

.logo-container {
  padding-top: 10px;
  padding-bottom: 25px;
}

.logo-container > img {
  width: 70px;
}

.topBtn {
    background: #47d0ff; padding: 10px; border-radius: 20px; width: 20%; margin-bottom: 50px;
}

.text-white {
  color: #ffffff;
}
.text-blue {
  color: #47d0ff;
}

.headline {
  color: #47d0ff;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 50px;
}

.headline-2 {
  color: #ffffff;
  font-size: 50px;
  padding-left: 175px;
  padding-right: 175px;
  padding-bottom: 50px;
}

.tip {
  font-size: 23px;
  color: #ffffff;
  padding-bottom: 70px;
}

.btn-div {
  padding-bottom: 100px;
}


.enroll-now {
  background: linear-gradient(90deg, #0d30f1 0%, #f91250 100%);
  padding: 12px 70px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  border-radius: 9px;
  animation: gradient 1s linear infinite;
  animation-direction: alternate;
  cursor: pointer;
  background-size: 300% 100%;
}

.top-enroll {
  padding: 25px 80px !important;
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.featured {
  width: 80%;
  margin: auto;
  padding-bottom: 90px;
  display: flex;
  flex-direction: row;
}

.row {
  display: flex;
  flex-direction: row;
}

.col {
  width: 50%;
}

.grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.imp-points {
  background: linear-gradient(
    100.18deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  box-shadow: 0px 3.015px 3.015px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(22.6125px);
  border: 1px solid #6e6e6e;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  display: flex;
  text-align: center;
  vertical-align: middle;
  width: 215px;
  margin-right: 22px;
  margin-bottom: 20px;
  text-align: center;
  padding: 20px 15px;
}

.imp-points > img {
  width: 40px;
}

.imp-points > p {
  margin-left: 10px;
  margin-top: 5px;
}

.instructed {
  color: #ffffff;
  font-size: 27px;
  margin-top: 30px;
}

.instructor {
  background: linear-gradient(
    100.18deg,
    rgba(36, 71, 83, 0.6) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  box-shadow: 0px 3.015px 3.015px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(22.6125px);
  border: 1px solid #6e6e6e;
  border-radius: 10px;
  margin-top: 30px;
  padding: 30px;
  display: flex;
  flex-direction: row;
  margin-right: 60px;
}

.instructor-img {
  width: 200px;
  margin-bottom: 30px;
}

.name {
  font-size: 32px;
  color: #47d0ff;
  margin-bottom: 20px;
  margin-left: 20px;
}

.intro-text {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-left: 20px;
}

.brought {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 20px;
  border-radius: 50px;
  border: 1px dotted #d7d7d7;
  color: #47d0ff;
  text-align: start;
  border-right: none;
}

.brought > p {
  margin-top: 15px;
  margin-left: 25px;
  font-size: 16px;
  margin-right: 5px;
}

.brought > img {
  width: 55px;
  margin-right: -20px;
}

.reserve-seat {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 25px;
}

.featured-in {
  margin-top: 25px;
}

.featured-in > center > p {
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 10px;
}

.second-section {
  background-color: #ffffff;
  width: 80%;
  margin: auto;
  padding: 50px 0px;
}

.heading-3 {
  color: #47d0ff;
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}

/* ========= */

.timeline {
  background: #fff;
  position: relative;
  margin-top: 50px;
  width: 100%;
}
.timeline:before {
  content: "";
  position: absolute;
  top: -20px;
  left: calc(11% + 9px);
  bottom: 10px;
  width: 2px;
  background: #c4c4c4;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: 0.5em;
  float: left;
  width: 10%;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: "";
  position: absolute;
  border: 8px solid #c4c4c4;
  border-radius: 100%;
  top: 10px;
  right: 0px;
  z-index: 99;
}

.entry .title p {
  margin: 0;
  font-size: 13px;
  margin-top: 5px;
  color: #2f2f2f;
  font-weight: 300;
}

.time-body {
  margin-left: 30px;
  padding: 20px;
  overflow: hidden;
  background: linear-gradient(
    93.54deg,
    #f8fcff 2.95%,
    rgba(255, 255, 255, 0.3) 52.29%,
    #f8fcff 97.12%
  );
  border: 1.125px solid rgba(7, 59, 76, 0.3);
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);

  border-radius: 22.5px;
  margin-bottom: 50px;
  margin-top: -20px;
}
.entry .time-body {
  float: left;
  width: 66%;
  padding-left: 30px;
}
.entry .time-body p {
  line-height: 1.4em;
}
.entry .time-body p:first-child {
  margin-top: 0;
  font-weight: 400;
}
.entry .time-body ul {
  color: #aaa;
  padding-left: 0;
  list-style-type: none;
}
.entry .time-body ul li:before {
  content: "–";
  margin-right: 0.5em;
}

/* ============= */

.second-section > img {
  padding: 50px 0px;
  width: 100%;
}

.third-section,
.fifth-section {
  background-color: #001b24;
}

.third-section {
  padding-bottom: 50px;
}

.section-content {
  padding: 50px 0px;
  width: 80%;
  margin: auto;
}

.section-content > .heading-3 {
  margin-bottom: 55px;
}

/* .bullet-points {
  display: flex;
  flex-direction: row;
  border: 1px solid #d4d4d4;
  background: linear-gradient(
    100.18deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);
  border-radius: 10px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  padding: 30px;
  margin-bottom: 25px;
}

.bullet-points > img {
  height: 100%;
}

.bullet-points > p {
  margin-left: 30px;
} */

.main-points {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.third-main {
  display: flex;
  justify-content: center;
  width: 100%;
}

.single-point {
  border-radius: 15px;
  background: linear-gradient(100.18deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
  box-shadow: 0px 3.17073px 3.17073px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(23.7805px);
  width: 48%;
  border-radius: 15.8537px;
  margin: auto 2%;
  margin-bottom: 30px;
}

.single-point > img {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.single-point > p {
  padding: 20px 100px 20px 20px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}

.action > center {
  margin-top: 50px;
}

.heading-5 {
  font-size: 45px;
  color: #47d0ff;
  margin-bottom: 30px;
}

.important-points {
  width: 80%;
  margin: auto;
}

.signup-steps {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  font-size: 25px;
  margin-left: 80px;
}

.signup-steps:last-child {
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  font-size: 25px;
  margin-left: 80px;
  padding-bottom: 50px;
}

.signup-steps > p {
  margin-left: 30px;
  margin-top: 30px;
}

.hours {
  color: #47d0ff;
}

.downarrow {
  margin-left: 340px;
}

.transform-text {
  color: #43c197;
}

.testimonial-video {
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.video-tag {
  margin-right: 30px;
}

.counter-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 50px;
}

.counter {
  background: linear-gradient(
    100.18deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);
  border-radius: 22.5px;
  padding: 40px;
  margin-right: 15px;
  margin-left: 15px;
  border-width: 6.75px;
  border-style: solid;
  border-color: #43c197;
  border-left: 6.75px solid rgba(255, 255, 255, 0.5);
  filter: drop-shadow(0px 4.5px 4.5px rgba(0, 0, 0, 0.05));
  backdrop-filter: blur(33.75px);
  font-size: 60px;
  color: #ffffff;
}

.counter:last-child {
  margin-right: 0px;
}

.counter-minutes {
  border-left: 6.75px solid rgba(255, 255, 255, 0.5);
  border-bottom: 6.75px solid rgba(255, 255, 255, 0.5) !important;
}
.counter-sec {
  border-left: 6.75px solid rgba(255, 255, 255, 0.5);
  border-top-right-radius: 6.75px solid rgba(255, 255, 255, 0.5) !important;
}

.counter-number {
  color: #ffffff;
  font-size: 25px;
}

.counter-number > p {
  margin-top: 20px;
  text-align: center;
}

.card-div {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

.box {
  padding: 20px 100px 30px 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px;
  width: 48%;
  margin: 0px 10px;
  border: 1px solid #d4d4d4;
  box-shadow: 0px 3.23781px 3.23781px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(24.2835px);
}

.overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  background: linear-gradient(
    93.54deg,
    #f2faff 2.95%,
    rgba(248, 248, 248, 0.3) 52.29%,
    #f4faff 97.12%
  );
  color: #f1f1f1;
  width: 100%;
  opacity: 1;
  font-size: 20px;
  border-radius: 10px;
  text-align: center;
  z-index: -1;
}

.worth {
  color: #6e6e6e;
  font-size: 20px;
  text-align: start;
}

.cost {
  display: flex;
  flex-direction: row;
}

.amount {
  font-size: 30px;
  background: linear-gradient(90deg, #077499 0%, #43c197 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  margin-bottom: 30px;
}

.discounted {
  color: #292929 !important;
  font-size: 20px;
  text-decoration: line-through !important;
  font-weight: 300;
  margin-top: 5px;
  margin-left: 20px;
}

.details {
  font-size: 22px;
  font-weight: 500;
  color: #000;
  padding-bottom: 30px;
  text-align: start;
}

.know-section {
  background-color: #001b24;
  padding-bottom: 70px;
}

.coach {
  border: 1px solid #6e6e6e;
  padding: 40px;
  width: 70%;
  margin: auto;
  border-radius: 10px;
  background: linear-gradient(
    100.18deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);
}

.coach > img {
  margin-bottom: 20px;
}

.experience {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 50px;
}

.read {
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
}

.apeared {
  border-radius: 30px;
  padding: 7px;
  margin-top: 30px;
  background: linear-gradient(to right, #077499 0%, #43c197 100%);
  background-origin: border-box;
}

.coach-inner {
  background: linear-gradient(100.18deg, rgb(66 83 90) 0%, rgb(44 63 70) 100%);
  background-blend-mode: darken;
  border-radius: 20px;
  padding: 30px;
}

.apeared > .coach-inner > img {
  width: 60%;
  margin-top: 40px;

}

.testimonial-div {
  margin-top: 50px;
}

.galary {
  display: flex;
  flex-direction: row;
}

.galary > img {
  width: 20%;
  margin: 0px 1px;
}

.mySlides {
  display: none;
}

.mySlides > img {
  width: 30%;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 400px;
  position: relative;
  margin: auto;
}

@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

div#slider {
  overflow: hidden;
}
div#slider figure img {
  width: 20%;
  float: left;
}
div#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 30s slidy infinite;
}

div#slider figure:hover {
  animation-play-state: paused;
  cursor: pointer;
}

.sumup-section {
  background-color: #001b24;
  padding: 50px 0px;
}

.brief-div {
  background: linear-gradient(
    100.18deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.15) 100%
  );
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);
  border-radius: 22.5px;
  width: 45%;
  margin: auto;
  padding: 50px;
  margin-top: 30px;
  border: 1px solid #6e6e6e;
}

.sumup {
  color: #ffffff;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.amount-2 {
  font-size: 40px;
  color: #43c197 !important;
  margin-bottom: 30px;
}

.discounted-2 {
  margin-top: 7px;
  font-size: 25px;
  color: #b1b1b1;
  font-weight: 500;
}

.unlock {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 30px;
}

.unlock > span {
  color: #43c197;
  font-weight: 500;
}

hr {
  border: 1.5px solid rgba(245, 245, 245, 0.1);
}

.unorderedlist {
  color: #eaeaea;
  font-size: 20px;
  font-weight: 400;
  padding: 30px 25px;
}

.bonus {
  margin-top: 30px;
  font-size: 25px;
  font-weight: 500;
}

.enroll-btn-div {
  background: linear-gradient(90deg, #077499 0%, #43c197 100%);
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  border-radius: 9px;
  padding: 12px 0px;
  cursor: pointer;
  animation: gradient 2s linear infinite;
  animation-direction: alternate;
  cursor: pointer;
  background-size: 300% 100%;
}

@keyframes gradient {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
}

.faq-section {
  padding: 80px 0px;
}

.faq-section > center > p {
  margin-bottom: 30px;
}

.faq-container {
  max-width: 80%;
  margin: 0 auto;
  background-color: #fff;
}

.faq {
  box-sizing: border-box;
  padding: 50px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    93.54deg,
    #f8fcff 2.95%,
    rgba(255, 255, 255, 0.3) 52.29%,
    #f8fcff 97.12%
  );
  border: 1.125px solid rgba(7, 59, 76, 0.3);
  box-shadow: 0px 4.5px 4.5px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33.75px);

  border-radius: 22.5px;
  margin-bottom: 20px;
}

.faq:not(:first-child) {
  border-top: 1px solid #e6e6e6;
}

.faq-title {
  margin: 0 35px 0 0;
  font-weight: 400;
  cursor: pointer;
}

.faq-text {
  margin: 30px 0 0;
  display: none;
  line-height: 1.5rem;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 1px solid transparent;
  color: inherit;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  padding-top: 3px;
  position: absolute;
  top: 40px;
  right: 30px;
  height: 30px;
  width: 30px;
  transition: 0.3s ease;
}

.faq-toggle:focus {
  outline: none;
}

.faq.active .faq-toggle {
  transform: rotate(180deg);
  background-color: transparent;
  border-color: transparent;
  color: #000;
}

.footer {
  background-color: #001b24;
  padding: 40px 0px;
  margin-bottom: 70px;
}

.footer > center > p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  padding: 0px 100px;
}

.email {
  color: #43c197;
}

/* Mobile */

/* @media screen and (min-width: 480px and max-width: 720) {

} */

@media screen and (max-width: 480px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .logo-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .logo-container > img {
    width: 50px;
  }
  
  .topBtn {
    background: #47d0ff; padding: 15px; border-radius: 20px; width: 80%; margin-bottom: 30px;
    }

  .headline {
    font-size: 15px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .headline-2 {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }

  .tip {
    font-size: 13px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .reserve-seat {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    margin-top: 25px;
  }

  .enroll-now {
    padding: 10px 50px;
    font-size: 15px;
    border-radius: 8px;
  }

  .top-enroll {
    padding: 18px 60px !important;
  }

  .btn-div {
    padding-bottom: 50px;
  }

  .instructed {
    color: #ffffff;
    font-size: 20px;
    margin-top: 30px;
  }

  .featured {
    display: flex;
    flex-direction: column-reverse;
    width: 95%;
  }

  .featured-in {
    display: none;
  }

  .col {
    width: 100%;
  }

  table {
    width: 100%;
  }

  .imp-points {
    font-size: 18px;
    width: auto;
    padding: 10px;
    margin: 10px 5px;
    text-align: start;
  }

  .imp-points > img {
    width: 30px;
    height: 30px;
  }

  .imp-points > p {
    font-size: 15px;
  }

  .grid {
    margin-top: 30px;
  }

  .timeline {
    margin-top: 100px;
  }

  .entry .title {
    width: 50px;
    font-size: 15px;
  }

  .entry .time-body {
    padding-left: 15px;
    width: 68%;
  }

  .entry .time-body > p {
    font-size: 13px;
  }

  .entry .title:before {
    right: 9px;
    border: 6px solid #c4c4c4;
  }

  .time-body {
    float: right !important;
    margin-top: -60px;
    margin-bottom: 50px;
    padding: 10px;
    top: -35px;
  }

  .timeline:before {
    left: calc(15% + 14px) !important;
  }

  .instructor {
    padding: 12px;
    margin-right: 0%;
  }

  .instructor-img {
    width: 100px;
    margin-bottom: 10px;
  }

  .stars {
    width: 100px;
  }

  .name {
    font-size: 20px;
  }

  .intro-text {
    font-size: 15px;
  }

  .action > center > img {
    width: 100%;
    margin-bottom: 50px;
  }

  .mySlides > img {
    width: 70%;
  }

  .card-div {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    margin-right: 0px;
    width: 95%;
    margin: auto;
  }

  .box {
    width: auto;
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
    padding: 10px 20px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .worth {
    font-size: 18px;
  }

  .cost {
    font-size: 18px;
    margin-bottom: -15px;
  }

  .details {
    font-size: 14px;
    padding-right: 100px;
    padding-bottom: 10px;
    text-align: start;
  }

  .brought {
    margin-right: 0%;
  }

  .brought > p {
    font-size: 15px;
    margin-left: 5%;
    padding-bottom: 15px;
  }

  .brought > img {
    position: absolute;
    right: 30px;
    bottom: 9px;
  }

  .second-section {
    width: 95%;
    padding-bottom: 0px;
  }

  .mobile-get-classes {
    padding-bottom: 0px;
  }

  .heading-3 {
    font-size: 25px;
  }

  /* .bullet-points {
    padding: 15px;
    display: flex;
    flex-direction: row;
    vertical-align: middle;
  }

  .bullet-points > img {
    width: 30px;
  }

  .bullet-points > p {
    margin-left: 10px;
    font-size: 16px;
  } */

  .main-points {
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
  }
  
  .third-main {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .single-point {
    border-radius: 15px;
    background: linear-gradient(100.18deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.15) 100%);
    box-shadow: 0px 3.17073px 3.17073px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(23.7805px);
    width: 100%;
    border-radius: 15.8537px;
    margin: 0%;
    margin-bottom: 30px;
  }
  
  .single-point > img {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    width: 100%;
    height: 180px;
    object-fit: cover;
  }
  
  .single-point > p {
    padding: 20px 20px 20px 20px;
    font-size: 15px;
    color: #ffffff;
    font-weight: 600;
  }

  .heading-5 {
    font-size: 25px;
  }

  .important-points {
    width: 100%;
  }

  .signup-steps {
    margin-left: 10px;
  }

  .signup-steps > img {
    width: 80px;
  }

  .signup-steps:last-child {
    margin-left: 10px;
  }

  .signup-steps > p {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 25px;
  }

  .downarrow {
    margin-left: 200px;
  }

  .downarrow > img {
    width: 20px;
  }

  .testimonial-video {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .section-content {
    padding-bottom: 0px;
    width: 90%;
  }

  .counter {
    padding: 25px;
  }

  #seconds,
  #minutes,
  #hours {
    font-size: 20px;
  }

  .counter-number > p {
    font-size: 17px;
  }

  .coach {
    padding: 20px;
    width: 80%;
  }

  .coach > img {
    width: 100%;
  }

  .experience,
  .read {
    font-size: 17px;
  }

  .apeared {
    padding: 3px;
  }

  .coach-inner {
    background: linear-gradient(
      100.18deg,
      rgb(66 83 90) 0%,
      rgb(44 63 70) 100%
    );
    background-blend-mode: darken;
    border-radius: 28px;
    padding: 10px;
  }

  .apeared > .coach-inner > img {
    width: 100%;
  }

  .brief-div {
    width: 80%;
    padding: 20px;
  }

  .sumup {
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
  }

  .amount-2 {
    font-size: 30px;
  }

  .discounted-2 {
    font-size: 20px;
  }

  .unlock {
    font-size: 20px;
  }

  .unorderedlist {
    font-size: 16px;
  }

  .faq-container {
    max-width: 90%;
  }

  .faq {
    padding: 20px;
    font-weight: 300;
    font-size: 14px;
  }

  .faq-title {
    font-size: 15px;
  }

  .faq-toggle {
    top: 20px;
    font-size: 20px;
  }
  .footer {
    margin-bottom: 70px;
  }

  .footer > center > p {
    padding: 0px 20px;
    font-size: 17px;
  }

  .sticky {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000;
    color: white;
    text-align: center;
    padding: 20px 20px 20px 20px;
    z-index: 1000;
  }

  .cost-2 {
    display: flex;
    flex-direction: row;
    justify-content: start;
  }

  .amount-3 {
    color: #ffffff;
    font-size: 20px;
  }

  .discounted-3 {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 3px;
    color: #b1b1b1;
    text-decoration: line-through !important;
  }

  .enroll-now-sticky {
    background: linear-gradient(90deg, #0d30f1 0%, #f91250 100%);
    padding: 12px 20px;
    text-align: center;
    color: white;
    font-size: 15px;
    font-weight: 300;
    border-radius: 5px;
    animation: gradient 2s linear infinite;
    animation-direction: alternate;
    cursor: pointer;
    background-size: 300% 100%;
    height: 20px;
    position: absolute;
    right: 70px;
    bottom: 15px;
    margin-bottom: 10px;
  }

  @keyframes gradient {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 100%;
    }
  }

  .sticky-timer {
    float: left;
    margin-top: 5px;
    font-size: 12px;
  }
}
