.jumbotron-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.jumbotron-title {
  width: 100%;
  max-width: 50rem;
  font-weight: 800;
  text-align: center;
  font-size: 30px;
}

.jumbotron-subtitle {
  width: 100%;
  max-width: 30rem;
  line-height: 1.8;
  margin: 1rem 0 2rem 0;
  text-align: center;
  font-size: 14px;
}

.jumbotron-title span {
  color: var(--clr-primary);
}

.btn-signup.jumbotron {
  display: flex;
  max-width: 250px;
}

.main {
  display: flex;
  flex-direction: column-reverse;
}

.main-video {
  margin: 75px 0 -5px 0;
}

.video {
  width: 100%;
  border: none;
  height: 11rem;
}

.features {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.features-link,
.features img {
  width: 100%;
  height: 20rem;
  border-radius: 1.5em;
  object-fit: cover;
}

.features-details {
  margin-top: 2rem;
}

.features-details span {
  text-transform: uppercase;
  font-size: 0.7rem;
  color: var(--clr-primary);
  font-weight: 800;
  letter-spacing: 0.05rem;
}

.multiple-features {
  background: var(--clr-gray500);
}

.hero {
  scroll-padding-top: 5rem;
}

.section-title {
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1rem;
  /* color: var(--clr-text-dark); */
}

.features-details h3 {
  margin-top: 0.5rem;
}

.section-title {
  margin-bottom: 1.5rem;
}

.description {
  color: var(--clr-text-dark);
  font-size: 0.9rem;
  /* margin: 1.5rem 0; */
  margin-bottom: 1.5rem;
  text-align: center;
  line-height: 1.8;
}

.features-more h4 {
  font-size: 1rem;
}

.features-more h4 {
  margin-top: 0.7rem;
}

.display-layout,
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.multiple-features-card {
  display: flex;
  align-items: center;
  top: 7rem;
  /* top: 10rem; */
  padding: 2em;
  /* padding: 2em 4em; */
  width: 100%;
  height: fit-content;
  flex-direction: row;
  border-radius: 1.25em;
  background: var(--clr-light);
  flex-direction: column-reverse;
  position: sticky;
  position: -webkit-sticky;
  transition: 0.5s;
  justify-content: space-evenly;
  box-shadow: 0 10px 27px 0 rgb(0 0 0 / 15%);
}

/* .multiple-features-container, */
.more-features-container {
  display: grid;
  place-items: center;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  gap: 3rem;
}

.multiple-features-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 4rem;
  position: relative;
  /* grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr)); */
  margin-top: 3rem;
}

.multiple-features-card-text-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* align-items: flex-start; */
  flex: 1 1 60%;
  max-width: 30rem;
}

.multiple-features-card-text-container h4 {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1rem;
}
.multiple-features-card .multiple-features-card-text-container span {
  font-size: 1rem;
  max-width: 30rem;
  line-height: 1.6;
  text-align: center;
}

.multiple-features-image {
  display: grid;
  place-items: center;
  flex: 1 1 40%;
}

.small-title {
  font-size: 1rem;
  margin: 1rem 0 0.5rem 0;
}

.text-span {
  font-size: 0.9rem;
  color: var(--clr-text-dark);
  text-align: center;
  line-height: 2;
}

.multiple-features-card span {
  text-align: left;
  min-height: 5rem;
}
.more-features-two-image {
  width: fit-content;
  display: grid;
  padding: 1.75em;
  place-items: center;
  border-radius: 50%;
  background: var(--clr-gray300);
}

.more-features-two-image {
  padding: 1em;
}

.multiple-features-image svg {
  /* width: 2rem;
  height: 2rem; */
  margin-bottom: 0.5rem;

  width: 5rem;
}

.more-features-header,
.multiple-features-header {
  max-width: 40rem;
}

.section-title {
  text-align: center;
}

.features .description,
.features h3 {
  text-align: left;
}

.multiple-features-header h3 {
  /* color: var(--clr-light); */
  line-height: 1.6;
}

.features-more {
  justify-content: space-evenly;
}

.features-more-section {
  padding: 2em;
  transition: 0.5s;
  border-radius: 1em;
  cursor: default;
  transform: scale(1);
}

.features-more-section:hover {
  transform: scale(1.02);
  box-shadow: 0 3.5rem 4rem -2rem #0003;
}

