@import url("https://fonts.googleapis.com/css2?family=Anta&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 {
  font-family: "Inter", sans-serif;
}

.lock {
  overflow: hidden;
}

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

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

.main {
  flex: 1 1 auto;
}

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

.h2 {
  color: #1C1C1C;
  font-family: Anta;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

[class*=__text] {
  color: #1C1C1C;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
}
[class*=__text] a {
  color: #1C1C1C;
}

.btn {
  color: #151515;
  font-family: Anta;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #000;
  background: #7CFFC0;
  padding: 22px 60px;
  display: inline-block;
}

.btn-white {
  color: #151515;
  font-family: Anta;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 8px;
  border: 1px solid #000;
  background: #FFF;
  padding: 22px 60px;
  display: inline-block;
}

.white {
  color: #fff !important;
}

.black {
  color: #280A48 !important;
}

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

.header {
  position: fixed;
  width: 100%;
  z-index: 60;
  background: #FFF;
}
.header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  gap: 15px;
}
@media (max-width: 767px) {
  .header__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #FF9500;
  font-family: Anta;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 429px) {
  .header__menu {
    gap: 10px;
  }
}
.header__menu a {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
}

.footer {
  padding: 20px 0;
  background: #fff;
}
.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
}
.footer__social {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer__txt {
  color: #151515;
  font-size: 14px;
  font-weight: 500;
}
.footer .header__menu a {
  color: #151515;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .footer .header__menu {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  padding: 20px;
  width: 100%;
  max-width: 500px;
  background: #ECF0FE;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.cookies__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cookies__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cookies__title {
  color: #1C124B;
  font-family: Anta;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}
.cookies__btns {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.cookies__btn {
  width: 100%;
}

.hero {
  margin: 72px 0 0;
  padding: 120px 0 110px;
  background: url(/wp-content/themes/trexanora/img/img-1.webp) no-repeat center/cover;
}
@media (max-width: 767px) {
  .hero {
    margin: 112px 0 0;
  }
}
.hero__content {
  max-width: 448px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.hero__title {
  color: #FFF;
  font-family: Anta;
  font-size: 96px;
  font-weight: 400;
  line-height: 88%;
  text-transform: uppercase;
}
.hero__title span {
  color: #7CFFC0;
}
.hero__link {
  width: -moz-fit-content;
  width: fit-content;
}

.gaming {
  padding: 80px 0;
}
.gaming__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.gaming__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .gaming__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .gaming__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gaming__img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.gaming__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.popular {
  background: #1C124B;
  padding: 60px 0;
}
@media (max-width: 1023px) {
  .popular .contact__row {
    flex-direction: column;
  }
}
.popular__images {
  max-width: 580px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 575px) {
  .popular__images {
    grid-template-columns: repeat(2, 1fr);
  }
}

.jump {
  padding: 60px 0;
}
.jump_about {
  padding: 80px 0 0;
}
.jump .contact__text {
  color: #151515;
}
.jump .contact__link {
  margin: 0;
}

.contact {
  background: #1C124B;
  padding: 60px 0;
}
.contact__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__row {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 991px) {
  .contact__row {
    flex-direction: column;
    gap: 30px;
  }
}
.contact__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact__text {
  color: #fff;
}
@media (max-width: 575px) {
  .contact__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .contact__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact__link {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.games {
  margin: 72px 0 0;
  padding: 60px 0 90px;
  background: #1C124B;
}
@media (max-width: 767px) {
  .games {
    margin: 112px 0 0;
  }
}
.games__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.games__title {
  color: #FFF;
  font-family: Anta;
  font-size: clamp(50px, 9vw, 80px);
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
}
.games__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 895px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .games__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .games__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.games__card {
  position: relative;
  z-index: 1;
  border-radius: 34px;
  overflow: hidden;
}
.games__card p {
  color: #FFF;
  font-family: Anta;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  position: absolute;
  padding: 18px 28px;
  background: #A72B2B;
  z-index: 2;
  opacity: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.games__card:hover p {
  opacity: 1;
}
.games__img {
  max-width: 285px;
  width: 100%;
}
.games__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.games__link {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.game {
  margin: 72px 0 0;
  padding: 60px 0 90px;
  background: #1C124B;
}
@media (max-width: 767px) {
  .game {
    margin: 112px 0 0;
  }
}
.game__content {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.game__row {
  display: flex;
  gap: 45px;
}
@media (max-width: 991px) {
  .game__row {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
}
.game__column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__text {
  color: #fff;
}
.game__link {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .game__img {
    width: -moz-fit-content;
    width: fit-content;
  }
  .game__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.game__subcolumn {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.game__sublink {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.game__subrow {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 767px) {
  .game__subrow {
    flex-direction: column;
    align-items: center;
  }
}
.game__subimg {
  width: -moz-fit-content;
  width: fit-content;
}
.game__subimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.privacy {
  margin: 72px 0 0;
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .privacy {
    margin: 112px 0 0;
  }
}
.privacy__title {
  color: #24150F;
  font-family: Anta;
  font-size: 42px;
  font-weight: 400;
  line-height: 115%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.privacy__text {
  color: #24150F;
  font-size: 16px;
  font-weight: 400;
}