@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

a {
  text-decoration: none;
}

body {
  margin: 0;
  font-family: "Inter", Helvetica;
  background-color: #17182f;
}

#tsparticles {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.navbar {
  background: linear-gradient(180deg, rgb(20, 9, 33) 0%, rgba(0.06, 0.06, 0.06, 0.01) 100%);
  position: fixed;
  top: 0;
  width: 100%;
  height: 144px;
  z-index: 1000;
  padding-left: 90px;
  padding-right: 90px;
}

.btn-social {
  font-size: 24px; /* Adjust size as needed */
  font-weight: bold;
  background: linear-gradient(
    145deg,
    #f0f0f0 0%,    /* Bright silver */
    #dcdcdc 30%,   /* Light silver */
    #b8b8b8 60%,   /* Medium silver */
    #a0a0a0 100%   /* Darker silver */
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block; /* Ensure the effect only applies to text */
}

@media (max-width: 991.98px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
    height: unset;
  }
}

.navbar-brand {
  margin-right: 15px;
  width: 200px;
}

@media (max-width: 768px) {
  .responsive-logo {
    width: 75%;
  }
}

.navbar-nav {
  margin: auto;
  background-color: #ffffff05;
  border: 1px solid #746ae42e;
  border-radius: 10px;
  padding: 16px 32px;
  gap: 32px;
}

.navbar-light .navbar-nav .nav-link {
  /*padding: 0.7rem 1rem;*/
  font-family: "Inter", Helvetica;
  font-weight: 400;
  color: #ddd7ff;
  font-size: 14px;
  letter-spacing: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-light .navbar-toggler {
  outline: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: none;
  outline: none;
}

.navbar-light .navbar-toggler:focus {
  outline: none;
}

.navbar-light .navbar-toggler-icon i {
  color: #fff;
}

.btn-hello {
  border: 1px solid #6429f7;
  color: #ddd7ff;
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 5px;
  gap: 10px; /* ?? */
  font-size: 0.75rem;
  font-weight: 600;
}

.btn-hello:hover {
  background-color: transparent;
  border: 1px solid #6429f7;
  color: #ddd7ff;
}

.btn-work-with-us {
  margin-left: 15px;
  border: 1px solid #6C40EB;
  color: #ddd7ff;
  padding: 12px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 5px;
  background: linear-gradient(180deg, rgb(101.81999757885933, 48.000000938773155, 255) 0%, rgb(88.64055678248405, 0, 201.45581156015396) 100%);
  position: relative;
  overflow: hidden;
  font-size: 0.75rem;
  font-weight: 600;
}

.btn-work-with-us:hover {
  background-color: #773EEE;
  color: #ddd7ff;
}

.btn-work-with-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
  z-index: 1;
}

.btn-work-with-us:hover::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.supercharge {
  /*text-shadow: 0px 0px 9px #3b44917a;*/
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 600;
  color: transparent;
  font-size: 58px;
  letter-spacing: 0;
  line-height: 65px;
  margin: 20px 0;
}

.our-team {
  height: unset !important;
}

.we-re-a {
  text-shadow: 0px 0px 9px #3b44917a;
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 400;
  color: transparent;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 30px;
}

@media (max-width: 575.98px) {
  .we-re-a {
    text-align: center;
  }
}

.card-frame {
  border-radius: 16px;
  border: 1px solid #472f8b;
  box-shadow: 0px 1px 20px #00000040;
  backdrop-filter: blur(4px) brightness(100%);
  -webkit-backdrop-filter: blur(4px) brightness(100%);
  background: linear-gradient(180deg, rgba(32.56, 26.19, 58.03, 0.7) 0%, rgba(56.21, 45.71, 98.19, 0) 100%);
}

.card-seasoned {
  margin: 40px 10px;
  align-self: flex-end;
  border-radius: 5px;
}

@media (min-width: 1260px) {
  .card-frame:not(.team-carousel):not(.semi-incubated):not(.full-incubated) {
    width: 283px;
  }
  .card-for-team {
    margin: 0 -51px;
  }
}

@media (max-width: 1259.98px) {
  .card-frame:not(.team-carousel):not(.semi-incubated):not(.full-incubated) {
    width: 35%;
  }
}

@media (max-width: 767.98px) {
  .teamname {
    font-size: 24px !important;
  }
  .teamdesc {
    font-size: 10px !important;
  }
}

@media (max-width: 499.98px) {
  .teamname {
    font-size: 20px !important;
  }
  .teamdesc {
    font-size: 9px !important;
  }
}

@media (max-width: 425px) {
  .card-frame:not(.team-carousel):not(.semi-incubated):not(.full-incubated) {
    /*width: 77.5%;*/
    width: 100%;
    /*margin-bottom: 50px !important;*/
    margin-bottom: 16px !important;
  }
  .teamname {
    font-size: 28px !important;
  }
  .teamdesc {
    font-size: 12px !important;
  }
}

