html
{
        scroll-behavior: smooth;
}

body {
  background-color:#0f1a30;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family:'Rubik';
}

.plus18 {list-style: none;}
.plus18 img {
  width: 75px;
  margin: 7px;
}


.mobile_vid, .postulats_mob , .form .no_wagering, .mob_form_top {display: none;}
.mobile_vid, .postulats_mob, .mobile {display: none;}





.bg {
  max-width: 1676px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
  background: url(assets/bg.jpg) top center no-repeat;
  margin-top: 0px;
  position: relative;
  display: flex;
}

.content {
  width: 1270px;
  margin: 0 auto;
}

.girl {
  width: 690px;
  float: left;
  margin-top: 60px;
  margin-bottom: 0px;
  margin-left: -15px;
  background: url(assets/wheel_bg.png) top center no-repeat;
  height: 800px;
}
.girl .holder {
  position: relative;
  width: 470px;
  margin-top: 360px;
  margin-left: 110px;
}
.girl .holder img { position: absolute;}
.girl .holder img.wheel {
  width: 87%;
  margin-left: 6%;
  margin-top: 14%;
}

.girl img {width: 100%;}

.girl .no_wagering {
  width: 320px;
  margin-top: 405px;
  position: relative;
  z-index: 10;
  margin-left: 185px;
  rotate: 0deg;
}

.section {
  max-width: 425px;
  float: left;
  text-align: center;
}

.logo {
  margin: 35px 0;
  margin-bottom: 25px;
}
.offer {margin: 35px 0;}
.offer img {width: 100%;}

.form {
color: #fff;
width: 100%;
border-radius: 10px;
background: linear-gradient(270deg, #15D6CA 0%, #EEBD84 100%), linear-gradient(0deg, #2B274C 0%, #2B274C 100%), linear-gradient(224deg, #4C1666 0%, #3E0B55 100%), linear-gradient(145deg, #0F2135 0%, #452C60 100%), linear-gradient(213deg, #8A0032 0%, #410001 100%), linear-gradient(212deg, #2E4156 0%, #071729 100%), linear-gradient(180deg, #940D4E 0%, #39004E 100%);
padding: 7px;
margin: 0 auto;
margin-bottom: 50px;
}

.form .content {
    width: auto;
    background: #28344b;
    border-radius: 5px;
    padding: 38px 37px;
    padding-top: 20px;
}

.form .content h3 {
  font-size: 45px;
  color: #ffec5a;
  margin: 35px 0px;
  margin-top: 30px;
  line-height: 100%;
}

.spin {
    width: 90%;
    margin: 0% auto;
    margin-bottom: 30px;
}

.percent {
  margin: 0;
  margin-left: -88px;
  width: 521px;
  margin-top: -20px;
  margin-bottom: -15px;
}

.form h2, .crypto h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-size: clamp(1.2rem, 1.3vw, 1.3rem);
  color: #fff;
}

