html, body {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  padding: 0;
  margin: 0;
  width: 100vw;
  min-height: 100vh;
  font-optical-sizing: auto;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.75);
  background: #ffffff;
  scroll-behavior: smooth;
}

/* NAVIGATION */

.navbar {
  width: 100vw;
  flex-direction: column;
  z-index: 10;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-collapse {
  height: 80px;
  margin: 0 20px;
}

.nav-logo {
  height: 50px;
  margin-left: 20px;
}

.navbar-brand {
  font-size: 1.8rem !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 20px;
}

.navbar-brand, .brand-title {
  font-family: "Orbitron", sans-serif;
}


.nav-item a {
  font-family: "Bebas Neue", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  color: rgba(255,255,255,1) !important;
  font-weight: 400;
}

.nav-item a:hover, .nav-item.active a {
  color: rgba(255, 0, 79, 1) !important;
}

.nav-item.active.contact-active a {
  color: rgba(0, 0, 0, 1) !important;
}


/* NAVIGATION SCROLLED */
.nav-scrolled {
  background: rgba(255, 255, 255, 0.0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  position: relative;
  z-index: 1;
}

.nav-scrolled .navbar.active-color .nav-item a {
  color: rgba(255, 255, 255, 1) !important;
}

.nav-scrolled .nav-item a:hover, .nav-scrolled .nav-item a.active {
    color: rgba(255, 0, 79, 1) !important;
}


/* MOBILE NAV */

button.navbar-toggler {
  border: none;
  margin: 10px 20px;
}

.navbar.active-color {
  background: rgba(0, 0, 0, 1) !important;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  height: 100vh;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-toggler .line {
  width: 40px;
  height: 2px;
  background: #ffffff;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-scrolled .navbar-toggler .line {
  background: #ffffff;
}

.nav-scrolled .nav-logo {
  filter: hue-rotate(195deg);
}

.navbar-toggler:hover {
  cursor: pointer;
}

.navbar-toggler.is-active .line:nth-child(2) {
  opacity: 0;
}

.navbar-toggler.is-active .line:nth-child(1) {
  background: #ffffff;
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  -o-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.navbar-toggler.is-active .line:nth-child(3) {
  background: #ffffff;
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  -o-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

@media screen and (max-width: 992px) {
  .nav-item a {
    font-size: 1.8rem;
    color: rgba(255,255,255,1) !important;
    margin: 32px 0 !important;
  }

  .nav-item a:hover, .nav-item a.active {
    color: rgba(255, 0, 79, 1) !important;
  }

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

  .navbar-nav li {
    margin-right: 0 !important;
  }

  .navbar-container {
    position: relative;
    height: 66px;
  }

  .navbar-container .d-flex:nth-child(2) {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .navbar-brand {
    display: block;
  }
}


/* PAGES */

.rellax-wrap {
  background: #000000;
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  z-index: 0;
}

.rellax-wrap .rellax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero {
  min-height: 100vh;
  position: relative;
}

#pulsar-info {
  background: #873dfe;
  background: linear-gradient(to top right, #873dfe,#a736e3,#cb34b0,#e53b87,#f94966,#ff6553,#ff724e,#ff774c,#ff8143);
}

#fakeit-info {
  background: #00d9ff;
  background: linear-gradient(135deg, rgba(0, 217, 255, 1) 0%, rgba(9, 9, 121, 1) 49%, rgba(60, 0, 255, 1) 100%);
}

#contact-info{
  background: #FF004F;
  background: linear-gradient(45deg,rgba(255, 0, 79, 1) 0%, rgba(255, 0, 140, 1) 100%);
}

.mask {
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.hero-chevron span {
    font-size: 32px;
    color: rgba(255,255,255,0.8);
    line-height: 32px;
    transform: translateY(-40px) rotate(-90deg);
    animation: chevronFadeSlide 1s ease forwards;
}

.hero-chevron .chevron-up {
    transform: rotate(90deg);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: translateY(-40px) rotate(90deg);
    animation: chevronUpFadeSlide 1s ease forwards;
}

.hero-chevron span:hover {
    color: rgba(255,255,255,1);
}

.product-hero-image {
    max-height: 300px !important;
    width: auto;
}

.product-info {
   background: #161616;
   position: relative;
}

.product-info-image {
  max-height: 500px;
}

.btn-outline-light:hover {
  color: rgba(0,0,0,1) !important;
  background: #ffffff !important;
}

/* Chevron animation */
@keyframes chevronFadeSlide {
  0% {
    opacity: 0;
    transform: translateY(-40px) rotate(-90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(-90deg);
  }
}

@keyframes chevronUpFadeSlide {
  0% {
    opacity: 0;
    transform: translateY(40px) rotate(90deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(90deg);
  }
}


/* FORM */

.contact-info {
  position: relative;
}

.contact-form-container {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
  position: relative;
  overflow: hidden;
}

.contact-form-success {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  text-align: center;
}

.contact-form-success.is-visible {
  visibility: visible;
  opacity: 1;
}

.contact-form-container.is-hidden form,
.contact-form-container.is-hidden .form-title {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.contact-form input, .contact-form textarea {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: rgba(0,0,0,0.5);
  background-color: transparent;
  border-radius: 0px;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  box-sizing: border-box;
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding: 14px 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: rgba(0,0,0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input:focus, .contact-form textarea:focus {
  color: rgba(0,0,0,0.5);
  background: transparent;
  border-bottom: 1px solid rgba(0,0,0,0.5);
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form input:focus::placeholder, .contact-form textarea:focus::placeholder {
  color: rgba(0,0,0,0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-form button, .contact-form-success button {
  color: #FF004F;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  background: none;
  border: 1px solid #FF004F;
  padding: 10px 32px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

.contact-form button:hover, .contact-form-success button:hover {
  color: rgba(255, 255, 255, 0.9);
  background: #FF004F;
  border: 1px solid #FF004F;
  box-shadow: none;
}

.grecaptcha-badge {
  display: none !important;
}

/* FOOTER */

.footer {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 100;
  color: rgba(255,255,255,0.7);
  background: rgba(45, 45, 45, 1);
}

.footer-image {
  height: 40px;
  opacity: 0.8;
}

.footer p, .footer span {
  color: rgba(255,255,255,0.7);
}

/* TABLET */

@media only screen and (min-width: 800px) and (max-width: 992px) and (orientation: landscape) {
  .navbar-toggler {
    display: block;
  }

  .nav-item.active.contact-active a {
   color: rgba(255, 0, 79, 1) !important;
  }

  .product-info {
    text-align: center !important;
  }
}


/* MOBILE */

@media only screen and (min-width: 1px) and (max-width: 799px) {
  .nav-logo {
    height: 30px;
  }

  .nav-item.active.contact-active a {
   color: rgba(255, 0, 79, 1) !important;
 }

  .navbar-brand {
    font-size: 1rem !important;
  }

  .product-hero-image {
      max-height: 200px !important;
      width: auto !important;
  }

  .product-info {
    text-align: center !important;
  }

  .product-info .container {
    padding-bottom: 32px !important;
  }

  .contact-form input, .contact-form textarea {
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
    padding: 10px 10px;
  }
}
