body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        margin: 0;
        font-family: "Josefin Sans", serif;
        font-weight: 300;
        
}

#custom-alert {
  text-align: center;
  margin-bottom: 50px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: -7px;
}

.begin {
  background-color: #111;
/*  background-image: url(fullbull.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  border-radius: 30px;
  margin: 50px auto;
  margin-top: 150px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background-color: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  z-index: 1000;
  max-width: 100vw;
  margin-top: -30px;
}

.logo {
  font-size: 25px;
  margin: 0px 20px;
  background: linear-gradient(to right, #f507d1, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

#custom-alert {
  color: white;
}

.menu {
  display: flex;
  gap: 20px;
  margin: 0 20px;
}

.menu a {
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 900;
}

.menu a:hover, .more-info a:hover {
 
}

/* Hamburger Menu Styles */
.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 3px;
  margin: 0;
  margin-right: 30px !important;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: white;
  transition: transform 0.3s, opacity 0.3s;
}

.hero-banner {
  width: 90%;
  padding: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
}

.hamburger {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 3px;
  margin: 0 20px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 4px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.3s;
}


.hero-banner h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 4em;
  text-align: left;
  margin: 70px;
  width: 60%;
  margin-bottom: 20px;
}

.hero-banner h2 {
  background: linear-gradient(to right, gold, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-image {
  width: 25%;
  margin: 60px;
  margin-bottom: 20px;
}

.hero-image img {
  width: 100%;
}

.more-info {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.more-info h4 {
  width: 60%;
  text-align: center;
  color: #fff;
  margin: 20px auto;
  font-size: 1.5em;
}

 .url-button {
  width: 50%;
  margin: 20px auto;
  margin-top: 30px;
  padding: 20px;
  font-size: 1.5em;
  font-weight: 900;
  background: #f507d1;
  color: #fff;
  border-radius: 20px;
  border: 3px solid #f507d1;
}

.more-info button:hover, .url-button:hover {
  background: #980682;
}

.more-info a {
  text-align: center;
  color: #f0f0f0;
  font-weight: 400;
  margin: 0px auto;
  margin-top: 0;
  font-size: 1.5em;
}

#commu {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 10px;
}

.social-links {
  width: 40%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
}

.social-links i {
  font-size: 4em;
  color: #fff;
}

.market-info {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.market-info h3 {
  font-size: 3em;
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.market-stats {
  display: flex;
  justify-content: space-between;
  width: 80%;
  gap: 20px;
}

.stat {
  background: #d3d3d3;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  width: 30%;
}

.stat-title {
  font-size: 1.5em;
  font-weight: 500;
  color: black;
}

.stat-figure {
  font-size: 2em;
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.ca {
  width: 70%;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
}


.ca p {
  font-weight: 500;
  font-size: 1.2em;
  margin: 0;
}

.ca span {
  color: #fff;
  font-weight: 900;
}

.ca button {
  background-color:  #f507d1;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  border: none;
  margin-top: -5px;
}

.ca button:hover {
  background: ##980682;
}

.about {
  margin: 50px auto;
  padding: 0;
  width: 90%;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  margin-bottom: 0;
}

.about h3 {
  background: linear-gradient(to right, gold, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.ca-title {
  width: 80%;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.about p {
  width: 80%;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0;
}

.about-image {
  width: 30%;
}

.about-image img {
  width: 100%;
  border-radius: 10px;
}

.dyor-links {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding-top: 50px;
}

.dyor-links h3 {
  font-size: 3em;
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.links {
  width: 50%;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to the next row */
  gap: 60px; /* Add space between items */
  justify-content: space-between; /* Evenly distribute items */
}

.dyor {
  color: black;
  justify-content: space-between;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1em;
  padding: 20px;
  font-weight: 600;
  flex: 1 1 calc(25% - 60px); /* Ensure each item takes 25% of the row minus the gap */
  box-sizing: border-box; /* Include padding and border in width calculations */
  text-align: center; /* Optional: Center-align the content */
}

.brand-icon {
  width: 100%;
  border-radius: 10px;
}

.dyor-links a:hover {
  background: #d3d3d3;
}

.dyor p {
  margin-bottom: 0;
}

.tokenomics {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  padding-bottom: 80px;
}

.tokenomics h3 {
  margin-top: 70px;
  font-size: 3em;
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.token {
  display: flex;
  width: 70%;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5em;
  font-weight: 500;
}

.infographics {
  width: 30%;
}

.infographics img {
  width: 100%;
  border-radius: 10px;
}

.num p {
  font-weight: 700;
  font-size: 1.5em;
}

.num span {
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.utilities {
  margin: 0;
  padding: 50px 0;
  width: 90%;
  border-radius: 30px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  background: #111;
  /* background-image: url(fullbull.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.utilities h3 {
  background: linear-gradient(to right, gold, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  font-weight: 900;
  width: 80%;
  text-align: center;
  margin: 20px auto;
}

.utilities p {
  width: 80%;
  font-size: 1.5em;
}

.utilities-box {
  font-size: 1.5em;
  width: 100%;
  display: flex;
  display: flex;
  padding: 0px 20px;
  flex-wrap: nowrap; /* Prevents wrapping to the next line */
  overflow-x: auto; /* Enables horizontal scrolling if needed */
  gap: 30px; /* Adjust spacing between boxes */
}

.utility {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;
  padding: 10px;
  width: 450px; /* Fixed width */
  flex-shrink: 0; /* Prevents shrinking */
  box-sizing: border-box; /* Ensures padding doesn’t affect width */
  border: 1px solid #ddd; /* Optional: Adds a border for clarity */
  text-align: center; /* Optional: Centers text */
  background: #ffffff10;
}

.utility-title {
  background: linear-gradient(to right, gold, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.utility-title {
  font-size: 30px !important;
}

.utility-detail {
  font-size: 18px !important;
  margin-bottom: 20px;
  font-weight: 300;
}

.utility-button {
  background-color:  #13cf02;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  border: none;
  width: 70%;
  margin-bottom: 30px;
  font-size: 20px !important;
  font-weight: 900;
  text-decoration: none;
  margin-top: 30px;
}

.utility button:hover {
  background: #0d9600;
}

.utility button:disabled {
  background-color: #ccc; /* Grey background */
  color: #666; /* Dark grey text */
  cursor: not-allowed; /* Cursor shows it's disabled */
  border: 1px solid #999;
  opacity: 0.6;
}

.utility i {
  font-size: 100px !important;
  color: #d3d3d3;
  margin-top: 20px;
}

.roadmap {
  margin: 50px 0;
  padding: 50px 0;
  width: 100%;
  color: #000;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.roadmap h3 {
  background: linear-gradient(to right, black, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-size: 3em;
  font-weight: 900;
}

.road {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.road h3 {
  padding: 0;
  margin: 0;
}

.road p {
  font-size: 2em;
  font-weight: 500;
}

.phase {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #d3d3d3;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  color: #d3d3d3;
  overflow: hidden;
  width: 400px;
  height: 400px;
}

.phase-title {
  padding: 40px;
  background: lightblue;
  font-weight: 600;
  font-size: 2em;
  width: 100%;
  color: navy;
  text-align: center;
  margin: 0;
  margin-top: 30px;
}

.phase-details {
  padding: 20px;
  font-weight: 600;
  font-size: 1.2em;
  width: 100%;
  color: black;
  text-align: center;
  margin-bottom: 10px;
}

.roadmap i {
  font-size: 50px;
}

.ongoing {
  padding: 10px;
  font-weight: 600;
  font-size: 1.2em;
  color: #000;
  text-align: center;
  border-radius: 5px;
}

.next {
  color: #666; /* Dark grey text */
}

.how-to-buy {
  width: 100%;
  margin: 0;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
}

.how-to-buy h3 {
  margin-top: 70px;
  font-size: 3em;
  background: linear-gradient(to right, #170c30, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.how-to-buy i {
  font-size: 12px;
  margin-right: 20px;
  color: green;
  background: white;
  border-radius: 50%;
  padding: 10px;
}

.how-to-buy p {
  font-size: 24px;
  width: 70%;
  text-align: center;
  font-weight: 350;
  background: #d3d3d3;
  border-radius: 5px;
  padding: 20px;
  margin: 10px;
}

footer {
  margin: 0;
  padding: 50px 0;
  padding-bottom: 100px;
  width: 100%;
  background-color: #111;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

footer div {
  width: 70%;
  font-size: 18px;
}

footer a {
  color: #fff;
  text-decoration: none;
}

.copyright {
  text-align: center;
  margin-top: 120px;
}

.disclaimer span {
  color: gold;
}

@media screen and (min-width: 768px) {

  .menu-social-links, .mobile-hero-image {
    display: none;
  }

}


.ticker-content p {
  margin-top: 0;
  font-weight: 400;
}

.ticker-container {
  position: fixed;
  top: 90px; /* Adjust based on your header height */
  width: 80%;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  z-index: 2000;
  margin: 0 auto;
  height: 40px;
}

.ticker-wrapper {
  display: flex;
  width: max-content;
  animation: tickerMove 10s linear infinite;
}

.ticker-content {
  display: flex;
  padding-right: 5px; /* Space between repeating text */
}

@keyframes tickerMove {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.ticker-content span {
  color: green;
  font-weight: 700;
}

.dyor, .infographics, .phase, .about-image {
  transform: scale(0.1);
  opacity: 0;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.dyor.show, .infographics.show, .phase.show, .about-image.show {
  transform: scale(1);
  opacity: 1;
}

.floating-button {
    position: fixed;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    color: #f507d1;
    border: 2px solid #f507d1;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 30px;
    background: black;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease, transform 0.2s ease;
}

@media screen and (min-width: 768px) {
  .more-info {
    gap: 50px;
  }
  .social-links {
    width: 200px;
    margin: 30px;
  }
  
  .social-links i {
    font-size: 40px;
    background: linear-gradient(to right, gold, #f507d1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
  
  .ca {
    width: 650px;
    margin-bottom: 100px;
  }
  
  .baggage {
    display: none;
  }
  .larry {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    width: 95%;
  }
  .floating-button {
    display: none;
  }
  
  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-social-links {
    width: auto;
  }
  
  footer ul {
    margin-left: -20px;
  }
  
  .disclaimer p {
    text-align: center;
  }
  
  .utilities-box {
    width: 90%;
  }

  .phase {
    width: 200px;
    height: 200px;
    gap: 0;
  }

  .phase p {
    margin: 0;
  }

  .phase-title {
    padding: 10px;
    font-size: 15px;
    margin-top: 25px !important;
  }

  .ongoing {
    font-size: 13px;
  }

  .phase-details {
    font-size: 15px;
    width: 70%;
  }

  .phases {
    flex-direction: row !important;

  }

  #arrow-down {
    display: none;
  }

  .about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    width: 80%;
    margin: 20px auto;
  }

  .about-image {
    width: 30% !important;
  }

  .about-texts {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .about p {
    width: 100%;
  }

}

.about-texts {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }

  .baggage {
    width: 100% !important;
    margin: 0 auto !important;
  }

  .about p {
    width: 100%;
  }

.phases {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.twitter-feed {
  width: 300px;
  margin: 50px auto !important;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.twitter-feed p, .twitter-feed a {
  text-align: center;
}

.twitter-feed a {
  margin-bottom: 50px;
  margin-top: 20px;
}

.utilities-box {
    padding: 30px 0;
    gap: 40px;
  }

  .utility {
    gap: 10px;
  }

  .utility p {
    margin: 0;
  }

  .utility i {
       font-size: 50px !important;
       margin: 0;
       margin-top: 10px;
  }

  .utility button {
    margin-bottom: 10px;
  }