body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  background-color: #000000;
  color: #fff;
  font-family: satoshiBold;
  overflow-x: hidden;
}

@font-face {
  font-family: satoshiRegular;
  src: url(fonts/Satoshi-Regular.otf);
}
@font-face {
  font-family: satoshiLight;
  src: url(fonts/Satoshi-Light.otf);
}

@font-face {
  font-family: satoshiBold;
  src: url(fonts/Satoshi-Bold.otf);
}

/* p,
a {
  font-family: satoshiRegular, sans-serif !important;
} */
* {
  margin: 0;
  padding: 0;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 1rem 3rem;
  background-color: black;
}
.header-logo {
  width: 230px;
  height: 50px;
}

.hero-section {
  display: flex;
  max-width: 100vw;
  position: relative;
  min-height: 65vh;
  margin-inline: auto;
  justify-content: space-between;
  background-color: black;

  padding: 0 3rem;
}

.hero-section img {
  width: 500px;
  height: 500px;
  object-fit: contain;
}

.hero-section img {
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(
      -20px
    ); /* Adjust the value for the floating distance */
  }
  100% {
    transform: translateY(0);
  }
}

.connect-wallet__btn {
  background-color: #3182ce;
  position: relative;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 600;
}

.header-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Landing_hero__3Val6 {
  /* padding: 40px; */
  max-width: 100%;
  /* background: linear-gradient(180deg, #000 10%, #0c0e29); */
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-inline: auto;
}

.Landing_hero__3Val6 h1 {
  font-weight: 700;
  font-size: 5rem;
  color: grey;
  font-family: satoshiBold;
  /* margin-bottom: 20px; */
}

.vault {
  color: #3182ce;
}

/* .vault {
  color: #3182ce;
  text-shadow: 0 0 8px #4d565f, 0 0 5px #3182ce, 0 0 5px #3182ce;
  animation: glow 2s infinite alternate;
} */

/* @keyframes glow {
  0% {
    text-shadow: 0 0 8px #3182ce, 0 0 15px #3182ce, 0 0 15px #3182ce;
  }
  100% {
    text-shadow: 0 0 15px #3182ce, 0 0 10px #3182ce, 0 0 25px #3182ce;
  }
} */

.Landing_hero__3Val6 p {
  font-size: 1.2rem;
  letter-spacing: 1.2;
  line-height: 1.6;
  font-weight: 100;
  color: #ffffffbb;
}

.Landing_btns__13AHl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  flex-wrap: wrap;
}