.container-for-cards {
  margin: 0 55px;
}

@media (max-width: 425px) {
  .container-for-cards {
    margin: 0 15px;
  }
}


.what-we-do-text {
  background: linear-gradient(180deg, rgb(248.07, 246.94, 255) 0%, rgb(156.6, 140.59, 255) 100%);
  -webkit-background-clip: text !important;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 400;
  color: transparent;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0;
  line-height: 24px;
}

.card-seasoned:hover {
  cursor: pointer;
}

.card.active .card-seasoned {
  height: 100%;
}

.card.active .image-content {
  display: none;
}

.container-fluid {
  padding: 0;
}

.carousel-card {
  border-radius: 5px;
  border: 1px solid;
  border-color: #472f8b;;
  box-shadow: inset 0px 0px 74px #ffffff2b;
  background: linear-gradient(180deg, rgba(255, 0, 250.75000405311584, 0.11999999731779099) 0%, rgba(88.64055678248405, 0, 201.45581156015396, 0.11999999731779099) 100%);
  background-color: transparent;
  height: 217px;
}

.responsive-area {
  min-height: 100vh;
  height: 1000px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.coloured-text {
  text-shadow: 0px 0px 9px #3b44917a;
  font-weight: 400;
  color: #858bad;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.7px;
}

.coloured-link {
  text-shadow: 0px 0px 9px #3b44917a;
  font-weight: 400;
  color: #858bad;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17.7px;
}

.coloured-text:hover {
  text-decoration: none;
  color: white;
}

.carousel-img {
  position: relative;
  margin: auto;
  top: 10px;
  width: 120px !important;
  height: 120px;
  border-radius: 6px;
}

.partner-text {
  text-align: center;
  -webkit-background-clip: text !important;
  background: linear-gradient(180deg, rgb(233.00000131130219, 229.00000154972076, 255) 0%, rgb(90.33458188176155, 93.71858909726143, 174.93481546640396) 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-weight: 400;
  color: transparent;
  font-size: 24px;
  letter-spacing: -1.20px;
  line-height: 32px;
}

.partner-text-2 {
  font-size: 12px;
  letter-spacing: 0.12px;
  text-shadow: 0px 0px 9px #3b44917a;
  color: #a7a2cd;
}

#start {
  /*linear-gradient(180deg, rgb(19.76, 8.17, 34.53) 0%, rgb(20.35, 11.02, 32.24) 100%);*/
  margin-top: 100px;
  /*height: 700px;*/
  /*height: 550px;
  min-height: unset;*/
}

#start, #what-we-do {
  height: unset !important;
}

#call-to-action {
  margin-top: -60px;
  height: 850px;
}

#footer {
  position: relative; /* Ensure footer z-index takes effect */
  z-index: 2; /* Footer will appear above particles */
}
.footer {
  background: rgb(21, 21, 33);
  padding-top: 20px;
}
.footer-fade {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* Adjust width to control fade length */
  background: linear-gradient(to right, rgba(235, 123, 255, 0.15), transparent);
  filter: blur(100px); /* Adjust blur intensity as needed */
  pointer-events: none; /* Keeps the element non-interactive */
}
.gradient-hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #524062, rgba(255, 255, 255, 0));
}

