@import url("../fonts/stylesheet.css");

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow-x: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.title {
  font-family: "Spin Samurai";
  color: #FF4567;
  line-height: 1.1;
}
.title-small {
  font-size: 2.7em;
}
.text-big {
  padding: 0.3em 0 0.6em;
  font-weight: bold;
  font-size: 2em;
}

.container {
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  z-index: 3;
}

.top-header {
  width: 100%;
  height: 40px;
}

.top-header > p {
  margin-top: 17px;
}

.top-banner-container {
  margin-top: 170px;
  width: 100%;
}

.top-banner-container > img {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
}

.top-title-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-top: 380px;
  text-shadow: 2px 2px #000000;
}

.top-title-content > div:first-child {
  font-family: "Spin Samurai";
  color: #FF4567;
}

@media screen and (min-width: 1580px) {
  .top-title-content {
    margin-top: 22%;
  }

  .top-title-content > div:first-child {
    font-size: 9rem !important;
  }
}

@media screen and (max-width: 1580px) {
  .top-title-content {
    margin-top: 240px;
  }
}

@media screen and (max-width: 1240px) {
  .top-title-content {
    margin-top: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .top-title-content {
    margin-top: -20px;
  }
}

@media screen and (max-width: 865px) {
  .top-title-content {
    margin-top: -40px;
  }
}

@media screen and (max-width: 768px) {
  .top-title-content {
    margin-top: 250px;
  }
}

@media screen and (max-width: 768px) {
  .top-title-content {
    margin-top: 250px;
  }
}

@media screen and (max-width: 450px) {
  .top-title-content {
    margin-top: 130px;
  }
}

.top-title-content > div:first-child {
  font-size: 6rem;
  font-weight: 900;
}

@media screen and (max-width: 1000px) {
  .top-title-content > div:first-child {
    font-size: 5rem;
  }
}

@media screen and (max-width: 800px) {
  .top-title-content > div:first-child {
    font-size: 4rem;
  }
}

.top-title-content > div:last-child {
  font-size: 2rem;
}

@media screen and (max-width: 800px) {
  .top-title-content > div:last-child {
    font-size: 1rem;
  }
}

@-webkit-keyframes pulse-header-btn {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

@keyframes pulse-header-btn {
  0% {
    transform: scale(0.95);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.95);
  }
}

.top-title-action {
  text-align: center;
  margin-top: 10px;
  animation: pulse-header-btn 1s infinite;
  -webkit-animation: pulse-header-btn 1s infinite;
}

.text__bonus-link {
  background: #D3FF07;
  border-radius: 100px;
  padding: 28px 38px;
  color: #fff;
  font-size: 27px;
}

.game-header-item {
  width: 20%;
}

.game-header-item > img {
  width: 100%;
}

.journey-container {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 20px;
  margin-bottom: 100px;
}

.journey-content-left {
  height: 100%;
  box-sizing: border-box;
  width: 50%;
}

.journey-content-left > h2 {
  font-size: 70px;
  font-family: "Spin Samurai";
  color: #FF4567;
}

.journey-content-left-top {
  margin-top: 20px;
  font-size: 19px;
  line-height: 30px;
}

.journey-content-right {
  height: 100%;
  box-sizing: border-box;
  width: 50%;
}
.journey-content-right > img {
  width: 100%;
  transform: scale(1.4);
}

.games {
  width: 100%;
  overflow: auto;
  margin-bottom: 20px;
}

.games-title {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
}

.games-container {
  width: max-content;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 20px 20px 10px 20px;
}

.games-action {
  text-align: center;
  margin-top: 25px;
}

.newest, .for-you{
  width: 100%;
}

.newest > p:first-child, .for-you > p:first-child{
  font-size: 35px;
  font-weight: 900;
}

.newest-games-items, .for-you-games-items {
  width: 100%;
  display: flex;
  align-items: center;
}

.newest-games-items > div, .for-you-games-items > div {
  width: 190px;
  height: 190px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 0 10px 0 10px
}

.newest-games-items > div:first-child, .for-you-games-items > div:first-child {
  margin: 0 10px 0 0;
}

.newest-games-items > div:last-child, .for-you-games-items > div:last-child {
  margin: 0 0 0 10px;
}

.newest-games-items > div:nth-child(1) {
  background-image: url(../img/games/newest/1.png);
}
.newest-games-items > div:nth-child(2) {
  background-image: url(../img/games/newest/2.png);
}
.newest-games-items > div:nth-child(3) {
  background-image: url(../img/games/newest/3.png);
}
.newest-games-items > div:nth-child(4) {
  background-image: url(../img/games/newest/4.png);
}
.newest-games-items > div:nth-child(5) {
   background-image: url(../img/games/newest/5.png);
}

.for-you-games-items > div:nth-child(1) {
  background-image: url(../img/games/for-you/1.png);
}
.for-you-games-items > div:nth-child(2) {
  background-image: url(../img/games/for-you/2.png);
}
.for-you-games-items > div:nth-child(3) {
  background-image: url(../img/games/for-you/3.png);
}
.for-you-games-items > div:nth-child(4) {
  background-image: url(../img/games/for-you/4.png);
}
.for-you-games-items > div:nth-child(5) {
  background-image: url(../img/games/for-you/5.png);
}


.text-container {
  width: auto;
  max-width: 840px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 30px;
  padding: 20px 20px 10px 20px;
}

.text .text-content {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1200px) {
  .journey-content-right > img {
    transform: scale(1.5);
  }

  .journey-content-left-top {
    width: auto;
  }
}

@media screen and (max-width: 1050px) {
  .journey-content-right > img {
    margin-top: 20px;
    transform: scale(1.5);
  }
}

@media screen and (max-width: 992px) {
  .journey-content-left > h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 300px) {
  .container {
    padding: 0 10px;
  }
}

html {
  background-color: #000;
  color: #fff;
  font-family: 'Mont', sans-serif;
}

body {
  position: relative;
  background-image: url(../img/bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
  /* Demonstrate a "mostly customized" scrollbar
   * (won't be visible otherwise if width/height is specified) */
  /* Add a thumb */
}

body.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    background-size: 100% 61%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  body {
    background-size: 100% 34%;
  }
}

@media screen and (max-width: 768px) {
  body {
    background-image: url(../img/mobile-bg.jpg);
  }
}

body .shadow {
  width: 100vw;
  max-width: 100%;
  min-height: 145vh;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 1640px) {
  body .shadow {
    min-height: 150vh;
  }
}

@media screen and (max-width: 1560px) {
  body .shadow {
    min-height: 165vh;
  }
}

@media screen and (max-width: 1560px) {
  body .shadow {
    min-height: 180vh;
  }
}

@media screen and (max-width: 1330px) {
  body .shadow {
    min-height: 190vh;
  }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  body .shadow {
    min-height: 231vh;
  }
}

@media screen and (max-width: 768px) {
  body .shadow {
    min-height: 145vh;
  }
}

@media screen and (max-width: 500px) {
  body .shadow {
    min-height: 150vh;
  }
}

@media screen and (max-width: 375px) {
  body .shadow {
    min-height: 140vh;
  }
}

@media screen and (max-width: 325px) {
  body .shadow {
    min-height: 180vh;
  }
}

body .visible-scrollbar, body .invisible-scrollbar, body .mostly-customized-scrollbar {
  display: block;
  width: 10em;
  overflow: auto;
  height: 2em;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #D3FF07;
}

body::-webkit-scrollbar-thumb {
  background: #FF4567;
}

.games .visible-scrollbar, body .invisible-scrollbar, body .mostly-customized-scrollbar {
  display: block;
  width: 10em;
  overflow: auto;
  height: 2em;
}

.games::-webkit-scrollbar {
  width: 5px;
  height: 3px;
  background-color: #D3FF07;
}

.games::-webkit-scrollbar-thumb {
  background: #FF4567;
}

main {
  z-index: 5;
  position: relative;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #382F59;
  z-index: 100;
}

.preloader.hide {
  display: none;
}

.preloader .img {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
  pointer-events: none;
  -webkit-animation: pulse 0.5s infinite;
          animation: pulse 0.5s infinite;
}

@-webkit-keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.95);
  }
  70% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.95);
  }
}

