@font-face {
  font-family: Golos;
  font-display: swap;
  src: url("../fonts/Golos-regular.woff2") format("woff2"), url("../fonts/Golos-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url("../fonts/Golos-medium.woff2") format("woff2"), url("../fonts/Golos-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Golos;
  font-display: swap;
  src: url("../fonts/Golos-bold.woff2") format("woff2"), url("../fonts/Golos-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

* {
  position: relative;
}

.wrapper {
  background: url(@img/back/full.png);
  background-size: cover;
  background-repeat: no-repeat;
}

html {
  font-size: 10px;
  background-color: #060A16;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans";
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1.6rem;
  overflow-x: hidden;
}
body.menu-open {
  overflow: hidden;
  height: 100vh;
}
body.scroll-disable {
  height: 100vh;
  overflow: hidden;
}

section {
  max-width: 144rem;
  margin: 0 auto;
  z-index: 1;
  padding: 7.4rem 0;
}
@media only screen and (max-width: 876px) {
  section {
    padding: 4.4rem 0;
  }
}

body {
  background: no-repeat url(../img/back/full.png);
  background-size: cover !important;
}

main {
  flex: 1;
}

.container,
[class*=__container] {
  margin: 0 auto;
  width: 100%;
  max-width: 126rem;
  padding: 0 1rem;
}

.container-fuild {
  margin: 0 auto;
  width: 100%;
  max-width: 126rem;
  padding: 0 1rem;
}

.container-small {
  margin: 0 auto;
  width: 100%;
  max-width: 73.6rem;
  padding: 0 1rem;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

[class*=grid] + [class*=grid] {
  margin-top: 2rem;
}

.grid-2 > div:not(:first-child), .grid-2 > a:not(:first-child),
.grid-3 > div:not(:first-child),
.grid-3 > a:not(:first-child),
.grid-4 > div:not(:first-child),
.grid-4 > a:not(:first-child) {
  margin-top: 2rem;
}
@media only screen and (min-width: 450px) {
  .grid-2 > div, .grid-2 > a,
  .grid-3 > div,
  .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(50% - 1rem);
  }
  .grid-2 > div:nth-child(-n+2), .grid-2 > a:nth-child(-n+2),
  .grid-3 > div:nth-child(-n+2),
  .grid-3 > a:nth-child(-n+2),
  .grid-4 > div:nth-child(-n+2),
  .grid-4 > a:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 450px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-3,
  .grid-4 {
    justify-content: flex-start;
  }
  .grid-3 > div, .grid-3 > a,
  .grid-4 > div,
  .grid-4 > a {
    width: calc(33.33% - 1.3333333333rem);
  }
  .grid-3 > div:nth-child(-n+3), .grid-3 > a:nth-child(-n+3),
  .grid-4 > div:nth-child(-n+3),
  .grid-4 > a:nth-child(-n+3) {
    margin-top: 0;
  }
  .grid-3 > div:not(:nth-child(3n+3)), .grid-3 > a:not(:nth-child(3n+3)),
  .grid-4 > div:not(:nth-child(3n+3)),
  .grid-4 > a:not(:nth-child(3n+3)) {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .grid-4 > div, .grid-4 > a {
    width: calc(25% - 1.5rem);
  }
  .grid-4 > div:nth-child(-n+4), .grid-4 > a:nth-child(-n+4) {
    margin-top: 0;
  }
  .grid-4 > div:nth-child(4n+4), .grid-4 > a:nth-child(4n+4) {
    margin-right: 0;
  }
  .grid-4 > div:not(:nth-child(4n+4)), .grid-4 > a:not(:nth-child(4n+4)) {
    margin-right: 2rem;
  }
}
.spacer {
  height: 1rem;
  display: block;
}

.bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.bg:before, .bg:after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bg-image) no-repeat center center;
  position: absolute;
  background-size: cover;
}
.bg:before {
  filter: blur(3rem);
  transform: scale(1.15);
}
.bg:after {
  max-width: 192rem;
}
.bg div {
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.bg-top:before, .bg-top:after {
  background-position: top center;
}
.bg-bottom:before, .bg-bottom:after {
  background-position: bottom center;
}

@media only screen and (min-width: 1200px) {
  .flex-2 {
    display: flex;
    align-items: center;
  }
  .flex-2 > div {
    flex: 1;
  }
}
h1,
h2,
h3,
h4,
h5,
p,
span,
div,
a,
li,
textarea,
input,
button,
input::placeholder,
textarea::placeholder {
  font-size: 1.6rem;
  font-style: normal;
  line-height: 120%;
  color: inherit;
}

span {
  font-size: inherit;
}

.h1,
h1 {
  font-size: 3.2rem;
  line-height: 1.1;
}
@media only screen and (min-width: 576px) {
  .h1,
  h1 {
    font-size: calc(3.2rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 5.6rem;
  }
}

.h2,
h2 {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media only screen and (min-width: 576px) {
  .h2,
  h2 {
    font-size: calc(2.8rem + 8 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 3.2rem;
  }
}

.h3,
h3,
.h4,
h4 {
  font-size: 2rem;
  line-height: 1.4;
}
@media only screen and (min-width: 576px) {
  .h3,
  h3,
  .h4,
  h4 {
    font-size: calc(2rem + 4 * (100vw - 375px) / 625);
  }
}
@media only screen and (min-width: 1200px) {
  .h3,
  h3,
  .h4,
  h4 {
    font-size: 2.4rem;
  }
}

form label {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #080520;
  text-align: left;
}

.wpcf7-form-control-wrap {
  display: block;
  margin-top: 0.8rem;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
  background: #fff;
  border: 1px solid rgba(93, 95, 239, 0.2);
  border-radius: 1.6rem;
  padding: 2rem 1.8rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #080520;
}

p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 150%;
  font-family: "Open Sans";
  color: #D7D7D7;
}

.title {
  font-family: "Ruda";
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 5.8rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 876px) {
  .title {
    font-size: 3.6rem;
  }
}
.title--big {
  font-family: "Ruda";
  font-size: 6.4rem;
  font-weight: 600;
  line-height: 8.2rem;
  color: #fff;
}
@media only screen and (max-width: 876px) {
  .title--big {
    font-size: 4.2rem;
    line-height: 4.6rem;
  }
}
.title--big span {
  background: linear-gradient(259.74deg, #AF25D3 75.33%, #9725D6 85.93%, #5E23D9 98.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.title span {
  background: linear-gradient(259.74deg, #AF25D3 75.33%, #9725D6 85.93%, #5E23D9 98.26%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

button {
  background-color: inherit;
  cursor: pointer;
}

.bttn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(112.28deg, rgba(198, 34, 228, 0.4) 2.22%, rgba(109, 26, 241, 0.4) 96.94%);
  padding: 1.6rem 3.2rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease;
}
.bttn--video {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.2rem;
  transition: all 0.2s ease;
}
.bttn--video div {
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(88.54deg, rgba(192, 34, 229, 0.7) 2.64%, rgba(161, 31, 233, 0.6) 41.36%, rgba(98, 25, 243, 0.67) 98.6%);
}
.bttn--video:hover {
  letter-spacing: 1.2px;
}
.bttn--video:active {
  transform: scale(0.9);
}
.bttn:hover {
  transform: scale(1.07);
  box-shadow: 1px 9px 19px -7px rgba(0, 0, 0, 0.58);
}
.bttn:active {
  transform: scale(0.9);
}

form {
  margin-top: 2.4rem;
}
form > .form__item {
  width: 100%;
}
form button {
  transition: all 0.2s ease;
}
form button:hover {
  background: linear-gradient(112.28deg, rgba(198, 34, 228, 0.4) 2.22%, rgba(109, 26, 241, 0.4) 96.94%);
}
form button:active {
  transform: scale(0.9);
}

input {
  padding: 1.5rem 1.6rem;
  color: #fff;
  background-color: inherit;
  border: 0.6px solid #D7D7D7;
  border-radius: 0.4rem;
  width: 100%;
  transition: all 0.3s linear;
}
input:hover, input:focus {
  box-shadow: 1px 9px 19px -7px rgba(0, 0, 0, 0.58);
}
input::placeholder {
  font-weight: 400;
  font-size: 1.4rem;
  color: #D7D7D7;
}

.header {
  position: fixed;
  width: 100%;
  padding: 2rem 0;
  z-index: 99;
  transition: 0.3s linear;
  top: 4.6rem;
  min-height: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .header {
    top: 0;
  }
}
.header--hide {
  transform: translate(0, -200%);
}
@media only screen and (max-width: 1200px) {
  .header--hide {
    transform: translate(0, -100%);
  }
}
.header--scrolled {
  background: #060A16;
  top: 0;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  z-index: 200;
  transition: 0.5s linear;
  display: flex;
  align-items: center;
  font-family: "Ruda";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.9rem;
  gap: 0.8rem;
}
.header__burger {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 200;
}
@media only screen and (min-width: 876px) {
  .header__burger {
    display: none;
  }
}
.header__burger:before, .header__burger:after {
  content: "";
  position: absolute;
  width: 2.4rem;
  height: 0.2rem;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: top 0.15s linear 0.15s, transform 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear;
}
.header__burger:before {
  top: calc(50% - 0.35rem);
}
.header__burger:after {
  top: calc(50% + 0.35rem);
}
.header__menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100vh;
  background-color: #060A16;
  z-index: 100;
  transition: left 0.2s ease;
  padding: 8rem 0.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
@media only screen and (min-width: 876px) {
  .header__menu {
    gap: calc(0px + 100 * ((100vw - 375px) / 1545));
    width: auto;
    height: auto;
    position: static;
    padding: 0;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    margin-left: auto;
    justify-content: space-between;
    flex-direction: row;
  }
}
.header__menu-list {
  list-style-type: none;
}
@media only screen and (min-width: 876px) {
  .header__menu-list {
    display: flex;
  }
}
.header__menu-list .menu-item a {
  display: flex;
  line-height: 2.2rem;
  font-weight: 400;
  padding: 2rem;
  font-size: 2rem;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 876px) {
  .header__menu-list .menu-item a {
    font-size: 1.6rem;
    color: #fff;
    padding: 1rem;
  }
}
.header__menu-list .menu-item a:hover {
  color: rgb(49, 146, 226);
}
.header__menu-list .menu-item:not(:first-of-type) {
  border-top: 0.1rem solid rgba(114, 117, 152, 0.2);
}
@media only screen and (min-width: 876px) {
  .header__menu-list .menu-item:not(:first-of-type) {
    border-top: 0;
    margin-left: 2rem;
  }
}
.header__user {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__user-item {
  padding: 1.2rem 2.4rem;
  border-radius: 0.4rem;
  transition: all 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 1;
}
@media only screen and (max-width: 876px) {
  .header__user-item {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
  }
}
.header__user-item:hover {
  transform: scale(1.1);
}
.header__user-login {
  background-color: inherit;
}
.header__user-login:hover {
  border: 1px solid rgba(198, 34, 228, 0.4);
  z-index: 2;
}
.header__user-register:hover {
  z-index: 2;
  background-position: left;
}
@media only screen and (max-width: 876px) {
  .header__user {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
  .header__user-login {
    border: 1px solid #8A40FF;
  }
}

@media only screen and (max-width: 876px) {
  body.menu-open .header__menu {
    left: 0;
  }
  body.menu-open .header__burger::before, body.menu-open .header__burger::after {
    background-color: #fff;
    -webkit-transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    transition: top 0.15s linear, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
    -o-transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear;
    transition: top 0.15s linear, transform 0.15s linear 0.15s, background 0.3s linear, -webkit-transform 0.15s linear 0.15s;
  }
  body.menu-open .header__burger:before {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  body.menu-open .header__burger:after {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.banner {
  padding: 19.7rem 0 12.6rem;
  max-width: 144rem;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .banner {
    padding: 8rem 0 5rem;
  }
}
.banner__title {
  max-width: 43rem;
}
@media only screen and (max-width: 1200px) {
  .banner__title {
    max-width: 100%;
  }
}
.banner__container {
  overflow: visible;
}
@media only screen and (max-width: 1200px) {
  .banner__container {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
    text-align: center;
  }
}
.banner__content {
  width: 50rem;
  max-width: 100%;
}
.banner__content p {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 876px) {
  .banner__content p {
    max-width: 60rem;
    margin: 1.2rem auto 0;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__content {
    margin: 0 auto;
    width: 100%;
    padding: 0 1.6rem;
  }
}
.banner__bttns {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 1200px) {
  .banner__bttns {
    justify-content: center;
  }
}
@media only screen and (max-width: 876px) {
  .banner__bttns {
    margin-top: 1.2rem;
  }
}
@media only screen and (max-width: 576px) {
  .banner__bttns {
    margin-top: 2rem;
    flex-direction: column;
  }
}
.banner__stats {
  margin-top: 75px;
}
@media (max-width: 1260px) {
  .banner__stats {
    margin-top: calc(20px + 55 * ((100vw - 375px) / 885));
  }
}
@media only screen and (max-width: 1200px) {
  .banner__stats {
    width: 50rem;
    max-width: 100%;
    margin: 5rem auto 0;
  }
}
.banner__img {
  position: absolute;
  display: none;
  box-shadow: 10px 4px 52px -9 px rgba(0, 0, 0, 0.47);
  display: none;
}
.banner__img.img-1 {
  top: -3rem;
  left: 50%;
}
.banner__img.img-2 {
  top: -5rem;
  left: 65%;
}
.banner__img.img-3 {
  right: 2rem;
  top: 7rem;
  z-index: 2;
}
.banner__img.img-4 {
  top: 44rem;
  right: -1rem;
}
.banner__img.img-5 {
  right: 16rem;
  z-index: 1;
  top: 17rem;
}
@media only screen and (min-width: 1200px) {
  .banner__img {
    display: block;
  }
}
.banner__img-mobile {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .banner__img-mobile {
    display: block;
  }
}
.banner__img-mobile img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.stats {
  padding: 2.4rem 4.7rem;
  background: rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(2px);
  box-shadow: 10px 10px 52px -9px rgba(0, 0, 0, 0.75);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 576px) {
  .stats {
    padding: 1.4rem 1.7rem;
  }
}
.stats__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1260px) {
  .stats__wrap {
    gap: calc(10px + 30 * ((100vw - 375px) / 885));
  }
}
@media only screen and (max-width: 576px) {
  .stats__wrap {
    flex-direction: column;
  }
}
.stats__item {
  color: #fff;
  text-align: center;
  padding: 0 1rem;
}
.stats__item h4 {
  font-family: "Ruda";
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
}
.stats__item p {
  margin: 0;
  line-height: 2.2rem;
}
@media only screen and (max-width: 576px) {
  .stats__item {
    width: 100%;
    padding: 2rem 1rem;
  }
  .stats__item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.521);
  }
}

.story {
  max-width: 144rem;
  margin: 0 auto;
  z-index: 2;
}
.story__container {
  z-index: 2;
}
.story__header {
  display: flex;
  align-items: center;
  gap: 123px;
}
@media (max-width: 1260px) {
  .story__header {
    gap: calc(20px + 103 * ((100vw - 375px) / 885));
  }
}
.story__header p {
  max-width: 29.1rem;
}
@media only screen and (max-width: 1200px) {
  .story__header {
    flex-direction: column;
    gap: 2rem;
    align-items: start;
  }
}
.story__slider {
  margin-top: 5rem;
  min-height: 40rem;
}
.story__slider-wrapper.swiper-wrapper {
  height: auto !important;
  display: flex;
  align-items: center !important;
}
.story__slide {
  text-align: center;
  user-select: none;
  overflow: hidden;
  transition: width 0.3s linear;
  width: max-content;
}
.story__slide-views {
  margin-top: 3rem;
  color: #D7D7D7;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
}
.story__slide-img {
  max-height: 16rem;
  display: flex;
  justify-content: center;
  transition: all 0.3s linear;
}
@media only screen and (max-width: 876px) {
  .story__slide-img {
    justify-content: start;
  }
}
.story__slide-img.main {
  background: linear-gradient(112.28deg, rgba(198, 34, 228, 0.4) 2.22%, rgba(109, 26, 241, 0.4) 96.94%);
}
.story__slide-img.cyan {
  background-color: #03050b;
}
.story__slide-img.dark-gray {
  background-color: #20232a;
}
.story__slide-img.light-gray {
  background-color: #050608;
}
.story__slide-img img {
  max-width: 100%;
  object-fit: cover;
}
.story__slide-stats {
  position: absolute;
  right: 0;
  top: 50%;
  width: 17.6rem;
  height: 16rem;
  padding: 2.4rem;
  padding-right: 4rem;
  background: #232323;
  border-radius: 80px 0px 0px 80px;
  transition: all 0.3s linear 3s;
  transform: translate(100%, -60%);
}
.story__slide-stats span {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 50%;
  width: 11.2rem;
  height: 11.2rem;
  border: 1px solid #FFFFFF;
  transform: rotate(-31.38deg);
}
@media only screen and (max-width: 576px) {
  .story__slide-stats {
    display: block;
    background: none;
    padding: 0;
    top: -2rem;
    right: -2rem;
    transform: translate(0);
    width: max-content;
  }
  .story__slide-stats span {
    margin: 0;
    background: #232323;
  }
}
.story__slide.slide.slider__review.swiper-slide.swiper-slide-active {
  width: 62rem !important;
  height: 40rem !important;
  max-width: 100%;
  overflow: hidden;
}
.story__slide.slide.slider__review.swiper-slide.swiper-slide-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.9);
  animation: progress 10s linear 2s;
}
.story__slide.slide.slider__review.swiper-slide {
  transition: width 1.2s linear;
}
.story__slide.swiper-slide-prev {
  opacity: 0;
}
.story__slide.swiper-slide-active > .story__slide-img {
  max-height: none;
  justify-content: start;
  height: 100%;
}
.story__slide.swiper-slide-active > .story__slide-views {
  display: none;
}
.story__slide.swiper-slide-active > .story__slide-stats {
  transform: translate(0%, -60%);
}
@media only screen and (max-width: 576px) {
  .story__slide.swiper-slide-active > .story__slide-stats {
    transform: translate(0);
  }
}
.story__slide.swiper-slide-active > .story__slide-img > img {
  mix-blend-mode: hard-light;
  height: 100%;
}
.story__rellax {
  position: absolute;
  z-index: 2;
}
.story__rellax-1 {
  bottom: -20rem;
  left: 10%;
}
.story__rellax-2 {
  z-index: 4;
  width: 20rem;
  height: 20rem;
  right: 2rem;
  bottom: -40rem;
}
.story__rellax-2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 576px) {
  .story__rellax-2 {
    bottom: 8rem;
  }
}

@keyframes progress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
    transition-delay: 1s;
  }
}
.features {
  z-index: 2;
}
.features__wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(337px, 1fr));
  background: #211538;
  border-radius: 0.8rem;
  margin-top: 10rem;
  padding: 0 2rem;
  gap: 0.4rem;
}
@media only screen and (max-width: 576px) {
  .features__wrap {
    margin-top: 5rem;
  }
}
.features__item {
  padding: 4.8rem 4.1rem 4.8rem;
  text-align: center;
  transition: all 0.3s linear;
  border-radius: 8px;
  user-select: none;
  border: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
}
@media (max-width: 374px) {
  .features__item {
    padding: 2rem;
    max-width: 90%;
  }
}
@media (any-hover: hover) {
  .features__item:hover {
    transform: translateY(-5rem) scale(1.05);
    background: #301C49;
    border-color: rgba(197, 34, 228, 0.3);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
}
.features__item:active {
  background: #301C49;
  border-color: rgba(197, 34, 228, 0.3);
  transform: translate(0);
  box-shadow: none;
}
.features__item h4 {
  margin: 2.4rem 0 1.6rem;
  line-height: 3.3rem;
}

.gallery {
  overflow: hidden;
  z-index: 2;
}
.gallery__wrap {
  z-index: 2;
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 4rem;
}
@media (max-width: 374px) {
  .gallery__wrap {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.gallery__item {
  border: 1px solid rgba(197, 34, 228, 0.7098039216);
  padding: 2.4rem;
  user-select: none;
  transition: all 0.2s linear !important;
}
.gallery__item:hover {
  box-shadow: 1px 9px 19px -7px rgba(0, 0, 0, 0.58);
}
@media (max-width: 374px) {
  .gallery__item {
    padding: 0.8rem;
  }
  .gallery__item[data-aos^=fade][data-aos^=fade] {
    opacity: 1;
  }
}
.gallery__item-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(92px, 232px));
  grid-row-gap: 1.6rem;
  grid-column-gap: 1.8rem;
}
.gallery__item-img {
  transition: all 0.3s linear;
  z-index: 2;
  overflow: hidden;
  border-radius: 0.4rem;
}
.gallery__item-img span {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid #FFFFFF;
}
.gallery__item-img:first-child {
  grid-row: span 3;
  grid-column: span 2;
}
.gallery__item-img img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gallery__item-bottom {
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}
.gallery__item-info h5 {
  margin-bottom: 1.2rem;
}
.gallery__bttn {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
.gallery__rellax {
  z-index: 1;
  position: absolute;
  z-index: 3;
  bottom: 33rem;
  right: 10%;
}

.seller__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.seller__header > .seller__slider-bttn {
  position: static;
  transform: translate(0);
  display: none;
}
.seller__header > .seller__slider-bttn-next {
  transform: rotate(180deg);
}
@media (max-width: 1160px) {
  .seller__header > .seller__slider-bttn {
    display: flex;
  }
}
.seller__slider {
  height: 30rem;
}
.seller__slider-bttn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  background: linear-gradient(112.28deg, rgba(198, 34, 228, 0.4) 2.22%, rgba(109, 26, 241, 0.4) 96.94%);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.seller__slider-bttn.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.1);
}
.seller__slider-bttn-prev {
  left: -12rem;
}
.seller__slider-bttn-next {
  right: -12rem;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1300px) {
  .seller__slider-bttn-prev {
    left: -6rem;
  }
  .seller__slider-bttn-next {
    right: -6rem;
  }
}
@media (max-width: 1160px) {
  .seller__slider-bttn {
    position: static;
  }
}
.seller__slide {
  height: calc((100% - 36px) / 2) !important;
}
.seller__slide-wrap {
  padding: 2.4rem;
  display: flex;
  gap: 2rem;
  align-items: center;
  background: rgba(217, 217, 217, 0.08);
  border-radius: 0.4rem;
}
.seller__slide-wrap h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.seller__slide-wrap p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.seller__wrap {
  max-width: 102rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.seller__bttns {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1160px) {
  .seller__bttns {
    display: none;
  }
}
.seller__rellax {
  width: 50rem;
  height: 50rem;
  position: absolute;
  bottom: -100rem;
  max-width: 100%;
}
@media only screen and (max-width: 876px) {
  .seller__rellax {
    width: 40%;
  }
}
.seller__rellax img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog__wrap {
  margin-top: 5.6rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(337px, 1fr));
  grid-gap: 3.8rem;
}
@media (max-width: 374px) {
  .blog__wrap {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
}
.blog__item {
  padding: 2.4rem;
  padding-bottom: 3.7rem;
  border: 1px solid rgba(90, 25, 244, 0.6392156863);
  max-width: 38.8rem;
  border-radius: 0.4rem;
  height: max-content;
  margin: 0 auto;
}
@media (max-width: 374px) {
  .blog__item {
    padding: 1.2rem;
    min-width: 100%;
  }
}
.blog__item-img {
  border-radius: 0.4rem;
  overflow: hidden;
}
.blog__item-img img {
  max-width: 100%;
  object-fit: cover;
}
.blog__item-wrap {
  display: flex;
  flex-direction: column;
}
.blog__item-header {
  margin: 1.7rem 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog__item-header h4 {
  display: flex;
  align-items: center;
  gap: 1.4rem;
  background: linear-gradient(95.85deg, #BA21E7 5.52%, #BB21E6 95.11%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-size: 1.6rem;
}
.blog__item-header p {
  font-size: 1.4rem;
}
.blog__item-info h5 {
  font-size: 1.8rem;
  font-weight: 600;
}
.blog__item-info p {
  font-size: 1.4rem;
  margin-top: 1.6rem;
}
.blog__item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2.6rem;
}
.blog__item-bttn {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
.blog__user {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}
.blog__user-bttn {
  padding: 0.5rem;
  transition: all 0.2s ease;
}
.blog__user-bttn:hover {
  transform: translateY(-3px);
}
.blog__rellax {
  position: absolute;
  right: 20%;
  top: 20rem;
}
@media only screen and (max-width: 576px) {
  .blog__rellax {
    top: 70rem;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}
.social li a {
  width: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.6rem;
  background: linear-gradient(132.51deg, rgba(117, 114, 217, 0.6) 2.66%, rgba(214, 47, 195, 0.6) 78.97%, rgba(185, 89, 198, 0.6) 98.66%);
  border-radius: 0.4rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}
.social li a:hover {
  transform: scale(1.1);
}
.social li a:hover img {
  transform: scale(1.2);
}
.social li a img {
  transition: all 0.2s ease;
  pointer-events: none;
}
.social li a:active {
  transform: scale(1);
}

.footer {
  padding: 7.4rem 0;
  color: #fff;
}
.footer .container {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media (max-width: 1200px) {
  .footer .container {
    flex-direction: column;
  }
}
.footer h2 {
  font-family: "Ruda";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.1rem;
}
.footer__info {
  max-width: 31.4rem;
}
.footer__info p {
  margin-top: 2.4rem;
}
@media (max-width: 1200px) {
  .footer__info {
    max-width: 100%;
  }
}
.footer__menu {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 876px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu-item {
  width: 100%;
  padding: 0 1rem;
}
@media (max-width: 876px) {
  .footer__menu-item {
    padding: 1rem 0 0;
  }
  .footer__menu-item + .footer__menu-item {
    margin-top: 2rem;
    border-top: 1px solid rgb(255, 255, 255);
  }
}
.footer__menu-item ul li[data-spoller] {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
}
@media (max-width: 876px) {
  .footer__menu-item ul li[data-spoller] {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    gap: 2rem;
    cursor: pointer;
  }
  .footer__menu-item ul li[data-spoller]._spoller-active::after {
    transform: rotate(180deg);
  }
  .footer__menu-item ul li[data-spoller]::after {
    content: "";
    background-image: url("https://cdn-icons-png.flaticon.com/512/271/271210.png");
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
}
.footer__menu-item ul li[data-spoller] + ul {
  margin-top: 2.4rem;
}
.footer__menu-item ul li a {
  display: flex;
  padding: 1rem 0;
  transition: all 0.2s ease;
}
.footer__menu-item ul li a:hover {
  color: rgb(49, 146, 226);
}
.footer__menu-item ul li + li {
  margin-top: 1rem;
}
.footer__menu hr {
  margin: 1rem 0;
}
@media (min-width: 876px) {
  .footer__menu hr {
    display: none;
  }
}
.footer__social {
  margin-top: 3.2rem;
}
.footer__contact {
  max-width: 30rem;
}
.footer__contact p {
  margin-top: 2.4rem;
}
.footer__contact form {
  margin-top: 2.4rem;
}
.footer__contact form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 100%;
  border: 0.6px solid #EA00AD;
  border-radius: 0.4rem;
}