/* div{
  border: 1px solid red;
} */
@import url('https://fonts.googleapis.com/css2?family=Changa+One&family=Open+Sans&display=swap');

html, body{
  background-color: #000;
}

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

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

header{
  background-color: #000;
  border-bottom: 0.5px solid #6f6f6f;
  height: 10vh;
}

hero {
  height: 90vh;
}

.brandContainer{
  text-align: center;
}

.bfd{
}

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

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

#timer{
  margin-top: 23px;
}

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

.progress{
  margin-top: -18px;
  margin-bottom: 10px;
}

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

.percent{
  background-color: #171717bf;
  margin: 5px 5px 5px 5px;
  padding: 5px 0px 0px 0px;
  border-radius: 10px;
}

.title{
  padding-left: 7%;
  padding-right: 10%;
}

.subTitle{
  color: #ff0000;
  padding-left: 7%;
  padding-right: 10%;
}

.btn{
  font-size: 32px;
  margin-top: 30px;
}

steps{
  margin-top: 15%;
  background-color: #000;
  border-top: 0.5px solid #6f6f6f;
}

.setpsCont{
  display: flex;
}

.steps{
  padding: 15px;
  font-size: 3rem;
  color: #ff0000;
}

.stepsTitles{
  padding: 15px;
}

.sub{
  font-size: 18px;
}

.payContain{
  border-top: 0.5px solid #6f6f6f;
  width: 100%;
  text-align: center;
}

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

footer{
  background-color: #dcdbdb;
  border-top: 0.5px solid #6f6f6f;
  text-align: center;
}

footer p{
  color: #000;
}

.iconsContain{
  padding: 30px;
}

.icons{
  width: 200px;
  padding: 18px;
}

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

/* // Extra 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) {

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  header{
    height: 12vh;
  }

  hero {
    height: 87vh;
  }

  steps{
    margin-top: 8%;
  }

  .promo{
    font-size: 55px;
    margin-bottom: 10px;
    line-height: 51px;
  }

  .percent{
    border-radius: 10px;
  }

  .main{
    padding-top: 1.5%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
  }

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

}

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

  steps{
    margin-top: 0%;
  }

  .payment{
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }

  .main{
    padding-top: 0.5%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
  }

}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .main{
    padding-top: 6.5%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
  }
}

/* // Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .main{
    padding-top: 8.5%;
    padding-left: 5%;
    padding-bottom: 5%;
    text-align: left;
  }
}
