* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h5,
.title,
.logo {
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.flex {
  display: flex;
}

.f-al-center {
  align-items: center;
}

.f-jc-between {
  justify-content: space-between;
}

.f-jc-center {
  justify-content: center;
}

.f-gap-12 {
  gap: 12px;
}

.f-gap-24 {
  gap: 24px;
  overflow-x: auto;
}

.f-wrap {
  flex-wrap: wrap;
}

.f-jc-end {
  justify-content: flex-end;
}
.main {
  width: 100%;
  padding-left: 70px;
}
.header {
  padding-left: 70px;
  height: 110px;
}
.btn,
.wp-block-button__link {
  background: #1c2036 !important;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  margin: 0 auto;
  min-width: 100px;
  max-width: 220px;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
  display: flex;
  padding: 12px 24px;
}
.wp-block-button__link {
  min-width: 260px;
}
.btn:before,
.wp-block-button__link::before {
  border: 2px solid #09ce4a;
  border-radius: 8px;
  content: "";
  filter: drop-shadow(0 0 5px #09ce4a);
  height: calc(100% - 8px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
}
.wp-block-button__link {
  margin-top: 20px;
  margin-bottom: 20px;
  min-width: 260px;
}
.btn:hover {
  opacity: 0.75;
}

.section {
  padding: 24px;
}

.page__section {
  padding: 64px 24px;
}

aside {
  position: fixed;
  top: 105px;
  left: 0;
  width: 100%;
  max-width: 220px;
  height: 100vh;
  z-index: 999;
}

.logo,
.custom-logo-link {
  font-weight: bolder;
  display: flex;
  justify-content: center;
  padding: 19px 0;
  width: 100%;
  max-width: 240px;
  font-size: 18px;
}
.logo img,
.custom-logo-link img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.current__lang {
  cursor: pointer;
}

.langs_dropped {
  position: absolute;
  top: 100%;
  padding: 12px;
  right: -9999px;
  transition: 0.3s right;
}
.langs_dropped a img {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
  object-fit: contain;
}

.langs_dropped_active {
  right: 0;
}

.menu {
  list-style: none;
}
.menu a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s opacity;
}
.menu a:hover {
  opacity: 0.75;
}
.menu .current-menu-item a {
  opacity: 0.75;
}

.tags-flex {
  position: relative;
}

.dropped-providers {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 24px;
  border-radius: 12px;
  z-index: 500;
  display: none;
}

.dropped-providers_active {
  display: flex;
}

.single__provider {
  width: 100%;
  font-size: 12px;
  max-width: 120px;
}

.main {
  width: 100%;
}

.header {
  padding: 12px;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 155;
  left: 0;
  background: #0a0c15;
}

.header__search {
  background: #1c2036;
  padding: 12px 24px;
  border-radius: 12px;
}

.mySwiper {
  width: 100%;
  height: 350px;
}
.swiperTopParalax {
  padding: 24px;
  border-radius: 30px;
  overflow: hidden;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  overflow: hidden;
}

.swiperTopParalax .swiper-slide {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.swiperTopParalax .swiper-slide .caption {
  .btn {
    margin-left: 0;
    min-width: 300px;
  }
  width: 100%;
  max-width: 650px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.swiperTopParalax .swiper-slide .title {
  font-size: 68px;
  font-family: "Roboto", sans-serif;
  color: white;
  font-weight: bolder;
}
.swiperTopParalax .swiper-slide .subtitle {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
  margin-top: 1rem;
  margin-bottom: 4rem;
}
.swiperTopParalax .swiper-slide p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 24px;
}

.tag {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

.dropdown {
  cursor: pointer;
  border: none;
  border-radius: 12px;
  padding: 12px 24px;
  font-size: 14px;
  background-color: #1c2036;
}

.section__title {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 18px;
  text-transform: uppercase;
  margin: 0 0 24px 0;
}

.section__description {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.5;
  text-align: center;
  font-size: 14px;
}

.big-section__title {
  font-size: 24px;
}

.archive__games {
  margin: 24px 0;
}

.looped__game {
  width: 100%;
  max-width: calc(12.5% - 12px);
  height: 180px;
  border-radius: 12px;
  position: relative;
}
.looped__game:hover .game__overlay {
  opacity: 0.75;
}
.looped__game:hover .game__caption {
  opacity: 1;
}

.label {
  position: absolute;
  top: 3%;
  right: 3%;
  padding: 6px 12px;
  border-radius: 12px 0 12px 0;
  font-size: 12px;
  font-weight: bolder;
}

.game__overlay {
  position: absolute;
  border-radius: 12px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  transition: 0.3s opacity;
}

.game__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: 0.3s opacity;
}
.game__caption .title {
  font-weight: bolder;
  font-size: 12px;
  margin-bottom: 12px;
  color: #fff;
}
.game__caption .demo {
  display: block;
  margin: 12px 0 0 0;
  font-size: 12px;
  color: #bababa;
}

.bonus__grid {
  width: 100%;
  max-width: calc(50% - 12px);
  padding: 42px 24px;
  border-radius: 12px;
  background-position: center;
  color: #fff;
}
.bonus__grid p {
  margin: 0 0 12px 0;
}

.bonus__grid.full {
  width: 100%;
  max-width: 100%;
}

.cs__like {
  max-width: calc(33.3333333333% - 12px);
}
.cs__like img {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 304px;
}
.cs__like p {
  color: #f9d649 !important;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
}

.see__all {
  font-size: 12px;
  padding: 6px 12px;
  min-width: 160px;
  max-width: 160px;
  border: none !important;
  padding: 12px 24px;
  color: white;
  margin-right: 0;
}

.big-section {
  padding: 48px 24px;
}
.section__title {
  color: white !important;
}
.parallax-bg::before {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(
    90deg,
    #111422,
    #111422 30.19%,
    #11142233 49.97%,
    #11142200 99.99%
  );
}
.mystery img {
  width: 100%;
  max-width: 50%;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 300px;
}

.mystery__caption {
  width: 100%;
  padding: 0 48px;
  max-width: 550px;
}

.entry-content {
  text-align: justify;
}
.entry-content .faq-items {
  display: block;
}
.entry-content .faq-items .drop-top {
  padding: 0.5rem;
  cursor: pointer;
  border: 1px solid #efefef;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.entry-content .faq-items .drop-top:after {
  content: "";
  background: url(images/down.svg) no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.entry-content .faq-items .drop-top p {
  margin-bottom: 0;
}
.entry-content .faq-items .drop-content {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
}
.entry-content .faq-items .drop-content__active {
  display: block;
}
.entry-content .faq-items .drop-top__active {
  background: #fff;
  color: #222;
}
.entry-content .faq-items .drop-top__active a {
  color: #222;
}
.entry-content a {
  color: #60d9fc;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-bottom: 12px;
  color: white;
}
.entry-content p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.entry-content ul,
.entry-content ol {
  padding: 0 0 0 1rem;
  margin: 0 0 12px 0;
  display: flex;
  flex-direction: column;
  opacity: 0.85;
}
.entry-content li {
  font-size: 14px;
  line-height: 1.5;
}
.entry-content img {
  border-radius: 12px;
}
.entry-content .alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}
.entry-content .alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}

.slider__overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #222;
  opacity: 0.55;
  width: 100%;
  height: 100%;
}

.bonusSwiper .swiper-slide {
  position: relative;
  height: 450px;
  padding: 24px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bonusSwiper .swiper-slide p {
  font-size: 14px;
  margin: 0 0 24px 0;
  line-height: 1.5;
}

.slider__bonus_pic {
  width: 100%;
  max-width: 227px;
  height: 100%;
  max-height: 380px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}

.upper {
  font-size: 14px;
}

.bonus-title {
  font-size: 20px;
  font-weight: 600;
  margin: 24px 0;
  width: 100%;
  max-width: 320px;
  font-family: "Montserrat", sans-serif;
}

.support-form {
  display: flex;
  flex-direction: column;
}

.form__input {
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  margin: 12px 0;
}

.form__checker {
  display: none;
}

.section-subtitle {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.provs .swiper-slide,
.payments .swiper-slide {
  padding: 24px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.provs .swiper-slide img,
.payments .swiper-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 122px;
  height: 45px;
}

.payments .swiper-slide img {
  width: 60px;
  height: 32px;
}

.preloader {
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.frame__heading {
  font-size: 16px;
  padding: 12px;
}

.game-h1 {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.single__frame {
  width: 100%;
  height: 460px;
  position: relative;
  background: #000000;
  border-radius: 12px;
}
.single__frame iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.copyright {
  width: 100%;
  max-width: 320px;
}

.text p {
  font-size: 10px;
  line-height: 1.5;
  margin: 0 0 6px 0;
}

.menu-title {
  font-weight: bolder;
  font-family: "Montserrat", sans-serif;
  display: block;
  margin-bottom: 12px;
}

.menu-row {
  width: 100%;
  max-width: 600px;
}

.footer__menu-item {
  width: 100%;
  max-width: 360px;
}
.footer__menu-item ul {
  list-style: none;
}
.footer__menu-item a {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-bottom: 16px;
}

.lang img {
  border-radius: 12px;
  display: block;
}

/* CSS */
.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: white;
  background: #1c2036;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #1c2036;
  left: 0;
  top: 0;
  border-radius: 12px;
}

@media (max-width: 1610px) {
  .looped__game {
    max-width: calc(14.2857142857% - 12px);
  }
}
@media (max-width: 1440px) {
  .cs__like {
    max-width: calc(50% - 12px);
  }
  .looped__game {
    max-width: calc(16.6666666667% - 12px);
  }
}
@media (max-width: 1240px) {
  .looped__game {
    max-width: calc(25% - 12px);
  }
}
@media (max-width: 1100px) {
  .entry-content .alignleft,
  .entry-content .alignright {
    width: 100%;
    margin: 1rem auto;
  }

  .tag {
    font-size: 12px;
    white-space: nowrap;
    color: #a2a8c3 !important;
  }
  .mySwiper {
    height: 420px;
  }
  .swiperTopParalax .swiper-slide .subtitle {
    font-size: 36px;
    line-height: 1.3;
  }
  .bonus__grid {
    max-width: 100%;
  }
}
@media (max-width: 900px) {
  .looped__game {
    max-width: 48%;
    height: 150px;
  }
}
@media (max-width: 760px) {
  .header__search {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .main {
    padding-left: 0px;
    overflow-x: hidden;
  }

  .swiperTopParalax .swiper-slide p {
    font-size: 12px;
    margin: 12px 0;
  }
  .swiperTopParalax .swiper-slide .caption {
    max-width: 280px;
  }
  .swiperTopParalax .swiper-slide .subtitle {
    font-size: 22px;
    line-height: 1.3;
  }
  .tags-flex {
    flex-wrap: wrap;
  }
  .tags-container {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .providers {
    margin: 24px 0 0 0;
    width: 100%;
  }
  .dropdown {
    justify-content: center;
  }
  .mystery-flex {
    flex-wrap: wrap;
  }
  .mystery img {
    width: 100%;
    max-width: 100%;
  }
  .mystery .caption {
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .footer-flex {
    flex-direction: column-reverse;
  }
  .menu-item {
    width: 100%;
    max-width: 100%;
  }
  .menu-title {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding: 6px;
  }
  .menu-row {
    max-width: 100%;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
}
.btn_signin {
  background: #1c2036;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 24px;
  margin: 0 auto;
  min-width: 120px;

  padding: 8px 10px;
  position: relative;
  text-decoration: none;
}

.btn_signin:before {
  border: 2px solid #1193fe;
  border-radius: 8px;
  content: "";
  filter: drop-shadow(0 0 5px #1193fe);
  height: calc(100% - 8px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
}

.btn_signup {
  background: #1c2036;
  border: none;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  gap: 8px;
  justify-content: center;
  line-height: 24px;
  margin: 0 auto;
  min-width: 100px;
  padding: 8px 10px;
  position: relative;
  text-decoration: none;
}

.btn_signup:before {
  border: 2px solid #09ce4a;
  border-radius: 8px;
  content: "";
  filter: drop-shadow(0 0 5px #09ce4a);
  height: calc(100% - 8px);
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
}

.btn-open-sidebar {
  border: none;
  background: transparent;
  margin: 12px;
  height: 40px;
  width: 40px;
}
.btn-open-sidebar svg {
  width: 30px;
  height: 30px;
}

.sidebar__menu a img {
  width: 30px;
  height: 30px;
}

.lower__menu a img {
  width: 30px;
  height: 30px;
}
.sidebar {
  max-width: 70px;
  .menu-image-title {
    display: none;
  }
}

.sidebar.active {
  display: block;
  max-width: 220px;
  .menu-image-title {
    display: flex;
    color: #fff;
  }
}

.header-wr-logo-search {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tags.section {
  background-color: #111422;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
}
.looped__game .btn {
  color: white;
}
.swiper-pagination-bullet {
  min-width: 80px;
  max-height: 4px;
  border-radius: 2px;
  background: #4e567e;
}
.grid.bonus__grid.cs__like {
  .btn {
    margin-left: 0;
  }
}
.cs__like {
  background: #0d101c;
}
.wp-block-table {
  margin-bottom: 20px;
}
.image_slide {
  left: 50%;
  max-width: unset;
  position: absolute;
  top: 0;
  z-index: -1;
}
.wr-bunus-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  width: 50%;
}
.grid.bonus__grid.cs__like {
  .btn {
    min-width: 230px;
  }
}
@media (min-width: 1244px) {
  .grid.bonus__grid.cs__like {
    flex-direction: row-reverse;
    display: flex;
    max-width: calc(100% / 2 - 16px);
  }
}
@media (max-width: 1244px) {
  .wr-bunus-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 100%;
    align-items: center;
  }
  .cs__like img {
    width: 100%;
    height: 200px;
  }
  .grid.bonus__grid.cs__like {
    .btn {
      margin-left: auto;
      width: 100%;
      min-width: 100%;
    }
  }
}
.copyright {
  margin: 24px;
}
.footer .menu-row {
  max-width: 100%;
}
.payments .swiper-slide img {
  width: auto;
  height: 62px;
}
.provs.section {
  border-radius: 30px;
  background: #141829;
  .section__title {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .image_slide {
    left: 0%;
  }
  .btn_signin {
    margin-left: 10px;
  }
  .btn_signin,
  .btn_signup {
    min-width: 60px;
  }
  .swiperTopParalax .swiper-slide .title {
    font-size: 28px;
  }
  .swiperTopParalax .swiper-slide .subtitle {
    font-size: 18px;
  }
  .swiperTopParalax .swiper-slide .caption {
    .btn {
      min-width: 100px;
    }
  }
  .looped__game {
    max-width: 45%;
  }
}
*::-webkit-scrollbar-track {
  background: transparent;
  color: #93989f;
}

::-webkit-scrollbar {
  height: 2px;
  width: 2px;
  color: #93989f;
}

*::-webkit-scrollbar-thumb {
  border-radius: 2px;
  border: 3px solid;
}
.input {
  border: none !important;
}

table {
  overflow-x: auto;
  width: 100%;
}
.aligncenter {
  text-align: center;
}

@media (max-width: 992px) {
  iframe {
    width: 100% !important;
  }
  .aligncenter,
  .alignleft,
  .alignright {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }
  td,
  thead th {
    flex-grow: 1;
    width: 100%;
    min-width: 200px;
  }
  table td {
    min-width: 200px;
  }
}
