* {
  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%;
  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: "Outfit", sans-serif;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: #000 url(/wp-content/themes/jomelitho/img/bg.webp) no-repeat top/cover;
}
@media (max-width: calc(768px - 1px)) {
  body {
    background: #000 url(/wp-content/themes/jomelitho/img/mobile-bg.webp) no-repeat top/cover;
  }
}

.lock {
  overflow: hidden;
}

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

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

[class*=__title] {
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
}
@media (max-width: calc(768px - 1px)) {
  [class*=__title] {
    font-size: 40px;
  }
}

[class*=__text] {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

.container {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.container-second {
  max-width: 1370px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  flex: 1 1 auto;
}

section {
  scroll-margin-top: 200px;
  margin-bottom: 192px;
}
@media (max-width: calc(768px - 1px)) {
  section {
    margin-bottom: 96px;
  }
}

@media (max-width: calc(576px - 1px)) {
  .img {
    width: 100%;
  }
}

.btn {
  display: flex;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #6b4dfd;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
}

.btn-border {
  display: flex;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #6b4dfd;
  background: #29232f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: fit-content;
}

@media (max-width: calc(768px - 1px)) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: calc(768px - 1px)) {
  .mobile {
    display: block;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 1116px;
  display: flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  border-radius: 12px;
  background: #000;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.cookies__text {
  margin-bottom: 15px;
  color: #fff;
}
.cookies__btns {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
@media (max-width: calc(768px - 1px)) {
  .cookies__btn {
    width: 100%;
  }
}

.footer {
  padding: 42px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.footer__content-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.footer__content {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer__menu {
  display: flex;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu a {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: calc(576px - 1px)) {
  .footer__content-img {
    width: 100%;
  }
}
.footer__address {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.footer__address-content {
  display: flex;
  gap: 6px;
  align-items: center;
}
.footer__address-content h4, .footer__address-content a {
  color: #fff;
}
.footer__social {
  display: flex;
  gap: 16px;
}
.footer__text {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  background: rgba(0, 0, 0, 0.5);
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}
.header__logo {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: calc(768px - 1px)) {
  .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%);
    background: #fff;
  }
  .menu__icon_active::before {
    top: 50%;
    transform: rotate(-45deg) translate(0px, -50%);
    background: #fff;
  }
  .menu__icon_active::after {
    bottom: 50%;
    transform: rotate(45deg) translate(0px, 50%);
    background: #fff;
  }
}
@media (max-width: calc(768px - 1px)) {
  .menu__body {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 100px 15px 0;
    border-radius: 0 0 80px 80px;
    background: #04011C;
    transition: left 0.3s ease 0s;
    overflow: auto;
  }
  .menu__body_active {
    left: 0;
    border-radius: 0;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 16;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: calc(768px - 1px)) {
  .menu__list {
    flex-direction: column;
    margin-bottom: 140px;
  }
}
.menu__link {
  color: #fff;
  font-weight: 700;
}

.hero {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .hero {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.hero__card {
  display: inline-flex;
  padding: 48px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: rgba(31, 33, 76, 0.3);
  box-shadow: 16px -16px 16px 0 rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(4px);
  max-width: 642px;
}
.hero__card p {
  margin-bottom: 48px;
}
.hero__content {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}
.hero__content img {
  position: absolute;
  top: 190px;
  right: 0px;
  z-index: -1;
  border-radius: 12px;
}
@media (max-width: calc(768px - 1px)) {
  .hero__content img {
    position: static;
    width: 100%;
  }
}

.play__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
.play__content .play__text {
  margin-bottom: 32px;
}
.play__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
.play__card {
  max-width: 356px;
  display: flex;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  border-radius: 12px;
  border: 1px solid #6b4dfd;
  background: rgba(31, 33, 76, 0.3);
  backdrop-filter: blur(4px);
}

.why .play__card {
  max-width: 546px;
}

.weekly .play__card {
  max-width: 546px;
}

.faq .play__card {
  max-width: 100%;
}

.games {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .games {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.games .play__text {
  text-align: center;
}
.games .play__cards {
  margin-bottom: 48px;
}
.games__text {
  text-align: center;
}
.games__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.games__cards img {
  max-width: 356px;
  width: 100%;
}

.game {
  padding-top: 176px;
  margin-bottom: 180px;
}
@media (max-width: calc(768px - 1px)) {
  .game {
    padding-top: 96px;
    margin-bottom: 48px;
  }
}
.game .hero__card {
  max-width: 736px;
}
@media (max-width: calc(768px - 1px)) {
  .game .hero__content {
    align-items: center;
    gap: 10px;
  }
}
.game .hero__content img {
  max-width: 454px;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: calc(768px - 1px)) {
  .game .hero__content img {
    transform: translate(0);
  }
}

.privacy {
  padding: 84px 0;
  margin-top: 84px;
  margin-bottom: 0;
}
.privacy h2 {
  margin-bottom: 16px;
}

/*# sourceMappingURL=style.css.map */
