html, body {
  background-color: #000000;
  color: #F0EEE8;
  width: 100%;
  margin: 0;
  line-height: 1.5;
  position: relative;
  font-size: 12px;
  scroll-behavior: smooth;
  font-family: "Satoshi", sans-serif;
  font-weight: 500;
  height: 100%;
  display: flex;
  flex-direction: column;
}

::-webkit-scrollbar {
  width: 0px;
  background: #ffffff;
  height: 4px;
  display: flex;
}

::-webkit-scrollbar-thumb {
  background-color: #FB0;
  border-radius: 12px;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.is-unselectable {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
upported by Chrome, Edge, Opera and Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #F0EEE8;
}

hr {
  border-top: 1px solid #e1e3e8;
  opacity: 1;
  margin: 1rem 0;
}

p {
  color: #F0EEE8;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

button,
input[type=submit],
input:not([type=checkbox], [type=radio]) {
  border: unset;
}

button,
input[type=submit] {
  cursor: pointer;
}

input:focus-visible {
  outline: unset;
}

/* For Chrome, Safari, Edge, and Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* For Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

input {
  color: var(--color-primary-text);
  background-color: unset;
}
input::-moz-placeholder {
  color: var(--color-secondary-text) !important;
}
input::placeholder {
  color: var(--color-secondary-text) !important;
}

.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.no-arrows {
  -moz-appearance: textfield; /* For Firefox */
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: var(--Gold, #F0EEE8);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: unset;
}
@keyframes blink-pulse-anim-041a8f24 {
  0% {
    opacity: 0.75;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(4);
  }
}
img,
svg {
  vertical-align: middle;
}

img {
  width: 100%;
}

button {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: unset;
}

.btn {
  height: 39px;
  padding: 4px 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn:active {
  outline: unset !important;
  border: unset !important;
}
.btn:focus {
  outline: unset !important;
  border: unset !important;
}
.btn:focus-visible {
  outline: unset !important;
  border: unset !important;
}
.btn.btn-primary {
  background: linear-gradient(0deg, #a67c00 0%, #ffdc73 100%);
  border: unset;
  color: #000 !important;
}
.btn.btn-primary:active {
  background: linear-gradient(0deg, #a67c00 0%, #ffdc73 100%) !important;
  border: unset;
  color: #000 !important;
}
.btn.btn-primary:focus {
  box-shadow: unset !important;
}
.btn.btn-success {
  background: linear-gradient(0deg, #0e282b 0%, #004e46 100%);
  border: unset;
  color: #ad8b40 !important;
}
.btn.btn-success:active {
  background: linear-gradient(0deg, #0e282b 0%, #004e46 100%) !important;
  border: unset;
  color: #ad8b40 !important;
}
.btn.btn-success:focus {
  box-shadow: unset !important;
}
.btn.btn-danger {
  background: linear-gradient(0deg, #4c040b 0%, #bc2130 100%);
  border: unset;
  color: #a67c00;
}
.btn.btn-danger:active {
  background: linear-gradient(0deg, #4c040b 0%, #bc2130 100%) !important;
  border: unset;
  color: #a67c00;
}
.btn.btn-danger:focus {
  box-shadow: unset !important;
}
.btn.btn-secondary {
  background-image: linear-gradient(360deg, #574d34, #ffffff);
  border: unset;
  color: #a67c00;
}
.btn.btn-secondary:active {
  background: linear-gradient(0deg, #1e1e1e 0%, #3e3e3e 100%) !important;
  border: unset;
  color: #a67c00;
}
.btn.btn-secondary:focus {
  box-shadow: unset !important;
  color: #a67c00;
}
.btn.btn-outline-primary {
  border: 1px solid #a67c00;
  color: #a67c00;
}
.btn.btn-outline-primary:hover {
  background: linear-gradient(0deg, #a67c00 0%, #ffdc73 100%);
  color: #000;
}
.btn.btn-outline-primary:active {
  background-color: unset !important;
  border: 1px solid #a67c00 !important;
  color: #a67c00 !important;
}
.btn.btn-outline-primary:focus {
  box-shadow: unset !important;
}

.form-control {
  background-color: #fff;
  border: 1px solid #E8E8E8 !important;
  color: color #333;
}
.form-control:focus {
  color: #000;
  border: 1px solid #e63740 !important;
  box-shadow: unset;
}
.form-control::-moz-placeholder {
  color: #333 !important;
}
.form-control::placeholder {
  color: #333 !important;
}

.form-group.form-icon {
  position: relative;
  background-color: #0a0a0a;
  display: flex;
  align-items: center;
  border: 1px solid rgba(236, 207, 129, 0.1803921569) !important;
}
.form-group.form-icon .form-control {
  border: unset !important;
  background-color: unset;
  width: calc(100% - 43px) !important;
}
.form-group.form-icon .form-control:focus {
  color: #ffdc73;
  background-color: #0a0a0a !important;
  box-shadow: unset;
}
.form-group.form-icon .icon {
  position: relative;
  height: 100%;
  width: 43px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-control[readonly] {
  background-color: #0d0b18;
  border: 1px solid rgba(236, 207, 129, 0.1803921569) !important;
  color: #6d5200;
}

::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4b4b4b !important;
  opacity: 1; /* Firefox */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #4b4b4b !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet 
Explorer 10-11 */
  color: #a67c00 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #a67c00 !important;
}

.carousel-caption {
  z-index: 10000 !important;
}

.disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.mobile {
  display: none;
}

.desktop {
  display: block;
}

i {
  color: #F0EEE8;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #E27B36;
  margin-top: 15px;
  list-style: none;
  min-width: 180px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
  overflow: hidden;
}

/* Glowing orange animation layer */
.dropdown-menu.animate-glow::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #FFEA80, #E27B36);
  opacity: 0.7;
  animation: glow-slide 0.4s ease forwards;
  z-index: 1;
  pointer-events: none;
}

/* Dropdown contents should stay above the glow */
.dropdown-menu li {
  position: relative;
  z-index: 2;
}

.dropdown-menu li a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #F0EEE8;
  text-align: start;
  white-space: nowrap;
}

.dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.dropdown-toggle::after {
  all: unset;
}

.dropdown-toggle:hover i,
.dropdown-toggle:hover a,
.dropdown-toggle.active i,
.dropdown-toggle.active a {
  color: #FFEA80;
  transition: 0.3s;
}

/* Glow animation keyframes */
@keyframes glow-slide {
  0% {
    top: -100%;
    opacity: 0.8;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.sns {
  display: flex;
  align-items: center;
  gap: 20px;
}
.sns i {
  font-size: 24px;
}
.sns i:hover {
  transition: 0.3s;
  color: #FFEA80;
}

.text-grey {
  color: #bbbbbb;
  text-align: right;
  font-family: Satoshi;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.identity-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.identity-container img {
  z-index: 2;
  width: 124.029px;
  height: 138.255px;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.identity-container .tLowerLeft,
.identity-container .tLowerRight,
.identity-container .tUpperLeft,
.identity-container .tUpperRight {
  animation: floatY 3s ease-in-out infinite;
}
.identity-container .tLowerLeft {
  position: absolute;
  bottom: -117px;
  left: -96px;
  z-index: -3;
}
.identity-container .tLowerRight {
  position: absolute;
  bottom: -117px;
  right: -96px;
  z-index: -3;
}
.identity-container .tUpperRight {
  position: absolute;
  top: -117px;
  right: -96px;
  z-index: -3;
}
.identity-container .tUpperLeft {
  position: absolute;
  top: -117px;
  left: -96px;
  z-index: -3;
}
.identity-container .bigUpper {
  position: absolute;
  top: -51px;
  left: -91px;
  z-index: -2;
  width: 185px;
  animation: rotateInfinite 20s linear infinite;
}
.identity-container .smallLower {
  position: absolute;
  bottom: -80px;
  right: -96px;
  z-index: -2;
  width: 140px;
  animation: rotateInfinite 20s linear infinite;
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.identity-item {
  background: linear-gradient(270deg, #FB0 10.62%, #E27B36 89.17%);
  width: 347px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
.identity-item h1 {
  font-weight: 700;
  font-family: Satoshi;
  color: #000;
}
.identity-item p {
  color: #000;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 1.5s ease;
}
.identity-item:hover p {
  max-height: 500px;
  opacity: 1;
}

.exta-bg {
  background: linear-gradient(270deg, #FFD700 0%, #FFB84D 50.44%, #D98E3F 100%);
  width: 347px;
  height: 79px;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  position: absolute;
  z-index: -1;
  top: -79px;
}

.features-container {
  display: flex;
  max-width: 585px;
  height: -moz-fit-content;
  height: fit-content;
  flex-wrap: wrap;
  gap: 29px 37px;
  position: relative;
}

.feat-card {
  display: flex;
  width: calc(50% - 19px);
  height: 281px;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 17px;
  flex-shrink: 0;
  border-radius: 2.5px;
  background: linear-gradient(270deg, rgba(255, 187, 0, 0.4) 0%, rgba(226, 123, 54, 0.4) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.feat-card p {
  overflow-y: auto;
}
.feat-card h1 {
  white-space: nowrap;
  font-size: 18px;
  font-weight: bolder;
}
.feat-card ::-webkit-scrollbar {
  width: 2px !important;
  background: linear-gradient(270deg, rgba(255, 187, 0, 0.4) 0%, rgba(226, 123, 54, 0.4) 100%);
  height: 4px;
  display: flex;
}
.feat-card:hover {
  box-shadow: 5px 5px 0px 0px #E27B36;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.frame-URight {
  position: absolute;
  top: 0;
  right: 0;
}
.frame-URight img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-URight .back {
  right: 20px;
  top: -70px;
  z-index: -3;
  animation: floatUpDown1 4s ease-in-out infinite;
}
.frame-URight .middle {
  right: 20px;
  top: 60px;
  z-index: -2;
  animation: floatUpDown2 4s ease-in-out infinite;
}
.frame-URight .front {
  right: 50px;
  top: -30px;
  z-index: -1;
  animation: floatUpDown3 3.5s ease-in-out infinite;
}

.frame-ULeft {
  position: absolute;
  top: 0;
  left: 0;
}
.frame-ULeft img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-ULeft .back {
  left: -62px;
  top: 147px;
  z-index: -3;
  animation: floatUpDown1 6s ease-in-out infinite;
}
.frame-ULeft .middle {
  right: -112px;
  top: 60px;
  z-index: -2;
  animation: floatUpDown2 5s ease-in-out infinite;
}
.frame-ULeft .front {
  right: -105px;
  top: 150px;
  z-index: -1;
  animation: floatUpDown3 5.5s ease-in-out infinite;
}

.frame-BRight {
  position: absolute;
  bottom: 222px;
  right: 160px;
}
.frame-BRight img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-BRight .back {
  left: -143px;
  top: 106px;
  z-index: -3;
  animation: floatUpDown1 4s ease-in-out infinite;
}
.frame-BRight .front {
  right: 91px;
  top: 153px;
  z-index: -1;
  animation: floatUpDown3 6s ease-in-out infinite;
}

.frame-BLeft {
  position: absolute;
  bottom: 222px;
  left: 160px;
}
.frame-BLeft img {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-BLeft .front {
  left: 0;
  top: 153px;
  z-index: -1;
  animation: floatUpDown3 7s ease-in-out infinite;
}

@keyframes floatUpDown1 {
  0%, 100% {
    transform: translateY(20px);
  }
  50% {
    transform: translateY(-70px);
  }
}
@keyframes floatUpDown2 {
  0%, 100% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(70px);
  }
}
@keyframes floatUpDown3 {
  0%, 100% {
    transform: translateY(30px);
  }
  50% {
    transform: translateY(-60px);
  }
}
.ecosystem-container {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.slide-content {
  display: flex;
}
.slide-content .eco-details {
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  background: #382010;
}
.slide-content img {
  width: 60%;
}
.slide-content .link-directory {
  display: flex;
  align-items: center;
  gap: 8px;
}
.slide-content .link-directory:hover h5, .slide-content .link-directory:hover i {
  color: #FFEA80;
  transition: 0.3s;
}

.slide-details {
  display: flex;
  flex-direction: column;
  max-width: 800px;
}

.slide-nav {
  display: flex;
  flex-direction: column;
  z-index: 10; /* higher than other elements */
}
.slide-nav button {
  width: 100%;
  justify-content: center;
  color: #FB0;
  padding: 10px 20px;
  min-width: 150px;
}
.slide-nav button.active {
  border-radius: 2.5px;
  background: linear-gradient(to right, #FFEA80 50%, #FB0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  transition: background-position 0.4s ease-out;
  white-space: nowrap;
  color: #000 !important;
}
.slide-nav button:hover {
  background-position: left bottom;
  color: #FFEA80;
  transition: 0.3s;
}

.provider-marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.provider-marquee .provider-img {
  display: flex;
  gap: 20px;
  animation: scroll-marquee 30s linear infinite;
  width: 100%;
}
.provider-marquee .provider-img img {
  height: 35px; /* adjust as needed */
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes scroll-marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.feature-wrap {
  min-height: 330px;
  border-radius: 5px;
  border: 1px solid #E27B36;
  max-width: 800px;
  width: 100%;
  position: relative;
}
.feature-wrap .feature-detail {
  padding-top: 50px;
  max-width: 700px;
}
.feature-wrap .feature-detail h1 {
  font-size: 24px;
}
.feature-wrap .feature-detail p {
  font-size: 16px;
  margin-top: 10px;
}
.feature-wrap.right {
  align-self: end;
  padding-left: 15%;
  padding-right: 30px;
}
.feature-wrap.right .icon-wrapper {
  left: -112px;
}
.feature-wrap.left {
  align-self: start;
  padding-right: 15%;
  padding-left: 30px;
}
.feature-wrap.left .icon-wrapper {
  right: -112px;
}
.icon-wrapper {
  background-image: url(/assets/images/feature/hexagon.png);
  height: 221px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.icon-feature {
  width: 50%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.feature-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 150px;
  gap: 25px;
  max-width: 900px;
}

.pagination-btn {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  gap: 2px;
  position: fixed;
  align-items: end;
  top: 50%;
  right: 0;
  z-index: 5;
  transform: translateY(-50%);
}
.pagination-btn button {
  border-radius: 2.5px;
  background: linear-gradient(to right, #FFEA80 50%, #FB0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: start;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 82px;
  max-width: 82px;
  transition: background-position 0.4s ease-out, max-width 0.75s ease-out 0.5s;
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
  border-bottom-right-radius: unset;
  border-top-right-radius: unset;
  gap: 6px;
  overflow: hidden;
  min-height: 37px;
  position: relative;
}
.pagination-btn button i {
  color: #000;
}
.pagination-btn button span {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease-out 1s, transform 0.3s ease-out 0.6s;
  display: inline-block;
  white-space: nowrap;
  font-size: 16px;
}
.pagination-btn button:hover {
  background-position: left bottom;
  max-width: 320px;
}
.pagination-btn button:hover span {
  opacity: 1;
  transform: translateX(0);
}

.eco-container {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 500px;
}
.eco-container h1 {
  color: #000;
  font-family: Afacad;
  font-size: clamp(64px, 10vw, 124px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.eco-container button {
  padding: 4px 10px;
  gap: 10px;
  text-align: start;
}

.eco-phone {
  width: -moz-fit-content;
  width: fit-content;
  animation: floatY 3s ease-in-out infinite;
  margin-top: 100px;
}

.eco-coin {
  width: 124px;
  height: 124px;
  position: absolute;
  bottom: -10px;
  right: -50px;
}

.eco-curve {
  position: absolute;
  top: -300px;
  height: 1300px;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
}

.eco-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.eco-title {
  color: #F0EEE8;
  font-family: Afacad;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.8px;
}

.mt-250 {
  margin-top: 250px;
}

.title {
  color: #FFF;
  font-family: Afacad;
  font-size: 96px;
  font-size: clamp(12px, 15vw, 96px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: start;
  width: 100%;
}

.tokenomics-container {
  display: flex;
  width: 100%;
}

.token-container {
  width: 50%;
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.tokenomics-content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin-top: 30px;
}

.red {
  color: #E34234;
}

.peach {
  color: #FF7F52;
}

.orange {
  color: #F18500;
}

.yellow {
  color: #FB0;
}

.light-yellow {
  color: #FEE7B3;
}

.pink {
  color: #FCCFB0;
}

.token-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.token-content span {
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.token-content p {
  color: var #F0EEE8;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.square-box {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}
.square-box.red {
  background: #E34234;
}
.square-box.peach {
  background: #FF7F52;
}
.square-box.orange {
  background: #F18500;
}
.square-box.yellow {
  background: #FB0;
}
.square-box.light-yellow {
  background: #FEE7B3;
}
.square-box.pink {
  background: #FCCFB0;
}

.data-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  gap: 10px;
}

.graph-container {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  align-items: center;
  width: 100%;
}
.graph-container .label {
  color: #FFF;
  text-align: center;
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.graph-container .sub-label {
  color: #FFF;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.chart-container {
  width: 100%;
}

.roadmap-container {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.roadmap-container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/assets/images/wave2.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: center;
  z-index: -2;
}
.roadmap-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8117647059);
  z-index: -1;
}

.road-container {
  display: flex;
  width: 100%;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 5px;
  cursor: grab;
  cursor: -webkit-grab;
}

.road-container::-webkit-scrollbar {
  display: none;
}

.road-container.dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.quarter-div {
  border-left: 2px solid #F0EEE8;
  border-bottom: 2px solid #F0EEE8;
  height: 450px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0px 20px;
  width: 320px;
  min-width: 320px;
  position: relative;
}
.quarter-div .quarter-title {
  color: var(--Gold, #FB0);
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.quarter-div .quarter-content {
  color: var(--Off-White, #F0EEE8);
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.quarter-div .ellipse {
  height: 11px;
  width: 11px;
  background: #F0EEE8;
  border-radius: 100px;
  position: absolute;
  left: -6px;
  top: 0;
}
.quarter-div.done {
  border-left-color: #FB0;
}
.quarter-div.done .ellipse {
  background: #FB0;
}
.quarter-div.done .progress-border {
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #FB0;
  z-index: 2;
  left: -2px;
  transition: width 0.5s ease;
}

.road-date {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  gap: 50px;
}
.road-date a {
  color: var(--Grey, #424242);
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.road-date a.active {
  color: #FB0;
  border-bottom: 1px solid #FB0;
}

.bar {
  width: 55px;
  height: 2px;
  background: #F0EEE8;
}
.bar.done {
  background: #FB0;
}

.faq-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--Grey, #424242);
  padding: 10px 15px;
  cursor: pointer;
}
.faq-item i {
  font-size: 20px;
}
.faq-item span {
  color: var(--Off-White, #F0EEE8);
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq-item p {
  color: var(--Off-White, #F0EEE8);
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 20px;
}
.faq-item.active i {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.faq-content {
  display: none;
}

.logo {
  display: flex;
  width: 70px;
  justify-content: center;
  align-items: center;
  gap: 2.666px;
  flex-shrink: 0;
  aspect-ratio: 7/4;
  -o-object-fit: contain;
     object-fit: contain;
}

header {
  display: flex;
  height: 71px;
  align-items: center;
  width: 100%;
  padding: 25px 50px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(12.5px);
          backdrop-filter: blur(12.5px);
  z-index: 5;
  position: fixed;
  top: 0;
  gap: 20px;
}

.open-nav {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 24px;
  gap: 5px;
  background: none;
  padding-right: 15px;
  border: none;
  cursor: pointer;
  z-index: 999;
}
.open-nav span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #FB0;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.open-nav.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.open-nav.active span:nth-child(2) {
  opacity: 0;
}
.open-nav.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.menu-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}
.menu-nav a:hover, .menu-nav a.active {
  color: #FFEA80;
  transition: 0.3s;
}

.primary-btn {
  border-radius: 2.5px;
  background: linear-gradient(to right, #FFEA80 50%, #FB0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  transition: background-position 0.4s ease-out;
  white-space: nowrap;
}
.primary-btn:hover {
  background-position: left bottom;
}
.primary-btn span {
  text-align: start;
  font-family: Satoshi;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.primary-btn h2 {
  color: #000;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.primary-btn i {
  color: #000;
  font-size: 30px;
}

.big-text {
  font-family: Afacad;
  font-size: clamp(71px, 10vw, 119px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #FB0 10.62%, #E27B36 89.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.big-text-title {
  font-family: Afacad;
  font-size: clamp(32px, 10vw, 64px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #FB0 10.62%, #E27B36 89.17%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: -moz-fit-content;
  width: fit-content;
}

.big-count {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--Orange, #E27B36);
  font-family: Satoshi;
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: absolute;
  top: -42px;
  z-index: -1;
  display: flex;
  width: 100%;
  color: #000 !important;
}

.medium-text {
  color: #F0EEE8;
  font-family: Afacad;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
}

.info-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
  position: relative;
}
.info-container p {
  max-width: 450px;
}

section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  position: relative;
  padding: 0 10%;
}

.home-section {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin-top: 250px;
  overflow-x: clip;
  gap: 50px;
}

main {
  width: 100%;
  margin-top: 71px;
}

.rain {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 307px;
}

.design-A {
  position: absolute;
  top: 150px;
  right: 0;
  width: 60%;
  max-width: 900px;
}

.nav-footer {
  margin-top: auto;
  width: 100%;
  justify-content: center;
  display: none;
  padding-bottom: 20px;
  flex-direction: column;
  align-items: center;
}
.nav-footer a {
  white-space: nowrap;
  font-size: 13px;
}
.nav-footer .foot {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

footer {
  padding: 25px 50px;
  z-index: 1;
  position: relative;
  background: #000;
  margin-top: 20px;
}

.foot {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.foot a {
  white-space: nowrap;
  font-size: 13px;
}
.foot a:hover {
  color: #FFEA80;
  transition: 0.3s;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.logo-wrapper {
  flex-grow: 1;
}
.logo-wrapper a {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}

.details-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  width: 100%;
  justify-content: center;
  margin-top: 100px;
}

.large-text {
  text-align: center;
  font-family: Afacad;
  font-size: 200px;
  font-size: clamp(164px, 10vw, 200px);
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 20px;
  background: linear-gradient(270deg, #FB0 10.62%, #E27B36 89.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient {
  text-align: center;
  font-family: Afacad;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(--Gold-Gradient-Linear, linear-gradient(270deg, #FFD700 0%, #FFB84D 50.44%, #D98E3F 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-gradient.adjust {
  font-size: 32px;
}

hr {
  max-width: 439px;
  width: 100%;
  height: 7px;
  border: unset;
  background: var(--Orange-Gold-Gradient, linear-gradient(270deg, #FB0 10.62%, #E27B36 89.17%));
}

.home-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}
.home-container .detail-wrap {
  margin-top: 150px;
}

.leftT {
  position: fixed;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  animation: floatT 7s ease-in-out infinite;
}

.rightT {
  position: fixed;
  width: -moz-fit-content;
  width: fit-content;
  right: 0;
  top: 0;
  animation: floatT 7s ease-in-out infinite;
}

@keyframes floatT {
  0%, 100% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.detail-wrap {
  max-width: 800px;
}

.scr {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 100px;
}

.values-card {
  display: flex;
  padding: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 2.5px;
  background: linear-gradient(270deg, rgba(255, 187, 0, 0.4) 0%, rgba(226, 123, 54, 0.4) 100%);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  max-width: 600px;
}
.values-card:hover {
  box-shadow: 5px 5px 0px 0px #E27B36;
  transition: 0.5s;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.title-text {
  color: #FFF;
  text-align: center;
  font-family: Afacad;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 96px */
  font-size: clamp(30px, 12vw, 97px);
}

.content-container {
  max-width: 960px;
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.content-container span, .content-container p, .content-container button {
  z-index: 2;
}

.mt-200 {
  margin-top: 200px;
}

.yellow-text {
  color: #FB0;
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.network-gif {
  position: absolute;
  width: 100%;
  max-width: 700px;
  top: 0;
  min-width: 475px;
}

.gap-250 {
  gap: 250px;
}

.md-container {
  max-width: 880px;
  margin-top: 30px;
  flex-grow: 1;
  min-height: calc(100vh - 281px);
}

.faq-container {
  max-width: 880px;
  margin-top: 30px;
  flex-grow: 1;
  min-height: calc(100vh - 281px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

@media (max-width: 1250px) {
  .eco-section {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .eco-container {
    width: 100%;
  }
  .m-reverse {
    flex-direction: column-reverse !important;
  }
  .gap-250 {
    gap: 150px;
  }
}
@media (max-width: 1200px) {
  .leftT, .rightT {
    display: none;
  }
}
@media (max-width: 1024px) {
  section {
    padding: 0 5%;
  }
  .menu-nav {
    display: flex;
    flex-direction: column;
    align-items: start;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    width: 100%;
    background: rgba(0, 0, 0, 0.91);
    -webkit-backdrop-filter: blur(12.5px);
    backdrop-filter: blur(12.5px);
    padding: 0 20px;
    position: absolute;
    top: 71px;
    height: calc(100vh - 71px);
  }
  .menu-nav.show {
    max-height: 100vh;
  }
  header {
    padding: 25px 0px;
  }
  .open-nav {
    display: flex;
  }
  .dropdown-menu {
    position: relative;
    border: unset;
    background: unset;
  }
  .dropdown-menu.animate-glow::before {
    all: unset;
  }
  .nav-footer {
    display: flex;
  }
  .foot {
    flex-direction: column;
  }
  .home-section {
    align-items: center;
    flex-direction: column;
    margin: 0;
    margin-top: 250px;
  }
  .home-section:nth-of-type(2) {
    margin-top: 0;
    gap: 20px;
  }
  .home-section .identity-container {
    margin-top: 100px;
  }
  .reverse {
    flex-direction: column-reverse !important;
  }
  .ecosystem-container {
    flex-direction: column-reverse;
    gap: 15px;
  }
  .ecosystem-container .slide-nav {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .ecosystem-container .slide-nav button {
    width: 25%;
    min-width: unset;
  }
  .ecosystem-container .slide-content {
    flex-direction: column-reverse;
  }
  .ecosystem-container .slide-content img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .feature-wrap {
    width: 85%;
  }
  .tokenomics-content {
    flex-direction: column;
  }
  .tokenomics-content .token-container {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .features-container {
    gap: 7px 6px;
  }
  .feat-card {
    width: calc(50% - 3px);
  }
  .icon-wrapper {
    width: 120px;
    height: 120px;
    top: 30%;
  }
  .feature-wrap.right .icon-wrapper {
    left: -62px;
  }
  .feature-wrap.left .icon-wrapper {
    right: -62px;
  }
  .feature-wrap {
    width: 95%;
  }
}
@media (max-width: 600px) {
  .icon-wrapper {
    width: 100px;
    height: 100px;
    top: 30%;
  }
  .feature-wrap.right .icon-wrapper {
    left: -51px;
  }
  .feature-wrap.left .icon-wrapper {
    right: -51px;
  }
  .feature-wrap {
    width: 95%;
  }
}
@media (max-width: 480px) {
  .icon-wrapper {
    width: 80px;
    height: 80px;
    top: 30%;
  }
  .feature-wrap.right .icon-wrapper {
    left: -41px;
  }
  .feature-wrap.left .icon-wrapper {
    right: -41px;
  }
  .feature-wrap {
    width: 95%;
  }
}/*# sourceMappingURL=style.css.map */