:root {
  --main-bg-color: #f5e3c9;
  --text-color: 132 50 37;
  --secondary-text-color: #fff;
  /*  bonus-banner */
  --menu-left-color: #f5e3c9;
  --text-left-color: #fff;
  --footer-background1: #232325;
  --footer-background2: #313131;

  --main-color: #000;
  /* titles, icons */
  --secondary-color-2: #bd7852;
  /* table cells bg */

  --border-color: rgb(132 50 37);
  --link-color: #0094ec;

  /* --burger-bg: #041823; */
  --burger-item: #ffffff;
  ;

  /* buttons */
  --main-btn-bg: #e89f22;
  --main-btn-border: ;
  --main-btn-text-color: #fff;
  --secondary-btn-bg: #4ac5f9;
  --secondary-btn-color: #fff;
  --secondary-btn-border: #c4c9da;
  /* end buttons */
}

@font-face {
  font-family: "Source-Sans";
  font-style: normal;
  font-display: swap;
  src: url("../fonts/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.woff2");
}

body,
main {
  background: rgb(16 11 7);
  background-size: 100% auto;
  font-family: Arial, Helvetica, sans-serif;
}

#banner {
  padding: 0;
}

.main-banner {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  padding: 0 2rem;
  overflow: hidden;
  background: url(/wp-content/templates/Lizaro/images/banner.webp);
  background-size: cover;
  background-position: center;
}

.main-banner-media {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-banner-media img {
  width: 405px;
  max-width: 405px !important;
  height: auto;
}

.main-banner-content {
  padding: 0;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  text-align: center;
  max-width: 500px;
  z-index: 3;
}

.main-banner-content h1,
h1 {
  font-family: "Source-Sans", sans-serif;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 35px;
}

.description__title,
.description__detail {
  font-family: "Source-Sans", sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 8px;
  font-weight: bold;
}

.description__title {
  font-size: 22px;
  font-weight: 900;
  padding: 2px  4px;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 2px 2px 4px #251C33;
}

.description__detail {
  font-size: 32px;
  color: #ffffff;
  text-shadow: 2px 2px 4px #251C33;

  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.2;
}

.btn-link {
  text-decoration: none;
  color: inherit;
  padding: 8px 0;
}

.btn {
  /* color: #0d1015;
  border: none; */
  cursor: pointer;
  font-weight: 700;
  line-height: 1.15;
  font-family: "Source-Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1.2px;
  transition: filter 0.2s ease-in-out;
}

.bonus-btn {
  background: linear-gradient(to bottom, #ffd13b, #ff9f00);
  border: 3px solid #7a3b00;
  border-radius: 8px;
  color: #2b1b00;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  padding: 12px 32px;
  box-shadow: 0 4px 0 #5c2b00, inset 0 1px 0 #ffe480;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn:hover {
  filter: brightness(0.9);
}

@media (max-width: 767px) {
  .main-banner__preview {
    border-radius: 16px;
  }

  .description__title {
    font-size: 20px;
  }

  .main-banner-register {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .main-banner .button-main {
    bottom: 10px;
    left: 10px;
    width: 120px;
    height: 35px;
    width: fit-content;
  }

  .main-banner-content {
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .bonus-btn {
    font-size: 22px;
    padding: 15px 40px;
  }

  /* .main-banner-content h1 {
    margin-top: 200px;
  } */
}

.popular-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
  list-style: none;
}

.popular-list li {
  width: calc(100% / 7 - 18px + 18px / 7);
}

.popular-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  text-decoration: none;
}

.popular-list__logo {
  width: 100%;
  height: auto;
  border-radius: 10px;
  /** aspect-ratio: 1 / 1; **/
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.popular-list__title {
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--text-color);
}

.popular-list a:hover .popular-list__title {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .popular-list li {
    width: calc(100% / 4 - 18px + 18px / 4);
  }

  .popular-list__title {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .popular-list {
    gap: 15px;
  }

  .popular-list li {
    width: calc(100% / 3 - 11px);
  }

  .popular-list__title {
    font-size: 12px;
  }
}

.bonus-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 2px solid var(--border-color);
}

.bonus-banner hr {
  width: 2px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-color: var(--border-color);
  border-style: solid;
}

.bonus-banner__logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 18px;
}

.bonus-banner__logo {
  width: 136px;
  height: auto;
}

.bonus-banner__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 18px;
}

