@charset "utf-8";

:root {
  --primary: #00a0ff;
  --secondary: #002040;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #000000;
  overflow-x: hidden;
}
@font-face {
  font-family: headline;
  src: url("../fonts/AvenirNextLTPro-Bold.otf");
}
@font-face {
  font-family: body-text;
  src: url("../fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
  font-family: digital-clock;
  src: url("../fonts/DigitalDismay.otf");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: headline;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  margin-bottom: 1rem;
}
p {
  font-family: body-text;
  font-weight: 200;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
p strong {
  font-family: headline;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: bolder;
}
a:hover {
  color: white;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}

.CTA {
  background-color: var(--primary);
  padding: 15px 30px;
  border: 1px solid var(--primary);
  border-radius: 0.5rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-family: headline;
}
.CTA:hover {
  background-color: var(--secondary);
  color: var(--primary);
}
.signup-header {
  width: 100%;
  min-height: 100vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: black;
  overflow: hidden !important;
}

.signup-header .video-bg {
  opacity: 0.4;
}
.signup-header .header-content {
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
  padding-top: 2rem;
  padding-bottom: 4rem;
  z-index: 2;
}
.signup-header .header-logo {
  max-width: 100%;
  max-height: 4rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.signup-header .details h3 {
  font-size: 1.25rem;
}
.signup-header .details h4 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}
.signup-header .details span,
.logo-block span {
  color: var(--primary);
}
.signup-header .details p {
  margin-bottom: 0;
}
.signup-header .signup {
  background-image: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0)
  );
  padding: 2rem 2rem 0;
  border-radius: 0.5rem;
}
.signup-header .signup h4 {
  font-size: 1.25rem;
}
.signup-header .signup p {
  font-size: 0.9rem;
  line-height: 0.8rem;
  margin-bottom: 1rem;
}
.signup-header .signup .time-container {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.signup-header .signup .time-container h3 {
  margin-top: 0;
  margin-bottom: -0.1rem;
  color: var(--primary);
  font-size: 3.75rem;
  font-family: digital-clock;
  font-weight: lighter;
}
.signup-header .signup .time-container p {
  margin-bottom: 1.25rem !important;
  font-size: 0.75rem !important;
  color: var(--primary);
  font-family: headline;
}
.signup-header .signup .time-container .separator {
  font-family: body-text !important;
}
.signup-header .signup #countdownEnded {
  display: none;
  color: var(--primary);
  margin-bottom: 1rem;
}
.signup-header .signup #countdownEnded h4 {
  color: white;
  margin-bottom: 1.75rem;
}
.signup-header .signup #countdownEnded .CTA {
  margin-bottom: 0.5rem;
}
.signup-header .signup .faded {
  opacity: 0.75;
  font-size: 0.75rem;
  margin-bottom: 0.75rem;
}
.signup-header .signup form {
  margin-bottom: 1rem;
}
.signup-header .signup .input-group {
  margin-bottom: 0.75rem;
}
.signup-header .signup .form-check {
  margin-bottom: 0.75rem;
}
.signup-header .signup .form-check-label {
  font-size: 0.9rem;
  line-height: 0.9rem;
}
.signup-header .signup .input-group .form-control:focus,
.signup-header .signup .form-check .form-check-input:focus {
  border: 1px solid #ced4da;
  box-shadow: none;
}
.signup-header .signup .form-check .form-check-input:checked {
  background-color: var(--primary) !important;
  border: 0;
}
.signup-header .signup .input-group .form-control,
.signup-header .signup .input-group span {
  font-size: 0.9rem;
  line-height: 1rem;
  height: 3rem;
}
.signup-header .signup .input-group .form-control::placeholder {
  opacity: 0.66;
}
.signup-header .signup .input-group span {
  width: 4.75rem;
  color: #666666;
}
.signup-header .signup .CTA {
  width: 100%;
}
.signup-header .signup .poweredby {
  max-height: 1.5rem;
  margin-top: 0.5rem;
}
.signup-header .head-down {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
  color: white;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.signup-header .head-down:hover {
  opacity: 1;
}
.signup-header .head-down h6 {
  font-size: 0.55rem;
  font-weight: lighter;
  margin-bottom: -0.25rem;
  line-height: 0.55rem;
}
.signup-header .head-down a {
  text-decoration: none;
  color: white;
}
/* VIDEO BACKGROUND */

.video-bg {
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  position: fixed;
  z-index: 0;
}
.title-bar hr {
  border: 1px solid var(--primary);
  opacity: 1;
  max-width: 150px;
  margin-bottom: 2rem;
}
.logo-block {
  background-color: #222222;
  padding-top: 12rem;
  padding-bottom: 2rem;
  color: white;
  position: relative;
  z-index: 3;
}
.logo-block img {
  max-width: 66%;
  margin-bottom: 2rem;
}
.stores {
  max-height: 60px;
}
.footer {
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
  color: #555555;
  border-top: 2px var(--primary) solid;
  position: relative;
  z-index: 6;
}
.footer .content img.main-logo {
  margin-bottom: 1.5rem;
}
.footer .content img {
  max-width: 100%;
  max-height: 2rem;
  margin-bottom: 1rem;
}
.footer .content p {
  font-size: 0.75rem;
}
.footer .content hr {
  max-width: 66%;
  border-color: #333333;
  opacity: 1;
  margin-bottom: 1.5rem;
}
.footer .content a {
  opacity: 0.3;
}
.footer .content a img {
  margin-bottom: 0;
}
.footer .content a:hover {
  opacity: 1;
}
.footer .display-image img {
  max-width: 100%;
}

/* MODALS */

.modal {
  backdrop-filter: blur(5px);
  translate: 0 0 3rem;
}
.modal-content {
  background-color: #121212;
  color: white;
  border: 1px var(--primary) solid;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25),
    0 10px 20px 0 rgba(0, 0, 0, 0.25);
}
.modal-header {
  border-bottom: 0;
  padding: 1.5rem 2rem 1rem;
  color: var(--primary);
}
.modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.modal-body {
  padding: 0 2rem 1rem;
}
.modal-body p {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
.modal-body p strong {
  font-family: headline;
}
.modal-footer {
  border-top: 0;
  padding: 1rem 2rem;
  justify-content: flex-start;
}
.modal-footer p {
  font-size: 0.75rem;
  color: white;
  opacity: 0.5;
  line-height: 0.75rem;
  margin-left: 0;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 575px) {
  .signup-header .signup {
    background-image: none !important;
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 375px) {
}
