*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

html,
body {
  min-height: 100%;
  width: 100%;
  font-family: sans-serif;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

html {
  font-size: 0.6666666667vw;
}
@media (max-width: 1800px) {
  html {
    font-size: 0.7692307692vw;
  }
}
@media (max-width: 1512px) {
  html {
    font-size: 0.9090909091vw;
  }
}
@media (max-width: 1440px) {
  html {
    font-size: 1.0204081633vw;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 1.25vw;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media (max-width: 640px) {
  html {
    font-size: 4vw;
  }
}

body {
  background: url(../image/bg.png) #5A2F92;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 92rem;
}
@media (max-width: 640px) {
  body {
    background-size: 250% 69rem;
  }
}

section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 1.5rem;
}

footer {
  padding: 0 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: rgba(203, 215, 255, 0.1);
  height: 4.125rem;
  position: relative;
}
footer::before {
  position: absolute;
  pointer-events: none;
  content: "";
  padding: 0.0625rem 0 0 0;
  inset: 0;
  background: linear-gradient(258deg, rgba(255, 255, 255, 0.4) -1.3%, rgba(255, 255, 255, 0) 99.03%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.footer_content {
  gap: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_link {
  gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
.footer_link img {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media (max-width: 640px) {
  .footer_link img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.footer_link span {
  color: #FFF;
  font-size: 1.00588rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13163rem;
}
@media (max-width: 640px) {
  .footer_link span {
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 0.82944rem;
  }
}

.logo {
  width: 20.375rem;
  height: 5.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 1.75rem;
  margin-bottom: -2.5rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 640px) {
  .logo {
    width: 8.125rem;
    height: 2.25rem;
    margin-bottom: -1rem;
  }
}

.zen_img_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zen_img {
  width: 31.9375rem;
  height: 31.9375rem;
  -webkit-filter: drop-shadow(0px 0px 200px rgba(240, 124, 232, 0.78));
          filter: drop-shadow(0px 0px 200px rgba(240, 124, 232, 0.78));
  -webkit-animation: pulse_btn 5s infinite ease;
          animation: pulse_btn 5s infinite ease;
}
@media (max-width: 640px) {
  .zen_img {
    width: 20rem;
    height: 20rem;
    margin-bottom: 1.9rem;
  }
}

.arrow_zen_img {
  width: 59.73469rem;
  height: 16.14113rem;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-animation: levitate 2s infinite;
          animation: levitate 2s infinite;
}

@-webkit-keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes levitate {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.5rem);
            transform: translateY(-1.5rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.hero_text_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2.5rem;
}
.hero_text_wrapper > p {
  color: #FFF;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2375rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media (max-width: 640px) {
  .hero_text_wrapper > p {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    max-width: 18rem;
  }
}
.hero_text_wrapper > h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 5rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.10331rem;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 640px) {
  .hero_text_wrapper > h1 {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.91288rem;
  }
}
.hero_text_wrapper > h1 span {
  background: var(--Gradients-Pinks, linear-gradient(90deg, #FF00A1 0.27%, #FD42F9 97.16%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero_text_wrapper > h2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.10331rem;
  text-transform: uppercase;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 640px) {
  .hero_text_wrapper > h2 {
    font-size: 1.58631rem;
    font-style: normal;
    font-weight: 900;
    line-height: 2.665rem;
    letter-spacing: -0.05rem;
  }
}

.primary_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.19456rem 5.02rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9955rem;
  border-radius: 0.79638rem;
  background: linear-gradient(57deg, #FF428D 0%, #FFAE46 100%);
  -webkit-box-shadow: 0px -4.778px 0px 0px rgba(0, 0, 0, 0.15) inset, 0px 0px 15.928px 0px rgba(255, 136, 250, 0.6);
          box-shadow: 0px -4.778px 0px 0px rgba(0, 0, 0, 0.15) inset, 0px 0px 15.928px 0px rgba(255, 136, 250, 0.6);
  color: #FFF;
  font-size: 1.59275rem;
  font-style: normal;
  font-weight: 700;
  line-height: 105%;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-animation: pulse_btn 1.5s infinite;
          animation: pulse_btn 1.5s infinite;
}
@media (max-width: 640px) {
  .primary_btn {
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.05rem;
    height: 2.5625rem;
  }
}
.primary_btn::before {
  position: absolute;
  pointer-events: none;
  content: "";
  padding: 1.195px;
  border-radius: 0.79638rem;
  inset: 0;
  background: linear-gradient(74deg, #FFF -3.27%, rgba(255, 255, 255, 0) 31.23%, #FFF 51.67%, rgba(255, 255, 255, 0) 83.71%, #FFF 109.86%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.primary_btn:hover {
  -webkit-filter: brightness(1.5);
          filter: brightness(1.5);
  scale: 1.05;
  rotate: 0.5deg;
}
.primary_btn:active {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
  scale: 0.95;
}

@-webkit-keyframes pulse_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes pulse_btn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.launching_memecoins {
  margin: 2.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.launching_memecoins > h3 {
  color: #FFF;
  text-align: center;
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0.25rem;
}
@media (max-width: 640px) {
  .launching_memecoins > h3 {
    font-size: 0.75rem;
    font-style: normal;
  }
}
.launching_memecoins > p {
  color: #AFAFAF;
  font-size: 0.9375rem;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 1.9rem;
}
@media (max-width: 640px) {
  .launching_memecoins > p {
    font-size: 0.75rem;
    font-style: normal;
  }
}

.launching_memecoins_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.65rem;
  max-width: 62rem;
  width: 100%;
}
@media (max-width: 640px) {
  .launching_memecoins_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.9rem;
  }
}

.launching_memecoins_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 640px) {
  .launching_memecoins_item {
    max-width: 16rem;
  }
}
.launching_memecoins_item img {
  margin-bottom: 0.65rem;
  width: 5.5rem;
}
.launching_memecoins_item > h4 {
  text-align: center;
  color: #FFF;
  text-align: center;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 640px) {
  .launching_memecoins_item > h4 {
    font-size: 0.75rem;
    font-style: normal;
  }
}
.launching_memecoins_item > p {
  text-align: center;
  color: #AFAFAF;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 640px) {
  .launching_memecoins_item > p {
    font-size: 0.75rem;
    font-style: normal;
  }
}

.interface_mobile_img {
  max-width: 17.5rem;
  width: 100%;
  margin-bottom: 1.9rem;
  display: none;
}
@media (max-width: 640px) {
  .interface_mobile_img {
    display: block;
  }
}
.interface_mobile_img img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 72px #C300FF);
          filter: drop-shadow(0px 0px 72px #C300FF);
}

.interface_web_img {
  max-width: 60rem;
  width: 100%;
  margin-top: 1.9rem;
}
@media (max-width: 640px) {
  .interface_web_img {
    display: none;
  }
}
.interface_web_img img {
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 140px #C300FF);
          filter: drop-shadow(0px 0px 140px #C300FF);
}