body,
html {
  height: 100%;
  scroll-behavior: smooth;
}
li,
p {
  line-height: 1.7;
}
body,
h1,
p {
  color: var(--color-black);
}
.btn__content,
.header,
.header__btn,
.header__logo,
.header__menu,
.wrapper {
  display: flex;
}
.header__link-btn,
.language-selector__button {
  transition: 0.3s;
  font-weight: 600;
  cursor: pointer;
}
.header__link-btn,
.language-selector__text,
h1,
h2,
h3 {
  font-weight: 600;
}
.btn.demo,
.btn.real {
  transition: 0.4s ease-in;
}
.btn-text,
.header__logo,
.language-selector {
  align-self: center;
}
.banner__bg,
.card__img,
.game-bg {
  object-fit: cover;
}
.main-banner__content > :nth-child(3),
table {
  margin-top: 20px;
}
.breadcrumb-link,
.footer__nav-link,
.sidebar__item-link,
a {
  text-decoration: none;
}
:root {
  --font_inter: 'Inter', sans-serif;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-gray: #bbb;
  --color-one: #8400ff;
  --color-two: #66fcf1;
  --color-three: #45a29a;
  --color-four: #1a5a6d;
  --color-five: #ff6f61;
  --color-yellow: #e3b73e;
  --color-pink: #ff2453;
  --dark-blue: #14172c;
  --background-color: #f4f4f9;
  --background-header: var(--gradient-two);
  --background-footer: #1e2a47;
  --background-card: #2e3149;
  --background-sidebar: var(--gradient-two);
  --background-color-submenu: #3a3e41;
  --background-color-overlay: rgba(0, 0, 0, 0.5);
  --gradient-primary: linear-gradient(135deg, #5667b1, var(--color-five));
  --gradient-hover: linear-gradient(135deg, #8a0e9b, #4753ff);
  --gradient-two: linear-gradient(
      0deg,
      rgba(31, 31, 31, 0.7) 0%,
      rgba(31, 31, 31, 0.7) 100%
    ),
    linear-gradient(81deg, #a635d3 3.28%, #009fb4 94.73%);
  --box-shadow: 0 4px 10px rgba(255, 255, 255, 0.5);
  --box-shadow-header: 0 10px 30px rgba(10, 10, 10, 0.6);
  --line-footer: #ffffff6c;
  --language-selector: #1d0d31c7;
  --color-button: #5667b1;
}
*,
:after,
:before {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
a {
  color: inherit;
}
li {
  list-style-type: unset;
}
.info__section ul,
ul {
  list-style-type: disc;
}
body,
ol,
ul {
  line-height: 1.5;
}
ol,
ul {
  overflow: hidden;
  padding-left: 2em;
  text-indent: -1em;
}
.btn.demo,
body {
  font-size: 18px;
}
ol li,
ul li {
  margin-left: 0;
  padding-left: 1em;
  text-indent: 0;
}
ol li::marker,
ul li::marker {
  font-size: 1.2rem;
}
ul li::marker {
  color: #3498db;
}
ol {
  list-style-type: decimal;
}
ol li::marker {
  color: var(--color-light-yellow);
  font-weight: 700;
}
table {
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  border-collapse: collapse;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: var(--font_inter);
  background-color: var(--background-color);
  margin: 0;
  padding: 0;
  overflow-y: scroll;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.wrapper {
  min-height: 100%;
  flex-direction: column;
}
.main {
  flex: 1 1 auto;
}
.container {
  width: 100%;
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}
h1 {
  font-size: clamp(2rem, 1.5rem + 3vw, 3.5rem);
}
h2 {
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.5rem);
}
h3 {
  font-size: clamp(1rem, 0.9rem + 1.5vw, 2rem);
}
.btn.demo,
h4 {
  font-weight: 700;
}
h4 {
  font-size: clamp(0.9rem, 0.9rem + 1vw, 1.9rem);
}
p {
  font-size: clamp(1.1rem, 0.925rem + 0.9vw, 0.999rem);
  font-weight: 500;
  margin-bottom: 10px;
}
td,
th {
  border: 1px solid #444;
  padding: 10px;
  text-align: left;
}
@keyframes gradientShift {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 15px rgba(86, 179, 177, 0.7);
  }
}
.link-color {
  color: red;
}
.btn__content {
  justify-content: center;
  padding: 20px 0;
}
.btn.demo {
  background: var(--gradient-primary);
  color: var(--color-white);
  width: auto;
  max-width: 300px;
  padding: 15px 20px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.burger-menu:hover,
.header__link-btn:hover,
.language-selector__button:hover,
.language-selector__link:hover {
  background: var(--gradient-hover);
}
.nav__item:hover,
.sidebar__item-link:hover {
  color: var(--color-one);
  text-shadow: 0 0 10px var(--color-one), 0 0 20px var(--color-one);
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: var(--background-header);
  z-index: 1000;
  padding: 5px 0;
  box-shadow: var(--box-shadow-header);
}
.header__menu {
  justify-content: space-between;
}
.header__logo {
  display: inline-flex;
  align-items: center;
  max-width: 120px;
}
.header__logo img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 60px;
  margin-right: 10px;
}
.header__btn {
  align-items: center;
}
.header__link-btn {
  display: flex;
  justify-content: center;
  max-width: 200px;
  margin: 0 auto;
  padding: calc(4px + 0.2vw);
  border-radius: 10px;
  gap: 6px;
  background: var(--gradient-primary);
  background-size: 300% 300%;
  color: var(--color-white);
  font-size: calc(14px + 0.3vw);
  text-transform: uppercase;
  border: none;
  animation: 6s ease-in-out infinite alternate gradientShift,
    1s ease-in-out infinite alternate glow;
}
.btn-text,
.language-selector__button {
  display: flex;
  font-size: 14px;
  color: var(--color-white);
}
.header__link-btn:hover {
  animation: none;
}
.btn-img {
  display: flex;
  width: 100%;
  max-width: 90px;
  height: auto;
  border-radius: 8px;
}
.header__action {
  display: flex;
  gap: 20px;
  align-items: center;
}
.language-selector {
  position: relative;
  display: flex;
  flex-direction: column;
}
.language-selector__button {
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: var(--color-button);
  background-size: 300% 300%;
  border-radius: 30px;
  border: none;
}
.language-selector__flag {
  width: 24px;
  height: 24px;
  object-fit: cover;
  display: block;
}
.language-selector__text {
  color: var(--color-white);
}
.language-selector__dropdown {
  position: absolute;
  top: 100%;
  left: -13px;
  margin-top: 8px;
  padding: 8px;
  background: var(--language-selector);
  border-radius: 20px;
  display: none;
  list-style: none;
  min-width: 120px;
  z-index: 1000;
  color: var(--color-white);
}
.language-selector.active .language-selector__dropdown,
.overlay.active {
  display: block;
}
.language-selector__dropdown li a {
  display: flex;
  align-items: center;
}
.language-selector__dropdown li {
  padding-left: 10px;
}
.language-selector__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  width: 100%;
  background: 0 0;
  border: none;
  color: var(--color-white);
  cursor: pointer;
  transition: background-color 0.3s;
}
.language-selector__link:hover {
  border-radius: 20px;
}
.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  gap: 20px;
}
.header__nav li {
  list-style: none;
}
.nav__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  color: var(--color-white);
}
.nav__item {
  transition: color 0.3s, text-shadow 0.3s;
  color: var(--color-white);
}
.burger-line,
.burger-menu {
  transition: background 0.3s;
}
.burger-menu {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 35px;
  background: var(--color-button);
  border: none;
  cursor: pointer;
  padding: 5px;
  z-index: 1001;
  border-radius: 8px;
  gap: 5px;
}
.burger-line {
  width: 80%;
  height: 3px;
  background: var(--color-white);
  border-radius: 10px;
}
.sidebar {
  display: none;
  position: fixed;
  top: 0;
  right: -350px;
  max-width: 350px;
  height: 100%;
  background: var(--background-sidebar);
  color: var(--color-white);
  transition: right 0.3s;
  z-index: 1000;
  padding: 80px 15px;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
}
.sidebar__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.sidebar__logo img {
  max-width: 143px;
  height: auto;
}
.header__logo-image {
  display: flex;
  margin: 0 auto;
}
.sidebar.open {
  right: 0;
}
.sidebar__close {
  position: absolute;
  top: 20px;
  right: 10px;
  background: 0 0;
  border: none;
  cursor: pointer;
  z-index: 1100;
  width: 20px;
  height: 20px;
  padding: 0;
}
.sidebar__burger-line {
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: var(--color-white);
  border-radius: 10px;
  transition: transform 0.3s;
}
.sidebar__burger-line:first-child {
  transform: rotate(45deg);
  top: 15px;
  right: 10px;
}
.sidebar__burger-line:nth-child(2) {
  transform: rotate(-45deg);
  top: 15px;
  right: 10px;
}
.sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  list-style: none;
  margin: 20px 0;
}
.sidebar__item-link {
  color: var(--color-white);
  font-size: 16px;
  transition: color 0.3s, text-shadow 0.3s;
}
.btn.real,
.card__item,
.close-demo,
.demo__info {
  color: var(--color-white);
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-color-overlay);
  display: none;
  z-index: 999;
}
.copy,
.copy-sidebar {
  display: flex;
  justify-content: flex-start;
  margin: 25px 0;
}
.copy-sidebar span {
  color: var(--color-gray);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 400;
  align-items: start;
}
.block-card__item h2,
.block-card__item h3 {
  color: var(--color-dark-yellow);
  text-align: left;
}
.demo__section {
  margin: 120px 0 20px;
  display: flex;
  justify-content: center;
}
.demo__info {
  text-align: center;
  margin-bottom: 20px;
}
.game-container {
  position: relative;
  width: 100%;
  height: 485px;
  border-radius: 12px;
  overflow: hidden;
}

