* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
}
a {
  text-decoration: none;
}
@keyframes button {
  from {
    box-shadow: 0 0 10px #25aad6;
  }
  to {
    box-shadow: 0 0 40px #25aad6;
  }
}
@keyframes rocket {
  from {
    transform: translate(10px, -10px) rotate(102deg);
  }
  to {
    transform: translate(100px, -100px) rotate(102deg);
  }
}
@keyframes rocket-modal {
  from {
    transform: translate(-10px, -10px);
  }
  to {
    transform: translate(-100px, -100px);
  }
}
/*-----------desktop----------*/
@keyframes slidein1 {
  0% {
    transform: translateY(calc(((168px + 60px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((190px + 21px) * 26) - 60px * 2));
  }
}
@keyframes slidein2 {
  0% {
    transform: translateY(calc(((332px + 61px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((190px + 21px) * 26) - 60px * 2));
  }
}
@keyframes slidein3 {
  0% {
    transform: translateY(calc(((500px + 60px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((190px + 21px) * 26) - 60px * 2));
  }
}
/*----------1440-------------*/
@keyframes slidein1-1440 {
  0% {
    transform: translateY(calc(((147px + 60px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((159px + 21px) * 26) - 60px * 2));
  }
}
@keyframes slidein2-1440 {
  0% {
    transform: translateY(calc(((290px + 61px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((159px + 21px) * 26) - 60px * 2));
  }
}
@keyframes slidein3-1440 {
  0% {
    transform: translateY(calc(((432px + 60px) * 2) - 60px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((159px + 21px) * 26) - 60px * 2));
  }
}
/*-----------10----------*/
@keyframes slideinMob10-1 {
  0% {
    transform: translateY(calc(((90px + 56px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((382px - 7px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob10-2 {
  0% {
    transform: translateY(calc(((188px + 68px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((382px - 7px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob10-3 {
  0% {
    transform: translateY(calc(((287px + 78px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((382px - 7px) * 10) - 99px * 2));
  }
}
/*-----------8----------*/
@keyframes slideinMob8-1 {
  0% {
    transform: translateY(calc(((100px + 60px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((338px + 57px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob8-2 {
  0% {
    transform: translateY(calc(((198px + 76px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((338px + 57px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob8-3 {
  0% {
    transform: translateY(calc(((300px + 88px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((338px + 57px) * 10) - 99px * 2));
  }
}
/*-----------5----------*/
@keyframes slideinMob5-1 {
  0% {
    transform: translateY(calc(((70px + 88px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((310px + 58px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob5-2 {
  0% {
    transform: translateY(calc(((178px + 85px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((310px + 58px) * 10) - 99px * 2));
  }
}
@keyframes slideinMob5-3 {
  0% {
    transform: translateY(calc(((280px + 89px) * 2) - 0px * 2));
  }
  25% {
    filter: blur(15px);
  }
  100% {
    transform: translateY(calc(((310px + 58px) * 10) - 99px * 2));
  }
}
/*slots-machine*/
.slots-machine {
  display: flex;
  background-image: url('../images/slots-bc.png');
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 810px;
  height: 462px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  backdrop-filter: blur(10px);
  margin-bottom: 48px;
  margin-top: 48px;
}
@media (max-width: 600px) {
  .slots-machine {
    max-width: 300px !important;
    height: 213px !important;
    width: 100% !important;
  }
}
.slots-machine-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.red-frame {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-position: center;
  background-size: 105.5%;
}
.slots {
  width: 33%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
  transform: translateY(calc(((178px + 60px) * 2) - 60px * 2));
  animation-duration: 4s;
  animation-name: slidein1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
#slots-2 {
  transform: translateY(calc(((168px + 61px) * 2) - 60px * 2));
  animation-name: slidein2;
  animation-duration: 4.5s;
}
#slots-3 {
  transform: translateY(calc(((168px + 61px) * 2) - 60px * 2));
  animation-name: slidein3;
  animation-duration: 3.5s;
}
.brMob {
  display: none;
}
.slots img {
  margin: 0px 0 148px 0;
  width: 70%;
  line-height: 1;
  font-weight: bold;
  font-size: 64px;
  color: black;
  text-transform: uppercase;
}
.running {
  animation-play-state: running;
}
/*wrapper*/
.wrapper {
  position: relative;
  background: url('../images/bg.png') center no-repeat;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.grad {
  position: absolute;
  right: 3%;
  width: 30%;
  top: 2px;
  height: 99%;
}
.wrapper__logo-p-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
}
@media (max-width: 1250px) {
  .wrapper__logo-p-box {
    margin-bottom: -25px;
  }
}
.wrapper__logo-p-box img {
  height: 100px;
}
.title {
  font-size: 34px !important;
  text-align: center;
}
.grad-m {
  right: 35%;
}
.grad-l {
  right: 67%;
}
.logo img {
  height: 60px;
}
.modal__logo {
  height: 45px !important;
}
.heroes-mob,
.coins {
  display: none;
}
.colorYellow {
  color: #EFC634;
}
.fontSizeLarge {
  font-size: 64px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.fontSizeMedium {
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.fontSizeSmall {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.marginTop8 {
  margin-top: 8px;
}
.marginTop16 {
  margin-top: 16px;
}
.marginTop32 {
  margin-top: 32px;
}
.marginTop64 {
  margin-top: 64px;
}
.content {
  margin-right: 45%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn {
  background-color: #25aad6;
  border: none;
  border-radius: 46px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.4s;
  padding: 16px 60px;
  animation: button 0.7s ease-in-out infinite alternate;
  width: 100%;
}
.btn:hover {
  box-shadow: 0px 0px 40px #1db0e2;
}
/*modal*/
.modal {
  display: none;
  width: 100vw;
  overflow: scroll;
  min-height: 100vh;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  padding-bottom: 5%;
}
.modalFlex {
  display: flex;
}
.queen-mob {
  display: none !important;
}
.modal-rocket {
  display: none;
  position: absolute;
  height: 350px;
  left: 0px;
  top: -150px;
  animation: rocket-modal 2s infinite alternate linear;
  display: none !important;
}
.modal__btn {
  padding: 18px 20px;
  margin-top: 26px;
  width: 100% !important;
  max-width: 300px !important;
}
.modalText-1 {
  text-align: center;
  line-height: 40px;
  font-size: 36px;
}
.modal-body {
  width: 100% !important;
  max-width: 776px !important;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 222;
  position: relative;
  background: url('../images/bg-modal.png') center no-repeat;
  background-size: 100% 100%;
  padding: 35px 20px;
  margin: auto;
}
.modalText {
  line-height: 48px;
}
.modal-red-frame {
  background-image: url('../images/bg-modal.png');
  background-size: 100% 100%;
  position: absolute;
  top: 131px;
  width: 73%;
  height: 66%;
  background-position: center;
  border-radius: 8px;
  z-index: -1;
  display: none !important;
}
.use-code {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
}
.get-code__1__2 span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 80px;
  font-size: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #ffffff;
  padding: 8px 16px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s;
  z-index: 1;
  margin-left: 8px;
}
.get-code__1__2 span:hover {
  background: rgba(37, 170, 214, 0.7);
}
.get-code__1__2 span::after {
  content: attr(attr-text);
  position: absolute;
  bottom: 100%;
  margin-bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
  font-size: 12px;
  line-height: 1.67;
  font-family: 'Roboto', sans-serif;
  text-transform: none;
  opacity: 0;
}
.get-code__1__2 span.active::after {
  opacity: 1;
}
.get-code__3 {
  padding-top: 16px;
  position: relative;
}
.popup__terms {
  font-family: 'Roboto Light', sans-serif;
  font-size: 12px;
  font-weight: 100;
  line-height: 1.67;
  text-align: center;
  color: #ffffff;
  background: rgba(37, 170, 214, 0.7);
  width: 588px;
  padding: 44px 16px 16px 16px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 1;
  border-radius: 16px;
  display: none;
}
.button-2 {
  font-family: 'Roboto Light', sans-serif;
  color: #ffffff;
  font-weight: 100;
  text-decoration: none;
  display: inline-block;
  position: relative;
  font-size: 12px;
  line-height: 1.67;
  padding-right: 20px;
  z-index: 2;
}
.button-2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  background: url('../images/arrow.svg') center no-repeat;
  background-size: cover;
  width: 10px;
  height: 4px;
  transform: rotate(180deg);
  transition: 0.3s;
}
.button-2.open::after {
  transform: rotate(0);
}
.rocket {
  width: 550px;
  height: 500px;
  background-position: center;
  background-size: cover;
  position: absolute;
  right: -100px;
  top: -10%;
  z-index: 100;
  transform: translate(150px, -150px);
  animation: rocket 2s infinite alternate linear;
  display: none;
}
/*heroes*/
.queen {
  position: absolute;
  width: 50%;
  background-image: url('../images/queen.png');
  background-size: contain;
  right: 0;
  bottom: 0;
  height: 600px;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media (max-width: 1740px) {
  .modal-body {
    width: 80%;
  }
}
@media (max-width: 1440px) {
  .modal-body {
    width: 80%;
  }
  .slots-machine {
    width: 100%;
    max-width: 710px;
    height: 400px;
  }
  .rocket {
    width: 450px;
    height: 400px;
  }
  .queen {
    width: 58%;
    right: -8%;
    height: 500px;
  }
  .title {
    font-size: 34px !important;
  }
  .modalText-1 {
    font-size: 36px;
  }
  .modalText-2 {
    font-size: 20px;
  }
  .modal__logo {
    height: 35px !important;
  }
  .modal__btn {
    width: 25%;
    padding: 16px 25px;
  }
  .use-code {
    font-size: 18px;
  }
  .get-code__1__2 {
    font-size: 18px;
  }
  #slots-1 {
    animation-name: slidein1-1440;
  }
  #slots-2 {
    animation-name: slidein2-1440;
    transform: translateY(calc(((336px + 61px) * 2) - 60px * 2));
  }
  #slots-3 {
    animation-name: slidein3-1440;
    transform: translateY(calc(((336px + 61px) * 2) - 60px * 2));
  }
}
/*ipad pro*/
@media (max-width: 1250px) {
  .content {
    margin-right: 0px;
  }
  .queen {
    display: none;
  }
  .rocket {
    z-index: 0;
  }
  .modal {
    z-index: 100;
  }
}
.slots-machine-box:before {
  content: '';
  width: 100%;
  max-width: 300px;
  background: url('../images/queen.png') center bottom no-repeat;
  background-size: contain;
  height: 200px;
  margin-bottom: -60px;
  display: none;
}
@media (max-width: 1250px) {
  .slots-machine-box:before {
    display: block;
  }
}
@media (max-width: 600px) {
  .slots-machine-box:before {
    max-width: 200px;
    height: 130px;
  }
}
@media (max-width: 1025px) {
  .content {
    margin-bottom: 9%;
  }
  .modal-body {
    width: 90%;
  }
  .marginTop64 {
    margin-top: 40px;
  }
  .slots-machine {
    margin-bottom: 40px;
  }
  .queen-mob {
    width: 100%;
  }
  .marginTop32 {
    margin-top: 20px;
  }
  .marginTop8 {
    margin-top: 20px;
  }
  .modal__btn {
    width: 30%;
    padding: 16px 31px;
  }
  .wrapper {
    background-position: 80%;
  }
  .rocket {
    right: -5%;
    top: 3%;
    z-index: 0;
  }
  .content {
    z-index: 10;
  }
  .modal-red-frame {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .modal-body {
    width: 110%;
  }
  .modal__btn {
    width: 31%;
    padding: 14px 18px;
  }
  .modal__logo {
    height: 30px !important;
  }
  .marginTop8 {
    margin-top: 10px;
  }
  .marginTop32 {
    margin-top: 10px;
  }
  .get-code__3 {
    margin-top: 5px;
    padding-top: 10px;
  }
}
/* iphone*/
@media (max-width: 600px) {
  .heroes,
  .queen {
    display: none;
  }
  .logo img {
    height: 40px;
  }
  .wrapper__logo-p-box img {
    height: 75px;
  }
  .wrapper__logo-p-box {
    font-size: 16px;
  }
  .content {
    height: auto;
  }
  .title {
    margin-top: 10px;
    font-size: 24px !important;
    line-height: 32px;
  }
  .queen-mob {
    display: block;
    position: absolute;
    bottom: 45%;
    z-index: 0;
    width: auto;
  }
  .rocket {
    display: none;
  }
  .slots-machine {
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  .btn {
    padding: 14px 60px;
  }
  .slots-machine-box {
    width: 95%;
    top: 24%;
  }
  .slots {
    transform: translateY(calc(((56px + 60px) * 2) - 60px * 2));
    animation-name: slideinMob;
  }
  .fontSizeMedium {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }
  .wrapper {
    background: url(../images/bgMob.png) center top no-repeat;
    background-size: cover;
    overflow-y: auto;
  }
  .popup__terms {
    width: 95vw;
  }
  .modal-body {
    width: 100vw;
    display: flex;
    justify-content: flex-start;
  }
  .modal-rocket {
    height: 250px;
    left: 32%;
    bottom: 63%;
  }
  .modal-red-frame {
    background-image: url('../images/modalBgPhone.png');
    background-size: 100% 100%;
    width: 90%;
  }
  .modalText {
    margin-top: 20px;
    text-align: center;
    line-height: 30px;
  }
  .modalText-1 {
    font-size: 24px;
  }
  .modalText-2 {
    font-size: 20px;
  }
  .brMob {
    display: block;
  }
  .modal__btn {
    margin-top: 24px;
    width: 70%;
    padding: 14px 30px;
  }
  .use-code {
    margin-top: 24px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    justify-content: center;
  }
  .get-code__1__2 {
    margin-left: 8px;
    padding: 6px 16px;
  }
  #slots-1 {
    animation-name: slideinMob10-1;
  }
  #slots-2 {
    animation-name: slideinMob10-2;
  }
  #slots-3 {
    animation-name: slideinMob10-3;
  }
}
/*
@media (min-width: 410px) and (max-height: 740px) {
  .slots-machine{
    height: 210px;
  }

  .modal-red-frame{
    height: 70%;
  }

  .title{
    line-height: 35px;
    margin-top: 20px;
    width: 90%;
  }

  .modal-rocket{
    left: 22%;
    bottom: 60%;
  }

  .modal-body{
    width: 100vw;
  }

  .modal{
    min-height: 114vh;
  }

  .logo{
  }

  .logo-modal{
  }

  .queen-mob{
    bottom: 36%;
  }

  .popup__terms{
    width: 90vw;
  }

  .use-code{
    margin-top: 20px;
  }

  .slots p{
    font-size: 27px;
  }

  .wrapper{
    background: url('../images/bgMob.png') center 20% no-repeat;
    background-size: cover;
  }

  #slots-1{
    animation-name: slideinMob8-1;
    transform: translateY(calc(((100px + 54px) * 2) - 0px * 2));
  }

  #slots-2{
    animation-name: slideinMob8-2;
    transform: translateY(calc(((100px + 54px) * 2) - 0px * 2));
  }

  #slots-3{
    animation-name: slideinMob8-3;
    transform: translateY(calc(((100px + 54px) * 2) - 0px * 2));
  }
}
*/
/*
@media (max-width: 380px) and (max-height: 670px){
  .title{
    font-size: 24px;
  }

  .modalText{
    line-height: 28px;
  }

  .modal{
    min-height: 113%;
  }

  .modal-body{
    padding-top: 40%;
  }

  .queen-mob{
    bottom: 35%;
  }

  .logo{
  }

  .wrapper{
    background: url('../images/bgMob.png') center 30% no-repeat;
    background-size: cover;
  }

  .modal-red-frame{
    height: 70%;
    top: 76px;
  }

  .get-code__3{
    
  }

  .modal-rocket{
    height: 200px;
    left: 56%;
    bottom: 63%;
    display: none;
  }

  .slots-machine{
    margin-top: 90%;
  }

  .use-code{
    margin-top: 20px;
  }
}
*/
/*
@media (max-width: 320px) {
  .slots-machine-box {
    transform: translateY(-20%);
  }

  .slots-machine{
    margin-top: 76%;
    height: 155px;
  }

  #slots-1{
    animation-name: slideinMob5-1;
  }

  #slots-2{
    animation-name: slideinMob5-2;
  }

  #slots-3{
    animation-name: slideinMob5-3;
  }

  .slots p{
    margin: 0px 0 62px 0;
  }

  .modal-rocket{
    margin-top: 0px;
  }

  .modalText-2{
    font-size: 17px;
  }

  .modalText-1{
    font-size: 20px;
  }

  .wrapper{
    background: url('../images/bgMob.png') center 15% no-repeat;
    background-size: cover;
  }

  .get-code__1__2 span{
    font-size: 15px;
  }

  .logo img {
    height: 35px;
  }

  .logo{
  }

  .title{
    line-height: 28px;
    font-size: 22px !important;
    margin-top: 0px;
  }

  .wrapper__logo-p-box{
    font-size: 13px;
  }

  .queen-mob{
    height: 180px;
  }

  .modal-body{
    top: -7%;
  }

  .modal{
    min-height: 120%;
  }

  .btn{
    width: 65%;
    padding: 12px 60px;
  }

  .modal__btn{
    width: 68%;
    padding: 12px 30px;
    font-size: 15px;
  }

  .use-code{
    margin-top: 20px;
    font-size: 11px;
    margin-left: 32px;
  }

  .rocket{
    display: none;
  }

  .get-code__1__2 span{
    padding: 4px 16px;
    margin-left: 0;
  }

  .get-code__3 {
    padding-top: 5px;
  }

  .popup__terms{
    padding: 30px 16px 16px 16px;
    line-height: 1.6;
    width: 95vw;
  }
}
*/
@media (max-width: 600px) {
  .title {
    font-size: 24px !important;
  }
}
