/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: Amarante;
  font-display: swap;
  src: url("../casinogames__fonts/casinogames__Amarante-Regular.woff2") format("woff2"), url("../casinogames__fonts/casinogames__Amarante-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Mulish;
  font-display: swap;
  src: url("../casinogames__fonts/casinogames__Mulish-Regular.woff2") format("woff2"), url("../casinogames__fonts/casinogames__Mulish-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #0D0D0D;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: Mulish, sans-serif;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
}

h1,
h2,
h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  font-family: Amarante;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(1.125rem, 0.4759615385rem + 2.8846153846vw, 3rem);
}

h2 {
  font-size: clamp(1rem, 0.6538461538rem + 1.5384615385vw, 2rem);
}

h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.casinogames__no-scroll {
  overflow: hidden;
}

.casinogames__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.casinogames__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.casinogames__items .casinogames__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.casinogames__terms .casinogames__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.casinogames__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.btn,
.btn:focus {
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  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-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 12px 50px;
  border-radius: 30px;
  background: #FFEB00;
  color: #000000 !important;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  font-family: Amarante;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn-active,
.btn:hover,
.btn:active {
  background: #474747;
  -webkit-box-shadow: 0px 0px 40px 8px #474747 inset;
  box-shadow: 0px 0px 40px 8px #474747 inset;
  text-shadow: 0 0 0 transparent;
  color: #fff !important;
  -webkit-tap-highlight-color: transparent;
}

.casinogames__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.casinogames__popup {
  color: #fff;
  border-radius: 20px;
  background: #2A0842;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  max-width: 600px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  text-align: center;
  font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
}

.casinogames__popup__title {
  text-transform: uppercase;
  font-size: clamp(1.125rem, 0.8221153846rem + 1.3461538462vw, 2rem);
  line-height: 120%;
  font-family: Amarante;
}

.casinogames__modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
}

.casinogames__modal.casinogames__show {
  opacity: 1;
}

.casinogames__modal__popup {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.casinogames__cookie__popup {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: -100%;
  -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
  z-index: 10000;
}

.casinogames__cookie__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 30px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.casinogames__cookie.casinogames__hidden {
  display: none;
}

.casinogames__cookie .btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-inline: 40px;
}

.casinogames__cookie .casinogames__show {
  bottom: 0;
}

/* Blocks */

.casinogames__about .casinogames__item {
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4B1E0D), to(#7A7600));
  background: linear-gradient(0deg, #4B1E0D 0%, #7A7600 100%);
  padding: 24px;
  text-align: center;
}

.casinogames__about .casinogames__img {
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 237px;
  width: 100%;
}

.casinogames__about p {
  text-align: center;
}

.casinogames__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3))), url("./../casinogames__img/casinogames__banner.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("./../casinogames__img/casinogames__banner.avif");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
  text-align: center;
}				.casinogames__avif .casinogames__banner {					background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3)), url("./../casinogames__img/casinogames__banner.avif")				}							.casinogames__avif .casinogames__banner {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.3))), url("./../casinogames__img/casinogames__banner.avif")				}			

.casinogames__banner .casinogames__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.casinogames__banner h1 {
  max-width: 940px;
}

.casinogames__banner .btn {
  width: 100%;
  max-width: 250px;
  position: relative;
  overflow: hidden;
}

.casinogames__banner .btn::after {
  content: "";
  opacity: 0.6;
  position: absolute;
  top: -100px;
  left: -100px;
  display: block;
  background: #fff;
  width: 40px;
  height: 320px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: slide;
  animation-name: slide;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0) rotate(45deg);
    transform: translateX(0) rotate(45deg);
  }

  30%, 100% {
    -webkit-transform: translateX(500px) rotate(45deg);
    transform: translateX(500px) rotate(45deg);
  }
}

.casinogames__footer {
  background: #0D0D0D;
  margin-top: auto;
  padding-block: 40px;
  text-align: center;
}

.casinogames__footer .casinogames__container {
  gap: 40px;
}

.casinogames__footer h2 {
  font-size: 16px;
  color: #FFEB00;
  margin-bottom: -30px;
}

.casinogames__footer a {
  color: #FFEB00;
  text-transform: uppercase;
}

.casinogames__footer a:hover {
  opacity: 0.6;
}

.casinogames__footer .casinogames__copyright {
  text-transform: uppercase;
}

.casinogames__footer .casinogames__age {
  font-size: 14px;
  font-weight: 700;
  display: grid;
  place-items: center;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 36px;
  aspect-ratio: 1/1;
}

