@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background: transparent;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background: #000;
}

.lock {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  background: #000;
}

[class*=__container] {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.main {
  flex: 1 1 auto;
}

.title {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: clamp(28px, 5vw, 50px);
  font-weight: 500;
  line-height: 120%;
}

.btn {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  white-space: nowrap;
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 136.257%;
  letter-spacing: -0.54px;
  text-transform: capitalize;
  padding: 14px 40px;
  border-radius: 100px;
  background: #009EA9;
}

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

.white {
  color: #fff !important;
}

section {
  scroll-margin-top: 260px;
}

@font-face {
  font-family: "KyivType Sans";
  src: url(/wp-content/themes/aelvyrcrest/assets/fonts/KyivTypeSans-Regular-.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivType Sans";
  src: url(/wp-content/themes/aelvyrcrest/assets/fonts/KyivTypeSans-Bold-.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivType Sans";
  src: url(/wp-content/themes/aelvyrcrest/assets/fonts/KyivTypeSans-Medium-.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "KyivType Sans";
  src: url(/wp-content/themes/aelvyrcrest/assets/fonts/KyivTypeSans-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 60;
}
.header_scroll {
  background: #000;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 20px;
  color: #FFF;
  text-align: center;
  font-family: "KyivType Sans";
  font-size: 30px;
  font-style: normal;
  font-weight: 350;
  line-height: 136.257%;
  letter-spacing: -0.9px;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .menu__icon {
    display: flex;
    align-items: center;
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
  }
  .menu__icon span, .menu__icon::before, .menu__icon::after {
    right: 0;
    position: absolute;
    height: 10%;
    width: 100%;
    transition: all 0.3s ease 0s;
    background: #fff;
  }
  .menu__icon::before, .menu__icon::after {
    content: "";
    height: 2px;
  }
  .menu__icon::before {
    top: 8px;
  }
  .menu__icon::after {
    bottom: 8px;
    height: 2px;
  }
  .menu__icon span {
    height: 2px;
    top: 50%;
    transform: scale(1) translate(0px, -50%);
  }
  .menu__icon_active span {
    transform: rotate(45deg) scale(0) translate(0px, -50%);
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
  }
}
@media (max-width: 767px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    background: #000;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767px) {
  .menu__list {
    flex-direction: column;
    gap: 20px;
  }
}
.menu__link {
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 136.257%;
  letter-spacing: -0.54px;
  text-transform: capitalize;
}

.footer {
  padding: 80px 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__menu {
  display: flex;
  flex-direction: column;
}
.footer__menu a {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.footer__address {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.footer__address a {
  color: #FFF;
}
@media (max-width: 767px) {
  .footer__address {
    text-align: center;
  }
}
.footer__line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 51.44%, rgba(153, 153, 153, 0) 100%);
  width: 100%;
  height: 1px;
  margin: 40px 0;
}
.footer__title {
  color: #FFF;
  text-align: center;
  font-family: "KyivType Sans";
  font-size: clamp(46px, 12vw, 150px);
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}
.footer__blur {
  position: absolute;
  z-index: -1;
}
.footer__blur_left {
  left: 0;
  top: 0;
  height: 100%;
}
.footer__blur_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__blur_right {
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  .footer__blur_right {
    right: -200px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  background: #009EA9;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 50px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .cookies__title {
    font-size: 30px;
  }
}
.cookies__text {
  color: #D9D9D9;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
}
.cookies__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cookies__btn {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  line-height: 136.257%;
  letter-spacing: -0.54px;
  text-transform: capitalize;
  border-radius: 100px;
  background: #000;
  padding: 14px 40px;
}

.hero {
  margin: 61px 0 0;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .hero {
    padding: 40px 0;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767px) {
  .hero__content {
    gap: 20px;
  }
}
.hero__row {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .hero__row {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero__title {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: clamp(40px, 6vw, 80px);
  font-weight: 350;
  line-height: 120%;
  letter-spacing: -2.4px;
  text-transform: capitalize;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .hero__title {
    letter-spacing: -1.2px;
  }
}
@media (max-width: 767px) {
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__text {
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.54px;
  max-width: 562px;
}
.hero__link {
  margin: 0 auto;
}
.hero__blur {
  position: absolute;
  z-index: -1;
}
.hero__blur_left {
  left: 0;
  top: 0;
}
.hero__blur_right {
  bottom: 0;
  right: 0;
}

.gateway {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .gateway {
    padding: 40px 0;
  }
}
.gateway__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gateway__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1149px) {
  .gateway__row {
    grid-template-columns: repeat(1, 1fr);
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.gateway__card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 362.59px;
  height: 362.59px;
  position: relative;
  z-index: 2;
}
.gateway__card img {
  position: absolute;
  z-index: -1;
}
.gateway__card img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gateway__card h3 {
  color: #FFF;
  text-align: center;
  font-family: "KyivType Sans";
  font-size: 44px;
  font-weight: 500;
  line-height: 132%;
}
.gateway__card p {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  line-height: 132%;
  max-width: 302px;
}
.gateway__line {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 145px;
}
@media (max-width: 1149px) {
  .gateway__line {
    display: none;
  }
}
.gateway__text {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  line-height: 132%;
}
.gateway__text span {
  color: #009EA9;
}
.gateway__blur {
  position: absolute;
  z-index: -1;
}
.gateway__blur_left {
  top: 0;
  left: 0;
}
.gateway__blur_right {
  bottom: 0;
  right: 0;
}

.about {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .about {
    padding: 40px 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.about__accardeon {
  padding-bottom: 20px;
  border-bottom: 2px solid #009EA9;
}
.about__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__name {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 24px;
  font-weight: 500;
}
.about__arrow {
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
.about__accardeon.active .about__arrow {
  transform: rotate(180deg);
}
.about__text {
  color: #D9D9D9;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  max-width: 980px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, margin-top 0.3s ease;
  margin-top: 0;
}
.about__accardeon.active .about__text {
  max-height: 300px;
  opacity: 1;
  margin-top: 16px;
}
.about__blur {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}

.info {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .info {
    padding: 40px 0;
  }
}
.info__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.info__title {
  color: #FFF;
  text-align: center;
  font-family: "KyivType Sans";
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
}
.info__blur {
  position: absolute;
  z-index: -1;
}
.info__blur_left {
  top: 0;
  left: 0;
}
.info__blur_right {
  right: 0;
}

.block {
  position: relative;
  padding: 46px;
  max-width: 868px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .block {
    padding: 30px;
  }
}
.block::before, .block::after,
.block .block__corners::before,
.block .block__corners::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-color: #fff;
  border-style: solid;
}
.block::before {
  top: 0;
  left: 0;
  border-width: 2px 0 0 2px;
}
.block::after {
  top: 0;
  right: 0;
  border-width: 2px 2px 0 0;
}
.block .block__corners::before {
  bottom: 0;
  left: 0;
  border-width: 0 0 2px 2px;
}
.block .block__corners::after {
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
}

.collection {
  margin: 61px 0 0;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .collection {
    padding: 40px 0;
  }
}
.collection__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collection__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .collection__row {
    flex-direction: column;
  }
}
.collection__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.collection__text {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  line-height: 132%;
}
.collection__text span {
  color: #009EA9;
}
.collection__games {
  display: flex;
  align-items: center;
  gap: 8px;
}
.collection__column {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.collection__subrow {
  display: flex;
  gap: 8px;
}
.collection__blur {
  position: absolute;
  z-index: -1;
}
.collection__blur_left {
  left: 0;
  top: 0;
}
.collection__blur_right {
  right: 0;
  bottom: 0;
}

.collection-info {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .collection-info {
    padding: 40px 0;
  }
}
.collection-info__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 767px) {
  .collection-info__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.collection-info__content_main {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .collection-info__content_main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .collection-info__content_main {
    grid-template-columns: repeat(1, 1fr);
  }
}
.collection-info__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.collection-info__card h2 {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 24px;
  font-weight: 500;
}
.collection-info__card p {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
}
.collection-info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game {
  margin: 61px 0 0;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .game {
    padding: 40px 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.game__row {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .game__row {
    flex-direction: column-reverse;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.game__text {
  color: #FFF;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
  line-height: 132%;
}
@media (max-width: 575px) {
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.privacy {
  margin: 61px 0 0;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .privacy {
    padding: 40px 0;
  }
}
.privacy__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 991px) {
  .privacy__content {
    gap: 20px;
  }
}
.privacy__text {
  color: #D9D9D9;
  font-family: "KyivType Sans";
  font-size: 18px;
  font-weight: 350;
}
.privacy__text a {
  color: #D9D9D9;
}