/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Courier+Prime:wght@400;700&display=swap");

* {
  padding: 0;
  margin: 0;
}

:root {
  /* ========= COLOR SHADES ========= */
  --white: #fefdff;
  --black: #000000;
  --light-black: #070004;
  --light-sky-blue: #7bffcc;
  --gray: #c4c4c4;
  --dark-gray: #999999;
  --jordy-blue: #7ca3d6;
  --ligth-gray: #d8d8d8;
  --light-yellow: #fff173;
  --blue: #1154b0;
  /* FONT SIZES */
  --font-6xl: 230px;
  --font-5xl: 75px;
  --font-4xl: 64px;
  --font-3xl: 40px;
  --font-2xl: 37px;
  --font-xl: 35px;
  --font-lg: 32px;
  --font-md: 30px;
  --font-sm: 28px;
  --font-xs: 24px;
}

@media (max-width: 1399.98px) {
  :root {
    --font-5xl: 60px;
    --font-xs: 22px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --font-6xl: 184px;
    --font-5xl: 55px;
    --font-4xl: 54px;
    --font-xl: 30px;
    --font-lg: 26px;
    --font-xs: 20px;
  }
}

@media (max-width: 991.98px) {
  :root {
    --font-6xl: 164px;
    --font-5xl: 42px;
    --font-4xl: 42px;
    --font-2xl: 35px;
    --font-xl: 26px;
    --font-lg: 23px;
    --font-md: 26px;
    --font-xs: 17px;
  }
}

@media (max-width: 767.98px) {
  :root {
    --font-5xl: 31px;
    --font-2xl: 30px;
    --font-lg: 27px;
    --font-xs: 20px;
  }
}

@media (max-width: 575.98px) {
  :root {
    --font-6xl: 80px;
    --font-5xl: 30px;
    --font-4xl: 26px;
    --font-3xl: 26px;
    --font-2xl: 25px;
    --font-xl: 22px;
    --font-lg: 22px;
    --font-md: 22px;
    --font-sm: 22px;
    --font-xs: 16px;
  }
}

@media (max-width: 374.98px) {
  :root {
    --font-5xl: 24px;
    --font-2xl: 20px;
    --font-xl: 20px;
    --font-md: 19px;
  }
}

body,
html {
  overflow-x: hidden !important;
}

body {
  font-family: "Courier Prime";
  color: var(--black) !important;
  background-color: var(--white) !important;
}

body.modal-open {
  overflow-y: hidden !important;
  padding: 0 !important;
}

#privacypolicy .modal-body::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}

#privacypolicy .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#privacypolicy .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--black);
  outline: 1px solid slategrey;
  border-radius: 10px;
}

