@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;900&display=swap');

:root {
  --main: #e8e684;
  --secondary: #fff;
  --terms: #0a449a;
}

body{
  background-color: #000;
}

h1, h2, h3, p{
  font-family: 'Raleway', sans-serif;
}

.btn-warning {
    color: #fff;
    background-color: #fe2505;
    border-color: #fe2505;
}

.btn-warning:hover {
    color: #276e36;
    background-color: #e8e684;
    border-color: #e8e684;
}

.btn-warning:active {
    color: #fff;
    background-color: #ff0e00;
    border-color: #ff1701;
}

.brands{
  height: 13vh;
  background-color: #232222;
  padding: 10px;
  border-bottom: 1px solid var(--secondary);
}

.hero{
  height: 57vh;
  background-image: url(../img/bkgMobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  color: var(--secondary);
}

.hero .bonus{
  font-size: 2.3rem;
}

.numb{
  font-size: 6rem;
  font-weight: 900;
  color: var(--main);
}

.bold{
  font-weight: 900;
  font-size: 2.4rem;
}

button .play{
  margin-left: 10px !important;
}

.numContainMb{
  height: 10vh;
  border-bottom: 0.5px solid var(--secondary);
}

.numbMb{
  color: var(--main);
  font-size: 50px;
}

.textNumMb{
  color: var(--secondary);
  margin-left: 20px;
  margin-top: 15px;
}

.stepsBrandMb{
  width: 50%;
  margin-top: -10px;
  margin-left: 15px;
}

.pay{
  text-align: center;
  margin-top: 30px;
  width: 80%;
}

.termsLink{
  text-align: center;
  margin: 30px 0px 30px 0px;
  color: var(--terms);
}

.termsText{
  display: none;
  text-align: center;
  color: var(--secondary);
  margin-bottom: 25px;
}

.numbDk3, .numbDk {
  color: var(--main);
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .brands{
    height: 15vh;
    padding: 10px;
  }

  .hero{
    height: 70vh;
    background-image: url(../img/bkgDesk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }

  .hero .bonus{
    font-size: 3rem;
  }

  .numb{
    color: var(--main);
    font-size: 6.7rem;
    font-weight: 900;
    text-align: left !important;
  }

  .bold{
    font-weight: 900;
    font-size: 2.4rem;
  }

  .bonusMain{
    padding-bottom: 50px;
  }

  .numContainDk{
    text-align: left;
    margin-top: -50px;
    padding-bottom: 10px;
    background-color: #00000059;
    background-color: rgb(0 0 0 / 35%);
    background-color: hsl(0deg 0% 0% / 35%);
  }

  .numbDk{
    font-size: 3rem;
    margin: 0px 15px 0px 15px;
  }

  .numbDk3{
    font-size: 2.6rem;
    margin: 0px 15px 0px 15px;
  }

  .containDk{
    display: inline;
  }

  .textNumDk{
    font-size: 1.4rem;
  }

  .stepsBrandDk{
    width: 40%;
    margin-left: 10px;
  }

  .termsText{
    margin-bottom: 30px;
  }

  .pay{
    margin-top: 12px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 11rem !important;
    font-size: 3.25rem !important;
    border-radius: .3rem;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .brands{
    height: 15vh;
    padding: 10px;
  }

  .hero{
    height: 75vh;
    background-image: url(../img/bkgDesk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }

  .hero .bonus{
    font-size: 3.2rem;
  }

  .mainTxt{
    margin-bottom: 5%;
  }

  .numb{
    font-size: 7.2rem;
    font-weight: 900;
    text-align: left !important;
  }

  .bold{
    font-weight: 900;
    font-size: 2.4rem;
  }

  .bonusMain{
    padding-bottom: 50px;
  }

  .numContainDk{
    text-align: left;
    margin-top: -50px;
    padding-bottom: 10px;
    background-color: #00000059;
    background-color: rgb(0 0 0 / 35%);
    background-color: hsl(0deg 0% 0% / 35%);
  }

  .numbDk{
    font-size: 3rem;
    margin: 0px 15px 0px 15px;
  }

  .numbDk3{
    font-size: 2.6rem;
    margin: 0px 15px 0px 15px;
  }

  .containDk{
    display: inline;
  }

  .textNumDk{
    font-size: 0.8rem;
  }

  .stepsBrandDk{
    width: 40%;
    margin-left: 10px;
  }

  .termsText{
    margin-bottom: 30px;
  }

  .pay{
    margin-top: 7px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 8rem !important;
    font-size: 2rem !important;
    border-radius: .3rem;
  }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .brands{
    height: 15vh;
    padding: 10px;
  }

  .hero{
    height: 75vh;
    background-image: url(../img/bkgDesk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }

  .numb{
    font-size: 9.8rem;
    font-weight: 900;
    text-align: left !important;
  }

  .bold{
    font-weight: 900;
    font-size: 2.1rem;
  }

  .bonusMain{
    padding-bottom: 50px;
  }

  .numContainDk{
    text-align: left;
    margin-top: -50px;
    padding-bottom: 10px;
    background-color: #00000059;
    background-color: rgb(0 0 0 / 35%);
    background-color: hsl(0deg 0% 0% / 35%);
  }

  .numbDk{
    font-size: 3rem;
    margin: 0px 15px 0px 15px;
  }

  .numbDk3{
    font-size: 2.6rem;
    margin: 0px 15px 0px 15px;
  }

  .containDk{
    display: inline;
  }

  .textNumDk{
    font-size: 1rem;
  }

  .stepsBrandDk{
    width: 40%;
    margin-left: 10px;
  }

  .termsText{
    margin-bottom: 30px;
  }

  .pay{
    margin-top: 12px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 11rem !important;
    font-size: 2.25rem !important;
    border-radius: .3rem;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .brands{
    height: 15vh;
    padding: 10px;
  }

  .hero{
    height: 76vh;
    background-image: url(../img/bkgDesk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }

  .numb{
    font-size: 10.8rem;
    font-weight: 900;
    text-align: left !important;
  }

  .bold{
    font-weight: 900;
    font-size: 2.4rem;
  }

  .bonusMain{
    padding-bottom: 50px;
  }

  .numContainDk{
    text-align: left;
    margin-top: -50px;
    padding-bottom: 10px;
    background-color: #00000059;
    background-color: rgb(0 0 0 / 35%);
    background-color: hsl(0deg 0% 0% / 35%);
  }

  .numbDk{
    font-size: 3rem;
    margin: 0px 15px 0px 15px;
  }

  .numbDk3{
    font-size: 2.6rem;
    margin: 0px 15px 0px 15px;
  }

  .containDk{
    display: inline;
  }

  .textNumDk{
    font-size: 1.2rem;
  }

  .stepsBrandDk{
    width: 40%;
    margin-left: 10px;
  }

  .termsText{
    margin-bottom: 30px;
  }

  .pay{
    margin-top: 12px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 11rem !important;
    font-size: 3.25rem !important;
    border-radius: .3rem;
  }

}

/* // XX-Large devices (larger desktops, 1600px and up) */
@media (min-width: 1600px) {
  .brands{
    height: 15vh;
    padding: 10px;
  }

  .hero{
    height: 76vh;
    background-image: url(../img/bkgDesk.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
  }

  .numb{
    font-size: 12rem !important;
    font-weight: 900;
    text-align: left !important;
  }

  .bold{
    font-weight: 900;
    font-size: 2.4rem;
  }

  .bonusMain{
    padding-bottom: 50px;
  }

  .numContainDk{
    text-align: left;
    margin-top: -50px;
    padding-bottom: 10px;
    background-color: #00000059;
    background-color: rgb(0 0 0 / 35%);
    background-color: hsl(0deg 0% 0% / 35%);
  }

  .numbDk{
    font-size: 3rem;
    margin: 0px 15px 0px 15px;
  }

  .numbDk3{
    font-size: 2.6rem;
    margin: 0px 15px 0px 15px;
  }

  .containDk{
    display: inline;
  }

  .textNumDk{
    font-size: 1.4rem;
  }

  .stepsBrandDk{
    width: 40%;
    margin-left: 10px;
  }

  .termsText{
    margin-bottom: 30px;
  }

  .pay{
    margin-top: 12px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .5rem 11rem !important;
    font-size: 3.25rem !important;
    border-radius: .3rem;
  }

}