.casinogames__footer .casinogames__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.casinogames__footer .casinogames__logos img {
  width: auto;
  max-height: 50px;
}

.casinogames__footer .casinogames__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px 56px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.casinogames__header {
  padding: 16px 0;
  background: #0D0D0D;
  font-family: Amarante;
}

.casinogames__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.casinogames__header .casinogames__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.casinogames__header a {
  color: #FFF;
}

.casinogames__header a:hover {
  opacity: 0.7;
}

.casinogames__header .casinogames__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: clamp(0.875rem, 0.7019230769rem + 0.7692307692vw, 1.375rem);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
}

.casinogames__header .casinogames__logo img {
  width: 30px;
  aspect-ratio: 1/1;
}

.casinogames__header .casinogames__dropdown {
  position: relative;
}

.casinogames__header .casinogames__dropdown button {
  text-transform: uppercase;
}

.casinogames__header .casinogames__dropdown button:hover {
  color: rgba(255, 255, 255, 0.7);
}

.casinogames__header .casinogames__dropdown button::after {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url("/casinogames__img/casinogames__arrow.svg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.casinogames__header .casinogames__dropdown-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.casinogames__header .casinogames__dropdown-menu {
  position: absolute;
  left: -6px;
  display: none;
  gap: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 0;
  padding: 10px 20px;
  background: #0D0D0D;
}

.casinogames__header .casinogames__dropdown.casinogames__active .casinogames__dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.casinogames__header .casinogames__dropdown.casinogames__active button::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.casinogames__step {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 0, 66, 0.3)), to(rgba(0, 0, 0, 0.5))), url("./../casinogames__img/casinogames__step-bg.avif");
  background-image: linear-gradient(rgba(63, 0, 66, 0.3), rgba(0, 0, 0, 0.5)), url("./../casinogames__img/casinogames__step-bg.avif");
  background-position: top 34% center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 160px 0;
}				.casinogames__avif .casinogames__step {					background-image: linear-gradient(rgba(63, 0, 66, 0.3), rgba(0, 0, 0, 0.5)), url("./../casinogames__img/casinogames__step-bg.avif")				}							.casinogames__avif .casinogames__step {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 0, 66, 0.3)), to(rgba(0, 0, 0, 0.5))), url("./../casinogames__img/casinogames__step-bg.avif")				}			

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

.casinogames__step .casinogames__item:first-child {
  -webkit-box-flex: 0.45;
  -ms-flex: 0.45;
  flex: 0.45;
  width: 100%;
}

.casinogames__step .casinogames__img {
  background-image: url("./../casinogames__img/casinogames__screen.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  height: 244px;
  width: 100%;
}				.casinogames__avif .casinogames__step .casinogames__img {					background-image: url("./../casinogames__img/casinogames__screen.avif")				}			

.casinogames__step .btn {
  width: 100%;
  max-width: 250px;
  margin-inline: auto;
}

@media (max-width: 1220px) {
  .casinogames__items {
    gap: 10px;
  }

  .casinogames__main {
    gap: 40px;
    margin: 40px 0;
  }

  .casinogames__container {
    padding: 0 var(--container-padding-tablet);
    gap: 16px;
  }
}

@media (max-width: 820px) {
  .casinogames__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinogames__popup {
    padding: 16px;
    gap: 10px;
    line-height: 120%;
  }

  .casinogames__cookie__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinogames__cookie .btn {
    width: 100%;
  }

  .casinogames__about .casinogames__item {
    padding: 16px;
    max-width: 400px;
    margin-inline: auto;
  }

  .casinogames__about .casinogames__img {
    height: 180px;
  }

  .casinogames__banner {
    padding: 90px 0;
  }

  .casinogames__footer {
    padding-block: 30px;
  }

  .casinogames__footer .casinogames__container {
    gap: 30px;
  }

  .casinogames__footer h2 {
    margin-bottom: -20px;
  }

  .casinogames__footer .casinogames__logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinogames__footer .casinogames__logos img {
    max-height: 36px;
    max-width: 120px;
  }

  .casinogames__footer .casinogames__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .casinogames__header {
    padding: 14px 0;
  }

  .casinogames__header .casinogames__logo img {
    width: 20px;
  }

  .casinogames__header .casinogames__dropdown button::after {
    width: 20px;
  }

  .casinogames__step {
    padding: 40px 0;
    background-position: left center;
  }

  .casinogames__step .casinogames__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .casinogames__step .casinogames__img {
    height: 200px;
    max-width: 390px;
    margin-top: 10px;
    margin-inline: auto;
  }
}