@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat&display=swap');

/* Start Colors */
:root {
  --main-color: #79ffff;
  --second-color: #fff;
  --third-color: #8f3fdf;
}

.btn-success {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
/* End Colors */

/* Start Defaults */
html, body{
  background-color: black
}

h1, h2, h3{
  font-family: 'Bebas Neue', cursive;
}

h4, h5, h6, p{
  font-family: 'Montserrat', sans-serif;
}

p{
  color: var(--second-color);
}

header{
  height: 16vh;
  margin-top: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--main-color);
}
/* End Defaults */

/* Start Mobile - Default Style */
.link, p{
  cursor: pointer !important;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.brand{
  width: 130px;
  height: auto;
  padding: 5px;
}

hero{
  height: 105vh;
  background-image: url(../img/back.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-text{
  background-color: #0000008f;
  border: 1px solid var(--main-color);
  border-radius: 12px;
  padding: 10px;
}

.phrase{
  color: var(--main-color);
}

.bonus{
  font-size: 5rem;
  color: var(--second-color);
}

.welcome{
  margin-top: -20px;
  color: var(--main-color);
}

.free{
  color: var(--second-color);
}

.ndp{
  color: var(--main-color);
}

.step{
  margin: 5px 0px 5px 0px;
  border: 1px solid var(--main-color);
  border-radius: 12px;
}

.step:hover{
  filter: brightness(100%);
  border: 1px solid var(--second-color);
  background-color: var(--third-color);
  border-radius: 12px;
}

.terms-text{
  display: none;
}

.terms, .step{
  cursor: pointer;
}
/* End Mobile - Default Style */

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

  header{
    height: 16vh;
    margin-top: 12px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 105vh;
  }

  .main-text{
    padding: 10px;
    border: 0px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

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

  header{
    height: 16vh;
    margin-top: 12px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 105vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

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

  header{
    height: 16vh;
    margin-top: 12px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 50vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

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

  header{
    height: 10vh;
    margin-top: 5px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 55vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

/* // Extra large devices (large desktops, 1300px and up) */
@media (min-width: 1300px) {

  header{
    height: 12vh;
    margin-top: 3px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 58vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

/* // Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {

  header{
    height: 10vh;
    margin-top: -3px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 58vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

}

/* // Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {

  header{
    height: 10vh;
    margin-top: 0px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 57vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

 }

/* // Extra large devices (large desktops, 1900px and up) */
@media (min-width: 1900px) {

  header{
    height: 9vh;
    margin-top: 5px;
    padding-bottom: 18px;
  }

  .brand{
    width: 130px;
    height: auto;
    padding: 5px;
  }

  hero{
    height: 57vh;
  }

  .main-text{
    padding: 10px;
  }

  .bonus{
    font-size: 5rem;
  }

  .welcome{
    margin-top: -20px;
  }

  .step{
    margin: 5px 0px 5px 0px;
  }

}
