
.menu-toggle {
  display: block;
  z-index: 999;
}

.nav-links {
  display: none;
}

.navbar {
  padding: 0.5rem 1rem;
  position: sticky;
  top: 0;
}

.logo {
  font-size: 1.5rem;
  display: block;
}
.logo-text {
  font-size: 1.5rem;
  display: none;
}

.sidebar {
  width:100%;
  max-width: 100%;
  box-sizing: border-box;
}
.sidebar ul li a {
  font-size: 1rem;
}
#content {
  margin-top: 0;
}

/* HOME ============================================================== */
.home-container {
  flex-direction: column;
  text-align: center;
}

.home-photo img {
  max-width: 200px;
  margin: 0 auto;
}

.home-info h1 {
  font-size: 2rem;
}

.home-info p {
  font-size: 1rem;
}

.home-info .btn {
  margin: 0 auto;
}
.home-socials {
  display: flex;
  align-items: flex-end;
  margin-top: 80%;
}
.grid-container {
  grid-template-columns: 1fr; 
}

.grid-item.vertical {
  grid-row: span 1; 
}
.landing {
  display: none;
}
.grid-container {
  max-width: 100%;
  padding: 10px;
}
.grid-deks {
  padding: 5px;
  gap: 20px;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
}
.grid-deks h4 {
  font-size: 1rem;
}
.grid-deks p {
  font-size: 0.8rem;
}
.grid-item img {
  width: 30px;
  height: 30px;
}
.grid-item.horizontal2 {
  display: none;
}
.grid-item.horizontal {
  background: #ffffff00;
}
.grid-item.horizontal:after {
  background: #ffffff00;
}
.gamemode-item img {
  height: 200px;
  border-radius: 20px;
  display: none;
}
.gamemode-item {
  flex-direction: column;
  margin: 0;
  padding: 10px;
}
.mobile {
  display: block;
  padding: 20%;
}
.mobile-header .mobile-title {
  font-size: 3rem;
}

.mobile-header {
  align-items: center;
  margin: 0px;
}
.status-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}
.status-text p {
  font-size: 0.7rem;
}

.status-text span {
  font-size: 0.7rem;
}
.gamemode-text:hover {
  transform: scale(1);
  border: 1.5px solid #aa32ff;
}
.gamemode-title h1 {
  font-size: 2rem;
}
p {
  font-size: 1rem;
}
.store .coin-item, .store .rank-item {
  width: 35%;
  min-width: 3px;
}
.store .coin-item i, .store .rank-item i {
  font-size: 5rem;
}
.store {
  padding: 0px 0px;
}
.galery img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fadeDown 0.5s ease-out forwards;
}
.home-grid {
  display: grid;
  grid-template-columns: repeat(1, 3fr); /* 3 kolom horizontal */
  gap: 30px;
  margin: 100px 10%;
}
.footer {
  padding: 20px 20px;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
}

.footer-left,
.footer-center,
.footer-right {
  margin: 15px 0;
  min-width: unset;
}
.footer-left,
.footer-center,
.footer-right  {
  display: flex;
  flex-direction: column;
  text-align: start;
}

.footer-left {
  display: none;
}

.footer-center p {
  max-width: 100%;
  margin: 0 auto;
}

.social-icons a {
  margin: 0 8px;
}

.status-text {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.mobile {
  padding: 20px;
}
.vote-grid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
  padding: 0 50%;
}