@import "./normalize.css";
@import "./lenis.css";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:ital,wght@0,100..900;1,100..900&display=swap");
* {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

.hanken, .value-proposition__card__content__title, .section__header-title, .button {
  font-family: "Hanken Grotesk", sans-serif;
}

.manrope, .footer__link, .contact-sales-carousel__item span, .advantages-section .advantages-items .advantages-item__content__subtext, .advantages-section .advantages-items .advantages-item__content__title, .use-cases-section .use-case__content__subtext, .use-cases-section .use-case__content__title, .value-proposition__card__content__subtext, .value-proposition__card__content__description, .section__header-description, .hero__subtext, .hero__title {
  font-family: "Manrope", sans-serif;
}

.logo img {
  height: 32px;
}
@media (max-width: 768px) {
  .logo img {
    height: 36px;
  }
}
.logo__text {
  margin-left: 4px;
}
@media (max-width: 768px) {
  .logo__text {
    display: none;
  }
}

.button {
  font-size: 17px;
  color: white;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 500;
  width: fit-content;
}
@media (max-width: 768px) {
  .button {
    font-size: 14px;
    line-height: 18.24px;
  }
}

.button--primary {
  padding: 10px 16px;
  background-color: #AF276E;
  border: 2px solid #921355;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .button--primary {
    padding: 9px 16px;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 32px;
}
@media (max-width: 425px) {
  .container {
    padding: 0px 16px;
  }
}

.top-nav {
  position: fixed;
  top: -1px;
  left: 0;
  right: 0;
  z-index: 20;
  background: #0f050b;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 20;
}
.top-nav--white {
  z-index: 10;
  background: white;
}
.top-nav--white .button {
  color: #261F23;
}
.top-nav--white .button--primary {
  color: white;
}
.top-nav .nav-cta {
  display: flex;
  align-items: center;
}
.top-nav .nav-cta a:last-of-type {
  margin-left: 28px;
}
@media (max-width: 768px) {
  .top-nav .nav-cta a:last-of-type {
    margin-left: 20px;
  }
}
.top-nav .container {
  padding: 12px 32px;
  min-height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .top-nav .container {
    font-size: 14px;
    padding: 12px 16px;
  }
}

.hero {
  padding: 128px 24px 130px;
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0F050B;
}
@media (max-width: 1023px) {
  .hero {
    padding: 96px 4px 80px;
  }
}
.hero-container {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 80px;
  z-index: 10;
}
@media (max-width: 1023px) {
  .hero-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .hero-container {
    gap: 0px;
  }
}
.hero__grid {
  position: absolute;
  inset: 0;
}
.hero__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__right .hero__subtext {
  margin-bottom: 72px;
}
.hero__image {
  position: relative;
}
@media (max-width: 1023px) {
  .hero__image {
    display: none;
  }
}
.hero__image--main {
  width: 100%;
}
.hero__image--side {
  right: 0;
  position: absolute;
  height: 100%;
  right: calc((1280px - 100vw) / 2);
  transform: translateX(60%);
}
@media (max-width: 1380px) {
  .hero__image--side {
    display: none;
  }
}
.hero--mobile {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .hero--mobile {
    align-items: center;
  }
}
.hero__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -0.02em;
  background: linear-gradient(90deg, #E4D6DE 0%, #FFFFFF 51%, #E7D3DF 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  max-width: 480px;
}
@media (max-width: 1023px) {
  .hero__title {
    text-align: center;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    letter-spacing: -0.02em;
    text-align: center;
    max-width: none;
  }
}
.hero__title span {
  background: linear-gradient(90deg, #FFBB00 0%, #FFE484 72%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.hero__subtext {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #C9D6DF;
  max-width: 550px;
}
@media (max-width: 1023px) {
  .hero__subtext {
    display: none;
  }
}
.hero__subtext span {
  font-weight: 600;
}
.hero__subtext--mobile {
  margin-top: 24px;
  font-size: 16px;
  text-align: center;
  max-width: 800px;
}
@media (min-width: 768px) {
  .hero__subtext--mobile {
    font-size: 18px;
  }
}
@media (max-width: 1023px) {
  .hero__subtext--mobile {
    display: block;
  }
}
@media (min-width: 1024px) {
  .hero__subtext--mobile {
    display: none;
  }
}
.hero__cta {
  margin-top: 56px;
  display: inline-block;
}
@media (min-width: 1024px) {
  .hero__cta {
    margin-top: 40px;
  }
}
.hero__bottom-glass {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 37px;
}
.hero__bottom-glass .glass-image {
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  .hero__bottom-glass .glass-image--desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero__bottom-glass .glass-image--mobile {
    display: none;
  }
}

.section__header {
  max-width: 708px;
  margin: 0 auto 56px;
}
@media (max-width: 768px) {
  .section__header {
    margin: 0 auto 40px;
  }
}
.section__header-title {
  padding-bottom: 16px;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #837D80;
  border-bottom: 1px solid #C9D6DF;
  text-transform: uppercase;
}
.section__header-description {
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  color: #261F23;
  margin-top: 24px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .section__header-description {
    font-size: 28px;
    line-height: 36.4px;
  }
}

.page-section {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-section {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

.value-proposition-section {
  background-color: #FCF9FB;
}

.value-proposition__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .value-proposition__cards {
    grid-template-columns: 1fr;
    gap: 23.75px;
  }
}
.value-proposition__card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  overflow: hidden;
  background-color: white;
}
.value-proposition__card__image {
  margin: 0px;
}
.value-proposition__card__image img {
  width: 100%;
}
.value-proposition__card__content {
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .value-proposition__card__content {
    padding: 20px 16px;
  }
}
.value-proposition__card__content__title {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  color: #837D80;
  margin-bottom: 16px;
}
.value-proposition__card__content__description {
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  margin-bottom: 14px;
  color: #261F23;
}
@media (max-width: 768px) {
  .value-proposition__card__content__description {
    font-size: 20px;
    line-height: 27.32px;
  }
}
.value-proposition__card__content__subtext {
  font-weight: 400;
  line-height: 24px;
  color: #53616C;
  font-size: 16px;
}
@media (max-width: 768px) {
  .value-proposition__card__content__subtext {
    font-size: 15px;
    line-height: 22.5px;
  }
}

.use-cases-section {
  color: #FCF9FB;
}
.use-cases-section .use-cases.container {
  max-width: 707px;
  display: flex;
  flex-direction: column;
}
.use-cases-section .use-case {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .use-cases-section .use-case {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.use-cases-section .use-case:not(:last-of-type) {
  margin-bottom: 40px;
}
.use-cases-section .use-case__icon img {
  width: 72px;
}
@media (max-width: 768px) {
  .use-cases-section .use-case__icon img {
    width: 48px;
  }
}
.use-cases-section .use-case__content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.78px;
  margin-bottom: 14px;
  color: #837D80;
}
@media (max-width: 768px) {
  .use-cases-section .use-case__content__title {
    font-size: 20px;
    line-height: 27.32px;
  }
}
.use-cases-section .use-case__content__subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #53616C;
}
@media (max-width: 768px) {
  .use-cases-section .use-case__content__subtext {
    font-size: 14px;
    line-height: 21px;
  }
}

.advantages-section {
  background-color: #140E11;
  position: relative;
}
.advantages-section .advantages-background {
  position: absolute;
  inset: 0;
}
.advantages-section .advantages-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.06;
}
.advantages-section .section__header {
  max-width: none;
}
.advantages-section .section__header-title {
  color: #C7B4BD;
  border-bottom: 1px solid rgba(83, 97, 108, 0.368627451);
}
.advantages-section .section__header-description {
  max-width: 584px;
  background-image: linear-gradient(90deg, #C3B3BB 0%, #FFFFFF 43%, rgba(195, 179, 187, 0.86) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .advantages-section .section__header-description {
    font-size: 28px;
    line-height: 36.4px;
  }
}
.advantages-section .advantages-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 84px;
}
@media (max-width: 1024px) {
  .advantages-section .advantages-items {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.advantages-section .advantages-items .advantages-item {
  display: flex;
  flex-direction: column;
}
.advantages-section .advantages-items .advantages-item__image {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .advantages-section .advantages-items .advantages-item__image {
    margin-bottom: 16px;
  }
}
.advantages-section .advantages-items .advantages-item__image img {
  width: 80px;
}
@media (max-width: 768px) {
  .advantages-section .advantages-items .advantages-item__image img {
    width: 48px;
  }
}
.advantages-section .advantages-items .advantages-item__content__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 32.78px;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  color: white;
}
@media (max-width: 768px) {
  .advantages-section .advantages-items .advantages-item__content__title {
    font-size: 20px;
    line-height: 27.32px;
  }
}
.advantages-section .advantages-items .advantages-item__content__subtext {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #C9D6DF;
}
@media (max-width: 768px) {
  .advantages-section .advantages-items .advantages-item__content__subtext {
    font-size: 16px;
    line-height: 24px;
  }
}

.contact-sales-carousel {
  padding: 22px 32px;
  background-color: #F4BB1E;
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .contact-sales-carousel {
    padding: 18px 16px;
  }
}
.contact-sales-carousel__cover {
  display: flex;
  min-width: fit-content;
}
.contact-sales-carousel__container {
  min-width: fit-content;
  width: fit-content;
  display: inline-flex;
  animation: carousel-slider 24s linear infinite;
}
.contact-sales-carousel__item {
  display: flex;
  min-width: fit-content;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  margin-right: 32px;
}
@media (max-width: 768px) {
  .contact-sales-carousel__item {
    margin-right: 24px;
  }
}
.contact-sales-carousel__item img {
  transition: 0.3s;
  width: 27px;
}
@media (max-width: 768px) {
  .contact-sales-carousel__item img {
    width: 20px;
  }
}
.contact-sales-carousel__item span {
  margin-right: 16px;
  font-size: 18px;
  font-weight: 800;
  line-height: 24.59px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #261F23;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact-sales-carousel__item span {
    font-size: 13.33px;
  }
}
.contact-sales-carousel__item:hover img {
  transform: rotate(-45deg);
}

