* {
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden !important;
  position: relative;
}

.circle {
  border-radius: 50%;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nunito {
  font-family: 'Nunito', sans-serif;
}

.monts {
  font-family: 'Montserrat', sans-serif;
}

.cont {
  font-family: conthrax;
}

.monospace {
  font-family: monospace;
}

.dmsans {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.stickyNav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999 !important;
}


.heromain {
  background: radial-gradient(60% 60% at 50% 100%, #efbf8428 0%, #efbf8428 50%, rgba(67, 114, 20, 0) 100%);
  position: relative;
}

.centergrad {
  background: radial-gradient(60% 60% at 50% 50%, #efbf8428 0%, #efbf8428 50%, rgba(67, 114, 20, 0) 100%);
  position: relative;
}

.rightgrad {
  background: radial-gradient(60% 60% at 90% 50%, #efbf8428 0%, #efbf8428 50%, rgba(67, 114, 20, 0) 100%);
  position: relative;
}

.radialtoken {
  background-image: radial-gradient(circle closest-corner at 50% 50%,
      #bcff0205 30%,
      #0c0c0c);
}

.color {
  color: #bcff022c
}

.blurGuy {
  background: rgb(0 0 0 / 5%);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}


/* typing text thingy */

.wrapper {
  display: flex;
}

.wrapper .dynamic-txts {
  height: 45px;
  line-height: 90px;
  overflow: hidden;
}

.dynamic-txts li {
  list-style: none;
  font-size: 34px;
  font-weight: 500;
  position: relative;
  top: -25px;
  animation: slide 12s steps(4) infinite;
}

@keyframes slide {
  100% {
    top: -360px;
  }
}

.dynamic-txts li span {
  position: relative;
  margin: 5px 0;
  line-height: 10px;
}

.dynamic-txts li span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0B0B0B;
  border-left: 2px solid #efbf84;
  animation: typing 3s steps(10) infinite;
}

.whitegrad {
  background-image: linear-gradient(63deg, #fff, #ffffff25);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gradwhite {
  background-image: linear-gradient(63deg, #ffffff25, #fff);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
}

.greengrad {
  background-image: linear-gradient(63deg, #BAFF02, #efbf84);
}

@keyframes typing {

  40%,
  60% {
    left: calc(100% + 30px);
  }

  100% {
    left: 0;
  }
}

/* MEDIA QUERIES */
@media (max-width: 1170px) {
  .wrapper .dynamic-txts {
    line-height: 90px;
  }
}

.centered-x {
  left: 50%;
  transform: translate(-50%, 0);
}


/* MEDIA QUERIES */
@media (max-width: 700px) {
  .centered-x-m {
    left: 50%;
    transform: translate(-50%, 0);
  }
}


.arrows {
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin: 10px;
  margin-top: 15px;
}


.card {
  min-height: 350px;
  width: 400px;
  min-width: 280px;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: -1rem 0 3rem #000;
  margin: 0;
  background: radial-gradient(60% 60% at 50% 70%, #bcff0217 0%, #bcff020a 50%, rgba(67, 114, 20, 0) 100%);
  background-color: #070A0E;
}

@media screen and (min-width: 768px)  {
  .card {
    min-width: 350px;
  }
}

.bgrad {
  background: radial-gradient(60% 60% at 50% 70%, #efbf8416 0%, #efbf8416 50%, rgba(67, 114, 20, 0) 100%);
  background-color: #070A0E;
  box-shadow: -1rem 0 3rem #000;
}




/* MOBILE NAV */
/* OVERLAY NAV */
div.overlay-nav-container {
  width: 100vw;
  height: 100vh;
  background-color: black;
  opacity: 0.99;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999;
  transform: scale(0);
  transition: all ease-in 200ms;
}

@media screen and (min-width: 769px) {
  div.overlay-nav-container {
    display: none;
  }
}

div.overlay-nav-container.open {
  transform: scale(1);
}

div.overlay-nav-container .links a {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-block: 20px;
  font-weight: 500;
  color: #fff;
}

.nav-icon-5 {
  z-index: 99999999999999999 !important;
}

.nav-icon-5 span {
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 2px;
  transition-duration: 500ms;
}

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-5 span:nth-child(2) {
  top: 8px;
  left: 0px;
  opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px !important;
}

.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 8px !important;
}

@media screen and (min-width: 1024px) {

  .hamburger-container,
  .nav-icon-5 {
    display: none !important;
  }
}

.nav-icon-5 {
  width: 20px;
  height: 16px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  user-select: none;
}

.nav-icon-5 span {
  background: white;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  width: 100%;
  height: 1px;
  transition-duration: 500ms;
}

.nav-icon-5 span:nth-child(1) {
  top: 0px;
  left: 0px;
}

.nav-icon-5 span:nth-child(2) {
  top: 8px;
  left: 0px;
  opacity: 1;
}

.nav-icon-5 span:nth-child(3) {
  bottom: 0px;
  left: 0px;
}

.nav-icon-5:not(.open):hover span:nth-child(1) {
  transform: rotate(-3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(2) {
  transform: rotate(3deg) scaleY(1.1);
}

.nav-icon-5:not(.open):hover span:nth-child(3) {
  transform: rotate(-4deg) scaleY(1.1);
}

.nav-icon-5.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}

.nav-icon-5.open span:nth-child(2) {
  opacity: 0;
}

.nav-icon-5.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 13px;
}


:root {

  /* Colors */
  --color-primary: #FF4B4B;
  --color-text: #545d7a;
  --color-white: #fff;
  --color-title: #242e4c;
  --color-background: #f7f8fb;
  --color-border: #dae1f5;

  /* Fonts */
  --font-family: "Satoshi", sans-serif;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  /* Transition & Box Shadow */
  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);

}

.container {
  width: 100%;
  margin: auto;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.accordion__wrapper {
  width: 100%;
  max-width: 60rem;
  padding: 2rem;
}

.accordion__title {
  text-align: center;
  margin-bottom: 4rem;
}

.accordion {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}

.accordion__icon {
  background-color: #BAFF02;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: black;
  flex-shrink: 0;
}

.accordion__answer {
  padding: 1rem 0;
}

.accordion__content {
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}

@media screen and (min-width: 580px) {
  .accordion__wrapper {
    padding: 5rem 8rem;
  }
}

/* MOVING IMAGES */

.backersMobile {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  width: 100vw;
  overflow: hidden;
}

.scroll-parent {
  position: relative;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

.scroll-element a {
  width: 100%;
  margin-left: 50px;
}

.primary {
  animation: primary 20s linear infinite;
}

.secondary {
  animation: secondary 20s linear infinite;
}

.scroll-element {
  width: 400vw;
  position: absolute;
  left: 0%;
  top: 0%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

@keyframes primary {
  from {
    left: 0%;
  }

  to {
    left: -200%;
  }
}

@keyframes secondary {
  from {
    left: -200%;
  }

  to {
    left: 0%;
  }
}

/* MEDIA QUERIES */
@media (max-width: 639px) {

  section,
  nav,
  div,
  footer {
    overflow: hidden !important;
  }

  .roadCont {
    grid-auto-columns: 60%;
  }

  .hero-bg {
    top: -35%;
    right: -50%;
    z-index: 1;
  }

  .scroll-element {
    width: 800vw;
  }

  .primary {
    animation: primary 20s linear infinite;
  }

  .secondary {
    animation: secondary 20s linear infinite;
  }

  @keyframes primary {
    from {
      left: 0%;
    }

    to {
      left: -400%;
    }
  }

  @keyframes secondary {
    from {
      left: -400%;
    }

    to {
      left: 0%;
    }
  }
}

.card-list {
  display: flex !important;
  padding: 3rem;
  overflow-x: scroll !important;
  overflow-y: hidden; /* Hide vertical scrollbar */
  scrollbar-width: none; /* Firefox */
}

.card-list::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}