@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&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 {
  font-family: "Sora", sans-serif;
}

.lock {
  overflow: hidden;
}

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

.main {
  flex: 1 1 auto;
}

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

[class*=__text] {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: -0.48px;
}

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

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

.header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 60;
  background: #000;
}
.header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  gap: 14px;
}
.header__logo {
  position: relative;
  z-index: 40;
  display: flex;
  align-items: center;
  gap: 10px;
}
.header__logo p {
  display: flex;
  color: #FFF;
  font-size: 26.667px;
  font-weight: 100;
  line-height: 40px;
  letter-spacing: -0.267px;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 43px;
}
.header__menu a {
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.42px;
}

.footer {
  padding: 85px 0 40px;
  background-image: url(/wp-content/themes/lumverith/img/blur-2.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__name {
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: "Playfair Display";
  font-size: clamp(70px, 15vw, 200px);
  font-style: italic;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -6px;
  margin-bottom: 219px;
}
@media (max-width: 767px) {
  .footer__name {
    margin-bottom: 20px;
  }
}
.footer__content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  .footer__content {
    gap: 20px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__row {
    flex-direction: column;
    gap: 20px;
  }
}
.footer__item {
  display: flex;
  align-items: center;
  gap: 100px;
}
@media (max-width: 767px) {
  .footer__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.footer__column h3 {
  color: #FFF;
  font-family: Poppins;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  opacity: 0.5;
}
.footer__column p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.footer__subcolumn {
  display: flex;
  flex-direction: column;
}
.footer__subcolumn a {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__social a {
  display: inline-block;
  padding: 19px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
}
.footer__subrow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer__subrow {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.footer__txt {
  color: #BBB;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
.footer__menu {
  display: flex;
  align-items: center;
  gap: 53px;
}
.footer__menu a {
  color: #BBB;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}
@media (max-width: 575px) {
  .footer__menu {
    gap: 20px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 40px;
  max-width: 800px;
  width: 100%;
  border-radius: 20px;
  border: 3px solid #FA2889;
  background: #000;
}
@media (max-width: 767px) {
  .cookies {
    padding: 40px 20px;
  }
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cookies__title {
  color: #FFF;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cookies__btns {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
@media (max-width: 575px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 60px;
  border-radius: 100px;
  background: #FFF;
  border: 1px solid transparent;
}
.cookies__btn_sub {
  color: #fff;
  border: 1px solid #FFF;
  background: #000;
}
@media (max-width: 575px) {
  .cookies__btn {
    width: 100%;
  }
}

.hero {
  margin: 114px 0 0;
  padding: 40px 0;
  background: url(/wp-content/themes/lumverith/img/bg.webp) no-repeat center/cover;
}
.hero__content {
  display: flex;
  flex-direction: column;
  gap: 129px;
}
@media (max-width: 991px) {
  .hero__content {
    gap: 60px;
  }
}
.hero__content_game {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.hero__row {
  display: flex;
  align-items: flex-start;
  gap: 43px;
}
@media (max-width: 991px) {
  .hero__row {
    flex-direction: column;
    gap: 10px;
  }
}
.hero__title {
  color: #FFF;
  font-family: "Playfair Display";
  font-size: clamp(40px, 14vw, 150px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -4.5px;
  width: 100%;
}
.hero__title span {
  display: block;
  margin-left: auto;
  color: #FFF;
  text-align: right;
  font-size: clamp(40px, 14vw, 140px);
  font-style: normal;
  letter-spacing: -4.2px;
}
.hero__img {
  border-radius: 10px;
  overflow: hidden;
  max-width: 250px;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__text {
  text-align: center;
}
.hero__text_game {
  text-align: center;
  max-width: 638px;
  margin: 0 auto;
}
.hero__label {
  color: #808080;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hero__label span {
  width: 20px;
  height: 0.833px;
  background: #808080;
}
.hero__link {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 833px;
  border: 1px solid #474747;
  background: #FFF;
  padding: 10px 20px 10px 40px;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 13px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.hero__icon {
  border-radius: 50%;
  background: #111;
  padding: 7px;
}
.hero__column {
  max-width: 638px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.hero__scroll {
  padding: 7px 34px;
  border-radius: 83px;
  background: rgba(255, 255, 255, 0.1);
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.about {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .about {
    padding: 40px 0;
  }
}
.about__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.about__title {
  color: #FFF;
  text-align: center;
  font-size: clamp(32px, 5vw, 53px);
  font-weight: 400;
  line-height: 53px;
  letter-spacing: -1.59px;
  max-width: 838px;
}
.about__title span {
  color: #868686;
}
.about__text {
  max-width: 815px;
  text-align: center;
}
.about__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
@media (max-width: 767px) {
  .about__row {
    flex-direction: column;
  }
}
.about__card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 252px;
}
@media (max-width: 767px) {
  .about__card {
    max-width: 100%;
  }
}
.about__number {
  color: #FFF;
  font-size: clamp(50px, 6vw, 83px);
  font-weight: 400;
  letter-spacing: -3.32px;
}
.about__txt {
  color: #BBB;
  font-family: Sora;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.14px;
}

.game {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .game {
    padding: 40px 0;
  }
}
.game__content {
  position: relative;
  z-index: 2;
}
.game__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .game__row {
    flex-direction: column;
    gap: 20px;
  }
}
.game__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 347px;
}
@media (max-width: 767px) {
  .game__item {
    max-width: 100%;
  }
}
.game__title {
  color: #FFF;
  font-size: 53.333px;
  font-weight: 400;
  line-height: 60px;
  letter-spacing: -1.067px;
}
.game__title span {
  font-family: "Playfair Display";
  font-style: italic;
}
.game__label {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
  max-width: 273px;
}
@media (max-width: 767px) {
  .game__label {
    max-width: 100%;
  }
}
.game__label p {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.65px;
  border-radius: 879px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 10px;
  height: 50px;
}
.game__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .game__grid {
    gap: 7px;
  }
}
.game__card {
  position: relative;
}
.game__card a {
  position: absolute;
  inset: 0;
}
.game__img {
  border-radius: 33px;
  overflow: hidden;
}
.game__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.game .about__title {
  margin: 40px auto 0;
}
.game__blur {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .game__blur {
    bottom: -40px;
  }
}

.awards {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .awards {
    padding: 40px 0;
  }
}
.awards__blur {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.awards__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.awards .game__title {
  text-align: center;
  margin-top: 20px;
}
.awards__column {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.awards__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.833px solid #333;
  padding: 14px 0;
}
@media (max-width: 991px) {
  .awards__card {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.awards__name {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.2px;
  max-width: 388px;
  width: 100%;
}
@media (max-width: 991px) {
  .awards__name {
    max-width: 100%;
  }
}
.awards__text {
  max-width: 360px;
}
@media (max-width: 991px) {
  .awards__text {
    max-width: 100%;
  }
}

.catallog {
  margin: 114px 0 0;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .catallog {
    padding: 40px 0;
  }
}
.catallog__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.catallog__title {
  color: #FFF;
  text-align: center;
  font-size: 53.333px;
  font-weight: 400;
  line-height: 53.333px;
  letter-spacing: -1.6px;
}
.catallog__title span {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
}
.catallog__game {
  position: relative;
  z-index: 2;
  display: flex;
}
.catallog__card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.catallog__card a {
  position: absolute;
  inset: 0;
}
.catallog__card:nth-child(2) {
  margin: 57px 0 0 -82px;
}
.catallog__card:nth-child(3) {
  margin: 113px 0 0 -82px;
}
.catallog__card:nth-child(4) {
  margin: 170px 0 0 -82px;
}
.catallog__card:nth-child(5) {
  margin: 228px 0 0 -82px;
}
.catallog__card:nth-child(6) {
  margin: 284px 0 0 -82px;
}
.catallog__img {
  max-width: 250px;
  width: 100%;
}
.catallog__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catallog__blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.catallog__text {
  max-width: 800px;
}
.catallog__link {
  display: flex;
  align-items: center;
  gap: 13px;
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 13px;
  border-radius: 833px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px 10px 40px;
}
.catallog__icon {
  border-radius: 50%;
  background: #FFF;
  padding: 7px;
}

.privacy {
  margin: 114px 0 0;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .privacy {
    padding: 40px 0;
  }
}
.privacy__title {
  color: #FFF;
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  line-height: 53.333px;
  letter-spacing: -1.5px;
  margin-bottom: 40px;
}
.privacy__title span {
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 500;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.privacy__blur {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}