html {
  font-family: Nunito, sans-serif;
  font-size: 16px;
}

body {
  background-color: #160829;
  color: #fff;
  margin: 0;
}

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

img {
  max-width: 100%;
}

.fancy-link {
  background-image: linear-gradient(90deg, currentColor 50%, transparent 50%);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 200% 1px;
  transition: background-position-x 0.2s ease;
}
.fancy-link:hover {
  background-position: 0 100%;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: calc(100% - 100px);
}

.btn {
  background: #33adff linear-gradient(90deg, rgba(0, 0, 0, 0.2) 50%, transparent 50%) center no-repeat;
  background-size: 200%;
  background-position-x: 100%;
  border-radius: 8px;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  padding: 17px 25px;
  text-align: center;
  transition: background-position 0.2s ease;
}
.btn:hover {
  background-position-x: 0;
}

.collection {
  padding: 80px 0;
}
.collection--alt .collection__img-container {
  mask-image: linear-gradient(180deg, #000 4.43%, transparent 100%);
  -webkit-mask-image: linear-gradient(270deg, #000 4.43%, transparent 100%);
}
.collection__title {
  font-size: 2rem;
  margin: 0 0 40px;
  text-align: center;
}
.collection__list {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(auto-fill, 384px);
  grid-template-rows: repeat(auto-fit, 100px);
  justify-content: center;
}
.collection__item {
  border-radius: 8px;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.collection__item:hover .collection__name {
  background-position-x: 0;
}
.collection__item:hover .collection__img {
  transform: scale(1.05);
}
.collection__name {
  background: linear-gradient(90deg, #33adff 50%, #160829 50%) 100% 50%;
  background-size: 205% 100%;
  border-radius: 0 8px 8px 0;
  font-size: 1.125rem;
  font-weight: 700;
  left: 0;
  padding: 6px 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-position-x 0.2s ease;
  z-index: 3;
}
.collection__img-container {
  height: 100%;
  width: 100%;
  z-index: 1;
}
.collection__img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  width: 100%;
}

.products {
  margin-bottom: 60px;
}
.products__list-name {
  font-size: 2rem;
  margin: 40px 0;
  text-align: center;
}
.products__list {
  position: relative;
}
.products__btn {
  aspect-ratio: 1/1;
  backdrop-filter: blur(100px);
  background: rgba(255, 255, 255, 0.5) url(/assets/img/chevron.24a15657.svg) center no-repeat;
  background-size: 28px 28px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 110px;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  visibility: visible;
  width: 46px;
  z-index: 2;
}
.products__btn:disabled {
  opacity: 0;
  visibility: hidden;
}
.products__btn--prev {
  left: 0;
  transform: translate(-50%, -50%) scaleX(-1);
}
.products__btn--next {
  left: 100%;
}
.products__list-wrapper {
  column-gap: 24px;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto visible;
  padding: 0;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  z-index: 1;
}
.products__list-wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.products__item {
  display: block;
  flex-shrink: 0;
  scroll-snap-align: start;
  width: 220px;
}
.products__item:hover .product__cover-img {
  transform: scale(1.05);
}
.products__item:hover .product__title {
  background-position-x: 0;
}
.products__cover {
  aspect-ratio: 1/1;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  width: 100%;
}
.products__cover-img {
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.2s ease;
  width: 100%;
}
.products__title {
  background: linear-gradient(90deg, currentColor 50%, transparent 50%) 100% 100% no-repeat;
  background-size: 200% 1px;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 8px 0 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-position-x 0.2s ease;
  white-space: nowrap;
  width: fit-content;
}
.products__author {
  display: block;
  font-size: 0.875rem;
  margin: 4px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.products__rating {
  align-items: center;
  color: #bbb7c5;
  column-gap: 4px;
  display: flex;
  font-size: 0.875rem;
}
.products__rating::before {
  content: url(/assets/img/star.c5b0fa92.svg);
  height: 18px;
  width: 18px;
}

.header {
  color: #fff;
  padding: 1px 0;
}
.header__logo {
  display: block;
  margin: 30px auto 60px;
  width: 285px;
}
.header__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.375;
  margin: 8px 0;
}
.header__desc {
  font-size: 16px;
  line-height: 1.375;
  margin: 8px 0;
}
.header__img {
  display: block;
  margin: 50px auto 0;
  width: 355px;
}
.header__img--desktop {
  display: none;
}
@media (min-width: 768px) {
  .header__container {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 430px auto;
  }
  .header__logo {
    margin: 0 0 48px;
    width: 460px;
  }
  .header__column {
    grid-column: 1;
    grid-row: 1;
  }
  .header__img {
    align-self: end;
    grid-column: 2;
    grid-row: 1/3;
    margin: 50px 0 0;
    max-width: 605px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .header__title {
    font-size: 48px;
  }
  .header__desc {
    font-size: 24px;
  }
}
@media (min-width: 1440px) {
  .header__container {
    grid-template-rows: 570px auto;
  }
}

.form__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: center;
}
.form__title > strong {
  font-weight: 700;
}
.form__label {
  display: block;
  margin: 16px auto;
  text-align: center;
  width: fit-content;
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 16px auto;
  max-width: 670px;
}
.form__input {
  background: #fff;
  border: 1px solid hsl(266, 21%, 94%);
  border-radius: 8px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 18px;
  padding: 14px 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form__input::placeholder {
  color: hsl(0, 0%, 60%);
}
.form__input:hover, .form__input:focus {
  border-color: hsl(204, 100%, 60%);
  box-shadow: 0 0 10px hsla(204, 100%, 60%, 0.5);
  outline: none;
}
.form__input:not(:placeholder-shown):not(:focus):invalid {
  border-color: #f00;
}
.form__submit {
  background: hsl(204, 100%, 60%) linear-gradient(90deg, hsla(0, 0%, 0%, 0.1) 50%, transparent 50%);
  background-position-x: 100%;
  background-size: 200% 100%;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 18px;
  padding: 14px 12px;
  text-align: center;
  text-transform: uppercase;
  transition: background-position 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.form__submit:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.form__submit:not(:disabled):hover, .form__submit:not(:disabled):focus {
  background-position-x: 0;
  border-color: #fff;
  box-shadow: 0 0 10px hsla(204, 100%, 60%, 0.5);
  outline: none;
}
.form__desc {
  color: hsla(0, 0%, 0%, 0.8);
  font-size: 11px;
  margin: 16px auto;
  max-width: 670px;
}
.form__desc-more {
  font-weight: 700;
  text-decoration: underline;
}
.form__desc-more {
  margin-left: 0.5em;
}
@media (min-width: 768px) {
  .form__title {
    font-size: 32px;
  }
  .form__label {
    margin-bottom: 22px;
  }
  .form__group {
    flex-direction: row;
  }
  .form__input {
    flex: 1;
  }
  .form__submit {
    width: 240px;
  }
}

.profits::before {
  border-top: 1px solid hsl(0, 0%, 37%);
  content: "";
  display: block;
  margin: 32px auto;
  width: min(100%, 600px);
}
.profits__title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.profits__list {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
  justify-content: center;
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.profits__item {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  max-width: 270px;
  min-width: 160px;
}
.profits__item-icon {
  aspect-ratio: 1/1;
  background: hsla(289, 100%, 55%, 0.2);
  border: 4px solid transparent;
  border-radius: 12px;
  width: 48px;
}
.profits__item-text {
  font-size: 13px;
  font-weight: 700;
  max-width: 220px;
  text-align: center;
}
.profits__img {
  display: block;
  margin: 0 auto 50px;
  max-width: 520px;
  width: 100%;
}

.faq__title {
  font-size: 24px;
  font-weight: 700;
  margin: 16px 0;
  text-align: center;
}
.faq__list {
  margin-inline: auto;
  max-width: 870px;
}
.faq__item {
  margin: 12px 0;
}
.faq__item-question {
  cursor: pointer;
  list-style: none;
  text-decoration: underline;
}
.faq__item-answer {
  margin: 0;
  padding-left: 2em;
}
.faq__desc {
  text-align: center;
}
.faq__footer {
  background: hsl(0, 0%, 95%);
  border-radius: 24px;
  color: hsl(0, 0%, 29%);
  font-size: 14px;
  margin: 32px auto;
  max-width: 870px;
  padding: 12px 24px;
  text-align: justify;
}

* {
  box-sizing: border-box;
}

body {
  background: #fff url(/assets/img/header-bg.eed17e25.jpg) center top no-repeat;
  background-size: auto 430px;
  color: #000;
}
@media (min-width: 1024px) {
  body {
    background-image: url(/assets/img/header-bg-fhd.af33193a.jpg);
  }
}
@media (min-width: 1440px) {
  body {
    background-size: auto 570px;
  }
}
@media (min-width: 1920px) {
  body {
    background-image: url(/assets/img/header-bg-uwhd.7f92f8a0.jpg);
  }
}

.container {
  max-width: 1440px;
}

.text--pink {
  color: hsl(289, 100%, 55%);
}