@media screen and (max-width: 768px) {

/* Menu toggle animation */
.menu {
  position: fixed;
  margin: 0;
  padding: 0;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: right 0.5s ease-in-out;
  z-index: 100;
  margin-top: 100px;
}

.mesan {
  display: none;
}

.mumu-dev {
  margin-top: 60px;
}

.menu.active {
  right: 0;
}

.menu a {
  text-decoration: none;
  color: black;
  padding: 15px;
  font-size: 30px;
  transition: color 0.3s ease;
}


.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.open span:nth-child(2) {
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 20px;
  width: 30px;
  cursor: pointer;
  z-index: 1100;
}

.hamburger span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.hero-banner {
  width: 70%;
}

.hamburger {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 3px;
  margin: 0 20px;
}

.hamburger span {
  display: block;
  width: 25px;
  height: 4px;
  background-color: #000;
  transition: transform 0.3s, opacity 0.3s;
}


.hero-image {
  display: none;
}

.hero-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-banner h2 {
  font-size: 40px;
  text-align: center;
  margin: 10px;
  width: 120%;
  margin-top: 0px;
}

.mobile-hero-image {
  width: 80%;
  margin-auto
  margin-top: 100px;
  margin-bottom: 20px;
}

.mobile-hero-image img {
  width: 100%;
}

.more-info h4 {
  font-size: 18px;
  padding: 20px;
  background: #ffffff10;
  border-radius: 10px;
  margin: 70px auto;
}

.more-info button, .more-info a {
  font-size: 20px;
}

.commu p {
  font-size: 20px;
  width: 80%;
  text-align: center;
  margin: 10px auto;
}

.social-links i {
  font-size: 30px;
}

.market-info h3 {
  font-size: 2em;
}

.market-stats {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.stat {
  width: 70%;
  padding: 10px;
}

.stat-figure {
  font-size: 1.5em;
  margin: 0 auto;
}

.stat-title {
  font-size: 1.2em;
  margin: 10px auto;
}

.ca {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.ca p {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.ca span {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about h3 {
  font-size: 2em;
}

.about-image {
  width: 80%;
}

.about p {
  font-size: 20px;
}

.dyor-links h3 {
  font-size: 2em;
  text-align: center;
  width: 80%;
}

.links {
  width: 80%;
  display: flex;
  flex-wrap: wrap; /* Allow wrapping to the next row */
  gap: 40px; /* 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(50% - 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 */
}

.tokenomics h3 {
  font-size: 2em;
}

.token {
  flex-direction: column;
  font-size: 1.1em;
  align-items: center;
}

.infographics {
  width: 100%;
}

.utilities h3 {
  font-size: 2em;
}

.utilities p {
  font-size: 20px;
}

.utility {
  width: 100%;
}

.utilities-box {
  flex-direction: column;
  align-items: center;
  width: 90%;
}

.roadmap h3 {
  font-size: 2em;
}

.phase {
  width: 250px;
  height: 250px;
}

.phase-title {
  font-size: 1.5em;
  padding: 20px;
}

.phase-details {
  font-size: 15px;
}

.ongoing {
  font-size: 15px;
}

.how-to-buy h3 {
  font-size: 2em;
}

.how-to-buy p {
  font-size: 20px;
}

.utilities {
  overflow-x: hidden;
}

.utility {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.utility:nth-child(even) {
  transform: translateX(100px);
}

.utility.show {
  opacity: 1;
  transform: translateX(0);
}

.menu-social-links {
  margin-top: 80px;
}

#arrow-right {
  display: none;
}

.desktop {
  display: none;
}

.about {
  align-items: center;
}


}