.features-more-section p {
  text-align: center;
  max-width: 22rem;
}

.features-more-section + .features-more-section {
  margin-top: 3rem;
}

.features h3 {
  line-height: 1.4;
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.testimonial-container,
.last-features ul,
.more-features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: 1.5rem;
  width: 100%;
  place-items: center;
  margin-top: 3rem;
}

.last-features ul {
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}

.more-features-two-card {
  display: flex;
  max-width: 25rem;
  align-items: flex-start;
}

.more-features-two {
  padding-top: 0;
}

.features-link,
.last-features img {
  width: 100%;
  border-radius: 1em;
  margin-top: 3rem;
  object-fit: cover;
  height: 20rem;
}

.testimonial-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-header p {
  max-width: 35rem;
}

.testimonial-header h3 {
  font-size: 2rem;
}

.testimonial-header h3 span {
  color: var(--clr-primary);
  font-size: 1.6rem;
}

.testimonial-card {
  padding: 2em;
  box-shadow: 0 0 0.5rem #0002;
  border-radius: 0.7em;
}
.testimonial-card q {
  line-height: 2;
  font-size: 0.8rem;
  color: #4b5563;
}

.testimonial-card-user {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.testimonial-card-user img {
  max-width: 3rem;
}
.testimonial-card-user h4 {
  margin: 0;
  font-size: 0.9rem;
}
.testimonial-card-user div {
  margin: 0 0 0 1rem;
}
.testimonial-card-user small {
  color: #4b5563;
}

.student-say img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.student-say-card {
  height: 15rem;
  overflow: hidden;
  position: relative;
  border-radius: 0.7em;
}

.testimonial-video-container,
.student-say-container {
  width: calc(100% + 25%);
}

.testimonial-video-container {
  margin-top: 2rem;
}

.student-say-card.one {
  grid-area: img-one;
}
.student-say-card.two {
  grid-area: img-two;
}
.student-say-card.three {
  grid-area: img-three;
}
.student-say-card.four {
  grid-area: img-four;
}
.student-say-card.five {
  grid-area: img-five;
}
.student-say-card.six {
  grid-area: img-six;
}

.stundent-say-card-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1em;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0003;
}

.stundent-say-card-text p,
.stundent-say-card-text {
  color: var(--clr-light);
}

.stundent-say-card-text p {
  max-width: 15rem;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.5;
}

.stundent-say-card-text small {
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 600;
}

.stundent-say-card-text span {
  display: flex;
  font-size: 0.7rem;
  text-transform: uppercase;
  color: var(--clr-primary);
  margin-left: auto;
  font-weight: 800;
  letter-spacing: 0.05rem;
  width: fit-content;
  border-radius: 0.5em;
  padding: 0.5em 1em;
  background: var(--clr-light);
}

.student-say h3 {
  margin-bottom: 3rem;
  text-align: center;
  line-height: 1.8;
  max-width: 40rem;
}

.hero {
  max-width: 38rem;
  padding: 0;
  justify-content: center;
  margin: 5rem auto 0 auto;
}

.hero.version-2 {
  max-width: 45rem;
}

.hero-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
}

.hero p {
  margin: 2rem 0 2.5rem 0;
  text-align: center;
}

.hero.version-2 p {
  max-width: 38rem;
}

.hero.version-2 h3 {
  line-height: 1.5;
  text-align: center;
}

.features-img-container {
  max-width: 35rem;
  display: grid;
  grid-template-areas:
    "image-one image-one image-one none-one"
    "image-one image-one image-one none-one"
    "image-one image-one image-one image-two"
    "image-three image-four image-four image-four"
    "none-two image-four image-four image-four"
    "none-two image-four image-four image-four";
  gap: 1rem;
}

.features-img-container > div:first-of-type {
  grid-area: none-one;
}

.features-img-container > div:last-of-type {
  grid-area: none-two;
}

.features .features-img-container img {
  width: 100%;
  border-radius: 0;
}

.features-img-container img:first-of-type,
.features-img-container img:nth-of-type(2),
.features-img-container img:nth-of-type(3),
.features-img-container img:nth-of-type(4) {
  object-fit: cover;
  max-width: 100%;
}
.features-img-container img:first-of-type {
  grid-area: image-one;
}
.features-img-container img:nth-of-type(2) {
  height: 13rem;
  grid-area: image-two;
}
.features-img-container img:nth-of-type(3) {
  height: 13rem;
  grid-area: image-three;
}
.features-img-container img:nth-of-type(4) {
  grid-area: image-four;
}

