html
{
        scroll-behavior: smooth;
}

body {
  background-color: #442c60;
  padding: 0;
  margin: 0;
  color: #fff;
  font-family:'Rubik';
}

.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: 40px;
  margin-bottom: 55px;
  margin-left: -15px;
  background: url(assets/girl.png) top center no-repeat;
  height: 1000px;
}

.girl .holder {
  position: relative;
  width: 490px;
  margin-top: 382px;
  margin-left: 117px;
}
.girl .holder img { position: absolute;}
.girl .holder img.wheel {
  width: 415px;
  margin-left: 37px;
  margin-top: 62px;
}

.girl img {width: 100%;}

.girl .no_wagering {
  width: 380px;
  margin-top: 396px;
  position: relative;
  z-index: 10;
  margin-left: 184px;
  rotate: -6deg;
}

.section {
  max-width: 425px;
  float: left;
  text-align: center;
}

.logo {margin: 35px 0;}
.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: 90px;
}

.form .content { width:auto; background: #2B274C;border-radius: 5px; padding: 38px 44px;}
.form h2, .crypto h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 18px;
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
  color: #fff;
}





.crypto {
  width: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.eyebrow {
  margin: 0 auto;
  margin-top: -60px;
  display: block;
  position: relative;
  width: 1220px;
}

.crypto_text {
  margin: 0 auto;
  margin-top: -60px;
  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;
}
.comment .comma {
  position: absolute;
  width: 100px;
  display: inline-block;
}

.comment .text {
  padding-left: 80px;
  display: inline-block;
}

.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;
}













/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 1200px) {
    

  .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: 620px;
    width: 60%;
    margin-top: 7%;
    margin-left: -8%;
}

.girl .holder {
  margin-left: 83px;
}

.girl .no_wagering {
  width: 370px;
  margin-top: 401px;
  position: relative;
  z-index: 10;
  margin-left: 154px;
  rotate: -6deg;
}


  .section {
    width: 37%;
    min-width: 425px;
  }

  .comment .comma {
    float: right;
    right: 0;
    width: 180px;
  }

  .comment .comma img {
    width: 160px;
  }
  
  .comment .text {
    padding-left: 0px;
    display: inline-block;
}

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {

  .section, {
    float: right;
  }

  .girl {
    order: revert-layer;
  }

  .girl .holder {
    margin-left: 133px;
}

  .content {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  

  .girl {
    max-width: 100%;
    width: 720px;
    margin: 0 auto;
    margin-top: -1530px;
    order: 1;
    z-index: 1;
    margin-bottom: 600px;
}

.girl .no_wagering {
  width: 370px;
  margin-top: 401px;
  position: relative;
  z-index: 10;
  margin-left: 206px;
  rotate: -6deg;
}

  .content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

.section {
  width: 100%;
  min-width: fit-content;
  margin: auto;
}

.offer img {
  width: 94%;
}

.form {
  width: 94%;
  padding: 1%;
  margin-top: 170%;
  z-index: 9;
  position: relative;
  margin-bottom: 60px;
}

.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) {
  
  .girl, .logo, .offer, .eyebrow , .postulats{display: none;}

.mobile_vid, .postulats_mob, .form .no_wagering, .mob_form_top {
 display: block;
}

.mobile_vid, .postulats_mob, .mobile {
  display: block;
 }
 
 .decktopvid, .desktop {display: none;}


 
.crypto h3 br{ display: block;}


.mobile_vid img {width: 100%;}

.mobile_vid .video {
  width: 100%;
}




.mobile_vid{margin-bottom: 15px;}

.postulats_mob { margin: 0 auto; width: 80%; margin-bottom: 25px;}

.section {max-width: 100%;}
.form {
  width: 100%;
  padding: 0;
  margin-top: -5px ;
  z-index: 9;
  position: relative;
  margin-bottom: 0px;
  background: none;
}

.form .content {
  width: auto;
  background: #452C60;
  border-radius: 5px;
  padding: 38px 5%;
  padding-top: 35px;
}

.content {
  display: block;
}
.section {
  width: 100%;
  min-width: auto;
  margin: auto;
}
.crypto_text {
  width: 90%;
  margin-top: 0;
}


.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.0rem, 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;
}

.mob_form_top {
  position: absolute;
  z-index: 1;
  height: 70px;
  overflow: hidden;
  top: 65px;
  width: 110%;
margin-left: -10%;;
}

.mob_form_top img {width: 100%;}

}




/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 375px) {



  .mobile_vid{margin-bottom: 25px;}

  .form .no_wagering {
    position: relative;
    width: 90%;
    margin: 0 auto;
    margin-top: -110px;
    margin-bottom: -50px;
    z-index: 2;
  }

}
