@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");

:root {
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
  --purple: #623cea;
  --deep-blue: #1a1738;
  --deep-grey: #36344b;
  --black-40: rgba(0, 0, 0, 0.4);
  --light-grey: #f7f7f8;
  --pink: #e564bc;
}

body {
  max-width: 100%;
  background-color: white;
}

/* ---------- General Classes ---------- */
.h3-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
  color: var(--deep-grey);
  margin-bottom: 15px;
}

.h4-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 39px;
  color: var(--deep-grey);
  margin-bottom: 15px;
}

.legend {
  font-size: 14px;
  color: var(--pink);
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
}

.description {
  font-size: 15px;
  color: var(--black-40);
  line-height: 24px;
}

.description-subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: var(--deep-grey);
  margin-bottom: 15px;
}

/* ---------- Header CSS ---------- */
header {
  width: 100%;
  position: fixed;
  padding: 15px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  transition: background-color 500ms ease;
  z-index: 2;
}

.header__logo {
  width: 25px;
}

.header__btn-menu {
  background: none;
  border: none;
  outline: none;
  padding: 5px;
}

.header__btn-menu img {
  width: 30px;
}

.header-light {
  background-color: white;
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.2);
}

/* ---------- Menu CSS ---------- */
.menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding: 100px 30px 30px;
  background-color: var(--light-grey);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 400ms ease;
  transform: translate3d(100%, 0, 0);
}

.menu ul li a {
  text-decoration: none;
  padding: 20px;
  display: block;
  color: var(--black-40);
  font-weight: 400;
  margin-bottom: 5px;
  outline: none;
}

.menu .active {
  background-color: white;
  border-radius: 5px;
  font-weight: 600;
  color: var(--deep-grey);
  box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.25);
}

.menu__btn-close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 15px;
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: var(--deep-grey);
}

/* ---------- Redes CSS ---------- */
.redes {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 70px;
}

.rede-icon {
  font-size: 25px;
  color: var(--purple);
}

