/* Warna Utama */
.bg-purple {
  background-color: #6a0dad !important;
  -webkit-tap-highlight-color: transparent;
}
.btn-purple {
  background-color: #6a0dad;
  color: white;
  transition: 0.3s;
}
.btn-purple:hover {
  background-color: #520c9c;
  color: white;
}
.text-purple {
  color: #6a0dad;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
p #produk {
  color: #6a0dad;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.text-purple:hover {
  color: #520c9c;
}
.navbar .nav-link {
  color: white !important;
  font-weight: 500;
}
.navbar .nav-link:hover {
  color: #6a0dad !important;
}

.topup-game {
  text-align: center;
  padding: 20px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.game-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.game-item {
  text-align: center;
  max-width: 150px;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.game-item img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.game-item img:hover {
  transform: scale(1.1);
}