@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

ul[class],
ol[class] {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  padding: 0;
  border: none;
  font: inherit;
  color: inherit;
  background-color: transparent;
  cursor: pointer;
}

.headSection {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url("img/headerBackground.png");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-height: 767.98px) {
  .headSection {
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .headSection {
    height: auto;
  }
}
.headSection__logo {
  position: absolute;
  top: 3%;
  left: 3%;
  max-width: 291px;
}
@media (max-width: 1279.98px) {
  .headSection__logo {
    max-width: 200px;
  }
}
@media (max-width: 767.98px) {
  .headSection__logo {
    display: none;
  }
}
.headSection__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-height: 991.98px) {
  .headSection__content {
    padding: 50px 0;
  }
}
.headSection__heading {
  max-width: 800px;
  width: 40vw;
}
@media (max-width: 991.98px) {
  .headSection__heading {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  .headSection__heading {
    padding: 50px 0 20px 0;
    width: 80%;
  }
}
@media (max-width: 479.98px) {
  .headSection__heading {
    width: 100%;
    padding: 20px 15px;
  }
}
.headSection__woman {
  display: none;
  width: 100%;
  margin-bottom: -50px;
}
@media (max-width: 767.98px) {
  .headSection__woman {
    display: block;
  }
}
.headSection__decor {
  position: absolute;
}
.headSection__decor--1 {
  left: 15%;
  bottom: 0;
}
@media (max-width: 1279.98px) {
  .headSection__decor--1 {
    left: 5%;
  }
}
@media (max-width: 991.98px) {
  .headSection__decor--1 {
    display: none;
  }
}
.headSection__decor--2 {
  bottom: 0;
  right: 5%;
}
@media (max-width: 1449.98px) {
  .headSection__decor--2 {
    right: 0;
    width: 34vw;
  }
}
@media (max-width: 1279.98px) {
  .headSection__decor--2 {
    width: 340px;
  }
}
@media (max-width: 991.98px) {
  .headSection__decor--2 {
    display: none;
  }
}
.headSection__decor--3 {
  bottom: 18%;
  right: 33%;
}
@media (max-width: 1449.98px) {
  .headSection__decor--3 {
    right: 28%;
  }
}
@media (max-width: 991.98px) {
  .headSection__decor--3 {
    bottom: 22%;
    right: 16%;
  }
}
@media (max-width: 767.98px) {
  .headSection__decor--3 {
    display: none;
  }
}
.headSection__decor--4 {
  bottom: 40%;
  left: 32%;
}
@media (max-width: 1449.98px) {
  .headSection__decor--4 {
    bottom: 47%;
    left: 25%;
  }
}
@media (max-width: 991.98px) {
  .headSection__decor--4 {
    bottom: 45%;
    left: 12%;
  }
}
@media (max-width: 767.98px) {
  .headSection__decor--4 {
    display: none;
  }
}

.roulette {
  z-index: 999;
}
@media (max-width: 479.98px) {
  .roulette {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
  }
}
.roulette__wrapper {
  background-color: #15171B;
  width: 390px;
  height: 470px;
  border-radius: 16px;
  border: 1px solid #27AE60;
  padding: 20px 25px;
  box-sizing: border-box;
}
@media (max-width: 479.98px) {
  .roulette__wrapper {
    width: 350px;
  }
}
@media (max-width: 375px) {
  .roulette__wrapper {
    width: 100%;
  }
}
.roulette__body {
  border-radius: 20.994px;
  border: 1.312px solid #5FFFA2;
  box-shadow: 0px 0px 16.401px 0px #64F7A2;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.roulette__winLine {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.roulette__content {
  top: 0;
  left: 10px;
  position: absolute;
  height: 400%;
  width: 45%;
  transition: left 1s ease;
}
.roulette__content.animation {
  animation: marquee 1.9s linear infinite;
}
.roulette__content--rev {
  height: 320%;
  top: 0;
  left: auto;
  right: 10px;
  transition: right 1s ease;
}
.roulette__content--rev.animation-rev {
  animation: marquee-rev 1s linear infinite;
}
.roulette__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 5px 0;
}
.roulette__list--first {
  height: 50%;
  width: 100%;
}
.roulette__list--second {
  height: 50%;
  width: 100%;
}
.roulette__item {
  width: 100%;
  height: 105px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.roulette__item--text {
  background-image: url("img/rouletteItems/bonusBG.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.roulette__item-img {
  width: 100%;
  height: 100%;
}
.roulette__item-text {
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 479.98px) {
  .roulette__item-text {
    font-size: 14px;
  }
}
.roulette__item-text--strong {
  font-size: 24px;
}
@media (max-width: 479.98px) {
  .roulette__item-text--strong {
    font-size: 20px;
  }
}
.roulette__item-text--medium {
  font-size: 20px;
}
@media (max-width: 479.98px) {
  .roulette__item-text--medium {
    font-size: 15px;
  }
}
.roulette__item-text--big {
  font-size: 40px;
}
@media (max-width: 479.98px) {
  .roulette__item-text--big {
    font-size: 30px;
  }
}
.roulette__btnWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.roulette__btnWrapper.winBtn > .roulette__btn--spin {
  display: none;
}
.roulette__btnWrapper.winBtn > .roulette__btn--claim {
  display: block;
}
.roulette__btn {
  width: 90%;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 28.591px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  border-radius: 14.295px;
  background: var(--Linear, linear-gradient(0deg, #27AE60 0%, #27AE60 23%, #23D26D 61%, #25F57D 100%));
  padding: 20px;
  text-transform: uppercase;
}
@media (max-width: 479.98px) {
  .roulette__btn {
    width: 300px;
    font-size: 24px;
  }
}
@media (max-width: 375px) {
  .roulette__btn {
    width: 280px;
  }
}
.roulette__btn--spin:hover {
  animation: tilt-shaking 0.5s linear infinite;
}
.roulette__btn--spin:disabled {
  background: rgba(39, 174, 96, 0.8);
  cursor: not-allowed;
  animation: none;
}
.roulette__btn--claim {
  border-radius: 16px;
  background: #F86902;
  display: none;
  animation: scale-claim 1s linear infinite;
}
.roulette__modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 15px;
  transform: scale(0);
  opacity: 0;
  transition: all 1s ease;
}
@media (max-width: 479.98px) {
  .roulette__modal {
    padding: 5px;
  }
}
.roulette__modal-img {
  width: 100%;
  z-index: 2;
}
.roulette__modal-elipse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("img/elipse.png");
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center center;
  animation: scale-elipse 0.9s linear infinite 1.2s;
}

.mainSection {
  width: 100%;
  background-color: #15171B;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gamesInformation {
  padding: 80px 20px 0 20px;
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media (max-width: 479.98px) {
  .gamesInformation {
    padding: 60px 15px 0 15px;
  }
}

.gamePreview {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 991.98px) {
  .gamePreview {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .gamePreview {
    flex-direction: column;
  }
}
.gamePreview--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .gamePreview--reverse {
    flex-direction: column;
  }
}
.gamePreview__leftSide {
  flex: 30%;
}
.gamePreview .videoContent {
  position: relative;
  overflow: hidden;
}
.gamePreview .videoContent:hover > .videoContent__controller {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
}
.gamePreview .videoContent__video {
  width: 100%;
  border-radius: 6px;
  display: block;
}
.gamePreview .videoContent__controller {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.25s ease;
  border-radius: 6px;
}
.gamePreview .videoContent__controller.active {
  opacity: 1;
  pointer-events: all;
  background-color: rgba(0, 0, 0, 0.5);
}
.gamePreview .videoContent__playToggle {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  width: 40px;
  transform: translateX(-50%) translateY(-50%);
}
.gamePreview .videoContent__playToggle.active > .videoContent__playToggle-icon--play {
  display: block;
}
.gamePreview .videoContent__playToggle.active > .videoContent__playToggle-icon--pause {
  display: none;
}
.gamePreview .videoContent__playToggle-icon {
  position: absolute;
  width: 100%;
}
.gamePreview .videoContent__playToggle-icon--play {
  display: none;
}
.gamePreview .videoContent__playToggle-icon--pause {
  display: block;
}
.gamePreview .videoContent__soundToggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 27px;
  bottom: 7%;
  right: 3%;
}
.gamePreview .videoContent__soundToggle.active > .videoContent__soundToggle-icon--on {
  display: block;
}
.gamePreview .videoContent__soundToggle.active > .videoContent__soundToggle-icon--off {
  display: none;
}
.gamePreview .videoContent__soundToggle-icon {
  pointer-events: none;
  position: absolute;
  width: 100%;
}
.gamePreview .videoContent__soundToggle-icon--on {
  display: none;
}
.gamePreview .videoContent__soundToggle-icon--off {
  display: block;
}
.gamePreview__rightSide {
  flex: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
.gamePreview__heading {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.gamePreview__desc {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.gamePreview__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  background: rgb(39, 174, 96);
  padding: 0.8em 1.5em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.gamePreview__btn:hover {
  background: #E06207;
}

.gamesWrapper {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1400px;
  padding: 115px 15px;
}
@media (max-width: 767.98px) {
  .gamesWrapper {
    padding-bottom: 150px;
  }
}
@media (max-width: 479.98px) {
  .gamesWrapper {
    padding-bottom: 100px;
  }
}

.gameItem {
  border-radius: 16px;
  background-color: #232835;
  padding-right: 100px;
  position: relative;
  border-right: 1px solid #27AE60;
  overflow: hidden;
}
@media (max-width: 375px) {
  .gameItem {
    padding-right: 90px;
  }
}
.gameItem::before {
  display: block;
  position: absolute;
  width: 70%;
  height: 1px;
  bottom: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, rgba(42, 183, 101, 0) 0%, #27AE60 100%);
  border-radius: 18px;
}
.gameItem::after {
  position: absolute;
  display: block;
  width: 70%;
  height: 1px;
  top: 0;
  right: 0;
  content: "";
  background: linear-gradient(90deg, rgba(42, 183, 101, 0) 0%, #27AE60 100%);
  border-radius: 18px;
}
.gameItem__img {
  width: 100%;
  height: 100%;
}
.gameItem__content {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gameItem__heading {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
  color: #ffffff;
}
.gameItem__btn {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0em;
  background: rgb(39, 174, 96);
  padding: 0.8em 1.5em;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.25s ease;
}
.gameItem__btn:hover {
  background: #E06207;
}

.footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #15171B;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .footer {
    padding-bottom: 0;
  }
}
.footer__topSIde {
  background: rgb(46, 47, 61);
  padding: 20px 40px;
  display: none;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .footer__topSIde {
    display: flex;
  }
}
@media (max-width: 479.98px) {
  .footer__topSIde {
    padding: 20px 20px;
  }
}
.footer__bottomSIde {
  background: rgb(39, 174, 96);
}
.footer__bottomSIde-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer__bottomSIde-container {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
}

.providerItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479.98px) {
  .providerItem {
    max-width: 180px;
    max-height: 60px;
  }
}
.providerItem__img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .providerItem__img {
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .providerItem__img {
    max-width: 100%;
  }
}

@keyframes marquee {
  0% {
    top: -200%;
  }
  100% {
    top: 0;
  }
}
@keyframes marquee-rev {
  0% {
    top: 0;
  }
  100% {
    top: -160%;
  }
}
@keyframes scale-claim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scale-elipse {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
}
@keyframes tilt-shaking {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(4deg);
  }
  50% {
    transform: rotate(0eg);
  }
  75% {
    transform: rotate(-4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}/*# sourceMappingURL=style.css.map */