.cross_icon_hero_video {
  right: 40px;
  top: 20px;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.cross_icon_hero_video:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hero-video-modal.modal {
  overflow: hidden;
}

body.modal-open {
  overflow-y: hidden;
}

.ff_courier {
  font-family: "Courier Prime";
}

@font-face {
  font-family: NeueMachina-Ultrabold;
  src: url("../fonts/extrabold/NeueMachina-Ultrabold.ttf");
}

@font-face {
  font-family: NeueMachina-normal;
  src: url("../fonts/extrabold/NeueMachina-Regular.ttf");
}

@font-face {
  font-family: NeueMachina-light;
  src: url("../fonts/extrabold/NeueMachina-Light.ttf");
}

.ff-NeueMachina-Ultrabold {
  font-family: NeueMachina-Ultrabold !important;
}

.ff-NeueMachina-normal {
  font-family: NeueMachina-normal !important;
}

.ff-NeueMachina-light {
  font-family: NeueMachina-light !important;
}

/* ========= REUSABLE CLASSES ========= */
.cursor-pointer {
  cursor: pointer !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-extra-bold {
  font-weight: 800 !important;
}

/* ========= COLORS =================== */
.color-white {
  color: var(--white) !important;
}

.color-light-black {
  color: var(--light-black) !important;
}

.color-black {
  color: var(--black) !important;
}

.color-light-yellow {
  color: var(--light-yellow);
}

/* ========= BAVKGROUND COLORS ======== */
.bg-gray {
  background-color: var(--gray) !important;
}

.bg-sky {
  background-color: var(--light-sky-blue) !important;
}

.bg-dark-gray {
  background-color: var(--dark-gray) !important;
}

.bg-jordy-blue {
  background-color: var(--jordy-blue) !important;
}

.bg-light-gray {
  background-color: var(--ligth-gray) !important;
}

.bg-light-gray {
  background-color: var(--ligth-gray) !important;
}

.bg-blue {
  background-color: var(--blue) !important;
}

.bg-yellow {
  background-color: var(--light-yellow) !important;
}

/* ========= FONTS ======== */
.font-6xl {
  font-size: var(--font-6xl) !important;
}

.font-5xl {
  font-size: var(--font-5xl) !important;
}

.font-4xl {
  font-size: var(--font-4xl) !important;
}

.font-3xl {
  font-size: var(--font-3xl) !important;
}

.font-2xl {
  font-size: var(--font-2xl) !important;
}

.font-xl {
  font-size: var(--font-xl) !important;
}

.font-lg {
  font-size: var(--font-lg) !important;
}

.font-md {
  font-size: var(--font-md) !important;
}

.font-sm {
  font-size: var(--font-sm) !important;
}

.font-xs {
  font-size: var(--font-xs) !important;
}

.heading {
  font-size: var(--font-5xl);
  font-weight: 800;
}

.para {
  font-size: var(--font-xs);
  font-weight: 400;
}

.opacity_08 {
  opacity: 0.8;
}

.custom_line_height_23 {
  line-height: 23px;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background-image: url("../images/png/NFT_SCIENCEFICTION_BROADSIDE.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

.hero-content {
  min-height: 50vh;
}

.hero-video-modal .modal-content {
  right: 60%;
  border: none !important;
}

.hero-section-modal .modal-body {
  overflow: hidden;
}

.hero-section-modal .modal-dialog {
  background-color: rgba(0, 0, 0, 0.4);
}

.hero-section-modal .modal-content {
  background-color: transparent;
}

.hero_video_cross_icon {
  right: 45px;
  top: 2%;
}

.margin_left_minus {
  margin-left: -38px;
}

@media (max-width: 1440px) {
  .hero_video_cross_icon {
    right: 25px;
    top: 2%;
  }
}

.modal-fullscreen .modal-body .iframe_video {
  overflow: hidden !important;
}

/* ========== EMAIL SECTION ========== */
.email-section {
  background-image: url("../images/png/email-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.input-email {
  max-height: 94.97px;
  padding: 24px 24px 24px 33px;
}

.input-email::-webkit-input-placeholder {
  color: var(--light-black) !important;
}

.input-email::-moz-placeholder {
  color: var(--light-black) !important;
}

.input-email:-ms-input-placeholder {
  color: var(--light-black) !important;
}

.input-email::-ms-input-placeholder {
  color: var(--light-black) !important;
}

.input-email::placeholder {
  color: var(--light-black) !important;
}

.input-email:focus-visible {
  outline: unset !important;
}

.notify-btn {
  border: 5.24px solid var(--black);
  background-color: var(--light-sky-blue);
}

.notify-btn:hover,
.notify-btn:focus {
  -webkit-animation: hoverable 0.8s ease-in-out;
  animation: hoverable 0.8s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 2em var(--light-sky-blue);
  box-shadow: inset 0 0 0 2em var(--light-sky-blue);
}

@-webkit-keyframes hoverable {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 var(--jordy-blue);
    box-shadow: inset 0 0 0 0 var(--jordy-blue);
  }
}

@keyframes hoverable {
  0% {
    -webkit-box-shadow: inset 0 0 0 0 var(--jordy-blue);
    box-shadow: inset 0 0 0 0 var(--jordy-blue);
  }
}

/* ========== OTHER SECTIONS ========== */
.custom-line-height {
  line-height: 23px;
}

.xcopy-para {
  line-height: 28.8px;
}

.xcopy-para-2 {
  line-height: 38.4px;
}

.cco-para {
  line-height: 31.1px;
}

/*STORY TELLING CSS START*/
.mt_minus {
  margin-top: -3px;
}

.story_img {
  overflow: hidden;
}

.story_img img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.story_img:hover img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

/*THE TEAM CSS START*/
.lh_28 {
  line-height: 28px;
}

.lh_40 {
  line-height: 40px;
}

/*PARTNERS CSS START--------------*/
.partners_icon_parent {
  min-height: 200px;
}

/*FOOTER CSS START------------------*/
.footer_input_email {
  max-height: 85px !important;
}

.twitter-link .twitter_svg {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.twitter-link:hover .twitter_svg {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

/* PRELOADER */
#loading {
  position: fixed;
  width: 100%;
  min-height: 100vh;
  background: var(--jordy-blue);
  z-index: 100;
  overflow-x: hidden !important;
  z-index: 22;
}

.animate__delay-1_5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.loading-img {
  min-height: 100vh;
}

#loading img {
  max-width: 130px;
  -webkit-animation: loader-animation 2s ease infinite;
  animation: loader-animation 2s ease infinite;
}

.transition-03sEase {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes loader-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loader-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#cross-icon-privacypolicy.btn-close {
  margin: -0.5rem 1.5rem -0.5rem auto;
}

/* BACK TO TOP  */
#scroll {
  width: 55px;
  height: 55px;
  position: fixed;
  z-index: 21;
  right: 20px;
  top: 88%;
  cursor: pointer;
  -webkit-box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 3px 20px rgba(0, 0, 0, 0.09);
  text-indent: -9999px;
  display: none;
  background-color: var(--white);
  border-radius: 60px;
  border: 2px solid var(--black);
  background-image: url("../images/svg/up-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: moves 3s ease-in-out infinite;
  animation: moves 3s ease-in-out infinite;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll:hover {
  -webkit-box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 5px 20px rgba(0, 0, 0, 0.3);
}

@-webkit-keyframes moves {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes moves {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 1600px) {
  .hero-content {
    min-height: 45vh;
  }
}

@media (max-width: 1399.98px) {
  .hero-content {
    min-height: 50vh;
  }

  .xcopy-para-2 {
    line-height: 36.4px;
  }
}

@media (max-width: 1199.98px) {
  .hero-content {
    min-height: 40vh;
  }

  .xcopy-para-2 {
    line-height: 32.4px;
  }

  .cco-para {
    line-height: 29.1px;
  }

  .input-email {
    min-height: 87.47px;
    max-height: 87.47px;
  }

  .footer_input_email {
    max-height: 78px !important;
    min-height: 0px !important;
  }

  .hero-video-modal .modal-content {
    right: 40%;
  }
}

@media (max-width: 991.98px) {
  #cross-icon-privacypolicy.btn-close {
    margin: -0.5rem 0rem -0.5rem auto;
  }

  .notify-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .input-email {
    min-height: 89.47px;
    max-height: 89.47px;
  }

  .hero-video-modal .modal-content {
    right: 0 !important;
  }

  .hero-content {
    min-height: unset;
  }
}

@media (min-width: 991.98px) {
  .custom-line-height_70 {
    line-height: 70px;
  }
}

@media (max-width: 767.98px) {
  .team_img {
    max-width: 300px;
    margin: auto;
  }

  .partners_icon_parent {
    min-height: 0px;
  }

  .partners_icon {
    height: 130px;
  }

  .twitter_svg {
    width: 50px;
    height: 40px;
  }

  .input-email {
    min-height: unset;
    max-height: unset;
    padding: 16px 24px 16px 33px;
  }

  .hero-section {
    min-height: 86vh;
  }
}

@media (max-width: 575.98px) {
  .video-icon {
    max-width: 66px;
  }

  .notify-btn {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .input-email {
    padding-left: 24px;
  }

  .xcopy-para {
    line-height: 23.8px;
  }

  .xcopy-para-2 {
    line-height: 26.4px;
  }

  #scroll {
    width: 45px;
    height: 45px;
    top: 92%;
  }

  #loading img {
    max-width: 80px;
  }

  #mc_embed_signup form {
    margin: 0px !important;
  }

  .hero-section {
    min-height: 80vh;
  }
}

@media (max-width: 375px) {
  .hero-section {
    min-height: 70vh;
  }
}

/*EMAIL-CSS-START---------*/
:focus-visible {
  outline: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: none !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  background-color: transparent !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: var(--black) !important;
}

#mc_embed_signup .mc-field-group input {
  border-radius: 0px;
  padding: 15px 20px 15px 20px !important;
  font-size: var(--font-xl) !important;
  font-weight: normal;
  border: 0;
  width: 100% !important;
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  color: var(--light-black) !important;
}

#mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
  color: var(--light-black) !important;
  font-family: NeueMachina-normal !important;
}

#mc_embed_signup .mc-field-group input::-moz-placeholder {
  color: var(--light-black) !important;
  font-family: NeueMachina-normal !important;
}