.contact-sales-section {
  background-color: #fdf5dd;
}
.contact-sales-section .section__header {
  margin-bottom: 24px;
}
.contact-sales-section .section__header-description {
  font-size: 40px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .contact-sales-section .section__header-description {
    font-size: 28px;
    line-height: 36.4px;
  }
}
.contact-sales-section .contact-sales.container {
  max-width: 780px;
  display: flex;
  flex-direction: column;
}
.contact-sales-section .contact-sales__people-images {
  display: flex;
}
.contact-sales-section .contact-sales__people-images:hover .person-image:not(:first-of-type) {
  margin-left: -27px;
}
@media (max-width: 768px) {
  .contact-sales-section .contact-sales__people-images:hover .person-image:not(:first-of-type) {
    margin-left: -12px;
  }
}
.contact-sales-section .contact-sales__people-images .person-image {
  width: 81px;
}
@media (max-width: 768px) {
  .contact-sales-section .contact-sales__people-images .person-image {
    width: 48px;
  }
}
.contact-sales-section .contact-sales__people-images .person-image:not(:first-of-type) {
  margin-left: -41px;
  transition: margin-left 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .contact-sales-section .contact-sales__people-images .person-image:not(:first-of-type) {
    margin-left: -16px;
  }
}
.contact-sales-section .contact-sales button {
  width: fit-content;
  margin-top: 40px;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.footer__links {
  display: flex;
  margin-right: 32px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .footer__links {
    flex-direction: column;
  }
}
.footer__link {
  font-size: 14px;
  font-weight: 600;
  line-height: 16.24px;
  letter-spacing: 0.01em;
  margin-right: 32px;
  text-decoration: none;
  color: #261F23;
}
@media (max-width: 768px) {
  .footer__link {
    margin-bottom: 20px;
  }
}
.footer__information {
  display: flex;
  flex-direction: column;
}
.footer__information a {
  color: #AF276E;
  text-decoration: underline;
  font-weight: 700;
}
.footer__information__item {
  font-family: Manrope;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.24px;
  letter-spacing: 0.01em;
  color: #53616C;
}
.footer__information__item:not(:last-of-type) {
  margin-bottom: 14px;
}
.footer__logo {
  margin-top: 40px;
}
.footer__logo img {
  width: 100%;
}

@keyframes carousel-slider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*# sourceMappingURL=index.css.map */
