
.item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
}

.item-2 {
    grid-area: 6/1/8/3
}

.ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

.view-more-btn {
  background: linear-gradient(135deg, #016780, #016780);
  color: #fff;
  border: none;
  padding: 14px 32px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(175, 227, 250, 0.35);
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

/* 🔥 Hover effect */
.view-more-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 30px rgba(175, 227, 250, 0.5);
}

/* 👇 Click effect */
.view-more-btn:active {
  transform: scale(0.96);
}

/* ✨ Glow animation (optional but powerful) */
.view-more-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #016780, #016780);
  filter: blur(12px);
  opacity: 0.6;
  z-index: -1;
}

/* 🧠 Center properly */
.view-more-btn {
  position: relative;
  display: inline-block;
}

.ads-tips {
    color: #999;
    font-size: 12px;

}

.ad-300x250 {
        max-width: auto;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
      }

@media (min-width: 500px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}


}

@media (min-width: 640px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}
}

@media (min-width: 768px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

}

@media (min-width: 1024px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}

}

@media (min-width: 1280px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}


}

@media (min-width: 1536px) {
  .ad-1 {
    grid-row: 4;
    grid-column: 1 / -1;
    width: 100%;
}
}

@media (min-width: 500px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:4/3/6/5
    }


}

@media (min-width: 640px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:3/3/5/5
    }

}

@media (min-width: 768px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1024px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }

    .item-2 {
        grid-area:3/4/5/6
    }


}

@media (min-width: 1280px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }
    .item-2 {
        grid-area:2/5/4/7
    }


}

@media (min-width: 1536px) {
    .item-1 {
    grid-area: 1 / 1 / 3 / 3 !important;
    }

    .item-2 {
        grid-area:2/6/4/8
    }
}


.game-list-2 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,minmax(0,1fr))
}


@media (min-width:104px) and (max-width:543px) {
    .game-list-2 {
        grid-template-columns: repeat(3,minmax(0,1fr))
    }
}

@media (min-width:544px) and (max-width:763px) {
    .game-list-2 {
        grid-template-columns: repeat(5,minmax(0,1fr))
    }
}

@media (min-width:764px) and (max-width:1204px) {
    .game-list-2 {
        grid-template-columns: repeat(7,minmax(0,1fr))
    }
}

@media (min-width:1204px) and (max-width:1313px) {
    .game-list-2 {
        grid-template-columns: repeat(10,minmax(0,1fr))
    }
}

@media (min-width:1314px) and (max-width:1533px) {
    .game-list-2 {
        grid-template-columns: repeat(10,minmax(0,1fr))
    }
}

@media (min-width:1534px) and (max-width:1863px) {
    .game-list-2 {
        grid-template-columns: repeat(11,minmax(0,1fr))
    }
}

@media (min-width:1864px) {
    .game-list-2 {
        grid-template-columns: repeat(12,minmax(0,1fr))
    }
}
.game-list-2 .game-item
{
    padding: 0;
}
/*******/
.game-home-layout {
    width: 100%;
    padding: 10px;
    margin: auto;
}



 .gam-ad-wrapper {
    width: 100%;
    margin: 18px auto;
    text-align: center;
  }

  .gam-ad-wrapper[hidden] {
    display: none !important;
  }

  .gam-ad-label {
    margin-bottom: 5px;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
  }

  .gam-native-slot {
    display: flex;
    width: 100%;
    min-height: 250px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
  }

  .gam-native-slot iframe {
    max-width: 100%;
  }

/* Top games: reveal the title over a rising bottom shadow. */
.game-home-layout .game-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.58) 52%, transparent);
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.28s ease, opacity 0.2s ease;
  pointer-events: none;
}

.game-home-layout .game-item .game-title {
  z-index: 2;
  padding: 7px 6px;
  font-size: 12px;
  line-height: 15px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85);
}

.game-home-layout .game-item:hover::after,
.game-home-layout .game-item:focus-visible::after {
  opacity: 1;
  transform: translateY(0);
}

.game-home-layout .game-item:focus-visible .game-title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.game-home-layout .install-badge {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 7px;
  padding: 4px 8px 5px;
  color: #ffffff;
  background: linear-gradient(135deg, #ff7a18, #e53935);
  border-radius: 0 0 7px 7px;
  box-shadow: 0 4px 10px rgba(120, 20, 10, 0.34);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.2px;
  pointer-events: none;
}

.game-home-layout .install-badge.badge-5m {
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 4px 10px rgba(49, 46, 129, 0.34);
}

.game-home-layout .install-badge.badge-100m {
  color: #4a2500;
  background: linear-gradient(135deg, #fde047, #f97316);
  box-shadow: 0 4px 12px rgba(180, 83, 9, 0.42);
}
