* {
    scrollbar-width: 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;
    background: transparent;
}
.roadmapNav {
    background: #0b0b0b55 !important;
}

.bg-grad {
    background-color: #19E2A6;
    background-image: linear-gradient(63deg, #5f78f6, #5f78f6b2, #19e2dfd8);
    color: black;
}

.title {
    font-size: 3.5rem;
    line-height: 116%;
    letter-spacing: -.02em;
}

.centered-abs {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.centered-abs-x {
    position: absolute;
    left: 25%;
    right: 25%;
    transform: translate(-50,-50%);
}

.navDivDiv {
    border-radius: 999999px;
    padding: 5px;
    margin-top: 5px;
}

.blurr{
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px); 
}

.captext {
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    transition: all;
    opacity: .55;
}

.center-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: 'Nunito', sans-serif;
    color: #fde993;
}


.a{
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-25%, -25%); */
	color: #fff;
	overflow: hidden;
	font-size: 30;
	text-decoration: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	box-shadow: 0 20px 50px rgb(255 255 255 / 5%)
}
.a:before{
	position: absolute;
	width: 100%;
	top: 2px;
	left: 2px;
	bottom: 2px;
	/* background: rgb(0 0 0 / 50%); */
	/* background: rgb(142 255 240 / 10%); */
}

.aB::before {
    content: '';
}

.aApp {
    letter-spacing: 0px;
}

.a span:nth-child(1) {
	position: absolute;
    opacity: .4;
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	background: linear-gradient(to right, #333, #ffffff8a);
	animation: animate1 2s linear infinite;
}
@keyframes animate1{
	0%{
		transform: translateX(-100%);
	}
	100%{
		transform: translateX(100%);
	}
}
.a span:nth-child(2) {
	position: absolute;
    opacity: .4;
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	background: linear-gradient(to bottom, #333, #ffffff8a);
	/* background: linear-gradient(to bottom, #ffffff21', '#6e6e6e34', '#0c0c0c',  '#ffffff0f); */
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2{
	0%{
		transform: translateY(-100%);
	}
	100%{
		transform: translateY(100%);
	}
}
.a span:nth-child(3) {
	position: absolute;
    opacity: .4;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: linear-gradient(to left, #333, #ffffff8a);
	animation: animate3 2s linear infinite;
}
@keyframes animate3{
	0%{
		transform: translateX(100%);
	}
	100%{
		transform: translateX(-100%);
	}
}
.a span:nth-child(4) {
	position: absolute;
    opacity: .4;
	width: 2px;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(to top, #333, #ffffff8a);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate4{
	0%{
		transform: translateY(100%);
	}
	100%{
		transform: translateY(-100%);
	}
}

.blob{
    width: 450px;
    height: 400px;
    margin: auto;
}

.blob:nth-child(2){
    filter: blur(50px);
}

.radial {
  background: #1E1E1E;
}

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

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


/* MEDIA QUERY */
@media (max-width: 700px) {
    /* div, section {
        overflow-x: hidden !important;
    } */
    .centered-abs-x {
        position: absolute;
        left: 0;
        right: 0;
        transform: translate(-50,-50%);
    }
    
}

.anim-hidden {
    display: none;
    /* opacity: 0;
    transform: translateY(-20px);
    visibility: hidden; */
  }


  .gradient-text {
    background: linear-gradient(to left, rgb(29, 29, 29), white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px; /* Adjust as needed */
}

  .gradient-texter {
    background: linear-gradient(to right, rgb(29, 29, 29), white);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 36px; /* Adjust as needed */
}


/* MARQUE */
.backersMobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    overflow: hidden;
  }
  
  .backersNews {
    height: 22rem;
  }
  
  .scroll-parent {
    position: relative;
    height: 100%;
    width: 100vw;
    overflow-x: hidden;
  }
  
  .first-scroll-element a {
    width: 100%;
    margin-left: 50px;
  }
  .scroll-element > div {
    width: 80%;
    max-width: 300px;
    margin-left: 80px;
  }
  
  .primary {
    animation: primary 35s linear infinite;
  }
  
  .secondary {
    animation: secondary 35s linear infinite;
  }
  
  .scroll-element {
    width: 200vw;
    position: absolute;
    left: 0%;
    top: 0%;
    display: flex;
    align-items: center;
  }
  
  @media (max-width: 700px) {
    .scroll-element {
      width: 400vw;
    }
    .gradient-texter {
        background: linear-gradient(to left, rgb(90, 90, 90), white);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 36px; /* Adjust as needed */
    }
    
}


  .secondary {
    width: 600vw !important;
  }
  
  @keyframes primary {
      from {
          left: 0%;
      }
  
      to {
          left: -100%;
      }
  }
  
  @keyframes secondary {
      from {
          left: 0%;
      }
  
      to {
          left: -300%;
      }
  }

  .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 */
  }

  .card {
    min-height: 350px;
    width: 400px;
    min-width: 280px;
    padding: 1.5rem;
    margin: 0;
  }
  
  @media screen and (min-width: 768px)  {
    .card {
      min-width: 350px;
    }
  }
  
  @media screen and (max-width: 768px)  {
    .mobileNavBg {
      background-color: #1E1E1E;
    }
  }

  .navbg {
    background-color: #1E1E1E;
  }



  .loading-bar {
    width: 130px;
    height: 5px;
    margin: 0 auto;
    border-radius: 2px;
    background-color: #ffffff1a;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transform: rotateY(0);
    transition: transform .3s ease-in
  }
  .blue-bar {
    height: 100%;
    width: 68px;
    position: absolute;
    transform: translate(-34px);
    background-color: #FFC98C;
    border-radius: 2px;
    animation: initial-loading 1.5s ease infinite
  }
  @keyframes initial-loading {
    0% {
      transform: translate(-34px)
    }
  
    50% {
      transform: translate(96px)
    }
  
    to {
      transform: translate(-34px)
    }
  }



/* FAQ SECTION */

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

.accordion__wrapper {
  width: 100%;
  max-width: 80rem;
  padding: .3rem
}

.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;
  width: 100%;
}

.accordion__icon {
  background-color: #FFC98C;
  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-top: 1rem;
}

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

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

:root {

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

  /* Fonts */
  --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);

}