#mc_embed_signup .mc-field-group input:-ms-input-placeholder {
  color: var(--light-black) !important;
  font-family: NeueMachina-normal !important;
}

#mc_embed_signup .mc-field-group input::-ms-input-placeholder {
  color: var(--light-black) !important;
  font-family: NeueMachina-normal !important;
}

#mc_embed_signup .mc-field-group input::placeholder {
  color: var(--light-black) !important;
  font-family: NeueMachina-normal !important;
}

#mc_embed_signup .notify-btn {
  color: var(--light-black) !important;
  font-size: var(--font-xl) !important;
  font-family: NeueMachina-Ultrabold !important;
  font-weight: 800 !important;
  border-radius: 0 !important;
  margin: 0px !important;
}

#mc_embed_signup #mce-success-response {
  font-size: 20px;
  color: var(--black) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

#mc_embed_signup div#mce-responses {
  padding: 0 !important;
  margin: 0 !important;
}

#mc_embed_signup div.response {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 20px;
  color: var(--black) !important;
  width: 100% !important;
}

#mc-embedded-subscribe {
  display: inline-block !important;
}

#mc_embed_signup .mc-field-group {
  width: 100% !important;
}

body.opne-privacy-policy-modal {
  overflow: auto !important;
}

/* TWITTER AND PREMINT CSS START*/
.twitter_bg {
  background-image: url("../images/png/Mask\ Group\ 1.png");
  background-repeat: no-repeat;
  height: 230px;
  background-size: cover;
}

