@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,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 {
  font-family: "Bebas Neue", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[class*=__text] {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.h1 {
  color: #FF91E7;
  font-size: 96px;
  font-weight: 400;
  line-height: 90%;
}

.h2 {
  color: #FEFCF9;
  font-size: 64px;
  font-weight: 400;
  line-height: 90%;
}

.h3 {
  color: #FFF;
  font-size: 32px;
  font-weight: 400;
  line-height: 90%;
}

.btn {
  color: #211C20;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 54px;
  background: #FF91E7;
  box-shadow: 0 0 104px 0 #FF91E7;
  padding: 20px 48px;
  display: inline-block;
}

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

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

.white {
  color: #FFF !important;
}

.header {
  position: fixed;
  top: 56px;
  width: 100%;
  z-index: 60;
}
.header_top {
  top: 24px;
}
.header_bg {
  background: #211C20;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10.9px 0 rgba(0, 0, 0, 0.25);
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 40;
  color: #FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 1.92px;
  text-transform: capitalize;
}
.header__btn {
  color: #211C20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  border-radius: 30px;
  background: #FF91E7;
  padding: 12px 48px;
}
@media (max-width: 575px) {
  .header__btn {
    display: none;
  }
}

@media (max-width: 575px) {
  .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: 575px) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 164px 15px 0;
    background: #211C20;
    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: 72px;
}
@media (max-width: 991px) {
  .menu__list {
    gap: 40px;
  }
}
@media (max-width: 575px) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__link {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}

.footer {
  margin: 24px 0;
}
.footer__content {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 767px) {
  .footer__content {
    padding: 32px 14px;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .footer__row {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
.footer__address {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 575px) {
  .footer__address {
    align-items: center;
  }
  .footer__address p,
  .footer__address a {
    text-align: center;
  }
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer__menu a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
}
.footer__social {
  max-width: 232px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 575px) {
  .footer__social {
    align-items: center;
  }
  .footer__social p {
    text-align: center;
  }
}
.footer__social-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 52px;
  color: #FFF;
  text-align: center;
  font-size: clamp(60px, 16vw, 207px);
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 16.54px;
  text-transform: capitalize;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__logo {
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    font-size: 59px;
    font-weight: 400;
    letter-spacing: 4.745px;
  }
}
.footer__logo a {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .footer__logo img {
    max-width: 150px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer__logo img {
    max-width: 100px;
  }
}
@media (max-width: 575px) {
  .footer__logo img {
    width: 60px;
    height: 60px;
  }
}
.footer__txt {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 64px;
  max-width: 850px;
  width: 100%;
  background: #211C20;
}
@media (max-width: 767px) {
  .cookies {
    padding: 20px;
  }
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookies__title {
  color: #FEFCF9;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
}
.cookies__text {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.cookies__btns {
  display: flex;
  gap: 8px;
  margin: 32px 0 0;
}
@media (max-width: 767px) {
  .cookies__btns {
    flex-direction: column;
  }
}
.cookies__btn {
  color: #211C20;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  border: 1px solid transparent;
  border-radius: 40px;
  background: #FF91E7;
  padding: 20px 0;
  width: 100%;
}
.cookies__btn_sub {
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
}

.hero {
  margin: 24px 0 0;
}
.hero__content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 207px 32px 199px;
  position: relative;
}
.hero__column {
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.hero__text {
  margin: 12px 0 32px;
  text-align: center;
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.hero__blur {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.hero__img {
  position: absolute;
}
@media (max-width: 767px) {
  .hero__img {
    width: 160px;
    height: 224px;
    z-index: 2;
  }
  .hero__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hero__img_left {
  left: 0;
  bottom: 35px;
}
@media (max-width: 767px) {
  .hero__img_left {
    bottom: 400px;
  }
}
.hero__img_right {
  right: 0;
  bottom: 35px;
}
@media (max-width: 767px) {
  .hero__img_right {
    bottom: 400px;
  }
}

.community__content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 991px) {
  .community__content {
    flex-direction: column;
  }
}
.community__text {
  margin: 12px 0 32px;
}
@media (max-width: 991px) {
  .community__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .community__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.catallog {
  margin: 115px 0 0;
}
@media (max-width: 575px) {
  .catallog {
    margin: 104px 0 0;
  }
}
.catallog__content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
.catallog__column {
  max-width: 576px;
}
.catallog__text {
  margin: 12px 0 32px;
}
.catallog__link {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.catallog__images {
  position: relative;
  z-index: 2;
}
@media (max-width: 575px) {
  .catallog__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .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;
}

.info__row {
  display: flex;
  gap: 40px;
  margin: 32px 0 0;
}
@media (max-width: 991px) {
  .info__row {
    flex-direction: column;
  }
}
.info__column {
  max-width: 352px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 991px) {
  .info__column {
    max-width: 100%;
  }
}
.info__card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 118px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
}
.info__card_first {
  background: url(/wp-content/themes/velorinth/img/blur-2.svg) no-repeat bottom right;
}
.info__card_second {
  background: url(/wp-content/themes/velorinth/img/blur-3.svg) no-repeat top right;
}
.info__card_third {
  background: url(/wp-content/themes/velorinth/img/blur-4.svg) no-repeat bottom left;
}
.info__card_four {
  background: url(/wp-content/themes/velorinth/img/blur-5.svg) no-repeat top left;
}
.info__card-main {
  padding: 24px;
}
.info__card-main .play-game__number {
  margin-bottom: 115px;
}
@media (max-width: 575px) {
  .info__card-main .play-game__number {
    gap: 71px;
  }
}
.info__img {
  margin: auto 0;
}
@media (max-width: 991px) {
  .info__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .info__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.select__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.select__row {
  display: flex;
  gap: 16px;
}
@media (max-width: 1439px) {
  .select__row {
    flex-wrap: wrap;
  }
}
.select__card {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.select__card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.select__card a {
  position: absolute;
  inset: 0;
}

.games {
  margin: 115px 0 0;
}
@media (max-width: 575px) {
  .games {
    margin: 104px 0 0;
  }
}
.games__content {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 56px;
}
@media (max-width: 991px) {
  .games__content {
    flex-direction: column;
  }
}
.games__text {
  max-width: 422px;
  width: 100%;
  margin: 12px 0 32px;
}
@media (max-width: 991px) {
  .games__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .games__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.play-game__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 991px) {
  .play-game__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .play-game__img {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .play-game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.play-game__column {
  max-width: 548px;
  width: 100%;
}
@media (max-width: 991px) {
  .play-game__column {
    max-width: 100%;
  }
}
.play-game__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.play-game__card {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 115px;
  overflow: hidden;
}
.play-game__card_firs {
  background: url(/wp-content/themes/velorinth/img/blur-2.svg) no-repeat bottom right/contain;
}
.play-game__card_second {
  background: url(/wp-content/themes/velorinth/img/blur-3.svg) no-repeat top right/contain;
}
@media (max-width: 575px) {
  .play-game__card {
    gap: 71px;
  }
}
.play-game__number {
  color: #FF91E7;
  font-size: 32px;
  font-weight: 400;
  line-height: 90%;
}
.play-game__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.privacy {
  margin: 170px 0 80px;
}
@media (max-width: 575px) {
  .privacy {
    margin: 130px 0 50px;
  }
}
.privacy__title {
  color: #FEFCF9;
  font-size: 40px;
  font-weight: 400;
  line-height: 90%;
  letter-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 48px;
}
@media (max-width: 575px) {
  .privacy__title {
    font-size: 32px;
    margin-bottom: 12px;
  }
}