@media screen and (max-width: 768px) {
  .footer {
    display: none;
  }
}

.footer__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.footer__nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__nav a {
  margin: 10px;
  color: #7B6FA8;
}

.footer__providers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer__providers img {
  min-height: 35px;
  max-height: 35px;
  margin: 10px;
  -webkit-filter: invert(51%) sepia(20%) saturate(852%) hue-rotate(212deg) brightness(85%) contrast(89%);
          filter: invert(51%) sepia(20%) saturate(852%) hue-rotate(212deg) brightness(85%) contrast(89%);
}

.footer__providers img.softswiss {
  width: 125px;
}

.footer__text {
  font-family: 'NexaRegular';
  color: #7B6FA8;
  font-size: 18px;
  text-align: center;
  padding: 40px 0;
  width: 84%;
  line-height: 30px;
}

.header {
  display: flex;
  justify-content: center;
}
header img {
  max-height: 70px;
  margin-top: 15px;
}


@media screen and (max-width: 768px) {
  .header img {
    width: 30vw;
  }
}

@media screen and (max-width: 580px) {
  .header img {
    width: 35vw;
  }
}

.text {
  margin-top: 40px;
  color: #31EAE5;
}

@media screen and (max-width: 768px) {
  .text {
    margin-top: 25px;
  }
}