/* ---------- Hero CSS ---------- */
.hero {
  width: 100%;
  min-height: 100vh;
  /* background-color: var(--deep-blue); */
  background: none;
  padding: 30px;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.hero h1 {
  line-height: 45px;
  font-size: 35px;
  font-weight: 700;
  margin: 50px 0 50px 0;
}

.hero h1 span {
  color: var(--purple);
}

.hero h2 {
  font-size: 16px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

.icon-down {
  font-size: 25px;
  margin: auto 0 40px;
  transition: transform 500ms ease;
}

/* ---------- Free Trial CSS ---------- */
.free-trial {
  width: 100%;
  background-color: var(--light-grey);
  padding: 70px 30px;
  overflow: hidden;
}

.btn-start-now {
  background-color: #623cea;
  padding: 20px 60px;
  display: inline-block;
  margin: 40px 0 0;
  font-weight: 600;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  border-bottom: 7px solid #5807b8;
  text-transform: uppercase;
}

/* ---------- Form CSS ---------- */
/* .free-trial form {
  background-color: white;
  padding: 20px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius: 10px;
  margin-top: 50px;
}

.free-trial form > input {
  width: 100%;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -webkit-border: 1px solid #eee;
  -moz-border: 1px solid #eee;
  -webkit-padding: 15px;
  -webkit-box-sizing: border-box;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
  margin-bottom: 15px;
  outline: none;
}

.free-trial form button[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-background-color: var(--purple);
  -webkit-border: none;
  -moz-border: none;
  border: none;
  background-color: var(--purple);
  margin-top: 30px;
  font-size: 14px;
  outline: none;
  font-weight: 500;
  color: white;
  cursor: pointer;
  width: 100%;
  height: 50px;
  border-radius: 5px;
}

.free-trial form button[type=submit] img {
  width: 22px;
  display: none;
}

.free-trial form div {
  color: var(--black-40);
  font-size: 11px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  line-height: 15px;
}

.free-trial form div input {
  margin-right: 10px;
  height: 18px;
  width: 18px;
}

.error-email {
  font-size: 12px;
  display: none;
  margin-top: -5px;
  margin-bottom: 20px;
  font-weight: 500;
  color: red;
  font-style: italic;
}

.warning-pass {
  font-size: 12px;
  font-size: 12px;
  display: block;
  margin-top: -5px;
  margin-bottom: 20px;
  font-weight: 400;
  font-style: italic;
  color: var(--deep-grey);
} */

/* ---------- Testimonial CSS ---------- */
.testimonial {
  width: 100%;
  padding: 70px 30px;
  overflow: hidden;
}

.testimonial .carousel h4 {
  font-size: 14px;
  font-weight: 600;
  color: var(--deep-grey);
  margin-top: 10px;
  line-height: 25px;
}

.testimonial .carousel video {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

.testimonial .carousel__item {
  position: relative;
}

.btn-play {
  position: absolute;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-border: none;
  -moz-border: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  color: white;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -55px, 0);
  font-size: 18px;
  z-index: 1;
  transition: opacity 600ms ease;
  cursor: pointer;
}

/* ---------- Carousel CSS ---------- */
.carousel {
  margin-top: 40px;
  position: relative;
  width: 100%;
}

.carousel__container {
  overflow: hidden;
  padding-bottom: 8px;
}

.carousel__buttons {
  display: none;
}

.carousel__items {
  display: flex;
  gap: 15px;
}

.carousel__item img {
  width: 100%;
}

.carousel__item {
  transition: margin-left 500ms ease;
  min-width: 100%;
}

.controllers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 5px;
  position: relative;
}

.bullet {
  width: 13px;
  height: 13px;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: block;
  transition-duration: 300ms;
}

.finger-icon {
  width: 33px;
  position: absolute;
  left: 0;
}

.controllers .active {
  width: 30px;
  background-color: var(--purple);
}

/* ---------- Reasons CSS ---------- */
.reasons {
  padding: 70px 30px;
  background-color: var(--purple);
  color: white;
  overflow: hidden;
}

.reasons h3 {
  color: white;
  margin-bottom: 60px;
}

.reasons__card {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 25px;
}

.reasons-card-icon {
  font-size: 30px;
  margin-right: 20px;
}

.btn-free-trial {
  text-decoration: none;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid white;
  width: 180px;
  padding: 14px 0;
  display: block;
  border-radius: 50px;
  text-align: center;
  margin: 80px auto 0 auto;
  outline: none;
}

.btn-lg {
  display: none;
}

/* ---------- Goals CSS ---------- */
.goals {
  background-color: var(--light-grey);
  padding: 70px 30px;
  overflow: hidden;
}

.goal-icon {
  font-size: 40px;
  color: var(--purple);
}

.goals__item {
  margin-top: 70px;
}

.goals__item h4 {
  font-size: 16px;
  color: var(--deep-grey);
  font-weight: 500;
  margin: 15px 0;
}

.goals__item ul {
  font-size: 14px;
  color: var(--grey);
  line-height: 35px;
}

.li-icon {
  color: var(--pink);
  margin-right: 5px;
}

/* ---------- secret-of-success CSS ---------- */
.secret-of-success {
  padding: 0px 30px;
  overflow: hidden;
  overflow: hidden;
  gap: 25px;
}

.secret-of-success .carousel__item h4 {
  color: var(--purple);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin: 20px 0 10px 0;
}

/* ---------- Conversation Class CSS ---------- */
.conversation-class {
  padding: 70px 30px;
  background-color: var(--grey);
  overflow: hidden;
}

.stole-img {
  border-radius: 50%;
  width: 125px;
  height: 125px;
}

.conversation-class iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 10px;
  margin-top: 30px;
}

/* ---------- Classrooms CSS ---------- */
.classrooms {
  padding: 50px 30px;
  overflow: hidden;
  position: relative;
  background-color: var(--light-grey);
  overflow: hidden;
}

