@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap');

@font-face {
  font-family: 'TT Squares Condensed';
  src: url('../fonts/TTSquaresCondensed-Italic.eot');
  src: local('TT Squares Condensed Italic'),
    local('TT Squares Condensed Italic'),
    url('../fonts/TTSquaresCondensed-Italic.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/TTSquaresCondensed-Italic.woff2') format('woff2'),
    url('../fonts/TTSquaresCondensed-Italic.woff') format('woff'),
    url('../fonts/TTSquaresCondensed-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'TT Squares Condensed';
  src: url('../fonts/TTSquaresCondensed-Bold.eot');
  src: local('TT Squares Condensed Bold'), local('TT Squares Condensed Bold'),
    url('../fonts/TTSquaresCondensed-Bold.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/TTSquaresCondensed-Bold.woff2') format('woff2'),
    url('../fonts/TTSquaresCondensed-Bold.woff') format('woff'),
    url('../fonts/TTSquaresCondensed-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'TT Squares Condensed';
  src: url('../fonts/TTSquaresCondensed-Black.eot');
  src: local('TT Squares Condensed Black'), local('TT Squares Condensed Black'),
    url('../fonts/TTSquaresCondensed-Black.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/TTSquaresCondensed-Black.woff2') format('woff2'),
    url('../fonts/TTSquaresCondensed-Black.woff') format('woff'),
    url('../fonts/TTSquaresCondensed-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'TT Squares Condensed';
  src: url('../fonts/TTSquaresCondensed-BlackItalic.eot');
  src: local('TT Squares Condensed Black Italic'),
    local('TT Squares Condensed Black Italic'),
    url('../fonts/TTSquaresCondensed-BlackItalic.eot#iefix')
      format('embedded-opentype'),
    url('../fonts/TTSquaresCondensed-BlackItalic.woff2') format('woff2'),
    url('../fonts/TTSquaresCondensed-BlackItalic.woff') format('woff'),
    url('../fonts/TTSquaresCondensed-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
}

html {
  font-size: 2.5vh;
  height: 100%;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  min-height: 100%;
  font-family: 'TT Squares Condensed';
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-break: break-word;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  background-color: #0f0f16;
}

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

#preloader {
  position: fixed;
  inset: 0;
  background: #0f0f16;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  -o-transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
}

#preloader.fade-out {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  z-index: -100;
}

#preloader img {
  width: 50vh;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

/* Main */
.main__background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1 !important;
}

.main__background img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.main__background img ~ img {
  display: none;
}

.main {
  padding-top: 7vh;
  padding-bottom: 2vh;
  padding-left: -webkit-calc(50% - 210vh / 2);
  padding-left: calc(50% - 210vh / 2);
  padding-right: -webkit-calc(50% - 210vh / 2);
  padding-right: calc(50% - 210vh / 2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5vh;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  overflow: hidden;
}

.main::before {
  content: '';
  display: block;
  width: 100%;
  height: 57vh;
  position: fixed;
  left: 0;
  bottom: -24vh;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.8;
  z-index: 2;
}

.main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  z-index: 2;
}

.main__wrap::before {
  content: '';
  position: fixed;
  height: 100vh;
  width: 70vh;
  top: 0;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 11, 40, 0)),
    to(#000b28)
  );
  background: -o-linear-gradient(right, rgba(0, 11, 40, 0) 0%, #000b28 100%);
  background: linear-gradient(270deg, rgba(0, 11, 40, 0) 0%, #000b28 100%);
  z-index: -1;
}

.main__wrap-left::before {
  left: 0;
}
.main__wrap-right::before {
  right: 0;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main__wheel {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 82.5vh;
  -ms-flex: 0 0 82.5vh;
  flex: 0 0 82.5vh;
  height: 83vh;
  position: relative;
  z-index: 1;
}

.main__logo {
  margin-bottom: 6.4vh;
}

.main__logo img {
  height: 9.2vh;
}

.wheel > * {
  z-index: 10;
}

.main-wheel__frame {
  position: relative;
  z-index: 1;
  width: 100%;
}

.main-wheel__frame img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-wheel__frame::before {
  content: '';
  position: absolute;
  width: 10.8vh;
  height: 9.6vh;
  top: -1vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/wheel-topper.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 100;
}

.main-wheel__circle {
  width: 91%;
  height: 91%;
  position: absolute;
  left: 4.5%;
  top: 4.5%;
  margin: auto;
}
.main-wheel__circle img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-animation: wheel-idle 90s linear infinite forwards;
  animation: wheel-idle 90s linear infinite forwards;
}
.main-wheel__circle.first-spin img {
  -webkit-animation: wheel-spin 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
  animation: wheel-spin 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

.main-wheel__circle.second-spin img {
  -webkit-animation: wheel-spin2 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
  animation: wheel-spin2 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}
.main-wheel__circle.last-spin img {
  -webkit-animation: wheel-spin3 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
  animation: wheel-spin3 3s cubic-bezier(0.13, 0.55, 0.24, 1) 1 forwards;
}

.wheel__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 16vh;
  height: 16vh;
  background: transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  padding: 0;
  font-style: italic;
  margin: auto;
  z-index: 100;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
  font-family: 'TT Squares Condensed';
  font-weight: 900;
  font-size: 3.4vh;
  line-height: 100%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-style: italic;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: -0.1vh 0.1vh 0 rgba(0, 0, 0, 0.25),
    -0.1vh 0.1vh 0.2vh 0.2vh rgba(0, 0, 0, 0.35);
  box-shadow: -0.1vh 0.1vh 0 rgba(0, 0, 0, 0.25),
    -0.1vh 0.1vh 0.2vh 0.2vh rgba(0, 0, 0, 0.35);
  background-image: url(../images/button.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation: button-pulse 2s linear infinite;
  animation: button-pulse 2s linear infinite;
}

.wheel__button:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.wheel__button.disabled {
  pointer-events: none !important;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.wheel__button img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -o-object-fit: contain;
  object-fit: contain;
}

.main__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.main__title-first {
  font-style: italic;
  font-size: 6.5vh;
  line-height: 1.1;
}
.main__title-first > span {
  padding: 1.3vh 2.8vh;
  position: relative;
  z-index: 10;
}
.main__title-first > span:nth-child(2) {
  margin-top: -3vh;
  padding-top: 2vh;
  padding-bottom: 2vh;
  z-index: 9;
}
.main__title-first > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.5%;
  width: 100%;
  height: 100%;
  background-color: #0080e9;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  z-index: -1;
}

.main__title-second {
  margin-bottom: 4.5vh;
  font-size: 4.6vh;
  line-height: 1.1;
  font-style: normal;
}

.main__title-second .line-contrast {
  color: #0080e9;
}

.main__subtitle {
  font-size: 2.5vh;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin: 0;
}

/* Popup */
.popup {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  font-weight: 700;
  text-align: center;
  word-break: break-word;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
  overflow: hidden;
  z-index: -100;
  background: rgba(24, 41, 56, 0.9);
  -webkit-animation: popup-birth 0.5s ease-in-out;
  animation: popup-birth 0.5s ease-in-out;
}

.popup.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 99999;
}

