@charset "utf-8";

:root {
  --primary: #00a0ff;
  --secondary: #002040;
  --sectionbg: #222222;
}
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;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1em;
}
h5 {
  margin-bottom: 1rem;
  line-height: 1.5rem;
}
h3 {
  margin-bottom: 0;
}
p {
  font-family: body-text;
  font-weight: 200;
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
}
a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: bolder;
}
a:hover {
  color: white;
}
strong {
  font-family: headline;
}
.no-gutter {
  padding-left: 0;
  padding-right: 0;
}
span {
  color: var(--primary);
}

/* CALL TO ACTION */

.CTA {
  background-color: var(--primary);
  color: white;
  border-radius: 0.5rem;
  border: 0px 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;
  transition: all 0.25s ease-in-out;
}
.CTA:hover {
  background-color: var(--secondary);
  display: inline-block;
}
.CTA.big {
  transform: scale(1.25);
  margin-bottom: 1rem;
}

/* 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;
  opacity: 0.35;
}

/* SIGN-UP HEADER */

.signup-header {
  width: 100%;
  min-height: 100svh;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: black;
  overflow: hidden !important;
}
.signup-header.mobilized {
  min-height: 0;
}
.signup-header::before {
  content: "";
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.25;
}
.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%;
  margin-bottom: 2rem;
}
.signup-header .small-logo {
  max-width: 100%;
  max-height: 1.75rem;
  margin-bottom: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  display: inline-flexbox;
}
.signup-header .details span {
  color: var(--primary);
}
.signup-header .details h1 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  margin-bottom: .5rem;
}
.signup-header .signup h5 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}
.signup-header .details p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.signup-header .signup {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  padding: 2rem 2rem 0;
  border-radius: 0.5rem;
}
.signup-header h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 0.75rem;
}
.signup-header p {
  font-size: 0.9rem;
  line-height: 0.8rem;
  margin-bottom: 1rem;
}
.signup-header form {
  margin-bottom: 1rem;
}
.signup-header .input-group {
  margin-bottom: 0.75rem;
}
.signup-header .form-check {
  margin-bottom: 0.75rem;
}
.signup-header .form-check-label {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.form-check-input {
  margin-top:5px;
}
.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 .poweredby {
  max-height: 2.5rem;
  margin-top: 0.5rem;
}
.head-down {
  position: absolute;
  width: 100%;
  bottom: 2rem;
  text-align: center;
  color: white;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.head-down:hover {
  opacity: 1;
}
.head-down h6 {
  font-size: 0.55rem;
  font-weight: lighter;
  margin-bottom: -0.25rem;
  line-height: 0.55rem;
}
.head-down a {
  text-decoration: none;
  color: white;
}

/* BODY SECTION */

.body-section {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  padding-top: 12rem;
  background: none;
  z-index: 2;
}
.body-section.bottom-section {
  padding-bottom: 2rem;
}
.body-section.bottom-section .header-pre-logo {
  max-width: 100%;
  max-height: 2rem;
  margin-bottom: 2rem;
}
.body-section.bottom-section .header-logo {
  max-width: 100%;
  max-height: 6rem;
  margin-bottom: 2rem;
}
.body-section-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
  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;
}
.body-section p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.detail-image {
  width: 100%;
  border-radius: .5rem;
}

.rotated {
  transform: rotate(5deg);
}

.section-logo {
  width: 100%;
  max-width: 24rem;
}
.body-section h5 {
  text-transform: none;
  margin-bottom: 0;
}



/* NFT DETAILS */

.nft-container {
  padding-top: 12rem;
  padding-bottom: 12rem;
  z-index: 1;
}
.nft-container .body-section-content {
  padding-bottom: 0;
}
.cybers .body-section-content {
  padding-top: 0 !important;
  padding-bottom: 12rem;
}
.nft-details h2 {
  margin-top: 1.5rem;
  margin-bottom: 0;
  color: var(--primary);
}
.nft-details span {
  font-size: 1rem;
  color: var(--primary);
}
.nft-details p {
  line-height: 1.5rem;
}
.image-paragraph .inset-row img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}
.image-paragraph .inset-row h6 {
  margin-bottom: 1rem;
}
.card-column {
  padding: 2rem;
}

