body {
  direction: rtl;
  font-family: "M PLUS 1p", system-ui;
  font-weight: 400;
  font-style: normal;
}

.top {
  position: relative;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 27px 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  font-size: 1.25rem;
  font-family: "M PLUS 1p", system-ui;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.21em;
  text-align: center;
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", system-ui;
  padding: 0 35px;
  font-size: 1.375rem;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  border-radius: 40px;
}

.header-button-primary {
  background-color: #601c1c;
  color: #ffffff;
}

.header-button-secondary {
  background-color: #c9856a66;
  color: #601c1c;
  border: 1px solid #601c1c;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.banner-img {
  width: 100%;
  height: auto;
  max-height: 816px;
  object-fit: cover;
  object-position: top;
}

.banner-text {
  width: 886px;
  max-width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
}

.banner-text-title {
  font-size: 5rem;
  font-family: "M PLUS 1p", system-ui;
  font-weight: 500;
  font-style: normal;
}

.banner-text-tagline {
  font-size: 1.5rem;
  font-family: "M PLUS 1p", system-ui;
  font-weight: 400;
  font-style: normal;
}

.banner-text-subtitle {
  font-size: 1.75rem;
  font-family: "M PLUS 1p", system-ui;
  font-weight: 400;
  font-style: normal;
}

.banner-text-subtitle-mt {
  margin-top: 20px;
}

.kyb-section {
  padding: 44px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, #f2eae1 0%, #ffffff 100%);
}

.kyb-section-content {
  text-align: center;
  width: 840px;
  max-width: 80%;
}

.kyb-section-title {
  font-size: 1.8125rem;
  font-weight: 500;
  color: #1e2e33;
  margin-bottom: 32px;
}

.kyb-section-text {
  font-size: 1.75rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.01em;
  margin-bottom: 28px;
}

.kyb-section-subtext {
  font-size: 1.75rem;
  font-weight: 500;
  color: #a55d55;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

.kyb-section-dates {
  font-size: 1.25rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
}

.kyb-section-dates-bold {
  font-weight: 700;
}

.kyb-section-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", system-ui;
  padding: 0 35px;
  font-size: 1.375rem;
  line-height: 18px;
  font-weight: 400;
  font-style: normal;
  height: 60px;
  border-radius: 40px;
  background-color: #601c1c;
  color: #ffffff;
}

.who-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 58px 0 38px;
  background: linear-gradient(180deg, #f2eae1 0%, #ffffff 100%);
}

.who-section-content {
  width: 752px;
  max-width: 80%;
}

.who-section-title {
  color: #bc6d64;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 30px;
}

.who-section-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 21px;
  margin-bottom: 20px;
}

.who-section-bullet {
  flex-grow: 0;
  flex-shrink: 0;
  width: 37px;
}

.who-section-bullet-img {
  width: 37px;
  height: auto;
}

.who-section-text {
  flex-grow: 1;
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  color: #333333;
}

.who-section-text-bold {
  color: #a55d55;
  font-weight: 700;
}

.about-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/about-background.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 100px 70px;
}

.about-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}

.about-section-left {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
}

.about-section-right {
  flex-grow: 1;
  flex-shrink: 1;
}

.about-img-container {
  border-radius: 230px 230px 0 0;
  overflow: hidden;
}

.about-section-img {
  width: 100%;
  height: auto;
  max-height: 816px;
  object-fit: cover;
  object-position: top;
}

.about-section-text {
  font-size: 1.25rem;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.about-section-text-bold {
  font-size: 1.375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.about-section-text-mb {
  margin-bottom: 25px;
}

.about-section-text-mbl {
  margin-bottom: 50px;
}

.course-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/course-background.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 100px 70px 70px;
}

.course-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 60px;
}

.course-section-right {
  width: 30%;
  flex-grow: 0;
  flex-shrink: 0;
}

.course-section-left {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 684px;
}

.course-img-container {
  border-radius: 63px;
  overflow: hidden;
}

.course-section-img {
  width: 100%;
  height: auto;
  max-height: 816px;
  object-fit: cover;
  object-position: top;
}

.course-section-title {
  font-size: 1.75rem;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 24px;
}

.course-section-title-bold {
  font-weight: 700;
}

.course-section-subtitle {
  font-size: 1.375rem;
  color: #333333;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.course-section-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 21px;
  margin-bottom: 20px;
}

.course-section-bullet {
  flex-grow: 0;
  flex-shrink: 0;
  height: 38px;
}

.course-section-bullet-img {
  height: 38px;
  width: auto;
}

.course-section-item-content {
  flex-grow: 1;
}