.question {
  display: flex;
  /* padding: 0; */
  min-height: unset;
  position: relative;
  height: 30rem;
  /* height: calc(100vh - 5rem); */
  justify-content: center;
  /* background: red; */
}

.question-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100%;
  /* padding: 2em 0; */
  /* background: var(--clr-gray300); */
}

.question-title {
  font-size: 2rem;
  font-weight: 600;
  width: 100%;
  background: var(--clr-light);
  padding-top: 1em;
  position: relative;
  z-index: 3;
}

.question-items {
  display: flex;
  flex-direction: column;
  /* height: 2rem; */
  height: 100%;
  /* height: 10rem; */
  padding: 5em 0;
  scrollbar-width: none;
  overflow-y: scroll;
  position: absolute;
  /* background: red; */
  z-index: 1;
  width: 100%;
}

.question-items::-webkit-scrollbar {
  display: none;
}

.question::before,
.question::after {
  content: "";
  width: 100%;
  height: 20.5rem;
  /* height: 12.5rem; */
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.question::before {
  background: linear-gradient(to bottom, #fff 50%, #fff2);
  top: 0;
}
.question::after {
  background: linear-gradient(to top, #fff 50%, #fff2);
  bottom: -1rem;
  height: 8rem;
}

.question-item {
  font-size: 2rem;
  position: relative;
  font-weight: 600;
  margin-top: -1.25rem;
  /* margin-left: 26.5rem; */
  cursor: default;
  /* padding: 0.25em 0; */
  color: var(--clr-primary);
}

.question-item:first-of-type {
  /* margin-top: 8.75rem; */
  margin-top: 14rem;
}

.question-item:last-of-type:after {
  content: "";
  width: 100px;
  height: 6rem;
  /* height: 13.75rem; */
  position: absolute;
  left: 0;
  top: 100%;
  background: transparent;
}

.question-item + .question-item {
  margin-top: 2rem;
  padding: 2.5em 0 0 0;
  margin-bottom: -1.25rem;
}

@media (min-width: 360px) {
  .video {
    height: 13rem;
  }
}

@media (min-width: 425px) {
  .video {
    height: 15rem;
  }
}

@media (min-width: 500px) {
  .features-link,
  .features img {
    height: 25rem;
  }
  .testimonial-header h3 {
    font-size: 2.3rem;
    line-height: 1.5;
    max-width: 35rem;
  }

  .testimonial-header h3 span {
    font-size: inherit;
  }

  .features-img-container img:first-of-type,
  .features-img-container img:nth-of-type(4) {
    height: auto;
  }

  .question::before,
  .question::after {
    height: 14.5rem;
  }

  .question-item:first-of-type {
    margin-top: 12.5rem;
  }

  .question::before {
    background: linear-gradient(to bottom, #fff 50%, #fff2);
    top: 4.25rem;
  }
  .question-item:last-of-type:after {
    height: 7.5rem;
  }

  .question::after {
    background: linear-gradient(to top, #fff 50%, #fff2);
    bottom: -1rem;
    height: 10rem;
  }
}
@media (min-width: 595px) {
  .features-link,
  .features img {
    height: 35rem;
  }

  .question-item:last-of-type:after {
    height: 10.5rem;
  }
}

@media (min-width: 540px) {
  .video {
    height: 19rem;
  }
}
@media (min-width: 576px) {
  .jumbotron-title {
    font-size: 50px;
  }

  .jumbotron-subtitle {
    font-size: 16px;
  }

  .stundent-say-card-text p {
    font-size: 1rem;
  }
}

@media (min-width: 630px) {
  .testimonial-card:last-child {
    transform: translateX(50%);
  }
  .video {
    height: 22rem;
  }
}

@media (min-width: 720px) {
}
@media (min-width: 768px) {
  .jumbotron-title {
    font-size: 60px;
  }

  .main {
    margin-top: 95px;
    display: flex;
    flex-direction: column;
  }

  .main-video {
    width: 80%;
    margin: 4rem auto;
  }

  .testimonial-video-container,
  .student-say-container {
    width: 100%;
  }

  .video {
    height: 25rem;
    border-radius: 1em;
  }

  .features {
    padding: 3em 0;
    margin-top: 0;
  }

  .hero-title,
  .section-title {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .testimonial-card:last-child {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .video {
    height: 35rem;
  }

  .features {
    margin: 0 auto;
    padding: 5em 0;
    align-items: flex-start;
    justify-content: space-between;
    /* justify-content: s; */
    flex-direction: row;
  }

  .features.multiple-images {
    align-items: center;
  }

  .features.three {
    flex-direction: row-reverse;
  }

  .features-details {
    width: 100%;
    flex: 1;
    margin-top: 0;
    max-width: 21rem;
    margin-left: 4rem;
  }

  .features.three .features-details {
    max-width: initial;
    margin-left: 0;
    margin-right: 2rem;
  }
  .features .features-details {
    max-width: initial;
  }

  .features .features-details p {
    font-size: 1.05rem;
  }

  .features-details span {
    font-size: 0.8rem;
  }

  .features-details h3 {
    margin-top: 0.3rem;
    font-size: 2.8rem;
  }

  .features iframe {
    flex: 1.3;

    height: 25rem;
  }

  .features-link,
  .features img {
    max-width: 28rem;
    height: 32rem;
    border-radius: 1.5em;
    object-fit: cover;
  }

  .support,
  .more-support,
  .features-more {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .hero-title {
    font-size: 2.8rem;
  }

  .section-title {
    font-size: 2.8rem;
  }

  .small-title {
    font-size: 1.2rem;
  }

  .features h3 {
    font-size: 2.3rem;
    /* line-height: 1.5; */
    font-weight: 800;
  }

  .features-more-section + .features-more-section {
    margin-top: 0;
  }

  .more-support,
  .support {
    justify-content: space-between;
    align-items: center;
  }

  .more-support-desc,
  .support-desc {
    max-width: 28rem;
  }

  .last-features {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .last-features-desc {
    max-width: 30rem;
  }

  .features-link,
  .last-features img {
    width: 100%;
    border-radius: 1em;
    max-width: 30rem;
    margin-top: 0rem;
  }

  .more-features-two {
    margin-top: -4rem;
  }

  .hero {
    margin-top: 0;
    margin: 3rem auto;
  }
  .hero p {
    font-size: 1rem;
  }

  .hero.version-2 h3 {
    font-size: 2.8rem;
    font-weight: 800;
  }

  .hero.version-2 p {
    font-size: 1.3rem;
  }

  .multiple-features-card {
    top: 10rem;
    padding: 2em 4em;
    flex-direction: row;
    min-height: 25rem;
  }

  .multiple-features-container {
    gap: 7rem;
  }

  .multiple-features-card-text-container {
    align-items: flex-start;
  }

  .multiple-features-card-text-container h4 {
    font-size: 1.8rem;
  }

  .multiple-features-card .multiple-features-card-text-container span {
    text-align: left;
    font-size: 1.2rem;
  }

  .multiple-features-image svg {
    width: 10rem;
    margin-bottom: 0;
  }

  .question-title {
    background: transparent;
    z-index: 1;
  }
  .question::before {
    top: 0;
  }
  .question-item:first-of-type {
    margin-top: 9.75rem;
  }

  .question-item {
    margin-left: 26.5rem;
  }
}

@media (min-width: 1020px) {
  .more-features-two-card:last-child {
    grid-column: 2 / 2;
  }
}
@media (min-width: 1120px) {
  .question::after {
    bottom: 0;
    height: 12rem;
  }
  .question-item:last-of-type:after {
    height: 12.75rem;
  }
}

@media (min-width: 1200px) {
  .features-link,
  .features img {
    max-width: 35rem;
    height: 32rem;
    border-radius: 1.5em;
    object-fit: cover;
  }

  .features.four img {
    object-position: top;
  }

  .features.three .features-details p {
    margin-right: 4rem;
  }
}

@media (min-width: 1280px) {
  .multiple-features-card:last-child {
    grid-column: initial;
  }
}

@media (min-width: 1290px) {
  .multiple-features-card:last-child {
    grid-column: initial;
  }
}

@media (min-width: 1440px) {
}

@media (min-width: 1600px) {
}

@media (min-width: 1700px) {
}

@media (min-width: 2000px) {
}