.bonus-banner__info-top {
  margin-bottom: 8px;
  font-size: 18px;
  text-align: center;
  color: var(--secondary-text-color);
}

.bonus-banner__info-center {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: var(--text-color);
}

.bonus-banner__info-bottom {
  max-width: 258px;
  font-size: 16px;
  color: var(--secondary-text-color);
  text-align: center;
}

.bonus-banner__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 18px;
}

.bonus-banner__rating-text {
  margin-top: 10px;
  font-size: 18px;
  color: var(--secondary-text-color);
  text-align: center;
}

.bonus-banner__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 18px;
  row-gap: 14px;
}

.bonus-banner__links a {
  width: 163px;
  height: 48px;
}

@media (max-width: 991px) {
  .bonus-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 24px;
    padding: 30px 20px;
  }

  .bonus-banner__info {
    max-width: 258px;
  }

  .bonus-banner__logo-wrapper,
  .bonus-banner__info,
  .bonus-banner__rating,
  .bonus-banner__links {
    padding: 0;
  }

  .bonus-banner hr {
    width: 134px;
    height: 2px;
    margin: 0 auto;
  }

  .bonus-banner__links a {
    width: 280px;
  }
}

.bonuses__wrapper {
  position: relative;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slider__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.bonuses-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 388px;
  height: 242px;
  padding: 26px;
  border-radius: 16px;
}

.bonuses-card>* {
  z-index: 1;
}

.bonuses-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.bonuses-card__text {
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}

.bonuses-card__title {
  margin-bottom: 19px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
}

.bonuses-card .button-main {
  width: 110px;
}

.slider__controls {
  position: absolute;
  top: -40px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.slider__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.slider__control path {
  color: var(--main-color);
}

.slider__control:disabled path {
  color: var(--border-color);
}

.slider__control--right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bonuses__see-btn {
  display: none;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--main-color);
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .slider {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    scroll-padding: 2rem;
  }

  .slider__inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

  @supports (scroll-behavior: smooth) {
    .slider--snap {
      -ms-scroll-snap-type: y proximity;
      scroll-snap-type: y proximity;
    }

    .slider__inner>* {
      scroll-snap-align: start;
    }
  }
}

@media (max-width: 767px) {
  .slider__controls {
    top: -30px;
  }

  .bonuses__see-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .slider__control {
    display: none;
  }

  .slider__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 24px;
    width: 100%;
  }

  .bonuses-card {
    width: 100%;
    max-width: 320px;
    height: 200px;
    padding: 19px 23px;
  }

  .bonuses-card:nth-child(n + 4) {
    display: none;
  }

  .bonuses__wrapper.show-all .bonuses-card:nth-child(n + 4) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .bonuses-card__text {
    margin: 0;
  }

  .bonuses-card__title {
    font-size: 28px;
    line-height: 32px;
  }
}

.games-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 16px;
  list-style: none;
}

.games-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 334px;
  border-radius: 16px;
  padding-bottom: 22px;
  border: 2px solid var(--border-color);
  background: var(--secondary-color);
}

.games-list__item-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 14px 14px 0 0;
}

.games-list__item-title {
  padding: 0 22px;
  margin: 20px 0 8px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  text-align: center;
}

.game-list__item-text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 22px;
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--secondary-text-color);
  text-align: center;
}

.games-list__item .button-main {
  width: 140px;
}

@media (max-width: 767px) {
  .games-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .games-list__item {
    width: 320px;
  }
}

.reviews-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  list-style: none;
}

.reviews-item__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
}

.reviews-list .stars-rating {
  margin-bottom: 20px;
}

.reviews-item__content {
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color);
}

* {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-top: 24px;
}

.button-main,
.button-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  padding: 0 15px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  /* text-transform: uppercase; */
  font-family: "Source-Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 1.2px;
}

.button-main,
.button-secondary {
  position: relative;
  display: inline-grid;
  align-items: center;
  justify-items: center;
  justify-content: center;
  grid-auto-flow: column;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.5s;
}

@media (max-width:500px) {
  .button-main {
    font-size: 14px;
    padding: 5px 8px;
    height: 40px;
  }

  .aside-menu .button-main {
    height: 55px;
    padding: 15px;
  }
}

