html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
body main {
  flex-grow: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  padding: 0;
}

input,
button {
  outline: none;
  border: none;
}

html {
  font-family: "Lato", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.container {
  padding-inline: 20px !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .container {
    padding-inline: 80px !important;
  }
}

.policy__text ul {
  padding-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
}
.policy__text h2 {
  margin-block: 10px;
  font-size: 20px;
  font-weight: 400;
}
.policy__text p {
  margin-bottom: 10px;
}

.cookies {
  padding: 40px;
  position: fixed;
  width: 90%;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  color: #333333;
  background-color: #fff;
  border-radius: 16px;
  z-index: 10;
  box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.15);
  box-shadow: #333333;
}
.cookies--show {
  display: block;
}

.cookies__img {
  width: 80px;
  height: 80px;

  display: block;
  object-fit: contain;
  margin: -70px auto 24px;
}

@media (min-width: 1200px) {
  .cookies__img {
    width: 100px;
    height: 100px;
  }
}

.cookies__title {
  margin-bottom: 16px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 28px;
  line-height: 110.00000000000001%;
  letter-spacing: 4%;
  text-align: center;

  color: #333333;
}
@media (min-width: 1200px) {
  .cookies__title {
    font-size: 40px;
  }
}
.cookies__text {
  margin-bottom: 32px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;

  color: #333333;
}
.cookies__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.cookies__reject,
.cookies__accept {
  width: 100% !important;
  height: 50px !important;
  margin: 0 auto !important;
}

@media (min-width: 1200px) {
  .cookies__reject,
  .cookies__accept {
    width: 252px !important;
  }
}

.success {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.success--active {
  display: flex;
}

.success__content {
  width: 90%;
  max-width: 590px;
  background: white;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 40px;
  position: relative;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2509803922);
}

@media (min-width: 1200px) {
  .success__content {
    padding: 40px;
  }
}

.success__logo {
  margin: 0 auto 16px;

  font-family: Manuale;
  font-weight: 700;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;

  color: #000000;
}

.success__text {
  font-family: Poppins;
  font-weight: 400;
  font-size: 26px;
  line-height: 110.00000000000001%;
  letter-spacing: 4%;
  text-align: center;
  color: #000000;

  margin-bottom: 32px;
}

.success__btn {
  width: 100% !important;
  height: 50px !important;
  margin: 0 auto;

  font-family: Poppins;
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
}
@media (min-width: 1200px) {
  .success__btn {
    width: 356px !important;
    height: 50px !important;
  }
}

.no-scroll {
  overflow: hidden;
}

/* Base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Roboto", -apple-system, sans-serif;
  color: #7b7b7b;
  overflow-x: hidden;
}

.page-container {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

/* Header styles */
.main-header {
  background-color: #6148aa;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  color: #ffffff;
}

.header-content {
  display: flex;
  width: 100%;
  align-items: center;

  justify-content: space-between;
  flex-wrap: wrap;
  border-radius: 8px;
}

.logo {
  align-self: stretch;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 90px;
  padding: 29px 8px;
  font-family: "Alumni Sans", -apple-system, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16px;
  line-height: 1;
}

.main-nav {
  align-self: stretch;
}

.nav-items {
  display: flex;
  min-width: 240px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 16px;
  height: 100%;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  justify-content: end;
  flex-wrap: wrap;
}

.nav-item {
  border-radius: 4px;
  min-height: 40px;
  padding: 8px;
  white-space: nowrap;
}

