@import url('https://fonts.googleapis.com/css2?family=Changa+One&family=Open+Sans&display=swap');

:root {
  --main: #000;
  --secondary: #ecff2d;
  --third: #44ffe6;
}

html, body{
  background-color: var(--main);
}

h1, h2, h3{
  font-family: 'Changa One', cursive;
}

h4, h5, h6, p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

header{
  background-color: var(--main);
  border-bottom: 0.5px solid #6f6f6f;
  height: 12vh;
}

.btn-success {
  color: #fff;
  background-color: #ff8f00;
  border: 3px solid #f9a800;
}

hero {
  background-image: url(../img/mobile.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  background-color: var(--main);
  height: 90vh;
}

.brandContainer{
  text-align: center;
}

  .percent{
    color: var(--third);
    font-size: 85px;
  }

.main{
  color: #fff;
  padding-top: 3%;
  padding-left: 5%;
  padding-bottom: 5%;
  text-align: center;
}

.promo{
  font-size: 45px;
  margin-bottom: 0px;
}

.tnc{
  color: #97ecab;
  font-size: 10px;
  line-height: 2px;
  padding-top: 25px;
  padding-bottom: 10px;
  text-align: center;
}

.scaled{
  padding-top: 1%;
  padding-bottom: 5%;
  text-align: center;
}

.p1{
  margin-top: 50px;
}

.title{
  font-size: 4rem;
  color: var(--secondary);
}

.btn{
  font-size: 32px;
}

steps{
  margin-top: 15%;
  background-color: var(--main);
  border-top: 0.5px solid #6f6f6f;
}

.setpsCont{
  display: flex;
}

.steps{
  padding: 15px;
  font-size: 3rem;
  color: var(--third);
}

.stepsTitles{
  padding: 15px;
}

.sub{
  font-size: 18px;
}

.payment{
  width: 90%;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}

.termsText{
  display: none;
  padding: 25px;
  text-align: center;
}

/* // 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) {
  header{
    background-color: var(--main);
    border-bottom: 0.5px solid #6f6f6f;
    height: 12vh;
  }

  hero {
    background-image: url(../img/mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main);
    height: 90vh;
  }

  .brandContainer{
    text-align: center;
  }

  .percent{
    color: var(--third);
    font-size: 85px;
  }

  .main{
    color: #fff;
    padding-top: 3%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: center;
  }

  .promo{
    font-size: 45px;
    margin-bottom: 0px;
  }

  .tnc{
    color: #97ecab;
    font-size: 10px;
    line-height: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }

  .scaled{
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
  }

  .p1{
    margin-top: 50px;
  }

  .title{
    font-size: 4rem;
    color: var(--secondary);
  }

  .btn{
    font-size: 32px;
  }

  steps{
    margin-top: 15%;
    background-color: var(--main);
    border-top: 0.5px solid #6f6f6f;
  }

  .setpsCont{
    display: flex;
  }

  .steps{
    padding: 15px;
    font-size: 3rem;
    color: var(--third);
  }

  .stepsTitles{
    padding: 15px;
  }

  .sub{
    font-size: 18px;
  }

  .payment{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .termsText{
    display: none;
    padding: 25px;
    text-align: center;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header{
    background-color: var(--main);
    border-bottom: 0.5px solid #6f6f6f;
    height: 12vh;
  }

  hero {
    background-image: url(../img/mobile.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main);
    height: 90vh;
  }

  .brandContainer{
    text-align: center;
  }

  .percent{
    color: var(--third);
    font-size: 85px;
  }

  .main{
    color: #fff;
    padding-top: 3%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: center;
  }

  .promo{
    font-size: 45px;
    margin-bottom: 0px;
  }

  .tnc{
    color: #97ecab;
    font-size: 10px;
    line-height: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }

  .scaled{
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
  }

  .p1{
    margin-top: 50px;
  }

  .title{
    font-size: 4rem;
    color: var(--secondary);
  }

  .btn{
    font-size: 32px;
  }

  steps{
    margin-top: 15%;
    background-color: var(--main);
    border-top: 0.5px solid #6f6f6f;
  }

  .setpsCont{
    display: flex;
  }

  .steps{
    padding: 15px;
    font-size: 3rem;
    color: var(--third);
  }

  .stepsTitles{
    padding: 15px;
  }

  .sub{
    font-size: 18px;
  }

  .payment{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .termsText{
    display: none;
    padding: 25px;
    text-align: center;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  header{
    background-color: var(--main);
    border-bottom: 0.5px solid #6f6f6f;
    height: 10vh;
  }

  hero {
    background-image: url(../img/desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main);
    height: 75vh;
  }

  .brandContainer{
    text-align: center;
  }

  .percent{
    color: var(--third);
    font-size: 85px;
  }

  .main{
    color: #fff;
    padding-top: 3%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: center;
  }

  .promo{
    font-size: 45px;
    margin-bottom: 0px;
  }

  .tnc{
    color: #97ecab;
    font-size: 10px;
    line-height: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }

  .scaled{
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
  }

  .p1{
    margin-top: 50px;
  }

  .title{
    font-size: 4rem;
    color: var(--secondary);
  }

  .btn{
    font-size: 32px;
  }

  steps{
    margin-top: 0%;
    background-color: var(--main);
    border-top: 0.5px solid #6f6f6f;
  }

  .setpsCont{
    display: flex;
  }

  .steps{
    padding: 15px;
    font-size: 3rem;
    color: var(--third);
  }

  .stepsTitles{
    padding: 15px;
  }

  .sub{
    font-size: 18px;
  }

  .payment{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .termsText{
    display: none;
    padding: 25px;
    text-align: center;
  }
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  header{
    background-color: var(--main);
    border-bottom: 0.5px solid #6f6f6f;
    height: 10vh;
  }

  hero {
    background-image: url(../img/desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main);
    height: 75vh;
  }

  .brandContainer{
    text-align: center;
  }

  .percent{
    color: var(--third);
    font-size: 85px;
  }

  .main{
    color: #fff;
    padding-top: 1%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: center;
  }

  .promo{
    font-size: 45px;
    margin-bottom: 0px;
  }

  .tnc{
    color: #97ecab;
    font-size: 10px;
    line-height: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }

  .scaled{
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
  }

  .p1{
    margin-top: 50px;
  }

  .title{
    font-size: 4rem;
    color: var(--secondary);
  }

  .btn{
    font-size: 32px;
  }

  steps{
    margin-top: 0%;
    background-color: var(--main);
    border-top: 0.5px solid #6f6f6f;
  }

  .setpsCont{
    display: flex;
  }

  .steps{
    padding: 15px;
    font-size: 3rem;
    color: var(--third);
  }

  .stepsTitles{
    padding: 15px;
  }

  .sub{
    font-size: 18px;
  }

  .payment{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .termsText{
    display: none;
    padding: 25px;
    text-align: center;
  }
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  header{
    background-color: var(--main);
    border-bottom: 0.5px solid #6f6f6f;
    height: 10vh;
  }

  hero {
    background-image: url(../img/desktop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--main);
    height: 75vh;
  }

  .brandContainer{
    text-align: center;
  }

  .percent{
    color: var(--third);
    font-size: 85px;
  }

  .main{
    color: #fff;
    padding-top: 3%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: center;
  }

  .promo{
    font-size: 70px;
    margin-bottom: 0px;
  }

  .tnc{
    color: #97ecab;
    font-size: 10px;
    line-height: 2px;
    padding-top: 25px;
    padding-bottom: 10px;
    text-align: center;
  }

  .scaled{
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
  }

  .p1{
    margin-top: 50px;
  }

  .title{
    font-size: 4rem;
    color: var(--secondary);
  }

  .btn{
    font-size: 32px;
  }

  steps{
    margin-top: 0%;
    background-color: var(--main);
    border-top: 0.5px solid #6f6f6f;
  }

  .setpsCont{
    display: flex;
  }

  .steps{
    padding: 15px;
    font-size: 5rem;
    color: var(--third);
  }

  .stepsTitles{
    padding: 15px;
    font-size: 2.4rem;
  }

  .sub{
    font-size: 18px;
  }

  .payment{
    width: 90%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .termsText{
    display: none;
    padding: 25px;
    text-align: center;
  }
}
