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

@media (min-width:1200px) {
  #funnel .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
  }
}

#funnel .logo {
  width: clamp(150px, 25vw, 230px);
  aspect-ratio: 100 / 100;
}

#funnel .svg-drop-shadow {
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,1)) drop-shadow(0px 0px 1.5px rgba(0,0,0,1));
}

/* Funnel Text Styling */

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

#funnel .text-red {
  color: #ff0000;
}

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

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

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

#funnel .bg-funnel-footer p {
  font-size: 17px;
}

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

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

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

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

@media (min-width: 1200px) {
  #funnel h1 {
    font-size: 66px;
  }
}

#funnel .offer-text-sub {
  font-size: 22px;
  line-height: 1.3;
  text-shadow: 1px 1px 2px #000;
}

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

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

#funnel .class-text {
  font-size: clamp(19px, 4vw, 26px);
}

#funnel .priv-text {
  color: #ff8100;
  text-shadow: none;
  font-size: 15px;
  line-height: 1.4;
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
}

#funnel .signature {
  font-family: 'Nothing You Could Do';
  font-size: clamp(24px, 4vw, 30px);
  font-weight: 300;
}

#funnel .signature-title {
  font-size: clamp(22px, 4vw, 26px);
}

/* Funnel Background Image Styling */

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

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

@media (min-width: 768px) {
  #funnel .bg-header {
    background-image: url(../../assets/img/hero-image-md.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
  }
}

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

/* Funnel Scheduler Buttons Styling */

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

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

#funnel .bg-classes-but {
  max-width: 560px;
}

#funnel .class-buttons {
  width: 100%;
  text-shadow: .5px .5px 2px rgba(0,0,0,0.5);
}

/* Get Started Button Styling */

#funnel .btn-primary {
  background: #0a42ff;
  transition: all .5s;
  box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
  border: none;
}

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

#funnel .touch-icon {
  font-size: clamp(24px, 5vw, 32px);
}

#funnel .signup {
  font-size: 26px;
  line-height: 1;
  font-weight: bold;
  padding: 15px 15px;
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 576px) {
  #funnel .signup {
    font-size: 36px;
    padding: 15px 30px;
  }
}

/* Get Started Modal Styling */

#funnel .modal-header {
  padding: 10px 15px;
  background-color: #630600;
  border-bottom: none;
}

#funnel .modal-content {
  background-color: #191919;
  border: 1px solid #000;
  box-shadow: 0px 0px 10px #000;
}

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

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

#funnel .modal-header p {
  font-size: 16px;
}

/* Funnel Modal Styling */

#funnel .modal-dialog {
  position: relative;
  padding-top: 28px;
}

#funnel .btn-close-wrapper {
  position: absolute;
  top: -27px;
  right: 5px;
  height: 28px;
  width: 65px;
  background: #630600;
  border-radius: 4px 4px 0 0;
  text-shadow: none;
}

#funnel .btn-close-text {
  color: #fff;
  position: relative;
  margin-right: 0px;
  font-weight: 700;
  font-size: 15px;
  opacity: .7;
  top: 1px;
}

#funnel .btn-close-text:hover {
  box-shadow: none;
  opacity: 1;
}

#funnel .opt-in {
  font-size: 15px;
  line-height: 1.3;
  text-align: justify;
  margin: 0 6px;
}

/* Spark Form Button Styling */

#funnel .get-started-fields {
  width: 100%;
  margin: 10px auto;
  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 rgba(0,0,0,0.25);
}

#funnel .get-started {
  display: block;
  color: #fff;
  padding: 8px 25px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: background-color .3s ease-in-out;
  margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 10px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#funnel .get-started:hover {
  background-color: #003ea1;
}

/* Clock Styling */

#clockdiv {
  font-family: arial, sans-serif;
  color: #fff;
  gap: 10px;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

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

#clockdiv div > span {
  padding: 10px 15px;
  border-radius: 30px;
  background: #003ea1;
  display: inline-block;
  font-weight: 600;
}

#clockdiv .smalltext {
  padding-top: 5px;
  font-size: 16px;
}