.premint_bg {
  background-image: url("../images/png/storytellingnfts\ copy.png");
  background-repeat: no-repeat;
  height: 230px;
  background-size: cover;
}

@media (max-width: 991.98px) {
  .twitter_bg {
    height: 180px;
  }

  .premint_bg {
    height: 180px;
  }
}

@media (max-width: 575.98px) {
  .twitter_bg {
    height: 120px;
  }

  .premint_bg {
    height: 120px;
  }

  #mc_embed_signup .mc-field-group input {
    padding: 15px 5px !important;
  }
}

.hover-footer-links:hover {
  color: #fff173;
  opacity: 0.8;
}

/* NAV CLASSES */

.py-6 {
  padding-top: 1.5rem; /* 24px */
  padding-bottom: 1.5rem; /* 24px */
}

.px-3 {
  padding-left: 0.75rem!important; /* 12px */
  padding-right: 0.75rem!important; /* 12px */
}

.p-3 {
  padding: 0.75rem; /* 12px */
}

.p-1 {
  padding: 0.25rem;
}

.border-white-bottom-4 {
  border-bottom: 4px solid white;
}

.justify-center {
  justify-content: center;
}

.border-yellow-bot-2 {
  border-bottom: 2px solid #fde047;
}

.text-yellow-300 {
  color: #fde047;
}

.nav-gap-4 {
  gap: 1rem;
}

.w-24 {
  width: 6rem;
}

:hover.hover-yellow-bg {
  background-color: #fde047;

}

:hover.hover-black-text {
  color: black!important;
}

.flex {
  display: flex;
}

.hidden {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  color: white;
}

.no-underline {
  text-decoration-line: none;
}

.text-2xl {
  font-size: 1.5rem; /* 24px */
  line-height: 2rem; /* 32px */
}

.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.block {
  display: block;
}

.w-full {
  width: 100%;
}

.nav-text {
text-underline-offset: 2px;
tab-size: 4px;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-ml-20 {
    margin-left: 5rem; /* 80px */
  }

  .md-flex-row {
    flex-direction: row;
  }

  .md-gap-12 {
    gap: 3rem !important; /* 48px */
  }

  .md-pt-2 {
    padding-top: 0.5rem; /* 8px */
  }

  .md-text-4xl {
    font-size: 2.25rem; /* 36px */
    line-height: 2.5rem; /* 40px */
  }

  .md-hidden {
    display: none;
  }
}