/* .button-main {
  color: var(--main-btn-text-color);
  background: var(--main-btn-bg);
  border: 1px solid var(--main-bg-border);
} */

.button-secondary {
  background: linear-gradient(to bottom, #ffd13b, #ff9f00);
  border: 3px solid #7a3b00;
  border-radius: 8px;
  color: #2b1b00;
  font-weight: 900;
  font-size: 20px;
  font-family: 'Georgia', serif;
  text-transform: uppercase;
  padding: 12px 32px;
  box-shadow: 0 4px 0 #5c2b00, inset 0 1px 0 #ffe480;
  text-shadow: 1px 1px 2px rgba(255,255,255,0.4);
  cursor: pointer;
  transition: all 0.2s ease;
}

.button-main:hover,
.button-secondary:hover {
  filter: brightness(0.7);
  color: #2b1b00;
}

.main-content {
  /* default */
  /* padding: 27px 0 0 301px; */

  /* updated */
  padding: 0 0 0 301px;
}

.main-content section {
  padding: 2rem;
}

.main-content>* {
  line-height: 28px;
}

.main-content h2:not([class]) {
  font-size: 25px;
  font-weight: 700;
  margin: 18px 0;
  text-transform: capitalize;
}

.main-content h3:not([class]) {
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.main-content h4:not([class]) {
  font-size: 18px;
  font-weight: 900;
}

.main-content h5:not([class]) {
  font-size: 21px;
}

.main-content ul:not([class]),
.main-content ol:not([class]) {
  padding-left: 25px;
}

.main-content ul:not([class]):not(:last-child),
.main-content ol:not([class]):not(:last-child),
.main-content p:not([class]):not(:last-child),
.main-content img:not([class]):not(:last-child) {
  margin-bottom: 8px;
}

.main-content img:not([class]) {
  max-width: 100%;
  height: auto;
}

.aside-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  padding: 10px;
  background: rgb(57 40 26);
}

.aside-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.aside-menu__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.aside-menu__logo img {
  width: 150px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 1rem 0;
}

.aside-menu .button-main {
  margin-bottom: 12px;
  font-size: 18px;
  height: 60px;
  padding: 10px 20px;
}

/* .aside-menu .button-main,
.aside-menu .button-secondary {
  width: 65%;
} */

.desktop-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  padding: 0.5rem 5px 0;
  row-gap: 20px;
  margin-top: 20px;
  list-style: none;
  width: 100%;
  height: 100%;
}

.desktop-menu li {
  width: 100%;
}

.desktop-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  font-family: "Source-Sans", Arial, Helvetica, sans-serif;
  padding: 0 10px;
}

.aside-list-icon {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.expand-item__list a {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

.desktop-menu a,
.expand-item__list a {
  position: relative;
  text-decoration: none;
  color: #ffffff;
}

.desktop-menu a::after,
.expand-item__list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: rgb(100 77 59);
  transition: width 0.3s ease;
}

.desktop-menu a:hover,
.expand-item__list a:hover {
  color: #ffffff;
}

.desktop-menu a:hover::after,
.expand-item__list a:hover::after {
  width: 100%;
}



.expand-item .aside-menu__list-item {
  cursor: pointer;
}

.expand-item__list {
  display: none;
  list-style: none;
  padding-left: 35px;
  padding-top: 10px;
  row-gap: 5px;
}

.expand-item .aside-menu__list-item:after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  background: var(--text-color);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.expand-item.expanded .aside-menu__list-item:after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.expand-item.expanded .expand-item__list {
  display: block;
}

footer {
  padding-top: 50px;
  background: #100b07;
}

.footer-wrapper {
  padding-left: 301px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer-wrapper h2 {
  color: #ffffff;
  padding: 25px 5px 0;
  text-transform: capitalize;
  font-weight: 700;
}

.footer-top {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 5px;
}

.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 5px;
  padding: 30px 40px 25px;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 25px 40px 30px;
  /* background: var(--footer-background2); */
  /* border-bottom: 1px solid #000; */
}

.footer-nav__list {
  width: 100%;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  row-gap: 19px;
  list-style: none;
}

.footer-nav__list li {
  padding: 8px 0;
  text-align: center;
}

.footer-nav__list a {
  font-size: 16px;
  font-weight: 500;
  color: #c4c9da;
  text-decoration: none;
}

.footer-nav__list a:hover {
  text-decoration: underline;
}

.footer-att {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 26px 20px;
  /* background: var(--footer-background2); */
}

.footer-att__text {
  margin: 0 6px 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #f5f5f5;
  text-align: center;
}

.footer-bottom {
  width: 100%;
  padding: 9px 15px;
  font-size: 12px;
  line-height: 32px;
  color: #f5f5f5;
  text-align: center;
}

.overlay {
  visibility: hidden;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5e3c96e;
}

header {
  position: sticky;
  top: 0;
  height: 90px;
  padding: 20px 0;
  z-index: 10;
  display: flex;
  align-items: center;
  background: rgb(57 40 26);
}

.header-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px;
}