.classrooms .carousel__item img {
  border-radius: 10px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
}

/* ---------- Live classes CSS ---------- */
.live-classes {
  padding: 70px 30px;
  background-color: var(--purple);
  overflow: hidden;
}

.live-classes :is(h3, p) {
  color: white;
}

.live-classes img {
  width: 100%;
  border-radius: 10px;
  margin-top: 40px;
}

/* ---------- Teachers CSS ---------- */
.teachers {
  padding: 70px 30px;
  background-color: var(--light-grey);
  overflow: hidden;
}

.teacher-card {
  background-color: white;
  border-radius: 10px;
  padding: 75px 30px 30px;
  position: relative;
  margin-top: 120px;
}

.teacher-picture {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.teacher-name {
  font-size: 16px;
  color: var(--deep-grey);
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.teacher-description {
  font-size: 12px;
  font-weight: 400;
  color: var(--black-40);
  line-height: 25px;
}

.btn-see-more {
  background-color: white;
  width: 100%;
  max-width: 250px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0 auto;
  border-radius: 100px;
  color: var(--purple);
  font-weight: 500;
  text-decoration: none;
}

/* ---------- Schedule CSS ---------- */
.schedule {
  padding: 70px 30px;
  overflow: hidden;
}

/* ---------- Conversation Group CSS ---------- */
.conversation-group {
  padding: 70px 30px;
  background-color: #ffffff;
  overflow: hidden;
}

.conversation-group img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 30px;
}

.conversation-group h4 {
  color: var(--deep-grey);
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 20px;
}

/* ---------- Support Time CSS ---------- */
.support-time {
  padding: 70px 30px;
  overflow: hidden;
  overflow: hidden;
}

.support-time .carousel__item img {
  border-radius: 10px;
}

.support-time .carousel h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--deep-grey);
  margin-top: 10px;
}

/* ---------- Plans CSS ---------- */
.plans {
  padding: 70px 30px;
  background-color: var(--light-grey);
  min-height: 100vh;
  overflow: hidden;
}

.plans__toggle {
  width: 100%;
  height: 60px;
  background-color: #ebebeb;
  margin-top: 40px;
  border-radius: 100px;
  position: relative;
  margin-bottom: 40px;
}

.plans-active {
  height: 50px;
  width: 50%;
  background-color: white;
  border-radius: 100px;
  position: absolute;
  margin: 5px;
  z-index: 0;
  transition: transform 400ms ease;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  top: 0;
}

.plans__categories {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
  padding: 0 5px;
  z-index: 1;
}

.plans__categories .category {
  width: 50%;
  text-align: center;
}

.plans__categories {
  font-size: 13px;
  color: var(--black-40);
  font-weight: 500;
}

.plans__toggle .active {
  color: var(--purple);
  font-weight: 600;
}

.card-plan {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 40px;
}

.header-card {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--deep-grey);
  font-size: 18px;
}

.header-card img {
  width: 90px;
}

.plan-description {
  color: var(--deep-grey);
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 40px;
}

.plan-description span:nth-child(2) {
  color: var(--black-40);
}

.content-card {
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: var(--deep-grey);
}

.rs {
  font-size: 25px;
  margin-right: 10px;
}

.price {
  font-size: 40px;
}

.pmes {
  font-size: 20px;
  align-self: flex-end;
}

.btn-choose-plan {
  width: 100%;
  padding: 15px;
  background: #623cea;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  cursor: pointer;
  text-decoration: none;
  display: block;
  text-align: center;
}

.hr {
  width: 100%;
  height: 1px;
  display: block;
  background-color: #ddd;
  margin: 50px 0;
}

.benefits li {
  display: flex;
  align-items: center;
  color: #676482;
  margin-bottom: 30px;
}

.benefits li img {
  margin-right: 15px;
}