.flipcard {
  transform-style: preserve-3d;
  transform: perspective(100rem);
  z-index: 99;
  position: relative;
}
.flipcard:hover {
  z-index: 999;
}
.flipcard img {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.flipcard .card-container {
  transition: 0.5s;
  transform-style: preserve-3d;
  position: relative;
}
.flipcard .card-front {
  transform-style: preserve-3d;
  transform: rotateY(0deg);
  backface-visibility: hidden;
  border-radius: 0.5rem;
}
.flipcard .front-background {
  pointer-events: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

/* TEXT BANNER */

.text-banner {
  background-color: var(--primary);
  padding-top: 4rem;
  padding-bottom: 0;
}
.text-banner .body-section-content {
  padding-top: 0;
  padding-bottom: 4rem;
}
.text-banner a {
  color: white;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}
.text-banner a:hover {
  color: var(--secondary);
}
.text-banner .CTA {
  background-color: white;
  border-radius: 0.5rem;
  padding: 0.775rem 1.5rem 0.6rem;
  font-family: headline;
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--primary);
  transition: all 0.25s ease-in-out;
}
.text-banner .CTA:hover {
  background-color: var(--secondary);
  color: var(--primary);
  text-decoration: none;
}

/* MOBILE STACKER */

.stacker-icon {
  padding-left: 3rem;
  padding-right: 3rem;
}
.stacker-icon .image-container {
  height: 12rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  align-items: center;
  justify-content: center;
  display: flex;
}
.stacker-icon img {
  max-width: 100%;
  max-height: 12rem;
  padding: 1rem;
}
.stacker-section .stacker-icon {
  padding-left: 1rem;
  padding-right: 1rem;
}
.stacker-section .stacker-icon img {
  padding: 0;
  max-height: none;
}

/* CAROUSEL */

.carousel {
  overflow: hidden !important;
  background-color: black;
  z-index: 2;
}
.carousel .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;
}
.carousel .carousel-item::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: 0;
}
.carousel .carousel-slide-content {
  padding-top: 4rem;
  padding-bottom: 4rem;
  min-height: 100vh !important;
  color: white;
  position: relative;
  z-index: 2;
}
.carousel .carousel-logo {
  max-width: 100%;
  max-height: 3rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}
.carousel .carousel-indicators {
  z-index: 3;
}
.carousel .carousel-indicators [data-bs-target] {
  background-color: var(--primary);
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  color: var(--primary) !important;
  z-index: 3;
}

/* IMAGE PARAGRAPH */

.image-paragraph img {
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-radius: 0.5rem;
}

/* DARK PARAGRAPH */

.dark-container {
  background-color: rgba(0, 0, 0, 0.9);
  padding: 3rem 3rem 3.5rem;
  border-radius: 0.5rem;
}
.dark-container img {
  max-width: 100%;
  max-height: 8rem;
  margin-bottom: 2rem;
}