.text__wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

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

.text__title_text {
  text-transform: uppercase;
  font-size: 92px;
}

@media screen and (max-width: 1024px) {
  .text__title_text {
    font-size: 62px;
  }
}

@media screen and (max-width: 768px) {
  .text__title_text {
    font-size: 9vw;
  }
}

.text__title img {
  width: 53px;
  height: 53px;
  margin: 0 20px;
  position: relative;
  top: -4px;
}

@media screen and (max-width: 768px) {
  .text__title img {
    display: none;
  }
}

.text__subtitle {
  font-size: 66px;
}

@media screen and (max-width: 1024px) {
  .text__subtitle {
    font-size: 55px;
  }
}

@media screen and (max-width: 768px) {
  .text__subtitle {
    font-size: 9vw;
  }
}

.text__descr {
  margin: 35px 0 30px 0;
  font-size: 44px;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .text__descr {
    font-size: 35px;
  }
}

@media screen and (max-width: 768px) {
  .text__descr {
    font-size: 6vw;
    margin: 30px 0;
  }
}

.text__bonus-link {
  background: #D3FF07;
  border-radius: 100px;
  padding: 22px 38px;
  color: #000;
  font-size: 27px;
  font-weight: 800;
  transition-duration: 0.5s;
  text-transform: uppercase;
}

.text__bonus-link-small {
  background: #D3FF07;
  border-radius: 100px;
  padding: 22px 38px;
  color: #000;
  font-size: 27px;
  transition-duration: 0.5s ;
  text-transform: uppercase;
}
.text__bonus-link:hover, .text__bonus-link-small:hover {
  background: #fff;
}

.journey-content-left-action {
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  .text__bonus-link {
    padding: 23px 38px;
    font-size: 23px;
  }
}

@media screen and (max-width: 800px) {
  .text__bonus-link {
    padding: 20px 40px;
    font-size: 18px;
  }
}

.text__open-popup {
  color: #fff;
  font-size: 23px;
  text-decoration: underline;
  margin-top: 25px;
}

.text__open-popup:hover {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .text__open-popup {
    font-size: 19px;
  }
}

@media screen and (max-width: 768px) {
  .text__open-popup {
    font-size: 4vw;
  }
}

.steps {
  padding-bottom: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .steps {
    display: none;
  }
}

