/* funnel general */

#funnel {
  margin-top: 0;
  background: #000;
  font-family: 'Roboto Condensed';
  color: #fff;
}

#funnel .bg-info-section {
  background: #191919;
}

#funnel .bg-funnel-footer {
  background: #141414;
}

#funnel .bg-schedule-classes {
  background: rgba(0,0,0,0.2);
}

@media (min-width: 576px) {
  #funnel .bg-schedule-classes {
    border-radius: 5px;
  }
}

/* funnel buttons styles */

#funnel .btn-primary {
  background: #0000ff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border: none;
  border-radius: 5px;
  transition: all .5s;
  padding: 6px 5px;
  margin: 2px;
}

@media (min-width: 768px) {
  #funnel .btn-primary {
    padding: 10px 5px;
    margin: 0;
  }
}

#funnel .btn-primary:hover {
  background: #0a42ff;
  transition: all .5s;
}

#funnel .free-pass-but {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 20px;
}

@media (min-width: 576px) {
  #funnel .free-pass-but {
    font-size: 34px;
    line-height: 1.2;
    padding: 15px 40px;
  }
}

/* funnel text */

#funnel .text-drop-shadow {
  text-shadow: .5px .5px 2px rgba(0,0,0,0.7);
}

#funnel p {
  font-size: 18px;
  color: #fff;
  text-align: justify;
}

#funnel .star-text {
  font-size: calc(24px + 2.5vw);
  line-height: 1;
  text-shadow: 1px 1px 2px #000;
}

#funnel .priv-text {
  color: #ff8100;
  text-shadow: none;
  font-size: 16px;
}

#funnel .signature {
  font-family: 'Nothing You Could Do';
  font-size: calc(20px + 1vw);
  font-weight: 300;
}

@media (min-width: 1400px) {
  #funnel .signature {
    font-size: 32px;
  }
}

#funnel h1 {
  font-size: 32px;
  text-shadow: .5px .5px 1px #000;
  line-height: 1.2;
}

@media (min-width: 576px) {
  #funnel h1 {
    font-size: calc(40px + 1vw);
  }
}

@media (min-width: 768px) {
  #funnel h1 {
    font-size: calc(27px + 2vw);
  }
}

@media (min-width: 992px) {
  #funnel h1 {
    font-size: calc(35px + 2vw);
  }
}

@media (min-width: 576px) {
  #funnel h2 {
    font-size: calc(25px + 1vw);
  }
}

@media (min-width: 1400px) {
  #funnel h2 {
    font-size: 39px;
  }
}

/* funnel background image */

#funnel .bg-header {
  background: #000;
  background-image: url(../../assets/img/hero-adult-xs.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  #funnel .bg-header {
    background-image: url(../../assets/img/hero-adult-sm.jpg);
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #funnel .bg-header {
    background-image: url(../../assets/img/hero-adult-md.jpg);
  }
}

@media (min-width: 992px) {
  #funnel .bg-header {
    background-image: url(../../assets/img/hero-adult.jpg);
  }
}

/* Spark form styles */

#funnel .get-started-fields {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  font-size: 16px;
  display: block;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #fff;
  border: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
}

#funnel .get-started {
  color: #fff;
  width: 100%;
  max-width: 360px;
  padding: 8px 10px;
  margin-top: 5px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: calc(14px + 3vw);
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  #funnel .get-started {
    font-size: 32px;
  }
}

#funnel .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

/* countdown clock */

#clockdiv {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.85;
  margin-bottom: 15px;
}

#clockdiv > div {
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  background: rgba(43,52,90,0.6);
  display: inline-block;
  width: 80px;
}

#clockdiv div > span {
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background: #2F5EFF;
  display: inline-block;
  font-weight: 600;
}

#funnel .clocktext {
  font-size: 16px;
}

/* funnel schedule modal */

#funnel .schedule-modal-bg {
  background-color: #303030;
}

#funnel .modal-content {
  border: none;
  box-shadow: 0px 0px 10px #000;
}

#funnel .modal-header {
  padding: 10px;
}

#funnel .modal-header h3 {
  font-size: 28px;
  line-height: 1.2;
  text-shadow: none;
}

@media (min-width: 576px) {
  #funnel .modal-header h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}

#funnel .modal-body .btn-primary {
  box-shadow: none;
  margin-bottom: 7px;
  font-size: 18px;
}

#funnel .btn-close {
  opacity: .5;
  transition: all .3s;
}

#funnel .btn-close:hover {
  opacity: 1;
  transition: all .3s;
}

