@import url(/assets/css/animate.024d2faf.css);
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;
  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;
}

body {
  background-color: #1c0042;
  background-image: url(/assets/img/background.27bb5d86.png), url(/assets/img/background.8e453611.jpg);
  background-position: center top, top right;
  background-repeat: no-repeat;
  background-size: auto, auto 350px;
  color: #fff;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    background-size: auto, auto 600px;
  }
}
@media (min-width: 1440px) {
  body {
    background-image: url(/assets/img/background-desktop.750a2de9.png), url(/assets/img/background.8e453611.jpg);
    background-size: auto;
  }
}

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

[data-animation]:not(.animate__animated) {
  opacity: 0;
  visibility: hidden;
}

.bubble {
  --bubble-width: 420px;
  aspect-ratio: 1/1;
  width: var(--bubble-width);
  background: no-repeat center;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  position: relative;
}
.bubble::after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: radial-gradient(55.81% 55.81% at 49.5% 55.22%, #000000 77%, #020202 82%, #0B0B0B 85%, #191919 88%, #2D2D2D 90%, #474747 92%, #676767 94%, #8D8D8D 96%, #BABABA 98%, #EAEAEA 99%, #FFFFFF 100%);
  background-blend-mode: color-dodge;
  mix-blend-mode: color-dodge;
}
.bubble--left::after {
  background: radial-gradient(55.81% 55.81% at 55.22% 49.5%, #000000 77%, #020202 82%, #0B0B0B 85%, #191919 88%, #2D2D2D 90%, #474747 92%, #676767 94%, #8D8D8D 96%, #BABABA 98%, #EAEAEA 99%, #FFFFFF 100%);
}
.bubble--right::after {
  background: radial-gradient(55.81% 55.81% at 44.78% 49.5%, #000000 77%, #020202 82%, #0B0B0B 85%, #191919 88%, #2D2D2D 90%, #474747 92%, #676767 94%, #8D8D8D 96%, #BABABA 98%, #EAEAEA 99%, #FFFFFF 100%);
}
.bubble--sculpture {
  background-image: url(/assets/img/sculpture.6a241638.png);
}
.bubble--man {
  background-image: url(/assets/img/man.ae4d7a80.png);
}
.bubble--city {
  background-image: url(/assets/img/city.0f9cc3a2.png);
}
.bubble--cloud {
  background-image: url(/assets/img/cloud.397e0f9b.png);
}
.bubble--balloon {
  background-image: url(/assets/img/balloon.ed8c9167.png);
}

.text--blue {
  color: #33ADFF;
}
.text--pink {
  color: #D518FF;
}

.header {
  padding: 1px 0;
}
.header__logo-link {
  display: block;
  margin: 24px auto 240px;
  width: fit-content;
}
.header__logo {
  width: 152px;
}
.header__slogan {
  font-size: 28px;
  font-weight: 700;
  line-height: 110%;
  margin: 16px 0;
  max-width: 360px;
  text-shadow: 10px 10px 8px #000000;
}
.header__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  margin: 16px 0 24px;
  max-width: 360px;
}
.header__desc > p {
  margin: 0;
}
.header__cta {
  border: none;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  max-width: 350px;
  padding: 13px 26px;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 640px) {
  .header__logo-link {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) {
  .header__logo-link {
    margin: 60px 0 350px;
  }
  .header__logo {
    width: 234px;
  }
  .header__slogan {
    font-size: 48px;
    line-height: 120%;
    max-width: 750px;
    text-align: left;
  }
  .header__desc {
    font-size: 24px;
    max-width: 750px;
  }
  .header__cta {
    cursor: pointer;
    margin: 44px 0;
    padding: 21px;
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .header__logo-link {
    margin-bottom: 115px;
  }
}
@media (min-width: 1200px) {
  .header__slogan {
    font-size: 64px;
  }
}

.intro {
  margin: 56px auto 48px;
  position: relative;
}
.intro__title {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0 8px;
  text-align: center;
}
.intro__desc {
  font-size: 16px;
  font-weight: 700;
  margin: 8px 0 32px;
  text-align: center;
}
.intro__slider {
  margin: 0 -15px;
  position: relative;
}
.intro__slider-btn {
  aspect-ratio: 1/1;
  backdrop-filter: blur(50px);
  background: hsla(0deg, 0%, 100%, 0.5) url(/assets/img/chevron.8ddcaece.svg) center no-repeat;
  background-size: 14px;
  border: none;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 23px);
  transition: opacity 0.2s ease, visibility 0.2s ease;
  width: 46px;
}
.intro__slider-btn:disabled {
  opacity: 0;
  visibility: hidden;
}
.intro__slider-btn--previous {
  left: 15px;
  transform: scaleX(-1);
}
.intro__slider-btn--next {
  right: 15px;
}
.intro__slider-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: scroll;
  padding: 24px 15px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.intro__slider-wrapper::-webkit-scrollbar {
  display: none;
}
.intro__item {
  background-color: #220051;
  border-radius: 16px;
  box-shadow: 0 4px 40px rgba(0, 0, 0, 0.25);
  flex: 1;
  max-width: 368px;
  min-width: 250px;
  padding: 16px;
  scroll-snap-align: center;
  text-align: center;
}
.intro__item-icon {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #380089;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
  width: 56px;
}
.intro__item-icon img {
  height: 32px;
  object-fit: contain;
  width: 32px;
}
.intro__item-title {
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 240px;
}
.intro__item-title b {
  color: #d518ff;
  font-weight: inherit;
}
.intro__item-desc {
  color: hsla(0deg, 0%, 100%, 0.6);
  font-size: 14px;
  font-weight: 400;
  margin: 4px 0 0;
}
@media (min-width: 1024px) {
  .intro__title {
    font-size: 28px;
  }
  .intro__desc {
    font-size: 20px;
  }
  .intro__slider-btn {
    display: none;
  }
  .intro__slider-wrapper {
    overflow: visible;
  }
}

.item-set__title {
  color: #b48feb;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
.item-set__more {
  align-items: center;
  background-color: hsla(0deg, 0%, 100%, 0.2);
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  gap: 8px;
  margin: 0 auto;
  padding: 8px 16px;
  width: fit-content;
}
.item-set__more::after {
  background: url(/assets/img/chevron.8ddcaece.svg) center no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 18px;
  width: 11px;
}
.item-set__bubble {
  margin: 0 auto -26px;
  max-width: 100%;
}
.item-set .products .container {
  width: 100%;
}
.item-set .products__item {
  height: 310px;
}
.item-set .products__list-wrapper {
  scrollbar-width: none;
}
.item-set .products__title, .item-set .products__author {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .item-set .products__btn--prev {
    left: 23px;
  }
  .item-set .products__btn--next {
    left: calc(100% - 23px);
  }
  .item-set .products__list-wrapper {
    padding: 0 15px;
    margin: 0 -15px;
  }
  .item-set .products__item {
    scroll-snap-align: center;
  }
}
@media (min-width: 1024px) {
  .item-set {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 540px;
    grid-template-rows: auto auto;
  }
  .item-set__title {
    font-size: 28px;
    grid-column: 1;
    grid-row: 1;
    text-align: left;
  }
  .item-set__more {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .item-set__bubble {
    --bubble-width: 520px;
    grid-column: 2;
    grid-row: 1;
    margin: 0 0 -80px;
  }
  .item-set__products {
    grid-column: 1/3;
    grid-row: 2;
  }
  .item-set .products > .container {
    width: 100%;
  }
  .item-set--left {
    grid-template-columns: 520px 1fr;
  }
  .item-set--left .item-set__title {
    grid-column: 2;
  }
  .item-set--left .item-set__bubble {
    grid-column: 1;
  }
}
@media (min-width: 1200px) {
  .item-set__title {
    font-size: 40px;
  }
}

.app {
  margin: 48px auto;
}
.app__img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.app__text {
  font-size: 32px;
  font-weight: 700;
  margin: 16px 0;
}
.app__list {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .app {
    display: flex;
    gap: 20px;
  }
  .app__col {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
  }
  .app__img {
    margin: 0 0 0 auto;
  }
  .app__list {
    justify-content: start;
  }
}
@media (min-width: 1024px) {
  .app {
    gap: 60px;
  }
  .app__img {
    max-width: 380px;
  }
}

.club {
  padding: 1px 0;
}
.club__title {
  font-size: 24px;
  font-weight: 700;
  margin: 32px auto;
  text-align: center;
}
.club__logo {
  display: block;
  margin: 8px auto;
  width: 213px;
}
.club__list {
  align-items: center;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fill, 300px);
  justify-content: space-around;
  margin: 32px auto;
}
.club__item-icon {
  align-items: center;
  aspect-ratio: 1/1;
  background: hsla(0deg, 0%, 100%, 0.3);
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 64px;
}
.club__item-icon img {
  height: 40px;
  object-fit: contain;
  width: 40px;
}
.club__item-title {
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0;
  text-align: center;
}
.club__item-title b {
  color: #d619ff;
  font-weight: inherit;
}
.club__cta {
  background-color: #d518ff;
  display: block;
  font-weight: 400;
  margin: 24px auto 48px;
  width: min(100%, 300px);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .club {
    background: linear-gradient(180deg, #240055 0%, rgba(28, 0, 66, 0) 100%);
  }
  .club__title {
    font-size: 48px;
    margin: 48px auto;
  }
  .club__logo {
    margin: 24px auto;
    width: 256px;
  }
}

.footer {
  background: #000;
  color: #777;
  padding: 50px 0;
  position: relative;
  text-align: center;
}
.footer__link {
  color: #fff;
}