@media (max-width: 750px) {
  .Landing_btns__13AHl {
    gap: 2em;
  }

  .hero-section {
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;

    padding: 0 1rem;
  }

  .hero-section img {
    width: 350px;
    height: 350px;
  }

  .Landing_hero__3Val6 {
    align-items: center;
  }

  .Landing_hero__3Val6 h1 {
    font-weight: 900;
    font-size: 4rem;
    font-family: MontBold;
  }

  header {
    padding: 1rem;
    position: relative;
  }
  .header-logo {
    width: 200px;
    height: 50px;
  }

  .header-logo img {
    width: 100%;
    object-fit: cover;
  }
}
.Landing_btns__13AHl a {
  margin: 0 20px;
}
.Button_btn__240y8 {
  position: relative;
  border-radius: 7px;
  color: #fff;
  background-color: #000000;
  box-shadow: 0 0 2px #000;
  border: none;
  border-left: 4px solid #3182ce;
  font-weight: 500;
  font-size: 17px;
  padding: 0.5rem 1rem;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
  transition: 0.5s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

a {
  text-decoration: none;
  color: #fff;
}

.section-quick {
  padding-top: 5rem;
  background-color: black;
}

.Landing_main__o4xTy {
  background-color: #000000;
  min-height: 100%;
  min-width: 100%;
}

.Landing_grid__3qBam {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 50px;
  gap: 50px;
  max-width: 1450px;
  width: 90%;
  margin: auto;
}

.Landing_grid__3qBam a {
  padding: 2rem;
}

.Landing_grid__3qBam a {
  padding: 2rem;
}
.Button_btn__240y8 {
  position: relative;
  border-radius: 7px;
  color: #fff;
  background-color: #1a1c34;
  box-shadow: 0 0 2px #000;
  border: none;
  border-left: 4px solid #3182ce;
  font-weight: 500;
  font-size: 17px;
  padding: 0.5rem 1rem;
  letter-spacing: 0.5px;
  margin-top: 1.5rem;
  transition: 0.5s linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.Landing_main__o4xTy {
  background-color: #0c0e29;
  min-height: 100vh;
  min-width: 100%;
}

.Landing_grid__3qBam img {
  background: transparent;
  display: block;
  margin: auto;
}

.Landing__flex {
  max-width: 1450px;
  margin-inline: auto;
  height: 100%;
  margin-top: 5rem;
}

.landing-flex__container {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1em;
  justify-content: center;
  padding: 0 1rem;
}

.landing-flex__content {
  position: relative;
  border-radius: 25px;
  width: 300px;
  padding: 1rem 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 0.152);
  background-color: rgb(0, 0, 0);
  /* gap: 1em; */
}

.landing-flex__content:hover .bg__gradient {
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 25px;
  background: linear-gradient(
    135deg,
    rgba(61, 2, 61, 0.289),
    rgba(76, 0, 130, 0.288)
  ); /* Purple gradient */
}

.landing-flex__content:hover {
  transition: 0.1s ease-in;
  scale: 1.01;
}

.landing-flex__content h2 {
  font-size: 1.5rem;
  /* margin-bottom: 1rem; */
  font-weight: 500;
  color: #ffffff;
}

.landing-flex__content img {
  width: 140px;
  height: 100%;
  object-fit: cover;
  margin-bottom: 1rem;
}

.explore__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.explore__container-img {
  width: 30px;
  height: 30px;
  position: relative;
  margin-bottom: 1rem;
}

.explore__container img {
  width: 100%;
  height: 100%;
  /* background-color: rgb(255, 206, 28); */
  border-radius: 7px;
  background-repeat: no-repeat;
  padding: 0.3rem;
}

/* Different colors for each .landing-flex__content */
.landing-flex__content:nth-child(1) .explore__container-img img {
  background-color: #ff6f61; /* Example: Red */
}

.landing-flex__content:nth-child(2) .explore__container-img img {
  background-color: #6a5acd; /* Example: Purple */
}

.landing-flex__content:nth-child(3) .explore__container-img img {
  background-color: #48d1cc; /* Example: Teal */
}

.landing-flex__content:nth-child(4) .explore__container-img img {
  background-color: #ffd700; /* Example: Gold */
}

.landing-flex__content:nth-child(5) .explore__container-img img {
  background-color: #32cd32; /* Example: Lime green */
}

.landing-flex__content:nth-child(6) .explore__container-img img {
  background-color: #ff1493; /* Example: Pink */
}

.landing-flex__content:nth-child(7) .explore__container-img img {
  background-color: #1e90ff; /* Example: Dodger blue */
}

.landing-flex__content:nth-child(8) .explore__container-img img {
  background-color: #ff4500; /* Example: Orange red */
}

.landing-flex__content:nth-child(9) .explore__container-img img {
  background-color: #708090; /* Example: Slate gray */
}
.explore__container__content {
  display: flex;
  align-items: center;
  gap: 3em;
  margin-top: 0.7rem;
  text-transform: uppercase;
  font-size: 0.7rem;
  font-weight: 900;
}

.explore__container__content i {
  font-size: 0.8rem;
}

.Landing_summary__3lUaT {
  display: flex;
  justify-content: center;
  gap: 2.5em;
  align-items: center;
  text-align: center;
  padding: 1.2rem 0;
}

.Landing_summary__3lUaT div {
  display: flex;
  flex-direction: column;
}
.Landing_summary__3lUaT h3 {
  font-size: 2rem;
  font-weight: 600;
}

@media (max-width: 750px) {
  .Landing_summary__3lUaT {
    padding: 0 1rem;
    gap: 2em;
  }

  .Landing_summary__3lUaT div {
    display: flex;
    flex-direction: column;
  }
  .Landing_summary__3lUaT h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    font-weight: 600;
  }

  .Landing_summary__3lUaT p {
    margin-bottom: 2rem;
  }
}

.dist {
  margin: 1rem 0;
}

.Landing_footer__1d4LV {
  text-align: center;
  margin-bottom: 40px;
}

.Landing_start__1pPAF {
  border: none;
  border-radius: 4px;
  background-color: #0150b8;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 20px;
  margin: 25px auto;
  display: block;
}

.footer-text {
  text-align: center;
}
