
/* Start Default */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto&display=swap');

/* Start Colors */

:root {
    --title-color: #fff;
    --subTitle-color: #e91e63;
    --text-color: #fff;
    --no-deposit-color: #e4651b;
    --button-text-color: #000;
    --TandC-color: #00ff3c;
    --step-color: #f44336;
    --border: #fff;
}

/* End Colors */

h1, h2, h3 {
  font-family: 'Anton', sans-serif;
  color: var(--title-color);
}

h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  color: var(--subTitle-color);
}

p, small {
  font-family: 'Roboto', sans-serif;
  color: var(--text-color);
}

body{
  background-color: #000;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
}

.link, .modal-launch, .step{
  cursor: pointer;
}

/* End Default */

/* Start Mobile */

.big-image{
  height: 100%;
}

.content{
  background-color: #0000006b;
  height: 100vh;
  border-top: 1px solid var(--border);
}

.self-center{

}

.text-content{
  margin-top: 25px;
  border-bottom: 1px solid var(--border);
}

.logo{
  margin-top: 70px;
}

.join-today{

}

.deposit-bonus {
  font-size: 70px;
}

.welcome{

}

.bonus{

}

.ndp{
  padding-bottom: 5px !important;
}

.payment{
  padding: 20px;
  margin-bottom: 20px;
}

.steps{
  margin-top: 30px;
}

.step{
  padding-top: 5px;
}

.step:hover{
  background-color: var(--step-color);
  color: #000 !important;
}

.step-detail{
  margin-left: 15px;
}

.terms-button{
  margin-top: 0px;
  padding-bottom: 20px;
}

/* End Mobile */

/* Start Responsive */

/* // X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

// Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

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

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // XX-Large devices (larger desktops, 1300px and up) */
@media (min-width: 1300px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 20px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 50px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 15px;
    margin-bottom: 10px;
  }

  .steps{
    margin-top: 10px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // XX-Large devices (larger desktops, 1600px and up) */
@media (min-width: 1600px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1900px) {

  .big-image{
    height: 100vh;
  }

  .content{
    height: 100vh;
    border-top: 0px solid var(--border);
  }

  .self-center{

  }

  .text-content{
    margin-top: 25px;
    border-bottom: 1px solid var(--border);
  }

  .logo{
    margin-top: 0px;
  }

  .join-today{

  }

  .deposit-bonus {
    font-size: 70px;
  }

  .welcome{

  }

  .bonus{

  }

  .payment{
    padding: 20px;
    margin-bottom: 20px;
  }

  .steps{
    margin-top: 30px;
  }

  .step{
    padding-top: 5px;
  }

  .step-detail{
    margin-left: 15px;
  }

  .terms-button{
    margin-top: 0px;
    margin-bottom: 20px;
  }

}

/* End Responsive */