.popup__COcontent {
  display: block;
  position: relative;
  width: 100%;
  max-width: 52.375rem;
  height: auto;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  overflow: visible;
  margin: auto;
}

.popup__content {
  padding: 13vh 4vh 8vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: -webkit-calc(100% - 52px * 2);
  width: calc(100% - 52px * 2);
  max-width: 96vh;
  min-height: 62vh;
  z-index: 1;
}

.popup__content::before {
  content: '';
  position: absolute;
  width: 33vh;
  height: 16vh;
  left: 50%;
  top: -6vh;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: rgba(255, 181, 128, 0.5);
  -webkit-filter: blur(42px);
  filter: blur(42px);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: -2;
}
.popup-second-spin .popup__content::before {
  width: 70vh;
  background: rgba(214, 128, 255, 0.5);
}
.popup-last-spin .popup__content::before {
  width: 54vh;
  height: 24vh;
  top: -8vh;
  background: rgba(255, 184, 0, 0.4);
}

.popup__content::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: -o-linear-gradient(top, #0080e9 0%, #00447c 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2e777e),
    to(#0b3b3f)
  );
  background: linear-gradient(180deg, #0080e9 0%, #00447c 100%);
  border: 0.1vh solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 2.3vh;
  border-radius: 2.3vh;
  z-index: -1;
}

.popup__content > * {
  margin-bottom: 3vh;
}

.popup__content > *:last-child {
  margin-bottom: 0;
}

.popup__image {
  margin: 0 !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -7vh;
  height: 18vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.popup__image-back {
  width: 66vh;
  height: 43vh;
  top: -21vh;
  z-index: -1;
}

.popup__image img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.popup__title {
  display: block;
  font-weight: 900;
  font-size: 7.5vh;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-style: italic;
}
.popup__title.popup__title-contrast {
  color: #011f67;
}
.popup__subtitle {
  margin-bottom: 5vh;
  font-weight: 400;
  font-size: 4vh;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-style: italic;
}

.popup__subtitle b {
  font-weight: 900;
}

.popup-first-spin .popup__subtitle {
  font-size: 5.2vh;
}

.popup__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 49vh;
  height: 9vh;
  background: #4e9ef0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 3.7vh;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 0.3vh rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7vh;
  border-radius: 7vh;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0 0.3vh 0.2vh 0.1vh rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.3vh 0.2vh 0.1vh rgba(0, 0, 0, 0.15);
  -webkit-animation: button-pulse 2s linear infinite;
  animation: button-pulse 2s linear infinite;
}

.popup__button:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.popup__desc {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 2.1vh;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  width: 100%;
  text-transform: none;
}

/* FOOTER */
.footer {
  padding: 2.3vh 4.6vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: 1000;
  background: #0f0f16;
}

.footer > *:not(:last-child) {
  margin-right: 32px;
}

.footer img {
  display: block;
}

.footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 2.3vh;
  width: auto;
  list-style: none;
}

.footer__payment img {
  height: 2.5vh;
}

.footer__crypto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-crypto__title {
  margin-right: 2.8vh;
}

.footer-crypto__title img {
  display: block;
  height: 1.05vh;
}

.footer__crypto ul {
  gap: 1.6vh;
}

.footer__crypto ul img {
  height: 2.5vh;
}

/* GEO */
.main-de .main__title-first > span:nth-child(2) {
  display: none;
}

.main-pt .main__title-first > span:nth-child(2) {
  padding-left: 5vh;
  padding-right: 5vh;
}
