@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@500&family=Oswald:wght@600;700&display=swap');


body {
  margin: 0;
  padding: 0;

  background-color: #111111;
  background-image: url('../assets/promobg.jpg');

  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.hl-complex {
  margin-top: 5px;
  color: #ffffff;
}

.hl-complex h1 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 0px;
  font-size: 120px;
  letter-spacing: -0.02em;
  color: #C02E1D;
  background: #C02E1D;
  background: radial-gradient(ellipse farthest-corner at center center, #C02E1D 0%, #60170F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hl-complex h2 {
  font-family: 'Arial', sans-serif;
  font-weight: 600;
  font-style: italic;
  margin: 0px;
  padding: 0px;
  font-size: 68px;
  letter-spacing: -0.02em;
  line-height: 0.8;
  position: relative;
}

.hl-complex h2 mark {
  background-color: transparent;
  color: inherit;
}

.hl-complex h1, 
.hl-complex h2 {
  text-align: center;
  text-transform: uppercase;
}

.hl-bullets {
  margin: 0 auto;
  margin-top: 16px;
  width: 100%;
  max-width: 700px;
}

.hl-bullets li {
  font-size: 22px;
  margin-bottom: 8px;
  font-family: 'Chakra Petch', sans-serif;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  list-style-type: "— ";
  
}

.hl-bullets em {
  text-decoration: underline;
}

.vsl {
  max-width: 800px;
  margin-top: 10px;
}

.video-holder {
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
}


.cta-btn {
  margin: 14px auto;
  width: 100%;
  display: none;
}

.cta-btn a {
  background: rgb(192,46,29);
  background: -moz-linear-gradient(180deg, rgba(192,46,29,1) 0%, rgba(96,23,15,1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(192,46,29,1) 0%, rgba(96,23,15,1) 100%);
  background: linear-gradient(180deg, rgba(192,46,29,1) 0%, rgba(96,23,15,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c02e1d",endColorstr="#60170f",GradientType=1);

  font-family: 'Chakra Petch', sans-serif;
  text-transform: uppercase;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  padding: 10px 0px;
  border-radius: 8px;
  color: #ffffff;
  font-size: 24px;
  text-align: center;

  text-shadow: 0px 3px 6px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
}

.footer {
  max-width: 680px;
  margin-top: 60px;
  margin-bottom: 40px;
}

.footer p {
  font-size: 13px;
  color: #999999;
  line-height: 1;
}

.footer p a {
  color: #c3c3c3;
  text-decoration: underline;
}

.footer .justified {
  margin-top: 90px;
  text-align: justify;
}

/* NDA Lead Gate */
.nda-wrapper {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.nda-form {
  margin: 5% auto 0px auto;
  width: 100%;
  max-width: 520px;
  border-radius: 8px;
  background-color: #ffffff;

  -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.30);
}

.nda-inner {
  padding: 16px;
}

.nda-inner h3,
.nda-inner h4,
.nda-inner p {
  font-family: 'Chakra Petch', sans-serif;
}

.nda-inner h3,
.nda-inner h4 {
  text-align: center;
  font-weight: bold;
}

.nda-inner h3 {
  font-size: 42px;
}

.nda-inner h4 {
  font-size: 30px;
}

.nda-inner p {
  font-size: 16px;
}

.nda-fields {
  margin: 20px;
}

.nda-fields input,
.nda-fields button, input#add-email {
  display: block;
  width: 100%;
  font-size: 21px;
}

.nda-fields input {
  font-family: 'Chakra Petch', sans-serif;
  font-size: 16px;
  padding: 10px 10px;
}

.nda-fields button, input#add-email {
  padding: 10px 0px;
  margin: 10px 0px 20px 0px;
  font-weight: bold;
  background-color: #C02E1D;
  border-radius: 4px;
  border: 1px solid red;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.nda-fields button:hover, input#add-email:hover {
  background-color: red;
}

.hide-nda {
  display: none !important;
}

.show-button {
  display: block !important;
}

.nda-inner .disclaimer-text {
  font-size: 14px;
  color: #a7a7a7;
  text-align: center;
  line-height: 1.1;
}

.disclaimer-text a {
  color: inherit;
  text-decoration: underline;
}




/* mobile */
@media only screen and (max-width: 728px) {
  
  .hl-complex h1 {
  font-size: 107px;
  margin-bottom: 4px;
  }

  .hl-complex h2 {
  font-size: 56px;
  } 

}

@media only screen and (max-width: 614px) {
  
  .hl-complex h1 {
  font-size: 60px;
  margin-bottom: 4px;
  }

  .hl-complex h2 {
  font-size: 30px;
  } 

  .hl-bullets li {
  font-size: 16px;
  }

  .hl-bullets ul {
    padding-left: 10px;
  }

  .nda-inner h3 {
  font-size: 32px;
  }

  .nda-inner h4 {
  font-size: 24px;
  }

  .nda-inner p {
  font-size: 15px;
  }

}

@media only screen and (max-width: 520px) {
  
  .hl-complex h1 {
  font-size: 56px;
  margin-bottom: 4px;
  }

}

