body {
  background-color: #ba7fff;
  scroll-behavior: smooth;
}



.custom-navbar {
  background-color: #ba7fff;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  padding: 0.5rem 0;
}

.custom-link {
  font-weight: bold;
  color: #000;
  font-size: 1rem;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #000;
  letter-spacing: 1px;
}

.custom-link:hover {
  color: #000;
}

.circle-icon {
  width: 40px;
  height: 40px;
  background-color: #0044ff;
  border-radius: 50%;
  box-shadow: 2px 2px 0 #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-icon img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991px) {
  .navbar-collapse {

  }

  .circle-icon {
    margin-top: 1rem;
  }
}


section {
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
}


/* New styles for page2 */
.about-section {
  background-color: #ba7fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-title {
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  text-shadow: 2px 2px #00000033;
}

.about-card {
  background-color: #ba7fff;
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 5px 5px 0px #000;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  font-weight: bold;
  font-size: 1.1rem;
  max-width: 500px;
}

/* === Page 1 Styles === */
.hero-section {
  background-color: #ba7fff;
  background-image: url('images/bg-pattern.png'); /* Optional: add light background pattern */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-title {
  font-size: 4rem;
  font-weight: 900;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  color: #000;
  text-shadow: 3px 3px 0 #fff, 5px 5px 0 #000;
}

.hero-subtitle {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333;
  max-width: 600px;
  text-shadow: 1px 1px #fff;
}

.hero-btn {
  background-color: #0044ff;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 40px;
  box-shadow: 5px 5px 0 #000;
  font-family: 'Comic Sans MS', cursive;
  transition: all 0.2s ease-in-out;
}

.hero-btn:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 0 #000;
}

.icon-btn {
  width: 50px;
  height: 50px;
  background-color: #0044ff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 0 #000;
  transition: transform 0.2s ease;
}

.icon-btn img {
  width: 30px;
  height: 30px;
}

.icon-btn:hover {
  transform: translateY(-2px);
  box-shadow: 2px 2px 0 #000;
}

.hero-image {
  max-height: 450px;
}

.how-to-buy-section {
  background-color: #ba7fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.how-to-buy-title {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  text-shadow: 3px 3px #000;
}

.buy-card {
  background-color: #ba7fff;
  border: 3px solid #000;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #000;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  height: 100%;
}

.buy-icon {
  width: 50px;
  height: 50px;
}

.buy-step-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-shadow: 2px 2px #00000022;
  color: #000;
}

.tokenomics-section {
  background-color: #ba7fff;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.tokenomics-title {
  font-size: 3.5rem;
  font-weight: 900;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
  text-shadow: 2px 2px #00000033;
}

.tokenomics-list li {
  font-weight: 500;
  font-family: Arial, sans-serif;
  margin-bottom: 8px;
}

.tokenomics-chart {
  width: 300px;
  height: 300px;
  position: relative;
}

.tokenomics-svg {
  width: 100%;
  height: 100%;
}

.center-avatar {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  object-fit: contain;
}

.footer-section {
  background-color: #ba7fff;
  background-image: url('images/footer-bg.png'); /* gunakan ini jika punya background daun seperti contoh */
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
}

.footer-logo {
  width: 100px;
  height: auto;
}

.footer-disclaimer {
  font-size: 0.95rem;
  color: #222;
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.footer-icon {
  background-color: #0044ff;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 4px 4px 0 #000;
  transition: transform 0.2s ease;
}

.footer-icon img {
  width: 28px;
  height: 28px;
}

.footer-icon:hover {
  transform: translateY(-2px);
}

.footer-copy {
  font-weight: bold;
  font-size: 1rem;
  color: black;
  text-shadow: 1px 1px 0 #fff, 2px 2px 0 #000;
}

.sog-marquee {
  display: flex;
  width: 100%;
  white-space: nowrap;
  animation: scrollLeft 20s linear infinite;
}

.sog-img {
  max-height: 80px;
  margin-right: 50px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.hero-section {
  background-color: #ba7fff;
  background-image: url('images/bg-pattern.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: center; /* Tengah secara vertikal */
  align-items: center;     /* Tengah secara horizontal */
  text-align: center;
  padding: 2rem;
}

 .audio-player {
    background: linear-gradient(145deg, #292b2f, #1c1e22);
    border: 1px solid #444;
    max-width: 320px;
  }
  .audio-player button {
    width: 48px;
    height: 48px;
    background-color: #111;
    border: none;
  }
  .audio-player button:hover {
    background-color: #222;
  }

  .white-with-stroke {
  color: white;      
}

/* Token Info Section */
.token-info-section {
  background-color: #ba7fff;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  font-family: 'Comic Sans MS', 'Comic Neue', cursive;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a007f;
}

.section-subtitle {
  font-size: 1.1rem;
  color: #5c5a6d;
}

.info-card {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 50px 40px;
  max-width: 600px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}

.info-title {
  font-size: 2.25rem;
  font-weight: 900;
  color: #6b0080;
  margin-bottom: 1.5rem;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}

.info-value {
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
  font-family: 'Comic Sans MS', cursive, sans-serif;
}