.steps__wrapper {
  background-repeat: no-repeat;
  background-size: contain;
  color: #382F59;
  font-size: 40px;
  text-transform: uppercase;
  padding: 70px 95px;
  width: 84%;
  margin: 0 auto;
  position: relative;
  height: 295px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .steps__wrapper {
    height: 230px;
    padding: 0 95px;
  }
}

.steps__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 28px 0;
  width: 95%;
}

.steps__inner span {
  width: 25%;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .steps__inner span {
    font-size: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .steps__inner span {
    font-size: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .steps__inner span {
    font-size: 22px;
  }
}

@media screen and (max-width: 1024px) {
  .steps__inner {
    margin: 5px 0;
  }
}

.steps .line-big__bottom, .steps .line-big__top {
  width: 95%;
}

.steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1124px) {
  .bonuses-container {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .first-bonus, .second-bonus, .third-bonus {
    width: 100%;
    height: 240px;
    background-size: cover;
    background-position: right top;
  }
}

@media screen and (max-width: 768px) {
  .popup__bonuses_bonus {
    width: 100%;
    min-height: 40vh;
    margin-bottom: 25px;
  }
}

.popup__bonuses_bonus * {
  text-align: center;
  color: #382F59;
}

.popup__bonuses_bonus:nth-of-type(1) {
  background-color: #9CF7D5;
  background-image: url("../img/bonus-bg-1.png");
}

.popup__bonuses_bonus:nth-of-type(2) {
  background-color: #FEE5B1;
  background-image: url("../mg/bonus-bg-2.png");
}

.popup__bonuses_bonus:nth-of-type(3) {
  background-color: #70EBE8;
  background-image: url("../img/bonus-bg-3.png");
}

.popup__bonuses_text-top, .popup__bonuses_text-bottom {
  text-transform: uppercase;
  font-size: 14px;
}

.popup__bonuses_text-middle {
  font-size: 25px;
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .popup__bonuses_text {
    text-align: center;
  }
}

.popup__terms h3 {
  font-size: 21px;
  margin: 40px 0;
}

@media screen and (max-width: 325px) {
  .popup__terms h3 {
    font-size: 19px;
  }
}

.popup__terms p {
  font-family: 'Mont', sans-serif;
  line-height: 30px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.bonuses-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  display: grid;
  grid-template-rows: 355px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin: 0 auto;
}

.bonuses-container > div {
  border-radius: 10px;
  overflow: hidden;
  padding-top: 40px;
}

.bonus-title {
  margin-top: 80px;
}

.first-bonus {
  position: relative;
  grid-area: 1 / 1 / 2 / 2;
  text-shadow: 1px 1px 2px black;
}
.first-bonus .bonus-wrapper {
  background-image: url(../img/bonus-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}


.second-bonus {
  position: relative;
  grid-area: 1 / 2 / 2 / 3;
  text-shadow: 1px 1px 2px black;
}
.second-bonus .bonus-wrapper {
  background-image: url(../img/bonus-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.third-bonus {
  position: relative;
  grid-area: 1 / 3 / 2 / 3;
  text-shadow: 1px 1px 2px black;
}
.third-bonus .bonus-wrapper {
  background-image: url(../img/bonus-bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bonus-img {
  position: absolute;
  top: -35px;
  z-index: 1;
  width: 100%;
}
.second-bonus .bonus-img {
  top: 0;
}

.bonus-info {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 40px;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(360deg, #4D1A6C 23.33%, rgba(77, 26, 109, 0.6) 35%, rgba(78, 26, 110, 0.36) 46.36%, rgba(78, 26, 110, 0) 58.31%);
  z-index: 2;
}

.bonus-info-title {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}

.bonus-info-count {
  font-size: 48px;
  font-weight: bold;
  color: #D3FF07;
  text-align: center;
}

.bonus-info-bottom {
  font-size: 18px;
  text-align: center;
}

.bonus-actions {
  width: 100%;
  text-align: center;
  margin: 25px 0 40px;
}

.jackpot {
  margin: -50px 0 -100px;
  position: relative;
  padding-top: 100px;
  background-position-y: -160px;
  background-image: url(../img/jackpot.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.jackpot .row {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;

}
.jackpot .row > div {
  flex: 1 0 50%;
}
.jackpot .row > div:first-child {
  z-index: 2;
}
.jackpot .row > div:last-child {
  padding-top: 30px;
  z-index: 1;
}
.jackpot .row img {
  max-width: 100%;
}

.gold-icon {
  width: 180px;
}
.jackpot-container {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding:0 20px 20px 20px;
}

.jackpot-action {
  margin: 50px auto;
  text-align: center;
}
.jackpot-title {
  font-size: 40px;
}

.jackpot-count {
  font-size: 100px;
  font-family: "Spin Samurai";
  color: #FF4567;
}

.payments-container {
  width: 100%;
  max-width: 1100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10%;
  row-gap: 15px;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 20px;
}

.crypto-container {
  margin-bottom: 40px;
}

.crypto {
  height: 35px;
}

.payments-container > img {
  margin-top: 10px;
}

.mobile-jackpot-img {
  width: 100%;
  display: none;
}

@media screen and (max-width: 1200px) {
  .jackpot-title {
    font-size: 48px;
  }

  .jackpot-count {
    font-size: 75px;
    font-weight: 900;
  }

}

@media screen and (max-width: 768px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }


  .journey-container {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin-top: auto;
    margin-bottom: 50px;
  }

  .journey-content-right, .journey-content-left {
    width: 100%;
    text-align: center;
  }
  .journey-content-right {
    margin-bottom: -70px;
  }

  .newest-games-items > div, .for-you-games-items > div {
    width: 135px;
    height: 135px;
    margin-right: 10px;
  }

  .bonus-title {
    margin-top: 40px;
  }

  .mobile-jackpot-img {
    display: block;
  }

  .jackpot {
    background-image: none;
    height: auto;
    margin: 20px 0 0;
  }

  .jackpot-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 30px;
    align-items: center;
  }

  .jackpot-container p {
    order: 1;
  }
  .jackpot-container .jackpot-action {
    order: 2;
    margin: 25px 0;
  }

  .jackpot .row {
    flex-direction: column-reverse;
  }
  .jackpot .row > div {
    flex: 1 0 100%;
  }
  .jackpot .row > div:last-child {
    margin: -70px 0 -100px;
    background: url(../img/jackpot.png) no-repeat;
    background-position-y: -30px;
    background-size: cover;
  }

  .jackpot-count {
    font-size: 60px;
    font-weight: 900;
  }

  .jackpot-title {
    font-family: 'Spin Samurai', sans-serif;
    font-size: 36px;
    font-weight: 900;
  }

  .payments-container {
    margin-top: 10px;
  }
}

@media screen and (max-width: 580px) {

  .top-banner-container {
    margin-top: 130px;
  }

  .journey-container {
    margin-bottom: 20px;
  }

  .top-banner-container > .mobile {
    margin-top: 30px;
  }

  .journey-content-left > h2 {
    font-size: 35px;
    line-height: 37px;
  }

  .title-small span {
    display: block;
    font-size: 1.3em;
  }

  .journey-content-left-top {
    font-size: 14px;
    line-height: 24px;
  }

  .journey-content-left-action {
    margin-top: 30px;
  }

  .games-title {
    font-size: 24px;
  }

  .games-action {
    margin-top: 35px;
  }

  .bonus-info-title {
    font-size: 14px;
  }

  .bonus-info-count {
    font-size: 25px;
  }

  .jackpot {
    padding-top: 60px;
  }

  .bonuses-container {
    padding: 0 20px;
  }

  .bonus-info-bottom {
    font-size: 18px;
  }

  .bonus-actions {
    margin: 30px 0;
  }

  .jackpot-title {
    font-size: 20px;
    font-weight: 900;
  }

  .jackpot-count {
    font-size: 50px;
    font-weight: 900;
  }
  .payments-container {
    padding: 0 20px;
    margin: 10px 0;
  }

  .text-container {
    row-gap: 20px;
  }

  .payments-container {
    row-gap: 5px;
  }
}
