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

body{
  background-color: #000;
}

h1, h2 {
  font-family: 'Bree Serif', serif;
  font-size: 4rem;
  line-height: 85%;
  color: #ffffff;
}

h3, h4, p{
  font-family: 'Roboto', sans-serif;
}

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

.btn-warning {
  color: #18770f;
  background-color: #56e749;
  border-color: #56e749;
}

.btn-warning:hover {
  color: #fff;
  background: rgb(32,12,67);
  background: -moz-linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  background: linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#200c43",endColorstr="#c257f3",GradientType=1);
  border-color: rgb(97,35,142);
}

.charx{
  height: 100vh;
  padding: 40px 40px 0px 40px;
}

.charx-mob{
  height: auto;
  width: 100%;
  padding: 30px 0px 0px 0px;
}

.brand{
  height: 7vh;
  margin: 25px 0px 40px 0px;
}

.percent{
  font-size: 4rem;
  height: 15vh;
}

.promo{
  margin-top: 60px;
  font-size: 2.3rem;
  color: #56e749;
}

.btn-lg {
  font-family: 'Bree Serif', serif;
  margin-top: 18px;
  padding: 1rem 1rem;
  font-size: 2.25rem;
  line-height: 1.5;
  border-radius: .9rem;
}

.termsBtn {
  padding-top: 10px;
  color: #94b788;
}

.pay{
  margin-top: -20px;
  width: 100%;
}

.steps{
  height: 10vh;
}

.stepContain{
  width: 100%;
  background: rgb(32,12,67);
  background: -moz-linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  background: linear-gradient(180deg, rgba(32,12,67,1) 45%, rgba(194,87,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#200c43",endColorstr="#c257f3",GradientType=1);
}

.icon{
  font-family: 'Bree Serif', serif;
  widows: 120px;
  height: 90px;
  color: #054167;
  padding-right: 25px;
}

.nutxt{
  display: flex;
  color: #fff;
  line-height: 40px;
  padding: 10px;
}

.terms-text{
  display: none;
  text-align: center;
  color: #fff;
  margin-top: 375px;
  padding: 20px;
}


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

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .hero{
    height: 85vh;
    background-image: url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .charx{
    height: 89vh;
    padding: 30px 40px 10px 0px;
  }

  .brand{
    height: 10vh;
    margin: 15px 0px 25px 0px;
  }

  .percent{
    font-size: 4rem;
    height: 14vh;
  }

  .promo{
    margin-top: 50px;
    font-size: 2.9rem;
  }

  .btn-lg {
    margin-top: 35px;
    padding: 1rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: .9rem;
  }

  .termsBtn {
    padding-top: 10px;
  }

  .pay{
    margin-top: -20px;
    width: 100%;
  }

  .steps{
    height: 10vh;
  }

  .stepContain{
    width: 100%;
  }

  .icon{
    width: 120px;
    height: 90px;
    padding-right: 25px;
  }

  .nutxt{
    font-size: 19px;
    display: flex;
    line-height: 23px;
    padding: 10px;
  }

  .terms-text{
    display: none;
    text-align: center;
    margin-top: 85px;
    padding: 20px;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero{
    height: 85vh;
    background-image: url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .charx{
    height: 100vh;
    padding: 20px 0px 50px 0px;
  }

  .brand{
    height: 10vh;
    margin: 40px 0px 31px 0px;
  }

  .percent{
    font-size: 4.1rem;
    height: 7vh;
  }

  .promo{
    margin-top: 20%;
    font-size: 2.9rem;
  }

  .btn-lg {
    margin-top: 50px;
    padding: 1rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: .9rem;
  }

  .termsBtn {
    padding-top: 10px;
  }

  .pay{
    margin-top: -20px;
    width: 100%;
  }

  .steps{
    height: 10vh;
  }

  .stepContain{
    width: 100%;
  }

  .icon{
    width: 120px;
    height: 90px;
    padding-right: 25px;
  }

  .nutxt{
    font-size: 26px;
    display: flex;
    line-height: 40px;
    padding: 10px;
  }

  .terms-text{
    display: none;
    text-align: center;
    margin-top: 85px;
    padding: 20px;
  }
}

/* // Extra large devices (large desktops, 1400px and up) */
@media (min-width: 1400px) {
  .hero{
    height: 88vh;
    background-image: url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .charx{
    height: 100vh;
    padding: 20px 40px 40px 0px;
  }

  .brand{
    height: 10vh;
    margin: 90px 0px 30px 0px;
  }

  .percent{
    font-size: 5rem;
    height: 13vh;
  }

  .promo{
    margin-top: 50px;
    font-size: 2.9rem;
  }

  .btn-lg {
    margin-top: 50px;
    padding: 1rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: .9rem;
  }

  .termsBtn {
    padding-top: 10px;
  }

  .pay{
    margin-top: -20px;
    width: 100%;
  }

  .steps{
    height: 10vh;
  }

  .stepContain{
    width: 100%;
  }

  .icon{
    width: 120px;
    height: 90px;
    padding-right: 25px;
  }

  .nutxt{
    display: flex;
    line-height: 40px;
    padding: 10px;
  }

  .terms-text{
    display: none;
    text-align: center;
    margin-top: 85px;
    padding: 20px;
  }
}

/* // Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .hero{
    height: 88vh;
    background-image: url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .charx{
    height: 100vh;
    padding: 20px 40px 40px 0px;
  }

  .brand{
    height: 12vh;
    margin: 60px 0px 40px 0px;
  }

  .percent{
    font-size: 5rem;
    height: 15vh;
  }

  .promo{
    margin-top: 50px;
    font-size: 2.9rem;
  }

  .btn-lg {
    margin-top: 50px;
    padding: 1rem 1rem;
    font-size: 2.25rem;
    line-height: 1.5;
    border-radius: .9rem;
  }

  .termsBtn {
    padding-top: 10px;
  }

  .pay{
    margin-top: -20px;
    width: 100%;
  }

  .steps{
    height: 10vh;
  }

  .stepContain{
    width: 100%;
  }

  .icon{
    width: 120px;
    height: 90px;
    padding-right: 25px;
  }

  .nutxt{
    display: flex;
    line-height: 40px;
    padding: 10px;
  }

  .terms-text{
    display: none;
    text-align: center;
    margin-top: 85px;
    padding: 20px;
  }
}

/* // Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1900px) {
  .hero{
    height: 89vh;
    background-image: url('../img/bkg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .charx{
    height: 100vh;
    padding: 40px 0px 43px 0px;
  }

  .brand{
    height: 12vh;
    margin: 100px 0px 50px 0px;
  }

  .percent{
    font-size: 6rem;
    height: 15vh;
  }

  .promo{
    margin-top: 50px;
    font-size: 4.9rem;
  }

  .btn-lg {
    margin-top: 50px;
    padding: 1rem 1rem;
    font-size: 3.25rem;
    line-height: 1.5;
    border-radius: .9rem;
  }

  .termsBtn {
    padding-top: 10px;
    font-size: 30px;
  }

  .pay{
    margin-top: -20px;
    width: 100%;
  }

  .steps{
    height: 10vh;
  }

  .stepContain{
    width: 100%;
  }

  .icon{
    width: 120px;
    height: 90px;
    padding-right: 25px;
  }

  .nutxt{
    display: flex;
    line-height: 40px;
    padding: 10px;
  }

  .terms-text{
    display: none;
    text-align: center;
    margin-top: 85px;
    padding: 20px;
  }
}
