@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

@font-face {
  font-family: milky;
  src: url('../fonts/DrukTextWide-Heavy.woff2');
}

:root {
  --theme: #ffffff;
  /* blue #033be5 */

  --primary: #033be5;
  /* white #ffffff */
  --secondary: #033be5;
  /* white #ffffff */

  --base: #033be5;
  /* white #ffffff */
  --light: #c9c9c9;
}

* {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  color: var(--base);

  &:focus {
    outline: none;
  }
}

html,
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: var(--theme);
  scroll-behavior: smooth;
}

h1,
h2 {
  font-family: 'milky', sans-serif;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-theme {
  background-color: var(--theme) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-base {
  color: var(--text) !important;
}

.text-light {
  color: var(--text) !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

.text-linear-primary {
  background: linear-gradient(to right, #033be5 15%, #033be5 50%);
  background: -webkit-linear-gradient(to right, #033be5 15%, #033be5 50%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-linear-secondary {
  background: linear-gradient(to right, #033be5 15%, #033be5 50%);
  background: -webkit-linear-gradient(to right, #033be5 15%, #033be5 50%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*
.text-linear-primary {
  background: linear-gradient(to right, #fcfcfc 15%, #fefefe 50%);
  background: -webkit-linear-gradient(to right, #fcfcfc 15%, #fefefe 50%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-linear-secondary {
  background: linear-gradient(to right, #fdfdfd 15%, #fffcff 50%);
  background: -webkit-linear-gradient(to right, #fdfdfd 15%, #fffcff 50%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/

/* change blue line */

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(3, 59, 229 / var(--tw-border-opacity)) !important;
}

.border-white\/50 {
  border-color: rgb(3 59 229 / 0.5) !important;
}

/* change hover*/
.hover\:text-sky-300 {
  transition: color 0.3s ease;
}

.hover\:text-sky-300:hover {
  color: rgb(3 59 229 / 0.5) !important;
}



/*

.section-hero {
  /*--theme: #033be5;
  /* blue #033be5 */

/*--primary: #ffffff;
  /* white #ffffff */
/*--secondary: #ffffff;
  /* white #ffffff */

/*--base: #ffffff;
  /* white #ffffff */
/*--light: #181717;

  .text-linear-primary {
    background: linear-gradient(to right, #ffffff 15%, #ffffff 50%);
    background: -webkit-linear-gradient(to right, #ffffff 15%, #ffffff 50%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
} */


#header-left {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
}


#header-right {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 15px;
}

#tokenomics-roadmap {
  --theme: #033be5;
  /* blue #033be5 */

  --primary: #ffffff;
  /* white #ffffff */
  --secondary: #ffffff;
  /* white #ffffff */

  --base: #ffffff;
  /* white #ffffff */
  --light: #c9c9c9;
}


/* change tokenomics */

.bg-black\/10 {
  background: linear-gradient(to left, rgba(3, 47, 229, 0.75), #032fe5) !important;
}

.border-pink-400\/20 {
  border-color: rgb(0, 64, 255) !important;
}



/* change roadmap border/background  COMPLETED*/

.bg-sky-400\/10 {
  background: linear-gradient(to right, rgba(3, 47, 229, 0.75), #032fe5) !important;
}

.border-sky-300\/60 {
  border-color: rgb(0, 64, 255) !important;
}


/* change roadmap border/background  PENDING*/

.bg-orange-200\/5 {
  background: linear-gradient(to right, rgb(3 59 229/ 0.6), rgba(3, 47, 229, 0.6)) !important;

}

.border-orange-400\/20 {
  border-color: rgb(113 152 255) !important;
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(191 191 191 / var(--tw-text-opacity)) !important;
}



/* change roadmap border/background  WAITING*/

.bg-black\/10.relative {

  background: linear-gradient(to right, rgb(3 59 229 / 0.3), rgb(3 59 229/ 0.3)) !important;
}

.border-sky-300\/20.relative {
  border-color: rgb(154, 181, 248) !important;
}

.container {
  max-width: 1350px !important;
  position: relative !important;
  z-index: 2 !important;
  padding: 0 25px !important;
  margin: 0 auto;
}

.button-base {
  border: 1px solid var(--primary);
  height: 48px;
  padding: 0 15px;
  color: var(--primary);
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  /* Add transitions */
}

.button-base:hover {
  color: #ffffff;
  /* Change text color */
  background-color: rgba(3, 59, 229, 0.6);
  /* Change background color */
  border-color: #ffffff;
  /* Change border color */
}

.hero-text svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 46%;
  top: 65%;
  transform: translate(-50%, -50%) scale(1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  animation: 3s pulsate infinite alternate ease-in-out;
}

.hero-text svg text.animate-stroke {
  animation: stroke 4s;
  opacity: 0.2;
}

.hero-text svg text {
  font-family: 'milky', sans-serif;
  text-transform: uppercase;
  animation: stroke 4s;
  stroke-width: 1.2;
  /* stroke: #033be5;*/
  stroke: #fcfcfc;

  fill: transparent;
  font-size: 230px;
  display: inline-block;
  letter-spacing: 5px;
  opacity: 0;
}

.section-hero::before,
.hero-image::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(260deg,
      var(--primary) 0%,
      rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
}

.section-hero:before {
  -webkit-filter: blur(150px);
  filter: blur(150px);
  top: 0;
  right: 0;
  width: 322px;
  height: 308px;
  margin-right: -5%;
  margin-top: -5%;
  z-index: 1;
}

.hero-image:before {
  background: linear-gradient(260deg,
      var(--secondary) 0%,
      rgba(115, 67, 210, 0) 100%);
  bottom: 0;
  left: 0;
  width: 120%;
  height: 120%;
  opacity: 0.3;
  margin-left: -50%;
  margin-bottom: -30%;
  z-index: -1;
}

.section-case::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(260deg,
      var(--secondary) 0%,
      rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  width: 100%;
  height: 120%;
  opacity: 0.2;
  right: 0;
  bottom: 0;
  margin-right: -40%;
  margin-bottom: -20%;
}

.section-resume::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(260deg,
      var(--primary) 0%,
      rgba(115, 67, 210, 0) 100%);
  -webkit-filter: blur(150px);
  filter: blur(150px);
  width: 90%;
  height: 90%;
  opacity: 0.15;
  left: 0;
  bottom: 0;
  margin-left: -50%;
  margin-bottom: -20%;
}

@media (max-width: 600px) {
  .section-case::before {
    width: 400px;
    height: 400px;
  }

  .section-resume::before {
    width: 400px;
    height: 400px;
  }

  .hero-text svg {
    top: 35%;
    left: 50%;
  }

  .hero-text svg text.animate-stroke {
    opacity: 0.8;
  }

  .hero-text svg text {
    font-size: 350px;
    stroke-width: 2;
  }

  @keyframes pulsate {
    0% {
      transform: translate(-50%, -50%) scale(1);
    }

    50% {
      transform: translate(-50%, -50%) scale(1.02);
    }

    100% {
      transform: translate(-50%, -50%) scale(1);
    }
  }
}

@keyframes stroke {
  0% {
    stroke-dashoffset: 25%;
    stroke-dasharray: 0 50%;
    stroke-width: 1;
  }

  100% {
    stroke-dashoffset: 100%;
    stroke-dasharray: 100% 0;
    stroke-width: 1;
  }
}

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}

#dexscreener-embed {
  position: relative;
  width: 100%;
  padding-bottom: 125%;
}

@media (min-width: 1400px) {
  #dexscreener-embed {
    padding-bottom: 65%;
  }
}

#dexscreener-embed iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0;
}




.money-display {
  padding: 0 25px;
  /* Increase horizontal padding for wider button */
  min-width: 180px;
  /* Set a minimum width to ensure button width consistency */
  height: 48px;
  padding: 0 15px;
  color: #032fe5;
  background-color: rgba(255, 255, 255, 0.6);
  border-color: #032fe5;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  /* Add transitions */
}


/* 
.number-display:hover {
  color: #033be5;
  background-color: transparent;
  border: 1px solid #033be5;
}
*/

.number-display {
  padding: 5px 0px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}



@media (max-width: 475px) {

  .money-display {
    min-width: 160px;
  }
}

@media (max-width: 1024px) {
  .max-lg\:h-80 {
    height: 5rem !important;
  }

  #header-left {
    margin-bottom: 4rem;
  }

}

@media (max-width: 429px) {
  .max-lg\:h-80 {
    height: 2rem !important;
  }

}

@media (max-width: 375px) {
  .max-lg\:h-80 {
    height: 0rem !important;
  }

}



@media (min-width: 1024px) {

  .lg\:h-20 {
    height: 2.9rem !important;
  }
}



#wallet {

  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(to right, rgba(3, 47, 229, 0.75), #032fe5);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
}

#wallet {
  --theme: #033be5;
  /* blue #033be5 */

  --primary: #ffffff;
  /* white #ffffff */
  --secondary: #ffffff;
  /* white #ffffff */

  --base: #ffffff;
  /* white #ffffff */
  --light: #181717;

  .text-linear-primary {
    background: linear-gradient(to right, #ffffff 15%, #ffffff 50%);
    background: -webkit-linear-gradient(to right, #ffffff 15%, #ffffff 50%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .text-linear-secondary {
    background: linear-gradient(to right, #ffffff 15%, #ffffff 50%);
    background: -webkit-linear-gradient(to right, #ffffff 15%, #ffffff 50%);

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}



.slider {

  height: 250px;
  margin: auto;
  margin-top: -80px;
  position: relative;
  width: 90%;
  display: grid;
  place-items: center;

}

.slide-track {
  display: flex;
  width: calc(250px* 18);
  animation: scroll 40s linear infinite;
}

.slide-track:hover {
  animation-play-state: paused;
}

.slide {
  height: 200px;
  width: 250px;
  display: flex;
  align-items: center;
  padding: 15px;
  perspective: 100px;
}

.slide img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 9))
  }
}


.pt-15 {
  padding-top: 4.5rem;
}


.gif {
  width: 100%;
  height: 100%;
  object-fit: cover;
  mask-image: linear-gradient(to top, transparent 5%, black 45%);
  -webkit-mask-image: linear-gradient(to top, transparent 5%, black 45%);

}



/* how to buy */

.step-top {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.step-top.color1 {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 15px;
  padding-bottom: 15px;
}

.image-9 {
  width: 60px;
}

.step-bot {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-title {
  font-size: 16px;
  font-weight: 700;
}

.step-desciprion {
  text-align: center;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 10px;
  word-wrap: break-word;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}


.download-button {
  padding: 0 25px;
  /* Increase horizontal padding for wider button */
  min-width: 180px;
  /* Set a minimum width to ensure button width consistency */
  height: 48px;
  padding: 0 15px;
  color: #032fe5;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #032fe5;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  /* Add transitions */
}

.download {
  color: #032fe5;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}


.download-button:hover {
  color: #ffffff;
  /* Change text color */
  background-color: rgba(249, 249, 249, 0.6);
  /* Change background color */
  border-color: #ffffff;
  /* Change border color */
}

.download-button:hover .download {
  color: #ffffff;
}




/* disclamer */


.section1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.faq_component {
  grid-row-gap: 0rem;
  background: linear-gradient(to left, rgba(3, 47, 229, 0.75), #032fe5);
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  height: auto;
  padding: 0 20px;
  display: flex;
}

@media screen and (max-width: 991px) {

  .faq_component,
  .div-block-11 {
    width: 90vw;
  }
}


.faq_component-header-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.faq_component-heading {
  color: #ffffff;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_component-header-2nd-click-trigger {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_component-description-wrapper {
  width: 100%;
  height: auto;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.faq_component-description-wrapper.open {
  height: auto;
}

.faq_component-para {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}

.bold-text {
  font-weight: 400;
  --base: #ffffff;
}



.faq_component._20mt {
  margin-top: 20px;
}

.div-block-11 {
  background: linear-gradient(to left, rgba(3, 47, 229, 0.75), #032fe5);
  border-radius: 10px;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  margin-top: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}



@media screen and (max-width: 991px) {

  .faq_component,
  .div-block-11 {
    width: 90vw;
  }
}


@media screen and (max-width: 767px) {
  .div-block-11 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    padding: 20px 10px;
  }
}


@media screen and (max-width: 479px) {
  .div-block-11 {
    flex-flow: column;
    align-items: stretch;
    padding: 20px 5px;
  }
}


.link-block-2-copy {
  padding: 0 25px;
  /* Increase horizontal padding for wider button */
  min-width: 180px;
  /* Set a minimum width to ensure button width consistency */
  height: 48px;
  padding: 0 15px;
  color: #032fe5;
  background-color: rgba(255, 255, 255, 0.9);
  border-color: #032fe5;
  border-radius: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  /* Add transitions */
}

.text-block {
  color: #032fe5;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}


.link-block-2-copy:hover {
  color: #ffffff;
  /* Change text color */
  background-color: rgba(249, 249, 249, 0.6);
  /* Change background color */
  border-color: #ffffff;
  /* Change border color */
}

.link-block-2-copy:hover .text-block {
  color: #ffffff;
}



.div-block-6-copy {
  border: 1px solid white;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  .div-block-6-copy {
    justify-content: space-between;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .div-block-6-copy {
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

#contractcopy {
  --base: #ffffff;
}

/* video HTB */
.video-container {
  position: relative;
  max-width: 1000px;
  border-radius: 15px;
  overflow: hidden;

  box-shadow: 0 4px 30px rgb(37 0 255 / 44%);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgb(4 0 255);
  padding: 5px;
  margin: 0 auto;
  /* Center the video container */
  border: 1px solid rgba(255, 255, 255, 0.1);

}


@media screen and (max-width: 767px) {
  .video-container {
    position: relative;
    max-width: 1000px;
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 4px 30px rgb(37 0 255 / 44%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgb(4 0 255);
    padding: 2px;
    margin: 0 auto;
    border: 1.5px solid rgba(255, 255, 255, 0.1);

  }
}

.video-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  z-index: -1;
}

.video-container video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}