/* Hero section */
.hero-section {
  display: flex;
  width: 100%;
  padding: 40px 80px;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.hero-image {
  aspect-ratio: 0.96;
  object-fit: contain;
  object-position: center;
  width: 100%;
  border-radius: 60px;
  min-width: 240px;
  padding: 10px 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.hero-content {
  display: flex;
  min-width: 240px;
  margin: auto 0;
  flex-direction: column;
  align-items: stretch;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.hero-text {
  width: 100%;
  font-family: "Roboto", -apple-system, sans-serif;
  color: #7b7b7b;
  gap: 8px;
}

.hero-title {
  color: #04040e;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: -0.8px;
}

.hero-subtitle {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.44px;
  margin-top: 8px;
}

.hero-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin-top: 8px;
}

.cta-buttons {
  align-self: start;
  display: flex;
  margin-top: 48px;
  align-items: center;
  justify-content: start;
}

.primary-button {
  align-items: stretch;
  border-radius: 999px;
  background-color: #ff9a8b;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  flex-direction: column;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.32px;
  justify-content: center;
  padding: 12px 32px;
  cursor: pointer;
}

.primary-button--purple {
  background-color: #6148aa;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;

  color: #fff;
}

.primary-button--light {
  background-color: transparent;
  font-family: Roboto;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: center;
  text-transform: uppercase;

  color: #333333;
}

.icon-button {
  align-items: center;
  border-radius: 999px;
  background-color: #ff9a8b;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  flex-direction: column;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 12px;
}

.button-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 24px;
}

/* About section */
.about-section,
.journey-section {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  padding: 60px 0;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  justify-content: center;
}

.section-content {
  width: 100%;
}

.section-header {
  width: 100%;
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: 50px;
  color: #04040e;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  gap: 16px;
}

.section-title {
  width: 100%;
  gap: 8px;
  font-size: 50px !important;
}

.section-description {
  margin-top: 24px;
  width: 100%;
  font-size: 20px;
  color: #7b7b7b;
  font-weight: 400;
  letter-spacing: -0.4px;
  line-height: 30px;
  gap: 16px;
}

.about-content {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: start;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.values-container {
  min-width: 240px;
  font-family: "Roboto", -apple-system, sans-serif;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.values-title {
  color: #070e2f;
  font-family: Roboto;
  font-weight: 600;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: 0%;
}

.values-list {
  margin-top: 24px;
  width: 100%;
  font-size: 20px;
  color: #5e6366;
  font-weight: 400;
}

.value-item {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: start;
  flex-wrap: wrap;
  margin-top: 16px;
}

.value-item:first-child {
  margin-top: 0;
}

.value-icon {
  align-self: stretch;
  display: flex;
  margin: auto 0;
  width: 32px;
  flex-shrink: 0;
  height: 32px;
  background-image: url(../img/check.svg);
}

.value-text {
  align-self: stretch;
  margin: auto 0;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  font-family: Roboto;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0%;
}

.video-container {
  align-items: stretch;
  display: flex;
  min-width: 240px;
  min-height: 355px;
  gap: 24px;
  justify-content: start;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.about-video {
  aspect-ratio: -28.9;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 60px;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* Services section */
.services-section {
  background-color: #ffffff;
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  overflow: hidden;
  align-items: stretch;
  font-family: "Roboto", -apple-system, sans-serif;
  justify-content: center;
}

.services-grid {
  margin-top: 48px;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

.services-row {
  display: flex;
  width: 100%;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
  flex-wrap: wrap;
}

.services-row + .services-row {
  margin-top: 24px;
}

.service-card {
  border-radius: 100px;
  display: flex;
  min-width: 240px;
  padding: 40px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  border: 1px solid #9013fe;
  background-color: #9013fe;
}

.service-content {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 8px;
}

.service-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.48px;
}

.service-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  margin-top: 8px;
}

/* Journey section */
.journey-image-container {
  display: flex;
  margin-top: 24px;
  width: 100%;
  align-items: stretch;
  gap: 24px;
  justify-content: start;
}

.journey-image {
  aspect-ratio: 2.73;
  object-fit: cover;
  object-position: center;
  width: 100%;
  border-radius: 60px;
  min-width: 240px;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

/* FAQ section */
.faq-section {
  display: flex;
  width: 100%;
  padding: 60px 80px;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.faq-header {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  flex-direction: column;
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: 50px;
  color: #04040e;
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 1;
  gap: 32px;
}

.faq-title {
  border-radius: 0;
  font-family: Roboto;
  font-weight: 500;
  font-size: 50px;
  line-height: 125%;
  letter-spacing: -2%;
}

.faq-content {
  margin-top: 24px;
  width: 100%;
}

.faq-list {
  width: 100%;
}

.faq-item {
  margin-top: 24px;
}

.faq-item:first-child {
  margin-top: 0;
}

.faq-question {
  justify-content: end;
  align-items: start;
  border-radius: 40px;
  border: 1px solid #000;
  background-color: #fff;
  display: flex;
  width: 100%;
  padding: 32px;
  gap: 8px;
  flex-wrap: wrap;
  cursor: pointer;
  list-style: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.question-content {
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 8px;
  font-family: "Roboto", -apple-system, sans-serif;
  font-weight: 600;
  justify-content: start;
  flex-direction: column;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.question-title {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}

.question-answer {
  color: #808080;
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  font-weight: normal;
}

.question-icon {
  display: flex;
  padding: 1px 1px 2px;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  justify-content: center;
}

.icon-arrow {
  aspect-ratio: 1.33;
  object-fit: contain;
  object-position: center;
  width: 40px;
  align-self: stretch;
  margin: auto 0;
}

/* Contact section */
.contact-section {
  display: flex;
  min-height: 613px;
  width: 100%;
  padding: 52px 0;
  flex-direction: column;
  align-items: stretch;
  font-family: "Roboto", -apple-system, sans-serif;
  justify-content: center;
  background-color: #9013fe;
}

.contact-header {
  justify-content: center;
  align-items: stretch;
  display: flex;
  width: 100%;

  flex-direction: column;
  color: #ffffff;
  gap: 48px;
}

.contact-title {
  font-size: 50px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}

.contact-description {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.4px;
  margin-top: 16px;
}

.contact-form-container {
  align-items: center;
  display: flex;
  margin-top: 16px;
  width: 100%;

  gap: 64px;
  font-weight: 400;
  justify-content: start;
}

.contact-form {
  align-self: stretch;
  min-width: 240px;
  margin: auto 0;
  width: 100%;
  flex: 1;
  flex-shrink: 1;
  flex-basis: 0%;
  gap: 24px;
}

.form-fields {
  align-items: stretch;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  gap: 24px;
}

.form-field {
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: -0.28px;
  line-height: 1.4;
  gap: 16px;
}

.field-label {
  width: 100%;
  gap: 4px;
}

.text-input {
  align-items: center;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  display: flex;
  width: 100%;
  gap: 8px;
  justify-content: start;
  padding: 12px 16px;
  background: transparent;
  color: #ffffff;
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: 14px;
}

.text-input::placeholder {
  color: #ffffff;
}

.message-field {
  margin-top: 16px;
  width: 100%;
  line-height: 20px;
  gap: 4px;
  position: relative;
}

.text-area {
  align-items: stretch;
  border-radius: 16px;
  border: 1px solid #dfdfdf;
  display: flex;
  min-height: 138px;
  width: 100%;
  gap: 16px;
  overflow: hidden;
  justify-content: start;
  padding: 16px;
  background: transparent;
  color: #ffffff;
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: 14px;
  resize: none;
}

.text-area::placeholder {
  color: #ffffff;
}

.resize-icon {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  width: 8px;
  position: absolute;
  z-index: 0;
  flex-shrink: 0;
  padding: 1px 0;
  justify-content: center;
  align-items: center;
  right: 1px;
  bottom: 1px;
  pointer-events: none;
}

.form-action {
  align-self: start;
  display: flex;
  margin-top: 24px;
  align-items: center;
  font-size: 16px;
  color: #6148aa;
  text-align: center;
  letter-spacing: -0.32px;
  justify-content: start;
}

.submit-button {
  align-items: stretch;
  border-radius: 999px;
  background-color: #fff;
  align-self: stretch;
  display: flex;
  margin: auto 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px 32px;
  border: none;
  cursor: pointer;
  font-family: "Roboto", -apple-system, sans-serif;
  font-size: 16px;
  color: #6148aa;
}

/* Footer */
.main-footer {
  background-color: #1f1f1f;
  width: 100%;
  padding: 60px 0;
  color: #ffffff;
  text-transform: uppercase;
}

.footer-content {
  display: flex;
  width: 100%;
  padding: 0 80px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo {
  gap: 40px 72px;
  font-family: "Alumni Sans", -apple-system, sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.16px;
  line-height: 1;
  height: 100%;

  flex-shrink: 1;
  flex-basis: 0%;
}

.footer-nav {
  align-self: start;
  display: flex;
  min-width: 240px;
  align-items: start;
  gap: 40px 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  justify-content: center;
  width: 255px;
}

.footer-links {
  min-width: 240px;
  width: 255px;
}

.footer-link + .footer-link {
  margin-top: 8px;
}

.copyright {
  align-self: stretch;
  margin-top: 32px;
  width: 100%;
  padding: 24px 0;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

/* Media queries */
@media (max-width: 991px) {
  .main-header,
  .hero-section,
  .services-section,
  .faq-section,
  .contact-header,
  .contact-form-container,
  .footer-content {
    max-width: 100%;
  }

  .section-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-content,
  .nav-items,
  .hero-content,
  .hero-title,
  .hero-subtitle,
  .hero-description,
  .section-header,
  .section-title,
  .section-description,
  .values-container,
  .values-title,
  .about-video,
  .journey-image,
  .faq-header,
  .faq-content,
  .faq-list,
  .faq-item,
  .question-content,
  .question-title,
  .question-answer,
  .contact-title,
  .contact-description,
  .contact-form,
  .form-fields,
  .form-field,
  .copyright {
    max-width: 100%;
  }

  .logo,
  .nav-item,
  .footer-logo {
    white-space: initial;
  }

  .section-title,
  .faq-title,
  .contact-title {
    font-size: 40px !important;
  }

  .primary-button,
  .service-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-buttons {
    margin-top: 40px;
  }

  .services-grid {
    margin-top: 40px;
  }

  .faq-question {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 640px) {
  .nav-items {
    display: none;
  }

  .contact-section {
    background-color: #9013fe;
  }

  .footer-logo {
    padding-bottom: 24px;
  }

  .footer-link {
    margin-right: auto;
  }
}

.footer-logo {
  text-align: center;
}

.policy {
  padding-block: 60px;
}

.policy__title {
  margin-bottom: 40px;

  font-family: Roboto;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  color: #080808;
}

.policy__text {
  font-family: Roboto;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;

  color: #080808;
}

@media (min-width: 1200px) {
  .policy__title {
    font-size: 80px;
  }
}

.policy h2,
.policy ul,
.policy p {
  margin-bottom: 14px;
}