.teamname {
  background: linear-gradient(180deg, rgb(233.00000131130219, 229.00000154972076, 255) 0%, rgb(90.33458188176155, 93.71858909726143, 174.93481546640396) 100%);
  background-clip: text;
  background-color: transparent;
  -webkit-background-clip: text !important;
  font-size: 28px;
  letter-spacing: -1.60px;
  line-height: 28px;
  font-weight: 600;
}
.teamdesc {
  background-color: transparent;
  letter-spacing: 1.68px;
  text-shadow: 0px 0px 9px #3b44917a;
  line-height: 16px;
  font-size: 12px;
  padding-top: 5px;
}
.lastcard {
  padding-top: 19.5px;
  padding-bottom: 19.4px;
}
.contact-supernova {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgb(248.0719381570816, 246.94409787654877, 255) 0%, rgb(255, 37.23315328359604, 246.2893322110176) 100%);
  background-clip: text;
  background-color: transparent;
  color: transparent;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -1.28px;
  /*word-break: break-all;*/
  text-shadow: 0px 0px 9px #3b44917a;
  margin-top: -20px;
  padding-bottom: 50px;
}
.btn-footer-group {
  margin-top: 40px;
}
.supercharge-footer {
  font-size: 67px;
  text-shadow: 0px 0px 9px #3b44917a;
  line-height: 80px;
}
.footersocial {
  display: none !important;
}
.footerbtnh {
  margin-bottom: 10px;
}
@media (max-width: 1245.98px) {
  .supercharge-footer {
    font-size: 55px;
  }
}
@media (max-width: 1055.98px) {
  .supercharge-footer {
    font-size: 42px;
    line-height: 60px;
  }
}
@media (max-width: 991.98px) {
  .contact-supernova {
    padding-bottom: unset;
    margin-top: -15px;
    font-size: 20px;
  }
  .footersocial {
    display: flex !important;
  }
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 429.98) {
  .footerbtnh {
    width: 100%;
    margin-left: unset;
    margin-right: unset;
  }
}
@media (max-width: 539.98px) {
  .fas.fa-arrow-right.footerarrow {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .footer {
    text-align: center !important;
  }
  .footer-minimise {
    text-align: center !important;
    margin: 20px 0;
  }
  .supercharge {
    font-size: 52px;
  }
}
@media (max-width: 385px) {
  .btn-hello {
    margin-left: 0;
  }
}
@media (max-width: 364px) {
  .btn-hello {
    margin-top: 10px;
  }
  .supercharge {
    font-size: 48px;
  }
}
@media (max-width: 341px) {
  .supercharge {
    font-size: 42px;
  }
}
@media (max-width: 305px) {
  .supercharge {
    font-size: 37px;
  }
}

.fa-arrow-right {
  margin-left: 8px;
}
.subtract-main {
  display: flex;
  align-items: center;
  padding-bottom: 4px;
  padding-top: 4px;
}
.subtract {
  margin-right: 6px;
  padding: 1px;
}
.nftcards {
  background-color: #1d1532cc;
  border: 1px solid #472f8b;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nftcardsbody {
  font-family: "Inter", Helvetica;
  color: #dad4ff;
  font-size: 12px;
  padding-left: 32px;
  padding-top: 0;
}
.card-header {
  border: 0;
  text-align: left;
}
.nftcomingsoon {
  margin-top: 30px;
  width: 100%;
  margin-left: 0;
}
.nft-active {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(180deg, rgb(243.00000071525574, 252.00000017881393, 114.0000008046627) 0%, rgb(213.00000250339508, 180.00000447034836, 104.00000140070915) 100%);
  background-clip: text;
  background-color: transparent;
  color: transparent;
  font-weight: 600;
  letter-spacing: 0.00px;
  line-height: normal;
}
.btn-link {
  outline: none;
  box-shadow: none;
  border: 0;
  font-family: "Inter", Helvetica;
  color: #dad4ff;
  text-align: left;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
  text-decoration: none;
  outline: none;
  border: 0;
  box-shadow: none;
  color: #dad4ff;
}
.fa-caret-right {
  font-size: 28px;
  vertical-align: middle;
  margin-right: 6px;
  color: #dad4ff;
}
.supercharge-nft {
  margin-left: 20%;
  margin-right: 20%;
  text-shadow: 0px 0px 9px #3b44917a;
  line-height: 70px;
}
.geometric-shape {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
}
.rocketship {
  position: absolute;
  left: -20rem;
  bottom: 0;
  height: 120%;
  width: 70%;
  z-index: -2;
  mix-blend-mode: lighten;
}
#rocketship-2 {
  display: none
}
@media (max-width: 1100px) {
  .rocketship {
    width: 75%;
  }
}
.nftpass {
  position: absolute;
  left: 5rem;
  z-index: 3;
  width: 45%;
  bottom: 150px;
  /*width: 600px;
  height: 500px;*/
}
@media (max-width: 1250px) {
  .nftpass {
    left: 0;
    width: 52%;
  }
}

.bottomnft {
  display: block;
  margin-top: 150px;
  min-height: calc(100vh - 150px);
  height: 800px;
  position: relative;
}

@media (max-width: 991.98px) {
  .supercharge-nft {
    margin: 0;
    margin-bottom: 20px;
  }
  .bottomnft {
    height: unset !important;
  }
  .row > .col-lg-6 .nftcol {
    display: flex;
    flex-direction: column;
  }
  .nftpass, .rocketship {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .nftpass {
    order: 1;
    margin-top: -25px;
    margin-bottom: -110px; /* Adds space between nftpass and rocketship if needed */
    bottom: 0;
  }

  .rocketship {
    order: 2;
    bottom: -2px;
    left: 0;
  }

  #rocketship-2 {
    margin-top: -50px;
  }

  .geometric-shape {
    order: 3;
    position: absolute; /* Anchored to bottom overlapping */
    bottom: 0;
  }
}

@media (max-width: 450.98px) {
  #rocketship-1 {
    display: none;
  }

  #rocketship-2 {
    display: block;
  }
}