.header-logo {
  max-height: 55px;
}

.header-burger,
.close-menu {
  background: var(--burger-bg) center;
  background-repeat: no-repeat;
  background-size: contain;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 10px;
}

.close-menu {
  position: absolute;
  top: 18px;
  right: 14px;
}

.menu-open .overlay {
  visibility: visible;
}

.menu-open .aside-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  z-index: 12;
}

.auth-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  width: 100%;
  height: 80px;
  background: var(--main-bg-color);
  border-top: 1px solid var(--border-color);
  z-index: 10;
}

.auth-bottom a {
  width: 100%;
  max-width: 200px;
}

@media (min-width: 1900px) {

  main,
  .footer-wrapper {
    max-width: 1900px;
    margin: 0 auto;
  }

  /* .aside-menu {
    left: auto;
  } */
}

@media (min-width: 1200px) {
  header {
    display: none;
  }

  .close-menu {
    display: none;
  }
}

@media (max-width: 1199px) {
  .aside-menu {
    padding-top: 45px;
    overflow: auto;
    min-height: 100vh;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .desktop-menu {
    margin-top: 24px;
  }

  .footer-wrapper,
  .main-content {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .auth-bottom {
    display: none;
  }
}

@media (max-width: 767px) {
  /* .main-content>* {
    line-height: 26px;
  } */

  /* .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  } */

  .main-content h2:not([class]) {
    font-size: 22px;
  }

  .main-content h3:not([class]) {
    font-size: 18px;
  }

  .main-content h4:not([class]) {
    font-size: 21px;
  }

  .main-content h5:not([class]) {
    font-size: 18px;
  }

  .main-content h2:not([class]),
  .main-content h3:not([class]),
  .main-content h4:not([class]),
  .main-content h5:not([class]) {
    margin-bottom: 10px 0;
  }

  .main-content ul:not([class]):not(:last-child),
  .main-content ol:not([class]):not(:last-child),
  .main-content p:not([class]):not(:last-child),
  .main-content table:not([class]):not(:last-child),
  .main-content img:not([class]):not(:last-child) {
    margin-bottom: 10px;
  }

  .footer-top {
    padding: 36px 28px 20px;
  }

  .footer-nav__list {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.download-app-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  width: 100%;
  max-width: 300px;
  height: 48px;
  margin: 20px auto;
  border: 1px solid #fff;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.download-app-btn:hover {
  opacity: 0.7;
}

.aside-menu nav {
  height: 100%;
}

.aside-menu .download-app-btn {
  margin-top: auto;
  margin-bottom: 5px;
}

.header-burger svg {
  max-width: 40px;
  max-height: 40px;
}

p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.active123 .aside-menu__list-item {
  color: #000 !important;
  pointer-events: none !important;
}

.payments-image,
.payments-image-bottom {
  border-radius: 16px;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.payments-image {
  width: 100px;
  height: 80px;
  padding: 10px;
}

.payments-image-bottom {
  width: 100px;
  height: 80px;
  padding: 0;
}

.payments-image img {
  width: 100%;
  height: 100%;
}

.payments-image:hover,
.payments-image-bottom:hover {
  background-color: rgba(255, 255, 255, 0.178);
  transition: background-color 0.5s ease;
}

.top-games-section {
  padding: 15px 20px 56px;
}

.top-games-section .container {
  display: block;
  max-width: 1920px;
  width: 100%;
  margin: 0px auto;
}
.section-title {
  font-size: 25px;
  font-weight: 700;
  color: rgb(196 184 175);
  text-align: center;
  padding: 25px 0 15px;
  text-transform: capitalize;
}

.top-games-section--slider._mobile {
  overflow: hidden;
}

.top-games-section--slider {
  position: relative;
}

.top-games-section--scroll {
  display: grid;
  grid-template-columns: repeat(6, 190px) 16px;
  column-gap: 16px;
  overflow-x: auto;
  margin-top: 10px;
  justify-content: center;
  padding: 0px 16px 20px;
}

.top-games-section--scroll {
  overflow-x: auto;
}

@media (max-width: 1600px) {
  .top-games-section--scroll {
    justify-content: flex-start;
  }
}

.top-games-section--elem {
  display: grid;
}

.grid-games--item {
  transition: transform 0.3s;
}

@media screen and (min-width: 540px) {
  .grid-games--item {
    grid-column: unset;
  }
}

.top-games-section--scroll::-webkit-scrollbar {
  height: 8px;
}

.top-games-section--scroll::-webkit-scrollbar-thumb {
  background-color: rgb(100 77 59);
  border-radius: 10px;
}

.top-games-section--scroll::-webkit-scrollbar-track {
  background-color: #282828;
  border-radius: 10px;
}

.games--inner img {
  border-radius: 4px;
}

.game-title {
  font-weight: 500;
  text-align: left;
  font-family: "Source-Sans", sans-serif;
  letter-spacing: 1px;
  color: rgb(196 184 175);
}

.games--mob-link {
  text-decoration: none;
}

.multilang-nav {
  width: 100%;
  background: var(--footer-background2);
  border-bottom: 1px solid #c4c9da;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 25px 10px;
}

.lang-switcher__nav {
  display: block;
}

.lang-switcher__list {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.lang-switcher__lang {
  margin: 0 10px;
}

.lang-switcher__lang a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
}

.lang-switcher__lang img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.title-separator {
  width: 100%;
  background: rgb(100 77 59);
  height: 2px;
  border-radius: 5px;
}

.mobile-grid {
  margin-top: 30px;
  text-align: center;
  padding: 0.5rem !important;
}

.mob-link {
  display: inline-block;
  width: 196px;
  height: 54px;
  color: transparent;
  border-radius: 16px;
}

.android-app {
  background: url(/wp-content/templates/Lizaro/images/android.svg) center center no-repeat;
  background-size: cover;
}

.appstore {
  background: url(/wp-content/templates/Lizaro/images/app-store.svg) center center no-repeat;
  background-size: cover;
}

.page-table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page-table table {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(100 77 59);
  border-collapse: collapse;
  overflow-x: scroll;
}

.page-table table tbody,
.page-table table thead {
  display: block;
  font-size: 14px;
  width: 100%;
}

.page-table table tr {
  display: flex;

  justify-content: space-between;

  align-items: inherit;
  border-bottom: 1px solid rgb(100 77 59);
}

.page-table table th {
  color: #f5f5f5;
  font-size: 14px;
  font-weight: 600;
}

.page-table table td,
.page-table table th {
  width: 100%;
  padding: 13px 10px;
  border-right: 1px solid rgb(100 77 59);
  hyphens: auto;
  min-width: 110px;
  display: table-cell;
  text-align: left;
  line-height: 1.5;
  color: rgb(196 184 175);
}

.page-table-inner {
  margin: 20px 0;
}

.page-table-inner table {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgb(132 50 37);
  border-collapse: collapse;
  overflow-x: scroll;
}

.page-table-inner table tbody,
.page-table-inner table thead {
  display: block;
  font-size: 16px;
  width: 100%;
  background-color: #cfb080c9;
}

.page-table-inner table tr {
  display: flex;

  justify-content: space-between;

  align-items: inherit;
  border-bottom: 1px solid black;
}

.page-table-inner table th {
  font-weight: bold;
}

.page-table-inner table td,
.page-table-inner table th {
  width: 100%;
  padding: 13px 10px;
  border-right: 1px solid black;
  word-break: break-all;
  min-width: 110px;
  display: table-cell;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.page-txt {
  color: rgb(196 184 175);
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.page-txt h2 {
  color: rgb(196 184 175);

}

.page-txt h3 {
  color: rgb(196 184 175);
  margin: 11px 0;
  font-weight: 500;
}

.page-txt p {
  color: rgb(196 184 175);
}
.page-img,
.page-img-2 {
  width: 100%;
  display: flex;

  margin-bottom: 1rem;
}

.page-img {
  flex-direction: column;
  align-items: center;
}

.page-img-2 {
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.page-img-2 img {
  width: 28%;
}

.underline-txt {
  text-decoration: underline;
}

@media screen and (max-width: 799.9px) {
  .page-table-inner table {
    width: 100%;
  }
}

.mobile-overlay {
  display: none;
}

@media screen and (max-width: 879.9px) {
  .main-banner {
    background: url(../images/banner.webp);
    background-position: center top;
    flex-direction: column-reverse;
    justify-content: center;
    height: 450px;
    padding: 1.5rem 0;
  }

  /* .mobile-overlay {
    display: block;
    position: absolute;
    background: linear-gradient(180deg, #2d02023d, #2d02024e 45%, #2d020266);
    z-index: 2;
    height: 100%;
    width: 100%;
  } */

  .main-banner-media img {
    position: absolute;
    z-index: 1;
    top: -55px;
  }

  .main-banner-content {
    align-items: center;
    text-align: center;
    /* margin-top: 150px; */
    padding: 8px;
    z-index: 3;
  }

  .page-table table {
    width: 100%;
  }
}

@media screen and (max-width: 529.9px) {
  .header-logo {
    max-height: 30px;
  }
}

@media screen and (max-width: 499.9px) {
  .main-content section {
    padding: 0 1.4rem;
  }

  .table-section {
    padding: 1rem 0.6rem !important;
  }

  .mobile-grid {
    padding: 0 !important;
  }

  .header-wrapper {
    padding: 10px 14px !important;
  }

  .container {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 20px;
  }

  .main-banner-content h1,
  h1 {
    font-size: 30px;
  }

}

@media screen and (max-width: 509.9px) {
  .mob-link {
    width: 140px;
    height: 45px;
  }
}

.page-table table tr:first-child {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.header-btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

/* .header-btns .button-main {
  font-size: 12px;
} */

.main-banner-content h1,
h1 {
  font-family: "Source-Sans", sans-serif;
  letter-spacing: 1.6px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  font-size: 40px;
  text-shadow: 2px 2px 4px #251C33;

}

@media (max-width:445px) {

  .header-btns {
    gap: 5px;
  }

  /* .header-btns .button-main {
    height: 45px;

  } */

  /* .header-logo {
    max-height: 30px;
  } */
  .main-banner-content h1,
  h1 {
    font-size: 32px;
  }
}

.section-plack {
  /* max-width: 1180px; */
  margin: 0px auto;
  padding: 2rem;
  border-radius: 10px;
  border: 2px solid #78F0F8;
  color: #fff;
  background: transparent;
}

.section-plack .elementor-heading-title {
  color: #fff;

  font-weight: 600;
  margin: 0;
}

.manager-widget-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  color: #fff;
  /* padding: 15px; */
}

.manager-widget-photo {
  /* width: 15%; */
  margin-right: 20px;
  border-radius: 8px;
}

.manager-widget-photo img {
  border-radius: 8px;
}

.manager-widget-content {
  width: 70%;
}

.manager-widget-text {
  color: #fff;
  padding-top: 1rem;
}

.manager-widget-controls {
  width: 4%;
  margin-top: 1%;
  margin-left: 8px;
}

@media screen and (max-width: 719.9px) {
  .manager-widget-main {
    flex-direction: column;
    align-items: center;
  }

  .manager-widget-content {
    width: 100%;
  }

  .manager-widget-text {
    padding-bottom: 1rem;
  }

  .manager-widget-controls {
    margin-left: 0;
    width: 100px;
  }

  .social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 0 10px;
  }
}

.menu li,
a {
  list-style: none;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}

.menu li,
a:hover {
  color: #78F0F8;
}

.main-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.desktop-video {
  display: block;
}

.mobile-video {
  display: none;
}

@media (max-width: 768px) {

  .desktop-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .section-title {
    font-size: 22px;
  }
}

.footer-menu ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-menu li {
  margin: 8px 0;
  width: 100%;
  text-align: center;
}

.footer-menu a {
  text-decoration: none;
  color: #f5f5f5;
}

@media (min-width: 768px) {
  .footer-menu ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .footer-menu li {
    text-align: center;
    min-width: 350px;
  }
}