@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

html {
  font-size: 16px;
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100vw;
  height: 100%;
  color: #fff;
  background: #000000;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}

body > * {
  width: 100%;
}

img {
  display: block;
}

.cover {
  padding-left: 7vh;
  padding-right: 7vh;
}

.header {
  padding-top: 1.5vh;
  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;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 101;
}

.header__logo {
  display: inline-block;
}

.header__logo img {
  margin-left: -3vh;
  height: 18vh;
  max-width: unset;
  -o-object-fit: contain;
  object-fit: contain;
}

.main {
  padding: 20vh 6vh 11vh;
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.main::after {
  content: '';
  position: fixed;
  width: 100%;
  height: 33vh;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#02001d),
    to(rgba(2, 0, 29, 0))
  );
  background: -o-linear-gradient(bottom, #02001d 0%, rgba(2, 0, 29, 0) 100%);
  background: linear-gradient(0deg, #02001d 0%, rgba(2, 0, 29, 0) 100%);
  z-index: 10;
}

.background {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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

.background img ~ img {
  display: none;
}

.image {
  position: fixed;
  height: 93vh;
  bottom: 0;
  z-index: 2;
}

.image-mob {
  display: none;
}

.image-left {
  left: -webkit-calc(50% - 198vh / 2);
  left: calc(50% - 198vh / 2);
}
.image-right {
  right: -webkit-calc(50% - 218vh / 2);
  right: calc(50% - 218vh / 2);
  bottom: -5.5vh;
}

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

.prime {
  margin: 0 auto auto;
  padding: 0;
  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;
  width: 100%;
  max-width: 120vh;
  z-index: 100;
}

.prime > *:last-child {
  margin-bottom: 0 !important;
}

.prime__title {
  margin-bottom: 1.5vh;
  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;
  gap: 2vh 0;
  position: relative;
  color: #92e200;
  font-size: 5.4vh;
  -webkit-text-stroke: 0.1vh #c6ea4b;
  line-height: 0.9;
  text-align: center;
  text-transform: uppercase;
}

.prime__title .text-top {
  color: #ffffff;
  -webkit-text-stroke: 0.1vh #c6ea4b;
  text-shadow: 0px 5px 31px rgba(255, 209, 8, 0.28);
}

.prime__title .text-large {
  font-size: 8.3vh;
}

.prime__title .text-large > span {
  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;
}

.prime__title .text-small {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 3.6vh;
  line-height: 0.9;
  text-align: center;
}

.prime__deposits {
  margin-bottom: 2vh;
  padding: 4vh;
  min-width: 65vh;
  background-image: url(../images/bonus-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.prime-deposits__item {
  margin-bottom: 2.1vh;
  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 1vh;
  color: #ffffff;
  font-weight: 600;
  font-size: 3vh;
  line-height: 1;
  text-shadow: 0px 4px 23px rgba(255, 209, 8, 0.28);
  text-align: center;
  text-transform: uppercase;
}

.prime-deposits__item:last-child {
  margin-bottom: 0;
}

.prime-deposits__item > span {
  color: #ffe359;
}

.prime__button {
  margin: 0 auto;
  padding: 0;
  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;
  position: relative;
  width: 40vh;
  height: 12vh;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2.2vh;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #13151b;
  background-image: url(../images/button-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-animation: shine 2s infinite ease-out,
    scale-animation 2s infinite ease-out;
  animation: shine 2s infinite ease-out, scale-animation 2s infinite ease-out;
  z-index: 1000;
}

.prime__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;
}

.prime__button:active {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

/* FOOTER */
.footer {
  padding-top: 2.4vh;
  padding-bottom: 2.4vh;
  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;
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100% !important;
  z-index: 1000;
  background: #0b0c21;
}

.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.8vh;
  width: auto;
  list-style: none;
}

.footer__payment img {
  height: 2.8vh;
}

.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.4vh;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2vh;
  line-height: 1;
  color: #ffffff;
}

.footer__crypto ul {
  gap: 1.4vh;
}

.footer__crypto img {
  height: 2.4vh;
}

@-webkit-keyframes shine {
  0% {
    -webkit-filter: drop-shadow(0 0 4vh transparent);
    filter: drop-shadow(0 0 4vh transparent);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 4vh rgba(141, 255, 143, 0.25));
    filter: drop-shadow(0 0 4vh rgba(141, 255, 143, 0.25));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 4vh transparent);
    filter: drop-shadow(0 0 4vh transparent);
  }
}

@keyframes shine {
  0% {
    -webkit-filter: drop-shadow(0 0 4vh transparent);
    filter: drop-shadow(0 0 4vh transparent);
  }
  50% {
    -webkit-filter: drop-shadow(0 0 4vh rgba(141, 255, 143, 0.25));
    filter: drop-shadow(0 0 4vh rgba(141, 255, 143, 0.25));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 4vh transparent);
    filter: drop-shadow(0 0 4vh transparent);
  }
}

@-webkit-keyframes scale-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes scale-animation {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
