@import url(https://fonts.googleapis.com/css2?family=Days+One&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);
* {
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  padding: 0;
}
body,
button {
  font-family: Days One, Franklin Gothic Medium, Arial Narrow, Arial, sans-serif;
}
body {
  background: radial-gradient(circle, #2e287e, #1a0933, #05001b, #000 90%);
}
.dexscreen {
  font-family: Inter, sans-serif;
}
html {
  scroll-behavior: smooth;
}
.copy-contract {
  align-items: center;
  display: flex;
  margin-top: 10px;
}
.btn-copy {
  background-color: #055c6b;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 10px 20px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.btn-copy:hover {
  background-color: #0056b3;
}
.copied-msg {
  color: green;
  font-size: 14px;
  margin-left: 10px;
}
.minting-section {
  background: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 4px 6px #0003;
  margin-top: 20px;
  padding: 20px;
}
.minting-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}
.preloader {
  align-items: center;
  background-color: #000;
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}
.preloader-spinner {
  animation: spin 1s linear infinite;
  border: 4px solid #ffffff4d;
  border-radius: 50%;
  border-top-color: #fff;
  height: 40px;
  margin-right: 10px;
  width: 40px;
}
.sticky {
  background: #807ad4;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  left: 3%;
  padding: 0;
  position: fixed;
  right: 3%;
  top: 0.7%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  z-index: 1000;
  .container {
    padding: 5px 0;
  }
}
.socials-faqs {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.title-lg,
nav {
  opacity: 0;
}
.display-none-desktop {
  display: none;
}
a {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  overflow-x: hidden;
  padding: 20px 0;
  width: 90%;
}
.section-spacing {
  margin: 100px 0;
}
.bg-img {
  background: url(/static/media/background-img.c3bda62c510d638d811e.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dextool-icon {
  height: auto;
  width: 80px;
}
.x-icon {
  height: auto;
  width: 25px;
}
.btn-navBar {
  align-items: center;
  background: linear-gradient(90deg, #f334a9 46.4%, #66b2ca);
  border: 1.32708px solid #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  font-size: 1.15rem;
  font-size: small;
  gap: 10px;
  justify-content: center;
  padding: 10px 20px;
  text-decoration: none;
  width: 100%;
}
.line {
  border-bottom: 1px solid #5fddf3;
}
.navbar-hover-effect {
  display: inline-block;
  transition: all 0.5s ease-in-out;
}
.navbar-hover-effect:hover {
  color: #66b2ca;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform-origin: center;
}
.logo-hamburger {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logo {
  color: #f334a9;
  font-size: 1.5rem;
  padding: 10px;
  text-decoration: none;
}
.title-lg {
  font-size: 3rem;
}
.title-xl {
  font-size: 6rem;
}
.text-lg {
  font-size: 1.5rem;
}
.text-sm {
  font-size: 0.8rem;
}
.flex-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 100px 0;
}
.grid-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.btn,
.grid-header {
  align-items: center;
  justify-content: center;
}
.btn {
  background: linear-gradient(90deg, #f334a9 46.4%, #66b2ca);
  border: 1.32708px solid #000;
  border-radius: 10px;
  display: flex;
  font-size: 1.15rem;
  gap: 10px;
  padding: 10px;
  text-decoration: none;
  width: 70%;
}
.btn:hover {
  color: #66b2ca;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.grid {
  grid-gap: 10px;
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 1.5fr 0.9fr;
}
.header-img {
  width: 100%;
}
.grid-about {
  grid-gap: 50px;
  gap: 50px;
  grid-template-columns: 0.8fr 1fr;
  justify-content: space-between;
}
.flex-text-about {
  display: flex;
  flex-direction: column;
}
.About-color {
  color: #47a6b6;
  text-transform: uppercase;
}
.About-font {
  font-family: Inter, sans-serif;
  font-optical-sizing: auto;
  font-size: 1.1rem;
  margin: 0;
}
.about-text {
  color: #8d8d8d;
  font-weight: 700;
  line-height: 2;
}
.about-heading {
  padding: 30px 0;
}
.flex-icon-text {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding: 20px 0;
}
.flex-container-about-icon-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.svg-width-about {
  height: auto;
  width: 200px;
}
.grid-about {
  grid-gap: 20px;
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.flip-horizontal {
  /* transform: scaleX(-1); */
}
.width {
  max-width: 100%;
}
.text-center {
  color: gray;
  margin-top: 20px;
  padding: 10px 0;
  text-align: center;
}
.hamburger {
  align-items: center;
  cursor: pointer;
  display: none;
  flex-direction: column;
  gap: 5px;
  height: 30px;
  justify-content: center;
  margin-left: auto;
  width: 30px;
}
.hamburger .bar {
  background-color: #64b0c8;
  height: 3px;
  transition: all 0.3s ease;
  width: 100%;
}
.hamburger .bar.open:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger .bar.open:nth-child(2) {
  opacity: 0;
}
.hamburger .bar.open:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.flex-navBar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 3px;
  transition: max-height 0.3s ease-in-out;
}
.width {
  width: 100%;
}
.roadmap-container {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.roadmap-title {
  color: #47a6b6;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.roadmap-content {
  max-width: 600px;
}
.roadmap-content,
.roadmap-phase-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
.roadmap-phase {
  border-radius: 10px;
  box-shadow: 0 4px 8px #0003;
  color: #fff;
  margin: 20px 0;
  padding: 20px;
  width: 100%;
}
.roadmap-phase h2 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.roadmap-phase p {
  color: #d0d0d0;
  font-size: 1rem;
  line-height: 1.5;
}
.dotted-line {
  background: repeating-linear-gradient(
    180deg,
    #fff,
    #fff 3px,
    #0000 0,
    #0000 6px
  );
  height: 40px;
  position: relative;
  width: 2px;
}
.vertical {
  margin: 10px 0;
}
.dotted-line:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  bottom: -8px;
  content: '';
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  width: 8px;
}
.utility-flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: 100px 0;
  width: 60%;
}
.utility-title {
  font-size: 2rem;
}
.utility-card-container {
  grid-gap: 50px;
  align-items: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
.utility-card-title {
  align-items: center;
  color: #66b2ca;
  display: flex;
  justify-content: center;
}
.utility-card {
  background-color: #0a4442c9;
  border-radius: 30px;
  font-size: 16px;
  padding: 100px 30px;
  position: relative;
  text-align: center;
}
.utility-svg {
  left: 40%;
  position: absolute;
  top: -15%;
}
.svg-utility {
  height: auto;
  width: 100%;
}
.video-container {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 100px 0;
  width: 100%;
}
.text-align-center {
  text-align: center;
}
.Tokenomics-title {
  color: #47a6b6;
  font-size: 3rem;
  padding: 50px 0;
  text-align: center;
}
.video-curve {
  border-radius: 20px;
}
.token-data {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.btn-token {
  align-items: center;
  background: linear-gradient(90deg, #f334a9 46.4%, #66b2ca);
  border: 1.32708px solid #000;
  border-radius: 10px;
  display: flex;
  font-size: 1.15rem;
  gap: 10px;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
}
hr {
  background-color: #66b3ca62;
  border: 0.5px solid #66b3ca62;
  margin: 20px 0;
}
.title-token {
  margin-bottom: 0;
}
.HowToBuy-title {
  color: #47a6b6;
  font-size: 2.5rem;
  margin-top: 30px;
}
.HowToBuy-Card {
  background-color: #1c1b2a;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  display: flex;
  gap: 40px;
  margin-top: 50px;
  padding: 30px;
}
.flex-1-HowToBuy {
  display: flex;
  flex-direction: column;
}
.flex-container-HowToBuy {
  grid-gap: 50px;
  align-content: center;
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}
.img-HowToBuy {
  height: auto;
  width: 60%;
}
.img-HowToBuy_1 {
  width: 60%;
  height: auto;
  float: right;
  margin-top: 50px
}
.gray-text {
  color: #b8b6b6;
}
.btn-HowToBuy {
  align-items: center;
  background: linear-gradient(90deg, #f334a9 46.4%, #66b2ca);
  border: 1.32708px solid #000;
  border-radius: 10px;
  display: flex;
  font-size: 1.15rem;
  gap: 10px;
  justify-content: center;
  margin: 100px auto auto;
  padding: 20px 10px;
  position: relative;
  text-decoration: none;
  width: 60%;
  z-index: 5;
}
.hr-HowToBuy {
  background-color: #d9d9d91a;
  border: 0.5px solid #d9d9d91a;
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.container-hr {
  position: relative;
}
.faqs-title {
  color: #47a6b6;
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
}
.text-faqs {
  color: #aaa7a7;
  text-align: center;
}
.card-container-faqs {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 40px 0;
}
.card-faqs {
  background-color: #48d6d21a;
  border: 2px solid #b94fb6;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.faq-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
}
.title-card-faqs {
  color: #5fddf3;
  font-size: 1.3rem;
  margin: 0;
}
.faq-toggle {
  color: #5fddf3;
  font-size: 1.5rem;
  transition: transform 0.3s ease, color 0.3s ease;
}
.faq-toggle.open {
  color: #f0f;
  transform: rotate(180deg);
}
.text-card-faqs {
  color: #aaa7a7;
  font-size: 1rem;
  line-height: 1.6;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.text-card-faqs.show {
  max-height: 200px;
  opacity: 1;
  padding-bottom: 15px;
}
@media (max-width: 760px) {
  .btn-copy {
    width: 100%;
  }
  .display-none-desktop {
    display: block;
  }
  .display-none-mobile {
    display: none;
  }
  .section-spacing {
    margin: 50px 0;
  }
  .grid,
  .grid-header {
    align-items: center;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .hamburger {
    display: flex;
  }
  .btn {
    font-size: 0.9rem;
    width: 100%;
  }
  .flex-navBar {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .flex-navBar.show {
    max-height: 500px;
    visibility: visible;
  }
  .grid-about {
    display: grid;
    grid-template-columns: 1fr;
  }
  .grid-2 {
    display: grid;
    order: 2;
  }
  .grid-1 {
    display: grid;
    order: 1;
  }
  .flex-icon-text {
    align-items: start;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 30px 0;
  }
  .svg-width-about {
    height: auto;
    width: 100px;
  }
  .utility-flex {
    width: 100%;
  }
  .utility-card-container {
    grid-template-columns: 1fr;
  }
  .token-data {
    align-content: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    margin-top: 30px;
  }
  .Tokenomics-title {
    font-size: 2rem;
  }
  .flex-container-HowToBuy {
    gap: 50px;
    grid-template-columns: 1fr;
  }
  .HowToBuy-Card,
  .socials-faqs {
    flex-direction: column;
  }
  .socials-faqs {
    align-items: center;
    display: flex;
    gap: 20px;
    justify-content: center;
    margin: 20px 0;
  }
}
@media (min-width: 1500px) {
  .title-lg {
    font-size: 5rem;
  }
  .about-text {
    font-size: 1.5rem;
  }
}
@media (max-width: 1180px) {
  .display-none-desktop {
    display: block;
  }
  .display-none-mobile {
    display: none;
  }
  .section-spacing {
    margin: 50px 0;
  }
  .grid,
  .grid-header {
    align-items: center;
    grid-template-columns: 1fr;
    justify-content: center;
  }
  .hamburger {
    display: flex;
  }
  .btn {
    font-size: 0.9rem;
    width: 100%;
  }
  .flex-navBar {
    align-items: center;
    flex-direction: column;
    gap: 10px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
  }
  .flex-navBar.show {
    max-height: 500px;
    visibility: visible;
  }
  .grid-about {
    display: grid;
    grid-template-columns: 1fr;
  }
  .grid-2 {
    display: grid;
    order: 2;
  }
  .grid-1 {
    display: grid;
    order: 1;
  }
}

.hidden {
  display: none;
}
/*# sourceMappingURL=main.9ac13788.css.map*/