.course-section-item-title {
  color: #a55d55;
  font-size: 1.25rem;
  font-weight: 500;
}

.course-section-item-list {
  padding-right: 24px;
  font-size: 1rem;
  color: #333333;
}

.price-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("./assets/price-background.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 36px 70px;
}

.price-title {
  font-size: 2rem;
  font-weight: 500;
  color: #f9f5f1;
}

.price-section-content {
  padding-top: 20px;
}

.price-section-text {
  font-size: 1.375rem;
  color: #f9f5f1;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}

.price-section-text-bold {
  font-weight: 700;
}

.testimonials-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 46px;
  background-image: url("./assets/testimonials-background.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 70px;
}

.testimonials-title {
  font-size: 2rem;
  font-weight: 500;
  color: #f9f5f1;
}

.testimonials-content {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 60px;
}

.testimonials-item {
}

.testimonials-text {
  font-size: 0.8125rem;
  color: #ffefe8;
  margin-bottom: 20px;
}

.testimonials-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffefe8;
}

.faq-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 30px;
  background: linear-gradient(183.62deg, #ffffff 24.18%, #efd8c0 97.02%);
}

.faq-section-content {
  width: 822px;
  max-width: 80%;
}

.faq-section-title {
  font-size: 2rem;
  font-weight: 500;
  color: #a55d55;
  margin-bottom: 40px;
}

.faq-section-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.faq-section-bullet {
  flex-grow: 0;
  flex-shrink: 0;
  width: 20px;
}

.faq-section-bullet-img {
  width: 20px;
  height: auto;
}

.faq-section-question {
  flex-grow: 1;
  font-weight: 700;
  font-size: 1.25rem;
  color: #a55d55;
}

.faq-section-answer {
  flex-grow: 1;
  font-size: 1.25rem;
  color: #1e1e1e;
}

.faq-section-answer-bold {
  font-weight: 700;
}

.footer-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #601c1c;
  padding: 70px 30px;
}

.footer-section-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  width: 676px;
  max-width: 80%;
}

.footer-section-title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #f9f5f1;
}

.footer-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato", system-ui;
  text-align: center;
  padding: 0 35px;
  font-size: 1.375rem;
  line-height: 18px;
  font-weight: 500;
  font-style: normal;
  height: 60px;
  border-radius: 40px;
  white-space: nowrap;
}

.footer-button-primary {
  background-color: #bc6d64;
  color: #ffffff;
}

.footer-button-secondary {
  background-color: #601c1c;
  color: #ffefe8;
  border: 1px solid #ffefe8;
  gap: 12px;
}

.footer-icon {
  width: 32px;
  height: auto;
}

.footer-disclaimer {
  font-size: 0.875rem;
  color: #f9f5f1c9;
}

.footer-disclaimer-bold {
  display: block;
  font-weight: 700;
}

@media (max-width: 768px) {
  .header {
    display: none;
  }

  .banner-img {
    height: 650px;
  }

  .banner-text {
    max-width: 90%;
  }

  .banner-text-title {
    font-size: 3.125rem;
  }
  .banner-text-tagline {
    font-size: 1.25rem;
  }

  .banner-text-subtitle {
    font-size: 1.5625rem;
  }

  .kyb-section-content {
    max-width: 90%;
  }

  .who-section-content {
    max-width: 90%;
  }

  .who-section-bullet {
    width: 19px;
  }

  .who-section-bullet-img {
    width: 19px;
  }

  .about-section {
    padding: 20px 30px 60px;
  }

  .about-section-content {
    flex-direction: column-reverse;
  }

  .about-section-left {
    width: auto;
  }

  .course-section {
    padding: 40px 30px;
  }

  .course-section-content {
    flex-direction: column-reverse;
    gap: 12px;
  }

  .course-section-right {
    width: auto;
  }

  .course-section-item {
    gap: 14px;
  }

  .course-section-bullet {
    height: 21px;
  }

  .course-section-bullet-img {
    height: 21px;
  }

  .course-img-container {
    border-radius: 46px;
  }

  .faq-section-content {
    max-width: 95%;
  }

  .price-section {
    padding: 36px 30px;
  }

  .price-section-text {
    font-size: 1.25rem;
  }

  .testimonials-section {
    padding: 50px;
    gap: 30px;
  }

  .testimonials-content {
    flex-direction: column;
    gap: 28px;
  }

  .testimonials-text {
    text-align: center;
    margin-bottom: 12px;
  }

  .testimonials-name {
    text-align: center;
  }

  .footer-section-content {
    max-width: 90%;
  }

  .footer-buttons {
    flex-direction: column;
  }
}
