@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Nunito";
  src: url("../fonts/Nunito/Nunito-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.main-navigation {
  display: flex;
  align-items: center;
}
.custom-logo {
  max-height: 40px;
}
.menu.nav-menu {
  display: flex;
  align-items: center;
  gap: 16px;
}
.menu-item {
  font-family: Nunito;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #838383;
  padding: 8px 16px;
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;
  border-radius: 16px;
  position: relative;
  background: #070707;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.soon-link > a {
  color: #383838;
  pointer-events: none;
}

.soon-link > a .soon-tag {
  position: absolute;
  top: -4px;
  right: -2px;
  background: linear-gradient(125.2deg, rgba(35, 4, 40, 0.5) 5.27%, rgba(29, 10, 68, 0.5) 102.32%);
  color: #c561ec;
  padding: 2px 4px;
  border-radius: 2px;
  opacity: 1;
  font-family: Nunito;
  font-weight: 600;
  font-size: 10px;
  leading-trim: Cap height;
  line-height: 100%;
  letter-spacing: 0%;
}
.container-content {
  max-width: 1156px;
  margin-right: auto;
}
.slider,
.item-slider {
  min-height: 520px;
}
.item-slider {
  background-size: 100% 100%;
  background-position: center center;
  position: relative;
  background-color: #070707;

  margin-bottom: 80px;
  transition: opacity 0.25s ease-in-out;
}
.site-main {
  padding-top: 60px;
}
.slider-content {
  padding-top: 90px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.slider-big-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
.slider-title {
  color: #bfbfbf;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
}
.slider-content .button {
  margin-top: 60px;
}
.button {
  transition: all 0.3s ease;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
  padding: 17px 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url("../images/gradient-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  border-radius: 16px;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  filter: blur(20px);
  transform: scale(1.2);
  border-radius: inherit;
  background: radial-gradient(circle at 50% 80%, #7d14d0 0%, transparent 60%),
    radial-gradient(circle at 80% 90%, #da259c 0%, transparent 80%),
    radial-gradient(circle at 10% 10%, #6643f2 0%, #00000000 60%);
  border-radius: 16px;
  background-size: 200% 200%;
  animation: morph-glow 8s ease-in-out infinite;
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/gradient.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;

  border-radius: 16px;
  z-index: -1;
  transform: translateY(-4px);
}
a.button {
  color: #ffffff;
  text-decoration: none;
}

@keyframes morph-glow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.slick-current {
  z-index: 10;
}

.slider-image {
  max-width: 280px;
  max-height: 280px;
  bottom: -16px;
  left: -10px;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  will-change: transform, opacity;
  transform: translate(-300px, -200px) rotate(-20deg);
  transition:
    opacity 1s linear,
    transform 1s ease-in-out;
}

.slider-loading .slick-current .slider-image {
  opacity: 0;
  transform: translate(-300px, -200px) rotate(-20deg);
}
#main-slider:not(.slider-loading) .slick-current .slider-image {
  opacity: 1;
  transform: translate(0, 0) rotate(-20deg);
  transition-delay: 0.6s;
  animation: fly-plane 6s ease-in-out 1.6s infinite;
}

@keyframes fly-plane {
  0%,
  100% {
    transform: translate(0, 0) rotate(-20deg);
  }
  50% {
    transform: translate(14px, -10px) rotate(-20deg);
  }
}

.slider-wrap {
  position: relative;
}
.slider-progress-container {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 10;
}

.progress-track {
  width: 24px;
  height: 8px;
  border: 1px solid #6a31a2;
  border-radius: 3px;
  overflow: hidden;
  transition: width 0.3s;
  position: relative;
}

.progress-track.active {
  width: 40px;
}

.progress-fill {
  height: 100%;
  width: 0%;
  background: #6a31a2;
  transition: width ease-in-out;
}
.info-section {
  background: #0c0c0c;
  padding: 36px;
  border-radius: 24px;
}
.info-section-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  max-width: 460px;
}
.info-section-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #bfbfbf;
  margin-top: 95px;
}
.info-section-left {
  max-width: 667px;
}
.info-section-right {
  max-width: 260px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.info-section-wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.info-section-right-text {
  font-weight: 400;
  color: #bfbfbf;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: right;
  max-width: 220px;
  margin-left: auto;
}
.info-section-right-image {
  transform: rotate(17.12deg);
  margin-top: auto;
  max-width: 200px;
}
.info-section-right-image img {
  max-width: 200px;
}
.what-is-it-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.what-is-it-left {
  max-width: 730px;
  width: 100%;
}
.what-is-it-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.what-is-it-section {
  margin-top: 120px;
}
.what-is-it-repeater {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.what-is-it-item {
  background: #0c0c0c;
  border-radius: 24px;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.what-is-it-item-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
}
.what-is-it-item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.divider {
  width: 100%;
  height: 1px;
  background: #3a3a3a;
}
.what-is-it-subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
  margin-top: 40px;
  margin-bottom: 40px;
}
.what-is-it-image {
  max-width: 366px;
  width: 100%;
  position: relative;
}
.what-is-it-image:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(0.9);
  background: #6a31a2;
  filter: blur(140px);
  width: 259px;
  z-index: -1;
  height: 226px;
  animation: blur 4s ease-in-out infinite;
}
@keyframes blur {
  0% {
    transform: translateY(-50%) scale(0.9);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(0.9);
  }
}
.how-to-play {
  padding: 32px;
  background: #0c0c0c;
  margin-top: 120px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}
.how-to-play::before {
  content: "";
  position: absolute;
  right: -50%;
  top: -10%;
  animation: blur 4s ease-in-out infinite;
  background: #6a31a24d;
  filter: blur(60px);
  width: 100%;
  max-height: 260px;
  height: 100%;
  animation: blur 4s ease-in-out infinite;
}
.how-to-play-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how-to-play-left {
  max-width: 780px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.how-to-play-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.how-to-play-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.how-to-play-repeater {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  gap: 16px;
  flex-wrap: wrap;
}
.how-to-play-item {
  position: relative;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #0c0c0c;

  z-index: 0;
  overflow: hidden;
}

.how-to-play-item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.how-to-play-content {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
  padding-bottom: 32px;
  gap: 8px;
}
.how-to-play-percent {
  color: #c561ec;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.how-to-play-repeater-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.how-to-play-repeater-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 8px;
}

.how-to-play-repeater-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.how-to-play-image {
  max-height: 201px;
  height: 100%;
}
.how-to-play-image img {
  height: 100%;
  max-height: 201px;
}
.exaplnation-section {
  margin-top: 120px;
}
.explanation-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.explanation-left {
  max-width: 400px;
  width: 100%;
}
.explanation-right {
  width: 100%;
  max-width: 676px;
}
.explanation-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.explanation-text {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.explanation-text h1,
.explanation-text h2,
.explanation-text h3,
.explanation-text h4,
.explanation-text h5,
.explanation-text h6 {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  line-height: 100%;
  letter-spacing: 0%;
}
.explanation-text p {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.explanation-right .button {
  margin-top: 28px;
  max-width: 185px;
}
.cashout-section {
  margin-top: 120px;
  border-radius: 16px;
  position: relative;
  padding: 32px;
  position: relative;
  overflow: hidden;
  background: #070707;
}
.cashout-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}
.cashout-text {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  max-width: 800px;
}
.cashout-text a {
  color: #ffffff;
  text-decoration: none;
}
.cashout-text p:not(:last-of-type) {
  margin-bottom: 12px;
}
.cashout-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.cashout-section .button {
  margin-top: 40px;
}
.cashout-text {
  margin-top: 20px;
}
.cashout-image {
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: 100%;
}
.cashout-image img {
  width: 100%;
  height: 100%;
}
.explanation-wrapper .button {
  max-width: 220px;
}
.sites-section {
  margin-top: 120px;
  background: #0c0c0c;
  border-radius: 24px;
  padding: 32px;
  overflow: hidden;
}
.sites-right {
  max-width: 340px;
  width: 100%;
}
.sites-title {
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.sites-description {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #bfbfbf;
  margin-top: 20px;
}
.sites-wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  gap: 72px;
}
.sites-wrapper .button {
  max-width: 324px;
  width: 100%;
  background-size: cover;
}
.sites-wrapper .button::before {
  background-size: cover;
}
.sites-left {
  max-width: 100%;
}
.attention-block {
  margin-top: 32px;
  position: relative;
}
.attention-mini-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.attention-description {
  margin-top: 12px;
  background: #151515;
  padding: 20px;
  border-radius: 24px;
  color: #bfbfbf;
  margin-bottom: 32px;
}
.attention-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.attention-item {
  padding: 20px 24px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
  background: #151515;
  position: relative;
  padding-left: 60px;
}
.attention-item:first-of-type {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-top: 12px;
}
.attention-item:last-of-type {
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.attention-item:before {
  content: "";
  position: absolute;
  left: 24px;
  width: 20px;
  height: 20px;
  background-color: #7ed95d;
  border-radius: 50%;
  top: 20px;
}
.attention-bottom-text {
  margin-top: 32px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #bfbfbf;
}
.similar-section {
  margin-top: 120px;
  padding: 32px;
  background: #0c0c0c;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}
.similar-section::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10%;
  background: #6a31a24d;
  width: 100%;
  max-height: 460.4801067311356px;
  height: 100%;
  filter: blur(120px);
  animation: blur 4s ease-in-out infinite;
}
.similar-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.similar-left {
  max-width: 820px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.title {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 100%;
  letter-spacing: 0%;
}
.description {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
}
.similar-games {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.similar-game {
  border-radius: 24px;
  position: relative;
  background: #0c0c0ccc;
  padding: 20px;
  padding-bottom: 40px;
  text-decoration: none;
}
.similar-game::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.similar-game-image {
  max-height: 311px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.similar-game-image img {
  max-height: 311px;
}

.similar-game-title {
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #fff;
  text-transform: capitalize;
}
.similar-game-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 12px;
  color: #838383;
}
.special-section {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.special-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 14px;

  padding: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.special-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 24px;
  position: relative;
  border-radius: 14px;
}
.special-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 541px;
}
.special-section {
  padding-top: 120px;
}
.special-left .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0%;
}
.special-section .description a {
  color: #c561ec;
  text-decoration: none;
}
.special-img {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 477.9593505859375px;
  min-width: 477.9593505859375px;
}

.special-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(153.43deg, #482583 0%, #c165e5 83.33%);
  animation: blur-effect 4s ease-in-out infinite;
  filter: blur(120px);
  max-width: 270px;
  right: 40%;
  max-height: 272px;
  transform: translateY(140%);
  z-index: -1;
}
.special-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ff123c;
  animation: blur-effect 4s ease-in-out infinite;
  filter: blur(120px);
  transform: translateY(140%);
  max-width: 270px;
  right: 0%;
  max-height: 272px;
  z-index: -1;
}
@keyframes blur-effect {
  0% {
    transform: translateY(140%) scale(0.9);
  }
  50% {
    transform: translateY(140%) scale(1.1);
  }
  100% {
    transform: translateY(140%) scale(0.9);
  }
}
.special-img img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 477.9593505859375px;
  min-width: 477.9593505859375px;
  height: 100%;
  max-height: 278.620849609375px;
  min-height: 278.620849609375px;
  bottom: -24px;
}
.custom-sidebar {
  position: sticky;
  top: 10%;
  right: 0;
  width: 100%;
  height: 100%;
}

.custom-sidebar .banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 24px 20px;
  height: 100%;
  max-height: 520px;
  min-height: 520px;
  display: flex;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: clip;
}

.banner-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
}
.banner-description {
  margin-top: 4px;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #ffffff;
}
.banner .black-button {
  margin-top: 16px;
  min-height: 64px;
}
a.black-button {
  color: #ffffff;
}
.black-button {
  transition: all 0.3s ease;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  color: #ffffff;
  padding: 17px 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  position: relative;
  background: url("../images/gradient-2.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 2;
  border-radius: 16px;
  max-width: 100%;
  width: 100%;
}
.black-button::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  filter: blur(20px);
  transform: scale(1.2);
  border-radius: inherit;
  background: radial-gradient(circle at 50% 80%, #7d14d0 0%, transparent 60%),
    radial-gradient(circle at 80% 90%, #da259c 0%, transparent 80%),
    radial-gradient(circle at 10% 10%, #6643f2 0%, #00000000 60%);
  border-radius: 16px;
  background-size: 200% 200%;
  animation: morph-glow 8s ease-in-out infinite;
  max-width: 100%;
  width: 100%;
}
.black-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c0c0c;
  border-radius: 16px;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  transform: translateY(-4px);
}

.sidebar-menu {
  margin-top: 76px;
  position: relative;
}
.sidebar-menu-wrap {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sidebar-menu-item {
  padding: 8px 16px;
  position: relative;
}
.sidebar-menu-item a {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #838383;
}
.sidebar-menu-item a:hover {
  color: #fff;
}
.sidebar-menu-item.active a {
  color: #fff;
}

.underline-path {
  transition: stroke-dashoffset 0.6s ease;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}
.underline-path.animate {
  stroke-dashoffset: 0;
}
.site-footer {
  background: #0c0c0c;
  padding: 40px 0;
  margin-top: 140px;
}
.footer-menus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.site-footer .menu-item {
  padding: 0;
}
.site-footer .menu-item a {
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.footer-menus {
  margin-top: 32px;
}
.footer-menus .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.site-footer .menu-item a:hover {
  text-decoration: underline;
  color: #3f81bd;
}
.footer-socials {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
  margin-top: 32px;
}
.socials-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.socials-list img {
  max-width: 24px;
  max-height: 24px;
}
.site-footer .divider {
  margin: 32px 0;
}
.footer-bottom {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #7b7b7b;
}
.footer-bottom-age {
  font-weight: 700;
}
.footer-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
}
.footer-right {
  width: 100%;
  max-width: 260px;
  overflow: hidden;
}
.banner-small {
  height: 100%;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  justify-content: flex-end;
}
.main-section {
  width: 100%;
}
.main-section-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main-section-left {
  max-width: 940px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}
.main-section-left .button {
  margin-top: 10px;
}
.main-section-left-title {
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.main-section-left-description {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-section-left-description p {
  margin-bottom: 8px;
}
.main-section-right {
  max-width: 420px;
}
.table-headers {
  display: flex;
  align-items: center;
}
.main-section-table {
  margin-top: 60px;
  position: relative;
}
.main-section-table::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 374px;
  height: 374px;
  z-index: -1;
  transform: translateY(-50%);
  background: #7f31a280;
  filter: blur(100px);
  animation: blur 4s ease-in-out infinite;
  right: 216px;
}
.button-ghost {
  transition: all 0.3s ease;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 17px 24px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  background: #0c0c0c66;
  border-radius: 16px;
  color: #bfbfbf;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  text-decoration: none;
}
.table-row {
  background: #c191ff1a;
  padding: 16px 32px;
  border-radius: 24px;
}
.table-content-col {
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.table-row {
  display: flex;
  align-items: stretch;
  gap: 32px;
  justify-content: space-between;
}
.table-image {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
}
.table-content-col {
  max-width: 444px;
  min-width: 138px;
  text-align: center;
}
.divider-right {
  width: 1px;
  height: auto;
  background: #47474766;
}
.table-content-col .button-ghost {
  max-width: 200px;
  width: 100%;
}
.table-content-col:last-of-type {
  max-width: 200px;
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.table-content-col:nth-of-type(2) {
  text-align: left;
}
.table-content-col:nth-of-type(3),
.table-content-col:nth-of-type(4),
.table-content-col:nth-of-type(5),
.table-content-col:nth-of-type(6) {
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
}
.col {
  width: 100%;
  text-align: center;
  max-width: 160px;
}
.col:nth-of-type(1) {
  margin-right: 38px;
}
.col:nth-of-type(2) {
  max-width: 452px;
  text-align: left;
}
.col:nth-of-type(3),
.col:nth-of-type(4),
.col:nth-of-type(5),
.col:nth-of-type(6) {
  max-width: 160px;
  width: 100%;
}
.col:nth-of-type(3) {
  margin-left: 22px;
}
.table-headers {
  /* gap: 32px; */
  color: #838383;
}
.table-content-col:nth-of-type(4) {
  max-width: 160px;
  width: 100%;
  text-align: left;
}

.col:nth-of-type(4) {
  margin-left: 24px;
}
.col:nth-of-type(5) {
  margin-left: 16px;
}
.table-headers {
  margin-bottom: 10px;
}
.table-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fixed-container {
  flex-direction: column;
  position: relative;
  gap: 120px;
  display: flex;
}
.home .fixed-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  gap: 24px;
  flex-direction: row;
}
.accordion-block {
  padding: 40px;
  border-radius: 32px;
  background: #0c0c0c;
}
.accordion-block-wrapper {
  display: flex;
  gap: 80px;
  position: relative;
}
.accordion-block-left {
  max-width: 381px;
  width: 100%;
}
.accordion-block-left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-block-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0%;
  color: #bebebe;
}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0%;
  text-transform: uppercase;
  cursor: pointer;
  transition: padding 0.25s linear;
}
.accordion-title h2 {
  font-size: 20px;
  margin: 0;
}
.accordion-content {
  color: #838383;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  padding-bottom: 20px;
  padding-top: 20px;
  display: none;
}
.accordion {
  border-bottom: 1px solid #3a3a3a;
}
.accordion-block-right {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.accordion .accordion-title img {
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
  display: block;
}
.accordion.active .accordion-title img {
  transform: rotate3d(-1, 0, 0, 180deg);
}

.accordion .accordion-title {
  padding-bottom: 20px;
}
.accordion.active .accordion-title {
  padding-bottom: 0;
}
.rotate {
  perspective: 1000px;
  display: inline-block;
}
.faq-block-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 56px;
}
.faq-block-left {
  max-width: 621px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
}
.faq-block-title {
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  padding: 8px 24px;
  background: #0c0c0c;

  box-shadow: 0px 4px 0px 0px #6931a2;
  display: inline-flex;
  align-items: center;
  width: auto;
  justify-content: center;
  border-radius: 43px;
  margin-bottom: 16px;
}
.faq-block-description {
  color: #838383;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
}
.faq-block-banner {
  margin-top: 24px;
  width: 100%;
  height: 100%;
  min-height: 518px;
  max-height: 518px;
}
.faq-block-banner .banner {
  height: 100%;
  min-height: 518px;
  max-height: 518px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
}
.faq-block-banner .black-button {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 36px;
}
.faq-block-banner .banner-title {
  padding-left: 40px;
  padding-top: 40px;
  font-size: 14px;
}
.faq-block-banner .banner-description {
  padding-left: 40px;
  font-size: 20px;
}
.faq-block-faq {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.faq-block-item {
  padding: 24px;
  border-radius: 24px;
  background: #0c0c0c;
}
.faq-block-answer {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}
.faq-block-question {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-top: 12px;
}
.accordion-content h3 {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.accordion-content ul {
  padding-left: 16px;
  list-style-type: disc;
}
.accordion-content p:not(:last-of-type) {
  margin-bottom: 8px;
}
.accordion-content p:first-of-type {
  margin-bottom: 8px;
}
.main-table {
  display: flex;
  flex-direction: column;
  border-radius: 24px;
  position: relative;
}
.main-table-row {
  display: flex;
  align-items: center;
  color: #bfbfbf;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  position: relative;
}
.main-table-row::before {
  content: "";
  position: absolute;
  inset: 0;
  padding-bottom: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.main-table-row:last-of-type::before {
  content: none;
}
.main-table::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: 1;
  pointer-events: none;
}
.main-table::after {
  content: "";
  position: absolute;
  left: 360px;
  width: 1px;
  background: linear-gradient(53.93deg, #22214f -14.55%, #95428d 140.47%);

  height: 100%;
}
.main-table-head {
  max-width: 360px;
  width: 100%;
  position: relative;
  padding: 12px 16px;
}
.main-table-content {
  padding: 12px 16px;
}
.main-section-table-title {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #bfbfbf;
}
.table-download-headers {
  max-width: 446px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  color: #838383;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  margin-left: 32px;
  margin-bottom: 10px;
}
.table-download-image {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 127px;
  color: #838383;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.table-download-row {
  display: flex;
  align-items: center;
  gap: 32px;
}
.table-download-content-col {
  max-width: 127px;
}
.table-download-content-advantages {
  max-width: 600px;
  width: 100%;
}
.download-col {
  width: 100%;
}
.table-download-content-rating {
  color: #c561ec;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  max-width: 127px;
  width: 100%;
}
.table-download-content-advantages {
  color: #bfbfbf;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
}
.table-download-row {
  border-radius: 24px;
  padding: 16px 32px;
  background: #c191ff1a;
}
.table-download-content-button {
  max-width: 200px;
  width: 100%;
  margin-left: auto;
}
.table-download-content-button a {
  width: 100%;
}
.table-download {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.features-wrap {
  display: flex;
  gap: 72px;
}
.features-left img {
  border-radius: 24px;
  max-width: 210px;
}
.features-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
}
.features-subtitle {
  color: #bfbfbf;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-top: 20px;
  letter-spacing: 0%;
}
.features-subtitle-small {
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  margin-top: 32px;
}
.accordion-block {
  position: relative;
}
.accordion-block-left {
  position: relative;
  z-index: 2;
}
.faq-block {
  position: relative;
}
.faq-block::before {
  content: "";
  position: absolute;
  bottom: 150px;
  right: 20%;
  background: #6a31a280;
  width: 100%;
  max-width: 374px;
  max-height: 374px;
  height: 100%;
  filter: blur(80px);
  animation: blur-simple 4s ease-in-out infinite;
}
.faq-block-wrapper {
  position: relative;
  z-index: 2;
}
.accordion-block::before {
  content: "";
  position: absolute;
  top: 150px;
  left: 10%;
  background: #6a31a2;
  width: 100%;
  max-width: 374px;
  max-height: 374px;
  height: 100%;
  filter: blur(80px);
  animation: blur-simple 4s ease-in-out infinite;
}
@keyframes blur-simple {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(0.9);
  }
}
.page-template-where-to-play-template .sites-section {
  margin-top: 0;
  position: relative;
}
.page-template-where-to-play-template .sites-section::before {
  content: "";
  position: absolute;
  top: -100px;
  right: 0;
  background: #6a31a2;
  width: 100%;
  height: 100%;
  filter: blur(80px);
  animation: blur-angle 4s ease-in-out infinite;
  max-width: 659.9999841617208px;
  max-height: 214.99999484056056px;
  transform: rotate(11.64deg);
}
@keyframes blur-angle {
  0% {
    transform: rotate(12deg) scale(0.9);
  }
  50% {
    transform: rotate(12deg) scale(1.1);
  }
  100% {
    transform: rotate(12deg) scale(0.9);
  }
}
.promocodes-description {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #bfbfbf;
  margin-top: 20px;
}
.promocodes-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}
.promocodes-items {
  margin-top: 40px;
}
.promocodes-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #0c0c0c;
  border-radius: 24px;
  padding: 24px 16px;
}
.promocodes-description-item {
  color: #c2c2c2;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}
.promocodes-descriptions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.promocodes-item-code {
  background: #151515;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  cursor: pointer;
  padding: 32px 0;
  border-radius: 16px;
  flex-direction: column;
  margin-top: 8px;
}
.promocodes-item-entity {
  color: #ffffff;
  font-weight: 800;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;
}
.promocodes-item-copy {
  margin-top: 4px;
  color: #838383;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.promocode-item-success {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #7ed95d;
  display: none;
  margin-top: 4px;
}
.mobile-logo {
  display: none;
}
.mobile-menu-toggler {
  display: none;
}

@media screen and (max-width: 1439px) {
  .custom-sidebar {
    display: none;
  }
  .container-content {
    padding: 0 16px;
  }
  .menu-item {
    font-size: 16px;
  }
}
@media screen and (max-width: 1140px) {
  /* .menu-header-menu-container {
    display: none;
  } */
  .mobile-logo {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-header {
    padding-left: 16px;
  }
  .mobile-menu-toggler {
    display: flex;
  }
  .site-header {
    display: flex;
  }
  .header-menu-button-svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: scaleX(-1);
  }
  .header-menu-button-svg line {
    stroke: #fff;
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition:
      transform 0.3s,
      stroke-dashoffset 0.4s;
    transform-origin: center;
    stroke-width: 3px;
  }
  .header-menu-button-svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%);
  }

  .header-menu-button-svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition:
      opacity 0.3s,
      transform 0.3s;
    -webkit-transition:
      opacity 0.3s,
      transform 0.3s;
    -moz-transition:
      opacity 0.3s,
      transform 0.3s;
    -ms-transition:
      opacity 0.3s,
      transform 0.3s;
    -o-transition:
      opacity 0.3s,
      transform 0.3s;
  }

  .header-menu-button-svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
    stroke-dasharray: 100%;
    stroke-dashoffset: 9px;
  }
  .header-menu-button-svg:hover .bottom {
    stroke-dashoffset: 0%;
  }
  .mobile-menu-toggler {
    opacity: 1;
    background-color: transparent;
    z-index: 2;
    border: none;
    width: 36px;
    z-index: 999999999;
    height: 30px;
    transition:
      opacity 0.2s ease-out,
      width 0.2s 0.2s ease-out;
    outline: none;
    transition: opacity 0.2s ease-out;
  }

  body.open-mobile-menu .header-menu-button-svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round;
  }

  body.open-mobile-menu .header-menu-button-svg .middle {
    transform: scaleX(0.1);
    -webkit-transform: scaleX(0.1);
    -moz-transform: scaleX(0.1);
    -ms-transform: scaleX(0.1);
    -o-transform: scaleX(0.1);
    opacity: 0;
  }

  body.open-mobile-menu .header-menu-button-svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round;
  }

  body.open-mobile-menu .header-menu-button-svg .bottom {
    stroke-dashoffset: 0%;
  }

  main {
    transition: transform 0.2s ease-out;
  }
  .open-mobile-menu main {
    transform: scale(0.99);
    transition: transform 0.2s 0.41s ease-out;
  }
  .main-navigation {
    z-index: 1;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    z-index: 999999;
  }
  .main-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: linear-gradient(125.2deg, rgba(35, 4, 40, 0.9) 5.27%, rgba(29, 10, 68, 0.99) 102.32%);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    overflow: hidden;
    transform: scale(0.04), translateY(9999px);

  }
  .open-mobile-menu .main-navigation {
    top: 0;
  }
  .open-mobile-menu .main-navigation:before {
    animation: menu-animation 0.8s ease-out forwards;
  }
  /* .main-navigation:after {
    content: "";
    position: fixed;
    background: url("../images/plane.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 140px;
    height: 140px;
    left: 50%;
    transform: translateY(400%) translateX(-50%) scale(0) rotate(-90deg);
  }
  .open-mobile-menu .main-navigation:after {
    animation: plane-animation 0.8s ease-out forwards;
  } */
  @keyframes plane-animation {
    0% {
      opacity: 0;
      transform: translateY(400%) rotate(-18deg) translateX(-50%) rotate(-90deg);
    }
    80% {
      opacity: 1;
      transform: translateY(0%) translateX(-50%) rotate(18deg) scale(1.1) rotate(-90deg);
    }
    100% {
      transform: translateY(-400%) translateX(-50%) rotate(-18deg) scale(1.4) rotate(-90deg);
    }
  }

  .main-navigation ul {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: white;
  }
  .main-navigation ul li {
    opacity: 0;
    text-align: center;
    transform: translate3d(0, 36px, 0);
  }

  .open-mobile-menu .main-navigation ul li {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition:
      transform 0.2s ease-out,
      opacity 0.2s ease-out;
      color: #fff;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(1) {
    transition-delay: 0.75s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(2) {
    transition-delay: 0.85s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(3) {
    transition-delay: 0.95s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(4) {
    transition-delay: 1.05s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(5) {
    transition-delay: 1.15s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(6) {
    transition-delay: 1.25s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(7) {
    transition-delay: 1.45s;
  }
  .open-mobile-menu .main-navigation ul li:nth-child(8) {
    transition-delay: 1.65s;
  }

  @keyframes menu-animation {
    0% {
      opacity: 0;
      transform: scale(0.04) translateY(300%);
    }
    40% {
      transform: scale(0.04) translateY(0);
      transition: ease-out;
    }
    40% {
      transform: scale(0.04) translateY(0);
    }
    60% {
      opacity: 1;
      transform: scale(0.02) translateY(0px);
    }
    61% {
      transform: scale(0.04);
    }
    99.9% {
      height: 0;
      padding-bottom: 100%;
      border-radius: 100%;
    }
    100% {
      transform: scale(2);
      height: 100%;
      padding-bottom: 0;
      border-radius: 0;
    }
  }
}
@media screen and (max-width: 991px) {
  .slider {
    display: flex;
    width: 100%;
  }
  .container-content {
    max-width: 100%;
  }
  .slider-progress-container {
    top: 10px;
    left: 10px;
  }
  .slider-title {
    font-size: 21px;
  }
  .container-content .container-content {
    padding: 0;
  }
  .info-section-title {
    font-size: 28px;
  }
  .info-section-text {
    font-size: 16px;
  }
  .what-is-it-title {
    font-size: 28px;
    text-align: center;
  }
  .info-section-wrap {
    gap: 16px;
  }
  .site-main {
    overflow: hidden;
  }
}
.site-main {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 8px;
  }
  .site-header {
    margin: 0 16px;
  }
  .slider-image {
    display: none !important;
  }
  .info-section-wrap {
    flex-direction: column;
    align-items: center;
  }
  .info-section-right {
    margin-right: auto;
  }
  .what-is-it-wrapper {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
  }
  .how-to-play-wrapper,
  .sites-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .explanation-wrapper,
  .explanation-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .special-wrapper {
    flex-wrap: wrap;
  }
  .how-to-play-left,
  .what-is-it-left {
    max-width: 100%;
  }
  .how-to-play-repeater {
    display: flex;
  }
  .info-section-text {
    margin-top: 16px;
  }
  .what-is-it-image {
    max-width: 100%;
  }
  .special-img,
  .special-img img {
    min-width: 210px;
    max-height: 140px;
    min-height: 140px;
    max-width: 210px;
    bottom: 0;
    right: -40px;
  }
  .slider-big-title {
    font-size: 18px;
  }
  .slider-content {
    max-width: 100%;
    padding-top: 44px;
  }
  .slider,
  .item-slider {
    min-height: 240px;
  }
  .item-slider {
    margin-bottom: 60px;
  }
  .slider-content .button {
    margin-top: 24px;
  }

  .info-section {
    padding: 16px;
  }
  .what-is-it-section {
    margin-top: 60px;
  }
  .what-is-it-image img {
    max-height: 360px;
  }
  .what-is-it-repeater {
    margin-top: 20px;
  }
  .what-is-it-item {
    padding: 16px;
  }
  .what-is-it-item-title,
  .how-to-play-title,
  .explanation-title,
  .cashout-title,
  .sites-title,
  .title,
  .main-section-left-title,
  .features-title {
    font-size: 18px;
  }
  .what-is-it-item-text,
  .how-to-play-text,
  .explanation-text,
  .cashout-text,
  .sites-text,
  .sites-description,
  .description,
  .main-section-left-description {
    font-size: 14px;
  }
  .features-left {
    display: none;
  }
  .main-section-left {
    margin-bottom: 16px;
  }
  .what-is-it-subtext {
    margin: 20px 0;
  }
  .what-is-it-section .button {
    display: flex;
  }
  .how-to-play {
    padding: 16px;
    margin-top: 60px;
  }
  .how-to-play .button {
    display: flex;
  }
  .how-to-play-right {
    width: 100%;
  }
  .how-to-play-item {
    gap: 16px;
  }
  .how-to-play-repeater-text {
    font-size: 14px;
  }
  .how-to-play-content {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
  .exaplnation-section,
  .sites-section,
  .similar-section,
  .cashout-section {
    margin-top: 60px;
  }
  .explanation-left {
    display: none;
  }
  .explanation-text h1,
  .explanation-text h2,
  .explanation-text h3,
  .explanation-text h4,
  .explanation-text h5,
  .explanation-text h6 {
    font-size: 16px;
  }
  .explanation-wrapper .button {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .cashout-image {
    top: unset;
    bottom: 0;
    height: 100px;
  }
  .cashout-section {
    padding: 16px;
  }
  .button {
    font-size: 18px;
  }
  .sites-section,
  .attention-description,
  .similar-section,
  .similar-game {
    padding: 16px;
  }
  .similar-wrapper {
    flex-wrap: wrap;
  }
  .similar-right {
    margin-top: 16px;
  }

  .similar-game-title {
    font-size: 18px;
  }
  .special-section {
    padding-top: 60px;
  }
  .special-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .site-footer {
    margin-top: 60px;
    padding: 16px;
  }
  .site-main {
    padding-top: 40px;
  }
  .fixed-container {
    padding: 0
  }
  .main-section-table {
    margin-top: 40px;
  }
  .footer-menus {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    gap: 24px;
    row-gap: 44px;
  }
  .footer-wrapper,
  .main-section-wrapper {
    flex-wrap: wrap;
  }
  .footer-menus .menu {
    gap: 8px;
  }
  .site-footer .menu-item a,
  .footer-bottom {
    font-size: 16px;
  }
  .footer-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .banner .black-button {
    min-height: 40px;
  }
  .banner-small {
    min-height: 400px;
  }
}
.mobile {
  display: none;
}

@media (max-width: 768px) {
  .promocodes-items {
    display: flex;
    gap: 16px;
  }
  .promocodes-section .slick-slide {
    margin: 0 8px;
}

/* the parent */
.promocodes-section .slick-list {
    margin: 0 -16px;
}
  .mobile {
    display: flex;
    font-size: 14px;
    color: #fff;

  }
  .promocodes-logo {
    display: flex;
    justify-content: center;
  }
  .promocodes-description-item {
    text-align: center;
  }
  .promocodes-item-code {
    padding: 24px 0;
  }
  .table-content-col {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
  }
  .main-section-table {
    margin-top: 40px;
  }

  .table-headers {
    display: none;
  }

  .table-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .table-row {
    display: flex;
    flex-direction: column;
    background: #c191ff1a;
    padding: 8px 16px;
    gap: 10px;
    border-radius: 20px;
  }

  .table-content-col {
    text-align: left !important;
    font-size: 16px;
    max-width: 100% !important;
    min-width: auto;
    margin: 6px 0;
  }
  body:not(.home) .fixed-container{
    padding: 0 16px;
    gap: 60px;
  }
  .table-content-col,
  .table-content-col .button-ghost {
    margin-top: 0 !important;
  }

  .table-image {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
  }

  .table-image img {
    width: 140px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .divider-right {
    display: none;
  }

  .table-content-col .button-ghost {
    max-width: 100%;
    margin-top: 12px;
  }

  .table-row .table-content-col:last-of-type {
    margin-top: 12px;
  }
  .accordion-block-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .accordion-block-image {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .main-table-row {
    font-size: 16px;
  }
  .main-table-head {max-width: 210px;
  }
  .faq-block-banner .banner {
    background-size: cover;
    border-radius: 16px;
  }
  .accordion-title,
  .accordion-title h2 {
    font-size: 18px;
  }
  .faq-block-banner {
    overflow: hidden;
  }
  .faq-block-wrapper {
    flex-wrap: wrap;
    gap: 16px;
  }
  .accordion-block {
    padding: 16px;
    padding-top: 24px;
  }
  .accordion-block {
    overflow: hidden;
  }
  .accordion-content {
    font-size: 14px;
  }
  .accordion-block::before {
    top: -20%;
  }
  .table-download-headers {
    display: none;
  }
  .table-download-content-rating,
  .table-download-image {
    text-align: center;
  }
  .table-download-content-advantages {
    font-size: 16px;
  }
  .table-download-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .table-download-content-button {
    margin-right: auto;
  }
  .table-download-content-col {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    gap: 8px;
  }
  .features-wrap {
    flex-wrap: wrap;
    gap: 16px;
  }
}
@media screen and (max-width: 600px) {
  .similar-games {
    display: flex;
    flex-wrap: wrap;
  }
  .special-img img {
    display: none;
  }
}
.sticky-container {
  position: sticky;
  top: 0;
  border-radius: 0;
  z-index: 9999;
  transition: all 0.25s ease-in-out;
}
.sticky-container.fullwidth {
  max-width: 100%;
}
.sticky-container.fullwidth .site-header {
  border-radius: 0;
  margin: 0;
}
.sticky-container.fullwidth .site-header::before {
  border-radius: 0;
  transition: all 0.25s ease-in-out;
}