.banner-link,
.demo-game,
.game-bg,
.overlay-demo {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-link {
  top: 0;
  left: 0;
  z-index: 1;
}
.game-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.game-container::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
}
.overlay-demo {
  top: 0;
  left: 0;
  background: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.buttons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}
.btn {
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-game,
.reviews__form-rating input {
  display: none;
}
.btn.real {
  background: var(--color-one);
  margin: 0px 10px;
}
.btn-form:hover,
.btn.demo:hover,
.btn.real:hover {
  box-shadow: var(--box-shadow);
}
.demo-game {
  top: 0;
  left: 0;
  background: var(--color-black);
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.demo-game.active,
.submin__btn {
  display: flex;
}
.demo-game iframe {
  width: 90%;
  height: 90%;
  border-radius: 12px;
}
.close-demo {
  top: 20px;
  right: 30px;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.card__section {
  padding: 20px 0;
}
.cards__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
.card__item {
  background: var(--gradient-two);
  border-radius: 12px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.bonus-type,
.card__text {
  color: var(--color-gray);
}
.card__block {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px;
  align-items: center;
  flex-grow: 1;
}
.card__img {
  border-radius: 15px;
  width: 100%;
  object-fit: contain;
}
.card__text-title {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  flex-grow: 1;
}
.card__btn {
  display: flex;
  justify-content: center;
  height: 50px;
  background-color: var(--color-button);
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  margin-top: auto;
}
.image-left,
.image-right {
  max-width: 250px;
  height: auto;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}
.card__btn:hover {
  background: var(--gradient-hover);
}
.bonus-type {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
.card__text-title .bonus-percent {
  font-size: 14px;
  color: var(--color-primary);
}
.block-card__section {
  padding: 30px 0;
  background-color: var(--background-color);
}
.block-card__container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.block-card__item h2 {
  font-size: clamp(1.8rem, 1.1rem + 2vw, 2.5rem);
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: 10px;
}
.block-card__item h3 {
  font-size: clamp(1rem, 0.9rem + 1.5vw, 2rem);
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.block-card__info {
  position: relative;
}
.image-left {
  float: left;
  margin-right: 15px;
}
.image-right {
  float: right;
  margin-left: 15px;
}
.img-vert {
  width: auto;
  height: 100%;
  max-height: 600px;
  display: block;
  margin-bottom: 15px;
}
.img-horiz {
  display: block;
  width: calc(100% - 30px);
  max-width: 600px;
  height: auto;
  border-radius: 10px;
  padding: 15px 0;
  margin: 0 auto;
}
.img-horiz-left,
.img-horiz-right {
  max-width: calc(100% - 30px);
  border-radius: 10px;
  height: auto;
}
.img-vert-left {
  float: left;
  margin: 20px;
  max-height: 400px;
  width: auto;
}
.img-vert-right {
  float: right;
  margin: 20px;
  max-height: 400px;
  width: auto;
}
.img-horiz-left {
  float: left;
  margin: 20px;
}
.img-horiz-right {
  float: right;
  margin: 20px;
}
.table__container p {
  margin-top: 30px;
}
.info__section ul {
  margin: 10px 0 0 30px;
}
.breadcrumb__section {
  padding: 90px 0 10px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 2;
}
.breadcrumb {
  font-size: var(--font-size);
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.breadcrumb-link {
  color: var(--color-four);
  font-weight: 700;
  padding: 5px 10px;
  position: relative;
  transition: color 0.3s;
}
.breadcrumb-link::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--color-light-yellow);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.breadcrumb-link:hover::after {
  transform: scaleX(1);
}
.breadcrumb-separator {
  display: flex;
  align-self: center;
  color: var(--color-grey);
  font-size: 16px;
}
.breadcrumb-active,
.breadcrumb-link:not(.breadcrumb-active):hover,
.main-banner__content h1,
.main-banner__content p,
.required-notice,
.wpmtst-submission-form {
  color: var(--color-white);
}
.breadcrumb-active {
  font-weight: 700;
  pointer-events: none;
}
.content-area {
  padding-top: 100px;
}
.banner__section {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 60vh;
}
.banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  filter: brightness(50%) contrast(120%);
}
.banner__section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: var(--overlay-bg-color);
  z-index: 0;
}
.banner__container {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  justify-content: left;
  align-items: center;
}
.main-banner__content {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  text-align: left;
}
.reviews__section {
  margin: 60px 0;
}
.reviews__form-wrapper {
  margin: 0 auto;
  padding: 20px;
  background: var(--dark-blue);
  border-radius: 12px;
  max-width: 770px;
}
.reviews__form-title {
  margin-bottom: 5px;
  text-align: center;
  font-size: clamp(0.9rem, 0.9rem + 1vw, 1.9rem);
  font-weight: 700;
  color: var(--color-one);
}
.reviews__form {
  display: grid;
  gap: 20px;
}
.reviews__form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.reviews__form-textarea {
  min-height: 45px;
  max-height: 100px;
  resize: vertical;
}
.reviews__form-label {
  font-size: var(--font-size);
  color: var(--color-white);
  margin-left: 10px;
}
.reviews__form-input,
.reviews__form-textarea {
  font-size: var(--font-size-one);
  padding: 12px;
  border-radius: 8px;
  outline: 0;
  background: #89898b4f;
  color: var(--color-black);
  transition: border-color 0.3s;
}
.btn-form,
.reviews__form-button,
.wpmtst_submit_testimonial {
  padding: 12px 20px;
  font-size: var(--font-size);
  cursor: pointer;
  width: auto;
  max-width: 250px;
}
.text,
.textarea {
  padding: 10px;
}
.reviews__form-input::placeholder,
.reviews__form-textarea::placeholder {
  font-family: var(--font_inter);
}
.reviews__form-input:focus,
.reviews__form-textarea:focus {
  border: 1px solid var(--color-yellow);
}
.reviews__form-rating {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  margin-right: 10px;
}
.reviews__form-rating label {
  font-size: 24px;
  color: #a9a9a9;
  cursor: pointer;
  transition: color 0.3s;
}
.copy span,
.footer__nav ul li {
  color: var(--color-gray);
  font-weight: 400;
}
.reviews__form-rating input:checked ~ label,
.reviews__form-rating label:hover,
.reviews__form-rating label:hover ~ label {
  color: var(--color-yellow);
}
.reviews__form-button,
.wpmtst_submit_testimonial {
  font-weight: 600;
  color: var(--color-black);
  background: var(--color-yellow);
  border: none;
  border-radius: 8px;
  transition: background 0.3s;
  margin: 0 auto;
}
.btn-form,
.footer__nav-link {
  font-weight: 600;
  color: var(--color-white);
}
.wpmtst-submit {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.strong-form .required.symbol:after {
  content: '*';
  color: #ff000062 !important;
  font-size: 1em;
  font-weight: 400;
  margin: 0 5px;
  position: relative;
  top: 5px;
}
.field-star_rating,
.strong-rating-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.text {
  height: 40px;
}
.text,
.textarea {
  background-color: var(--background-card);
  border-radius: 10px;
}
.strong-form .form-field {
  margin-bottom: 5px !important;
}
.reviews__form-button:hover {
  animation: 1.5s infinite alternate shimmer;
}
.btn-form {
  background: var(--gradient-hover);
  border: none;
  border-radius: 8px;
  transition: 0.3s;
  margin: 0 auto;
}

.form__action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-button {
  background-color: var(--color-yellow);
  color: var(--color-black);
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  transition: background-color 0.2s;
}
.brand-button:hover {
  background-color: var(--color-white);
}
.strong-form .wpmtst-submit-button,
.strong-form input[type='submit'] {
  display: none !important;
}
.footer__section {
  margin-top: 30px;
  background-color: var(--background-footer);
}
.footer__container {
  display: flex;
  flex-direction: column;
}
.footer__nav {
  margin: 40px 0;
}
.footer__nav-link {
  position: relative;
  font-size: 18px;
  transition: color 0.3s, text-shadow 0.3s;
}
.footer__nav-link:hover {
  color: var(--color-one);
  text-shadow: 0 0 10px var(--color-one), 0 0 20px var(--color-one);
}
.footer__nav ul {
  display: flex;
  justify-content: center;
}
.footer__nav ul li {
  padding: 0 10px;
  font-size: 16px;
  line-height: 1.5;
  list-style: none;
}
.footer__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
  max-width: 100%;
}
.footer__block a {
  display: inline-block;
  padding: 5px 10px;
  transition: 0.3s ease-in;
  border-radius: 50px;
}
.footer__block a:hover {
  background-color: rgba(128, 128, 128, 0.3);
}
.footer__block-img {
  max-width: 200px;
  height: auto;
}
.footer__block-img-size {
  width: 50px;
  height: 50px;
}
.footer__block-img-color {
  background-color: var(--color-gray);
  border-radius: 10px;
  padding: 5px;
}
.copy span {
  font-size: 14px;
  line-height: 1.25;
  align-items: start;
}
.footer-divider {
  margin: 20px 0;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: var(--line-footer);
}
@media (max-width: 998px) {
  .header__nav,
  .language-selector-hidden {
    display: none;
  }
  .burger-menu,
  .sidebar {
    display: flex;
  }
}
@media (max-width: 860px) {
  .sidebar {
    flex-direction: column;
  }
  .footer__block-img {
    max-width: 180px;
  }
}
@media (max-width: 500px) {
  .footer__block-img {
    max-width: 150px;
  }
  .footer__block-img-color {
    background: var(--color-white);
    border-radius: 5px;
  }
}
@media (max-width: 450px) {
  .header__link-btn-hidden {
    display: none;
  }
  .breadcrumb__section {
    padding: 70px 0 10px;
  }
}