.crypto {
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.eyebrow {
  margin: 0 auto;
  margin-top: 0px;
  display: none;
  position: relative;
  width: 1220px;

}

.crypto_text {
  margin: 0 auto;
  margin-top: 0px;
  width: auto;
  margin-bottom: 20px;
  max-width: 665px;
  display: block;
}


.crypto .content {
  background: #071729;
  width: auto;
  margin-top: -5px;
}

.crypto h3 {
  color: #fff;
  position: relative;
  display: inline-flex;
  margin: 0 auto;
  margin-top: -40px;
  font-size: clamp(2.3rem, 2.9vw, 2.7rem);
  margin-bottom: 45px;
}


.crypto h3 br{ display: none;}

.postulats {
  max-width: 1200px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}



.comments {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 1200px;
}
.comments .row {
  display: flex;
  margin-bottom: 20px;
}
.comment {
  width: 45%;
  text-align: left;
  border-radius: 10px;
  background: linear-gradient(153deg, #0F2135 0%, #452C60 100%);
  padding: 30px;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 12px;
  display: flex;
  margin: 0 15px;
  position: relative;
}

.comment .nickname {
  width: 100%;
  text-align: right;
  margin-bottom: 10px;
  margin-top: 10px;
}
.comment .comma {
  position: absolute;
  width: 100px;
  display: inline-block;
}

.comment .text {
  padding-left: 80px;
  display: inline-block;
  font-size: 13px;
  line-height: 160%;
}


.comment .pers {
  display: inline-block;
  position: relative;
  bottom: -2px;
  align-self: flex-end;
}

.ctr_btn a{
  border-radius: 1000px;
background: var(--cta, #149E33);
padding: 15px 45px;
color: #fff;
text-decoration: none;
font-size: 18px;
font-weight: bold;
}

.footer { font-size: 12px; width: 95%; max-width: 1200px; margin: 0 auto; margin-top: 30px; color: #98A0AB; padding-bottom: 20px;}

.clear {clear: both;}






@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 6s linear infinite;
  -moz-animation: rotating 6s linear infinite;
  -ms-animation: rotating 6s linear infinite;
  -o-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

.prizes {
  display: block;
  margin: 0 auto;
  z-index: 21;
  position: relative;
}











/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1600px) {
  .crypto .content {
    background: #071729;
    width: auto;
    margin-top: 0px;
    padding-top: 60px;
}
  .prizes {
 width: 85%;
}




    .spin {
        width: 80%;
        margin: 3% auto;
        margin-bottom: 8%;
    }
    
.logo {
  margin: 19px 0;
  margin-bottom: 15px;
  width: 170px;
  text-align: center;
  display: inline-block;
}

.logo img {width: 100%; display: inline;}

    .percent {
        margin: 0;
        margin-left: -30%;
        width: 158%;
        margin-top: -33px;
        margin-bottom: -10px;
    }

.form .content h3 {
  font-size: 32px;
  margin: 36px 0px;
  margin-top: 20px;
  margin-bottom: 40px;
}
  .bg {
    max-width: 100%;
    margin-top: 0;
  }

    .content {
      width: auto;
      margin: 0 auto;
  }

  .eyebrow {
    width: 100%;
}

.crypto_text {
  width: 70%;
  margin-top: -4%;
}

  .postulats { width: 90%; margin: 0 auto; margin-bottom: 20px;}

  .girl {
    min-width: 651px;
    width: 56%;
    margin-top: 3%;
    margin-left: -2%;
    background-size: contain;
    height: 790px;
}

.girl .no_wagering {
  width: 320px;
  margin-top: 405px;
  position: relative;
  z-index: 10;
  margin-left: 165px;
  rotate: 0deg;
}

.girl .holder {
  position: relative;
  width: 470px;
  margin-top: 330px;
  margin-left: 91px;
}

.section {
  width: 32%;
  min-width: 345px;
}
  .comment .comma {
    float: right;
    right: 0;
    width: 180px;
  }

  .comment .comma img {
    width: 160px;
  }
  
  .comment .text {
    padding-left: 0px;
    display: inline-block;
}

}


@media only screen and (max-width: 1125px) {
  .crypto .content {
    background: #071729;
    width: auto;
    margin-top: 60px;
    padding-top: 60px;
}
.girl {
  min-width: 651px;
  width: 56%;
  margin-top: 3%;
  margin-left: -5%;
  background-size: contain;
  height: 790px;
}
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
   
  .prizes_holder {text-align: center; overflow-x: scroll; border: none;}

  .prizes {
    min-width: 700px;
   }


  .section, {
    float: right;
  }

  .girl {
    order: revert-layer;
  }

.girl .holder {
        margin-left: 140px;
        margin-top: 315px;
    }
    
  .content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  
  .girl {
    max-width: 100%;
    width: 750px;
    margin: 0 auto;
    margin-top: -1400px;
    order: 1;
    z-index: 1;
    margin-bottom: 600px;
}

.form {
  width: 62%;
  padding: 1%;
  margin-top: 665px;
  z-index: 9;
  position: relative;
  margin-bottom: 30px;
  max-width: 593px;
}

.girl .no_wagering {
  width: 340px;
  margin-top: 410px;
  position: relative;
  z-index: 10;
  margin-left: 203px;
  rotate: 0deg;
}

  .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.section {
  width: 100%;
  min-width: fit-content;
  margin: auto;
}

.offer img {
  width: 94%;
}


.bg {
  background-size: cover;
}



.crypto h3 {
  margin-top: -20px;
  font-size: clamp(1.7rem, 1.1vw, 1.5rem);
  margin-bottom: 35px;
}


.comments {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}

.comments .row {
  display: block;
  margin-bottom: 0px;
}

.comment { width: 90%; margin: 0 auto; margin-bottom: 20px;}


}





/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {

  .bg {background: transparent;}
  
.logo, .offer, .eyebrow , .postulats, .no_wagering {display: none;}

.mobile_vid, .postulats_mob, .form .no_wagering, .mob_form_top{
 display: block;
}
.crypto h3 br{ display: block;}


.mobile_vid img {width: 100%;}

.mobile_vid .video {
  width: 100%;
}

.mobile_vid, .postulats_mob, .mobile {
  display: block;
 }
 
 .decktopvid, .desktop {display: none;}



.mobile_vid{margin-bottom: -35px;}

.postulats_mob { margin: 0 auto; width: 80%; margin-bottom: 25px;}

.section {max-width: 100%;}
.form {
  width: 100%;
  padding: 0;
  margin-top: 0px ;
  z-index: 9;
  position: relative;
  margin-bottom: 0px;
  background: none;
  max-width: auto;
}

.form .content {
  width: auto;
  border-radius: 5px;
  padding: 38px 3%;
  padding-top: 20px;
}

.content {
  display: block;
}
.section {
  width: 100%;
  min-width: auto;
  margin: auto;
}
.crypto_text {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 0px;
}


.crypto h3 {
  margin-top: 20px;
  font-size: clamp(1.1rem, 7vw, 5.9rem);
  margin-bottom: 2px;
  line-height: 130%;
  width: 90%;
  text-align: center;
  display: inline-block;
}



.comment {

  display: block;
  padding: 5%;
  padding-bottom: 0;

}


.comment .comma {
  float: right;
  right: 60px;
  width: 200px;
  bottom: 81px;
}


.comment .pers {
  display: inline-block;
  position: relative;
  bottom: -2px;
  align-self: flex-end;
  right: -60px;
}

.form h2, .crypto h2 {
  font-size: clamp(1.1rem, 5vw, 2.9rem);
  z-index: 9;
  position: relative;
}

.form .no_wagering {
  position: relative;
  width: 300px;
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: -50px;
  z-index: 2;
  display: none;
}

.mob_form_top {
  position: absolute;
  z-index: 1;
  height: 70px;
  overflow: hidden;
  top: 65px;
  width: 110%;
margin-left: -10%;;
}

.girl .holder {
  margin-left: 0;
  margin-top: 0;
  width: 75%;
  margin: 0 auto;
}
.girl {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  margin-top: -60%;
  order: 1;
  z-index: 1;
  margin-bottom: 0;
  min-width: 100%;
  background: none;
  height: auto;
}

.prizes_holder.mobile {
  margin: 0 auto;
  margin-top: -110px;
  margin-bottom: 0px;
  background: rgb(7,24,42);
  background: linear-gradient(0deg, rgba(7,24,42,1) 0%, rgba(7,24,42,1) 66%, rgba(7,24,42,0) 100%);
}

.mob_form_top img {width: 100%;}


.form .content h3, .percent, .mob_form_top{ display: none;}
.crypto .content {
  background: #071729;
  width: auto;
  margin-top: 0;
  padding-top: 0;
}

    .spin {
        display: none;
    }





   .percent{
    display: block;
        margin: 0;
        margin-left: -15%;
        width: 128%;
        margin-top: -50px;
        margin-bottom: -10px;
    }

}




/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 375px) {


}