.plan-legend {
  font-size: 12px;
  background: #f4ebfe;
  color: #7913f6;
  font-weight: 500;
  padding: 8px 10px;
  border-radius: 20px;
  margin-top: 10px;
  display: block;
}

/* ---------- Faq CSS ---------- */
.faq {
  padding: 70px 30px;
  min-height: 100vh;
  background-color: var(--light-grey);
  border-top: 1px solid #ddd;
}

.faq-legend {
  color: #676482;
  margin: 50px 0 30px;
  font-size: 16px;
  display: block;
}

.question {
  padding: 20px;
  background: white;
  border-radius: 8px;
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 25px;
}

.faq-title {
  font-size: 16px;
  color: var(--deep-grey);
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-title .faq-arrow {
  font-size: 12px;
  color: #676482;
  margin-left: 10px;
  transition: transform 300ms ease;
}

.faq-answer {
  color: #676482;
  font-size: 14px;
  height: 0px;
  overflow: hidden;
  transition: height 300ms ease;
}

.faq-answer p {
  margin-top: 20px;
}

/* ---------- Footer CSS ---------- */
footer {
  padding: 70px 30px 30px;
  background-color: white;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.secure-payment {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  gap: 40px;
}

.credicards {
  width: 100%;
  max-width: 400px;
  background-color: red;
  margin-top: -15px;
}

.footer__legend {
  color: #676482;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 600;
}

.social-medias {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.footer-media {
  font-size: 30px;
  color: var(--purple);
  margin-right: 10px;
}

.media-icons {
  margin-top: 15px;
}

.infos {
  font-size: 16px;
  color: #676482;
  line-height: 25px;
  margin-top: 100px;
  border-top: 1px solid #ddd;
  padding-top: 25px;
}

.modal {
  width: 100%;
  max-width: 600px;
  max-height: 90vh;
  background-color: white;
  position: fixed;
  padding: 0 30px 30px;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate3d(-50%, -50%, 0);
  display: none;
}

.modal > h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
}

.modal-body {
  min-height: 500px;
  width: 100%;
  overflow: auto;
}

.btn-close-modal {
  padding: 15px 20px;
  border: none;
  background-color: #f7f7f8;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-top: 30px;
  font-size: 14px;
  margin-left: auto;
  display: block;
  cursor: pointer;
}

.modal-mask {
  height: 100vh;
  width: 100vw;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}

.btn-open-modal {
  cursor: pointer;
}

/* ------ Media Queries ----- */
@media screen and (max-height: 620px) {
  .hero h1 {
    font-size: 30px;
  }
  .icon-down {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .hero h1 {
    text-align: center;
    max-width: 95%;
    font-size: 4.8vw;
    line-height: 6vw;
    margin-top: auto;
  }

  .hero h2 {
    font-size: clamp(16px, 2.5vw, 28px);
  }

  /* ----- free-trial ----- */
  .free-trial {
    padding: 7vw 8vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .h3-title {
    font-size: 3.33333333vw;
    line-height: 4vw;
  }

  .free-trial form {
    width: 45vw;
    margin: 0 0 0 40px;
  }

  .wrapper {
    width: 45vw;
    padding-top: 20px;
  }

  /* ----- testimonial ----- */
  .testimonial {
    padding: 7vw 8vw;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .testimonial .wrapper {
    padding-right: 30px;
  }

  .testimonial .description {
    max-width: 300px;
  }

  .carousel {
    width: 55vw;
    margin-top: 0;
    margin-bottom: -20px;
    margin-left: auto;
    overflow: hidden;
    padding-right: 5vw;
    padding-bottom: 20px;
  }

  /* ----- reasons ----- */
  .reasons {
    padding: 7vw 8vw;
  }

  .reasons__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 50px;
    align-items: flex-start;
    margin-top: 70px;
  }

  .reasons__card {
    margin-bottom: 0;
  }

  /* ----- goals ----- */
  .goals {
    padding: 7vw 8vw;
  }

  .goals__items {
    margin-top: -20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    align-items: flex-start;
  }

  /* ----- secret-of-success ----- */
  .secret-of-success {
    padding: 7vw 8vw;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: var(--light-grey);
  }

  .secret-of-success .wrapper {
    margin-top: 50px;
  }

  /* ----- conversation-class ----- */
  .conversation-class {
    padding: 7vw 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    /* border-bottom: 1px solid #ddd; */
  }

  .conversation-class iframe {
    width: 55vw;
  }

  /* ----- classrooms ----- */
  .classrooms {
    padding: 7vw 8vw;
    padding-right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    gap: 30px;
  }

  /* ----- live-classes ----- */
  .live-classes {
    padding: calc(7vw - 30px) 8vw 7vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }

  .live-classes img {
    width: 45vw;
  }

  /* ----- live-classes ----- */
  .teachers {
    padding: calc(7vw - 30px) 8vw 7vw;
  }

  .teachers__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
  }

  /* ----- schedule ----- */
  .schedule {
    padding: calc(7vw - 20px) 8vw 7vw;
  }

  /* ----- conversation-group ----- */
  .conversation-group {
    padding: 7vw 8vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }

  .conversation-group img {
    width: 45vw;
    max-width: 500px;
  }

  /* ----- support-time ----- */
  .support-time {
    padding: 7vw 8vw;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
  }

  /* ----- plans ----- */
  .plans {
    padding: 7vw 8vw;
  }

  .plans__toggle {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-plans {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .card-plan {
    min-width: 300px;
  }

  .description {
    font-size: clamp(14px, 1.25vw, 20px);
    line-height: clamp(25px, 2vw, 30px);
  }

  .legend {
    font-size: clamp(14px, 1.25vw, 20px);
  }
}

@media screen and (min-width: 992px) {
  .carousel__buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 1;
  }

  .button-action {
    background-color: rgba(0, 0, 0, 0.4);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    color: white;
    font-size: 25px;
  }

  .button-action:nth-child(2) {
    margin-right: calc(5vw);
  }

  .finger-icon {
    display: none;
  }

  /* ----- Menu CSS ----- */
  .menu {
    transform: translate3d(0, 0, 0);
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
  }

  .menu ul {
    display: flex;
  }

  .menu ul li a {
    color: white;
    padding: 10px 0px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 30px;
  }

  .redes,
  .menu__btn-close,
  .header__btn-menu {
    display: none;
  }

  .menu .active {
    background: none;
    color: white;
    border-bottom: 3px solid #623cea;
    border-radius: 0;
  }

  .header-light .menu ul li a {
    color: var(--deep-grey);
  }

  .hero h2 {
    margin-bottom: -50px;
  }

  .reasons__container {
    display: flex;
    align-items: center;
  }

  .reasons h3 {
    width: 45vw;
  }

  .reasons__cards {
    margin-top: 0;
    width: 55vw;
  }

  .goals {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .goals .wrapper {
    width: 40vw;
  }

  .goals__items {
    width: 50vw;
  }

  .goals__item {
    margin-left: auto;
    padding: 10px;
  }

  .carousel {
    width: 70vw;
  }

  .carousel__items {
    max-width: 500px;
  }

  .plans__toggle,
  .question {
    cursor: pointer;
  }

  .faq {
    display: flex;
  }

  .faq__container {
    width: 55vw;
    max-height: 700px;
    overflow-y: auto;
  }

  .footer-content {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
  }

  .btn-free-trial {
    display: none;
  }

  .btn-lg {
    display: block;
    margin: inherit;
  }
}

.video-bg {
  position: absolute;
  object-fit: fill;
  top: 0;
  height: 100%;
  z-index: -2;
}

.mask {
  width: 100%;
  height: 100%;
  background-color: rgba(26, 23, 56, 0.9);
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
}

@media screen and (min-width: 1919px) {
  .video-bg {
    width: 100%;
    height: auto;
  }
}

.text-center {
  text-align: center;
}
