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

h1, h2{
  font-family: 'Viga', sans-serif !important;
}

h3, h4, p{
  font-family: 'Quicksand', sans-serif !important;
}

body{
  height: 100vh;
  background-image: url('../img/bkg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgb(17,55,84);
  background-color: -moz-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: -webkit-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113754",endColorstr="#5eb1d4",GradientType=1);
}

#main{
  height: 100vh;
}

.spacer {
    height: 25em;
}

.head{
  text-align: center;
  padding-top: 2%;
}

.cnt{
  height: 100%;
  background-color: rgb(17 55 84 / 50%);
  background-color: -moz-linear-gradient(354deg, rgba(17,55,84,0.6320903361344538) 0%, rgba(94,177,212,0.665703781512605) 100%);
  background-color: -webkit-linear-gradient(354deg, rgba(17,55,84,0.6320903361344538) 0%, rgba(94,177,212,0.665703781512605) 100%);
  background-color: linear-gradient(354deg, rgb(17 55 84 / 38%) 0%, rgb(94 177 212 / 53%) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113754",endColorstr="#5eb1d4",GradientType=1);
}

.hero{
  padding-top: 10%;
  padding-bottom: 12%;
}

.cta{
  text-align: center;
}

.tandc{
  padding-top: 10%;
  text-align: center;
  margin-bottom: 300px;
}

.perc{
  color: #fff;
  font-size: 96px;
}

.txtMain{
  text-align: center;
  font-size: 55px;
  color: #f19394;
}

.btn-terms{
  margin-top: 70px;
}

.tcTxtx{
  display: none;
  text-align: center;
  color: #fff;
  width: 100%;
  margin-top: 150px;
  padding: 0px 15px 0px 15px;
  background-color: rgb(17,55,84);
  background-color: -moz-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: -webkit-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113754",endColorstr="#5eb1d4",GradientType=1);
}

.cards{
  margin-top: 10px;
}

.promo{
  color: #fff !important;
}

.btn-group-lg>.btn, .btn-lg {
  padding: .4rem 1.5rem;
  font-size: 2.25rem;
  line-height: 1.5;
  font-weight: 800;
  border-radius: .3rem;
}

.btn-secondary {
  color: #fff;
  background-color: #FF9800;
  border-color: #FF9800;
}

.btn-sm{
  color: #fff;
}

.steps{
  background-color: rgb(17,55,84);
  background-color: -moz-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: -webkit-linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  background-color: linear-gradient(354deg, rgba(17,55,84,1) 0%, rgba(94,177,212,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#113754",endColorstr="#5eb1d4",GradientType=1);
  display: flex;
  position: fixed;
  clear: both;
}

.st{
  border-bottom: 1px solid rgb(11 41 64);
}

.steps h3{
  padding-left: 3%;
  color: #fff;
  font-size: 16px;
}

.num{
  padding-left: 3%;
  color: #50a5d2;
}

.dice{
  width: 12%;
}

.btn:hover {
  color: #fff !important;
}



/* // 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) {
  #main{
    height: 100vh;
  }

  .spacer{
    height: 12em;
  }

  .head{
    text-align: center;
    padding-top: 1%;
  }

  .cnt{
    height: 110vh;
  }

  .hero{
    padding-top: 5%;
    padding-bottom: 10%;
  }

  .cta{
    text-align: center;
    padding-bottom: 5%;
  }

  .tandc{
    padding-top: 5%;
    text-align: center;
    margin-bottom: 100px;
  }

  .perc{
    font-size: 96px;
  }

  .txtMain{
    text-align: center;
    font-size: 55px;
  }

  .btn-group-lg>.btn, .btn-lg {
    padding: .4rem 1.5rem;
    font-size: 2.25rem;
    line-height: 1.5;
    font-weight: 800;
    border-radius: .3rem;
  }

  .steps{
    text-align: center;
  }

  .steps h3{
    padding-left: 3%;
    font-size: 16px;
  }

  .tcTxtx{
    display: none;
    text-align: center;
    width: 100%;
    padding-top: 0%;
    margin-bottom: 50px;
  }

  .num{
    padding-left: 3%;
  }

}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .head{
    text-align: center;
    padding-top: 10%;
  }
}

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .head{
    text-align: center;
}

/* // Extra large devices (large desktops, 1600px and up) */
@media (min-width: 1600px) {
  .head{
    text-align: center;
    padding-top: 15%;
  }
}
