body {
  font-family: "Inter", sans-serif;
  background-color: #0e0e11;
  color: #c8dbe3; }

h2, h3 {
  font-family: "Space Grotesk", sans-serif;
  text-transform: uppercase; }

h2 {
  color: #00ff00;
  font-size: 0.9em; }

h3 {
  color: #f3c40e;
  font-size: 2.5em;
  font-weight: 900; }

h4 {
  color: #f3c40e;
  font-family: "Silkscreen", system-ui; }

a {
  color: #fff;
  text-decoration: none; }

.text-hide {
  font: 0 / 0 a !important;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-pixel-font {
  font-family: "Silkscreen", system-ui; }

.text-accent {
  color: #f3c40e; }

.text-income {
  color: #00ff00; }

.navbar {
  background-color: #131416; }

.top-logo {
  background: url(../images/sh.png) center center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px; }

a.nav-link, a.btn {
  color: #f3c40e;
  font-family: "Silkscreen", system-ui; }

a.btn {
  color: #f3c40e; }

a.btn:hover {
  color: #131416; }

.btn-neon {
  border: 2px solid #f3c40e;
  color: #f3c40e;
  transition: 0.2s; }
  .btn-neon:hover {
    background-color: #f3c40e;
    color: #000;
    box-shadow: 0 0 15px #f3c40e; }

#navbarNav {
  background-color: #131416;
  padding-top: 1em;
  padding-bottom: 1em; }
  @media (min-width: 992px) {
    #navbarNav {
      padding-top: 0;
      padding-bottom: 0; } }

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  position: relative;
  width: 24px;
  height: 24px; }
  .navbar-toggler .burger-strip {
    width: 100%;
    height: 2px;
    background: #a1becb;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    transition: all 0.2s ease-in-out; }
  .navbar-toggler .burger-strip-1 {
    top: 2px; }
  .navbar-toggler .burger-strip-2 {
    top: calc(50% - 1px);
    opacity: 1; }
  .navbar-toggler .burger-strip-3 {
    top: auto;
    bottom: 2px; }
  .navbar-toggler[aria-expanded="true"] .burger-strip-1 {
    top: calc(50% - 1px);
    transform: rotate(225deg); }
  .navbar-toggler[aria-expanded="true"] .burger-strip-2 {
    top: calc(50% - 1px);
    transform: rotate(135deg);
    opacity: 0; }
  .navbar-toggler[aria-expanded="true"] .burger-strip-3 {
    top: calc(50% - 1px);
    bottom: auto;
    transform: rotate(135deg); }

.navbar-fixed-top {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%; }

#hero {
  position: relative;
  overflow: hidden;
  min-height: 95vh;
  display: flex;
  align-items: center; }
  #hero .hero-bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    opacity: 0.4;
    pointer-events: none; }
  #hero .hero-content {
    position: relative;
    z-index: 1; }
  #hero .hero-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, transparent, #0e0e11);
    z-index: -1; }
  #hero .btn-neon {
    border: 2px solid #f3c40e;
    color: #f3c40e;
    transition: 0.2s; }
    #hero .btn-neon:hover {
      background-color: #f3c40e;
      color: #000;
      box-shadow: 0 0 15px #f3c40e; }
  #hero .main-logo {
    margin-top: 80px;
    background: url(../images/main_logo.png) center center no-repeat;
    background-size: contain;
    min-height: 100px; }
    @media (min-width: 576px) {
      #hero .main-logo {
        min-height: 200px; } }
  #hero a.btn-wishlist {
    background-color: #f3c40e;
    color: #131416;
    border: 2px solid transparent; }
    #hero a.btn-wishlist:hover {
      background-color: transparent;
      color: #fff;
      border: 2px solid #f3c40e; }
  #hero button.btn-trailer {
    color: #00ff00;
    border: 1px solid #00ff00;
    background: #131416; }
    #hero button.btn-trailer:hover {
      background: #00ff00;
      color: #131416; }
  #hero .descend-line {
    width: 1px;
    height: 40px;
    background: #00ff00;
    opacity: 0.5;
    margin: auto; }

#about {
  background: #0e0e11; }
  #about .card-subject {
    background: #131416;
    border-left: 3px solid #f3c40e;
    padding: 1.5em;
    max-width: 300px; }
  #about .p1 {
    color: #f3c40e;
    font-size: 0.6em;
    margin-bottom: 0.2em; }
  #about .p2 {
    font-size: 1.5em;
    font-family: "Silkscreen", system-ui; }
  #about .p3 {
    font-size: 0.6em;
    margin-bottom: 0.2em; }
  #about .p4 {
    font-size: 0.6em;
    color: #00ff00;
    margin-bottom: 0.2em; }

#systems {
  background: url(../images/clouds.png) center center no-repeat;
  background-size: cover; }

#wishlist a.btn-wishlist {
  background-color: #f3c40e;
  color: #131416; }
  #wishlist a.btn-wishlist:hover {
    background-color: transparent;
    color: #fff; }

#parallax-ship {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  transform: translateY(-100%);
  will-change: transform;
  z-index: 100;
  display: block;
  pointer-events: none; }
  #parallax-ship .ship-image {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 50%;
    height: 50%;
    background: url(/assets/images/spaceship.png) center center no-repeat;
    background-size: contain; }

.floating-popup {
  position: fixed;
  color: #00ff00;
  font-family: "Silkscreen", system-ui, monospace;
  font-size: 24px;
  text-shadow: 2px 2px 0 #000;
  pointer-events: none;
  z-index: 10000;
  animation: floatUpAndFade 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards; }

@keyframes floatUpAndFade {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.5); }
  15% {
    opacity: 1;
    transform: translateY(-30px) scale(1.2); }
  100% {
    opacity: 0;
    transform: translateY(-120px) scale(1); } }
.thruster-container {
  position: absolute;
  top: 50%;
  left: -10%;
  width: 10px;
  height: 20px;
  pointer-events: none; }

.particle {
  position: absolute;
  width: 3px;
  height: 3px;
  background: cyan;
  border-radius: 1px;
  animation: exhaust 0.6s linear infinite; }

@keyframes exhaust {
  0% {
    transform: translateX(0);
    opacity: 1; }
  100% {
    transform: translateX(-25px);
    opacity: 0; } }

/*# sourceMappingURL=style.css.map */
