@charset "utf-8";

:root {
  --primary: #00a0ff;
  --secondary: #002040;
  --sectionbg: #272727;
}
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;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
}
p {
  font-family: body-text;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
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;
}

/* CALL TO ACTION */

.CTA {
  background-color: var(--primary);
  border-radius: 0.5rem;
  border: 1px solid var(--primary);
  padding: 0.775rem 1.5rem 0.6rem;
  font-family: headline;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  color: white;
  transition: all 0.25s ease-in-out;
}
.CTA:hover {
  background-color: var(--secondary);
  color: var(--primary);
  display: inline-block;
}

/* SIGN-UP HEADER */

.signup-header {
  width: 100%;
  min-height: 80vh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: black;
  overflow: hidden !important;
}
.signup-header::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.spinner {
  position: fixed;
  opacity: 0.2;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  right: 0px;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, -50%) scale(2);
  display: block;
  pointer-events: none;
  z-index: 1;
}
.header-content {
  width: 100%;
  height: 100%;
  color: white;
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
  z-index: 2;
}
.signup-header .header-logo {
  max-width: 100%;
  margin-bottom: 2rem;
}
.signup-header .signup-header .details h4 {
  margin-bottom: 0;
}
.signup-header .details span,
.signup-header .signup span {
  color: var(--primary);
}
.signup-header .details p {
  margin-bottom: 0;
}
.signup-header .signup {
  background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  padding: 2rem 2rem 0;
  border-radius: 0.5rem;
}
.signup-header .signup h5 {
  margin-bottom: 1.5rem;
}
.signup-header .signup p {
  font-size: 0.9rem;
  line-height: 0.8rem;
  margin-bottom: 1rem;
}
.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;
}

/* BODY SECTION */

.body-section {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 8rem;
  padding-bottom: 0;
  background-color: var(--sectionbg);
  z-index: 2;
}
.body-section-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 0;
  padding-bottom: 8rem;
  position: relative;
}
.bg-paragraph {
  background-color: black;
  min-height: 100vh;
  width: 100%;
}
.bg-paragraph::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

/* MOBILE STACKER */

.stacker-123 {
  position: relative;
  display: block;
}
.stacker-123 .stacker-icon img {
  max-width: 100%;
  max-height: 12rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}
.stacker-123 .stacker-icon h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.collectible-stacker .stacker-icon img {
  max-width: 100%;
  border-radius: 0.5rem;
}
.collectible-stacker .stacker-icon h4 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.stacker-123 h5 span {
  color: var(--primary);
}

/* ABOUT SECTION */

.about-section {
  background: none;
}

.about-section img {
  max-width: 100%;
  max-height: 10rem;
  margin-bottom: 2rem;
}

/* FOOTER */

.footer {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #111111;
  border-top: 2px var(--primary) solid;
  z-index: 2;
}
.footer-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.footer img {
  max-width: 80%;
  max-height: 2rem;
  margin: 0 1rem 2rem;
  display: inline;
}
.footer p {
  font-size: 0.75rem;
  opacity: 0.33;
  margin-bottom: 1rem;
}
.footer .social-icon {
  max-height: 2rem;
  max-width: 2rem;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.33;
  display: inline;
  transition: all 0.25s ease-in-out;
}
.footer .social-icon:hover {
  opacity: 1;
}
.footer hr {
  max-width: 18rem;
}
img.animated-footer {
  max-width: 100%;
  max-height: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* MODAL */

.modal {
  backdrop-filter: blur(5px);
}
.modal-content {
  background-color: var(--sectionbg);
  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;
}

/* CUSTOMIZATIONS */

#signup-header::before {
  background-image: url("../img/lit-reeezy-bg.jpg");
  background-position: center center;
  opacity: 0.5;
}

/* MOBILE ADJUSTMENTS */

@media only screen and (max-width: 1199px) {
  /* XL BREAKPOINT */
  .footer-copyright {
    text-align: center !important;
    margin-bottom: 1rem;
  }
}

@media only screen and (max-width: 991px) {
  /* LG BREAKPOINT */
  .container,
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .header-content {
    padding-bottom: 2rem;
  }
  .signup-header .details {
    text-align: center !important;
    padding-top: 2rem;
  }
  .signup-header .signup {
    background: none;
    padding-bottom: 2rem;
  }
  .body-section {
    padding-top: 6rem;
  }
  .body-section-content {
    padding-bottom: 6rem;
  }
}

@media only screen and (max-width: 575px) {
  /* SM BREAKPOINT */
  .body-section {
    padding-top: 4rem;
  }
  .body-section-content {
    padding-bottom: 4rem;
  }
}

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