.stacker-section {
  padding-top: 0;
  padding-bottom: 12rem;
}
.stacked-lg-section {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.stacked-lg-section span {
  color: var(--primary);
}

/* BACKLESS BOX */

.backless-box {
  padding-top: 8rem;
  background: none;
}
.backless-box .body-section-content {
  padding-bottom: 8rem;
}

/* LOGO ARRAY */

.logo-array {
  padding-top: 6rem;
  padding-bottom: 0;
}
.logo-array .body-section-content {
  padding-top: 0;
  padding-bottom: 6rem;
}
.logo-array h1 {
  margin-bottom: 2rem;
}
.logo-array img {
  width: 100%;
  margin: 1rem 0;
  border-radius: 0.5rem;
}

.small-bullets p {
  font-size: 1rem;
  margin-bottom: 0;
}
.padded-columns {
  padding-left: 2rem;
  padding-right: 2rem;
}

/* FOOTER */

.footer {
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
  display: flex;
  background-color: #000000;
  z-index: 2;
}
.footer-content {
  width: 100%;
  height: 100%;
  color: white;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.footer p {
  margin-bottom: 0;
  opacity: .25;
  font-size: .8rem;
}

/* MODALS */

.modal {
  backdrop-filter: blur(5px);
  translate: 0 0 3rem;
}
.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 */

#carousel-slide-1::before {
  background-image: url("https://via.placeholder.com/2560x1200");
  background-position: center center;
  opacity: 0.33;
}
#carousel-slide-1 .video-bg {
  opacity: 0;
}
#carousel-slide-2::before {
  background-image: url("https://via.placeholder.com/1920x1080");
  background-position: center center;
  opacity: 0.33;
}
#carousel-slide-2 .video-bg {
  opacity: 0;
}
#carousel-slide-3::before {
  background-image: url("https://via.placeholder.com/1920x1080");
  background-position: center center;
  opacity: 1;
}
#carousel-slide-3 .video-bg {
  opacity: 0;
}
#paragraph-1::before {
  background-image: url("../img/movieset-bg.jpg");
  background-position: center center;
  opacity: 1;
  background-attachment: fixed;
}
#paragraph-1 .video-bg {
  opacity: 0;
}
#paragraph-2::before {
  background-image: url("https://via.placeholder.com/1920x1080");
  background-position: center center;
  opacity: 0.33;
  background-attachment: fixed;
}
#paragraph-2 .video-bg {
  opacity: 0;
}

.faded-text {
  font-size: .9rem!important;
  margin-bottom: 0;
}
.footer .main-logo {
  max-width: 100%;
  margin-bottom: 2rem;
}
.footer .secondary-logo {
  max-width: 7rem;
  display: inline-flexbox;
  margin-left: 1rem;
  margin-right: 1rem;
}
.mobile-album {
 max-width: 75%;
 float: right;
 margin-bottom: 1rem;
}
.mobile-head video {
  opacity: .25;
}
.blank-box {
  height: 8rem;
}

/* 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 */
  .signup-header .header-content {
    padding-bottom: 2rem;
  }
  .signup-header .details {
    text-align: center !important;
    padding-top: 2rem;
  }
  .signup-header .signup {
    background: none;
    padding-bottom: 2rem;
  }
  .signup-header .head-down {
    display: none;
  }
  .body-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }
  .body-section-content {
    padding-bottom: 6rem;
  }
  .nft-container {
    padding-bottom: 6rem;
  }
  .nft-details {
    text-align: center !important;
  }
  .card-column {
    padding: 1rem;
  }
  .text-banner {
    padding-top: 4rem;
  }
  .carousel-slide-content {
    min-height: inherit !important;
  }
  #paragraph-1::before,
  #paragraph-2::before {
    background-attachment: initial;
  }
  .backless-box {
    padding-top: 6rem;
  }
  .backless-box .body-section-content {
    padding-bottom: 6rem;
  }
  .body-section p {
    font-size: 1rem;
  } 
}

@media only screen and (max-width: 575px) {
  /* SM BREAKPOINT */
  .body-section {
    padding-top: 2rem;
  }
  .body-section-content {
    padding-bottom: 4rem;
  }
  .backless-box {
    padding-top: 4rem;
  }
  .backless-box .body-section-content {
    padding-bottom: 4rem;
  }
  .signup-header .details h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-bottom: .5rem;
  }
  .signup-header .signup {
    padding: 0;
  }
  .signup-header .signup h5 {
    font-size: 1.15rem;
  }
  .signup-header h4 {
    font-size: 1rem;
    line-height: 1.8rem;
    margin-bottom: 0;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 400px) {
  /* TINY BREAKPOINT */
  .signup-header .signup .time-container h3 {
    font-size: 3.25rem;
  }
  .signup-header .signup .time-container p {
    font-size: 0.6rem !important;
  }
}
