#tsparticles,
#tsparticles canvas{
    pointer-events: none !important;
}

:root{
    --accent:#2563eb;
    --accent2:#60a5fa;
    --border:#2563eb55;
    --muted:#9fb6d9;
    --text:#ffffff;
}
body {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  font-family: 'Inter', sans-serif;
  color: #e5e7eb;
  overflow-x: hidden;
    }

        @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
        @keyframes sonar-ping {
            0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
            70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
            100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
        }
        @keyframes sonar-ping-red {
            0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7); }
            70% { transform: scale(1.1); box-shadow: 0 0 0 10px rgba(239, 68, 68, 0); }
            100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(239, 68, 68, 0); }
        }
        @keyframes text-gradient-animation {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }
        

body::before{
    content:"";
    position:fixed;
    inset:0;
      font-family: 'Inter', sans-serif;
  color: #e5e7eb;
  overflow-x: hidden;

    background:
        linear-gradient(
            to bottom,
            rgba(7,7,7,.35) 0%,
            rgba(0,0,0,.55) 30%,
            rgba(0,0,0,.75) 60%,
            rgba(0,0,0,.95) 100%
        ),
        url("https://storexzone.x10.mx/images/mainbg.jpg");

    background-position:center bottom;
    background-repeat:no-repeat;
    background-size:cover;

    z-index:-2;
}

            #scrollProgress {
        position: fixed;
        top: 0; left: 0; width: 0%; height: 3px;
        background: linear-gradient(to right, var(--primary), var(--accent));
        z-index: 99999;
    }
        
        #tsparticles {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
        }

        
        
        .btn {
            transition: all 0.3s ease;
        }
        .btn:hover {
            transform: scale(1.05);
        }
        
        .modal-backdrop {
            background-color: rgba(0, 0, 0, 0.85);
            backdrop-filter: blur(10px);
        }
        .modal-content {
            transform: translateY(-30px) scale(0.98);
            opacity: 0;
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
        }
        .modal-backdrop.active .modal-content {
            transform: translateY(0) scale(1);
            opacity: 1;
        }

        .status-online { background-color: #22c55e; animation: sonar-ping 2s infinite ease-out; }
        .status-offline { background-color: #ef4444; animation: sonar-ping-red 2.5s infinite ease-out; }

        .text-gradient {
            background: linear-gradient(90deg, #3b82f6, #a855f7, #ec4899, #3b82f6);
            background-size: 200% 200%;
            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
            background-clip: text; text-fill-color: transparent;
            animation: text-gradient-animation 5s ease infinite;
        }
        .header-glow { text-shadow: 0 0 15px rgba(59, 130, 246, 0.5); }
        
        .reveal {
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }
        .reveal.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .version-toggle button {
            transition: all 0.3s ease;
            border: 2px solid #374151;
        }
        .version-toggle button.active {
            background-image: linear-gradient(to right, #3b82f6, #60a5fa);
            border-color: #3b82f6;
            color: white;
            box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
        }
        .game-grid-bg {
            background-image: linear-gradient(rgba(59,130,246,0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(59,130,246,0.1) 1px, transparent 1px);
            background-size: 3rem 3rem;
        }
        .game-item {
            transition: transform 0.2s ease-in-out;
        }
        .game-item:hover {
            transform: scale(1.05);
        }
        .game-item-img.grayscale {
            filter: grayscale(100%) brightness(0.7);
        }

        /* Nav Tab Styling */
        .nav-tab {
            transition: all 0.3s ease;
            border-bottom: 2px solid transparent;
            padding-bottom: 0.5rem;
        }
        .nav-tab.active {
            color: #3b82f6;
            border-bottom-color: #3b82f6;
        }
        .nav-tab:not(.active):hover {
            color: #60a5fa;
            border-bottom-color: #60a5fa;
        }
    
.price-selected {
  border: 2px solid #3b82f6 !important;
  background-color: rgba(59, 130, 246, 0.1);
}

/* Price grid visual lines */
#garena-price-grid > div, #global-price-grid > div {
  border: 1px solid rgba(107,114,128,0.4); /* gray-600 */
}

    .hackStyle-section {
      background: var(--card-bg);
      backdrop-filter: blur(15px);
      border: 1px solid rgb(83, 0, 0);
      border-radius: 16px;
      padding: 30px;
      margin-bottom: 25px;
      box-shadow: 0 15px 35px rgba(0,0,0,0.8);
    }
    .hackStyle-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; }

.hackStyle-card {
  background: rgba(0, 0, 0, 0.30);
  padding: 25px;
  border-radius: 12px;
  text-align: center;

  /* same as border border-gray-800 */
  border: 1px solid rgba(31, 41, 55, 1);

  /* same as shadow-2xl */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.8);

  transition: 0.3s ease;
}

    .hack-btn {
      display: inline-block; background: rgb(0, 91, 209);; color:     #ffffff; padding: 12px 0;
      border-radius: 8px; text-decoration: none; font-weight: 700; font-family: 'Orbitron';
      font-size: 0.8rem; transition: 0.3s; width: 100%; text-align: center;
    }

    

/* =========================
   HERO LAYOUT
========================= */

.hero{
    position:relative;
    z-index:1;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:70px;

    max-width:1280px;
    margin:0 auto;

    padding:90px 80px;
}

.hero-left{
    flex:1;
    min-width:0;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
}

.hero-right{
    flex:0 0 47%;
    max-width:47%;

    display:flex;
    justify-content:flex-end;
    align-items:center;
}

.hero-screenshot{
    width:100%;
    max-width:560px;
    margin-left:auto;

    position:relative;
    border-radius:18px;
    overflow:hidden;

    border:1px solid rgba(59,130,246,.35);

    background:#0b1220;

    box-shadow:
        0 0 25px rgba(59,130,246,.18),
        0 24px 64px rgba(0,0,0,.55);

    transition:
        transform .38s cubic-bezier(.34,1.4,.64,1),
        box-shadow .35s,
        border-color .35s;
}

.hero-screenshot img{
    width:100%;
    display:block;
}

.hero-screenshot:hover{
    transform:translateY(-10px) scale(1.02);

    border-color:#60a5fa;

    box-shadow:
        0 0 20px rgba(59,130,246,.45),
        0 0 45px rgba(59,130,246,.20),
        0 35px 90px rgba(0,0,0,.60);
}

.hero-screenshot:active,
.hero-screenshot.clicked{
    box-shadow:0 40px 100px #000000bb;
    border-color:var(--border);
}

/* Shimmer */

.hero-screenshot::before{
    content:'';
    position:absolute;
    inset:0;
    width:60%;

    background:linear-gradient(
        110deg,
        transparent 20%,
        rgba(96,165,250,.28) 50%,
        transparent 80%
    );

    pointer-events:none;
    z-index:1;

    animation:heroShimmer 3.2s ease-in-out infinite;
}

@keyframes heroShimmer{
    0%{
        transform:translateX(-160%) skewX(-12deg);
    }
    100%{
        transform:translateX(260%) skewX(-12deg);
    }
}

/* Badge */

.badge{
    display:inline-flex;
    align-items:center;
    gap:8px;

    padding:6px 18px;
    margin-bottom:24px;

    border-radius:999px;

    background:rgba(37,99,235,.12);
    border:1px solid #3b82f6;

    color:#93c5fd;

    font-size:.75rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;

    box-shadow:
        0 0 18px rgba(59,130,246,.15);

    animation:badgeFloat 3.5s ease-in-out infinite;
}

.badge-dot{
    width:9px;
    height:9px;
    border-radius:50%;
    background:#00e676;
    box-shadow:
        0 0 6px #00e676,
        0 0 14px #00e676aa;
    flex-shrink:0;
    animation:dot-pulse 2s ease-in-out infinite;
}

@keyframes badgeFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-2px);
    }
}

@keyframes dot-pulse{
    0%,100%{
        box-shadow:
            0 0 6px #00e676,
            0 0 14px #00e676aa;
        opacity:1;
    }

    50%{
        box-shadow:
            0 0 12px #00e676,
            0 0 28px #00e676,
            0 0 40px #00e67655;
        opacity:.85;
    }
}

/* Heading */

.hero h1{
    font-size:clamp(2.5rem,6vw,5rem);
    font-weight:900;
    line-height:1.1;
    max-width:820px;
    margin-bottom:20px;
}

.hero h1 .grad{
    background:linear-gradient(
        90deg,
        #2563eb,
        #3b82f6,
        #60a5fa,
        #93c5fd,
        #2563eb
    );

    background-size:300% 100%;

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:gradShimmer 3s linear infinite;
}

@keyframes gradShimmer{
    0%{
        background-position:0% 50%;
    }
    100%{
        background-position:300% 50%;
    }
}

/* Subtitle */

.hero-sub{
    color:#a9c4e8;
    font-size:1.05rem;
    line-height:1.7;
    margin-bottom:36px;
    max-width:580px;
}

/* Buttons */

.hero-btns{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    justify-content:flex-start;
}

.btn-primary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 40px;
    border:none;
    border-radius:12px;
    cursor:pointer;

    color:#fff;
    font-size:1rem;
    font-weight:700;

    background:linear-gradient(
        135deg,
        #2563eb,
        #3b82f6,
        #60a5fa
    );

    box-shadow:
        0 0 20px rgba(37,99,235,.35),
        0 10px 30px rgba(37,99,235,.25);

    transition:all .3s ease;
}

.btn-primary:hover{
    transform:translateY(-4px);
    background:linear-gradient(
        135deg,
        #1d4ed8,
        #2563eb,
        #3b82f6
    );

    box-shadow:
        0 0 35px rgba(59,130,246,.6),
        0 15px 40px rgba(37,99,235,.4);
}

.btn-primary:active{
    transform:scale(.98);
}

.btn-secondary{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 40px;

    border:2px solid #3b82f6;
    border-radius:12px;

    background:transparent;
    color:#e5edff;

    text-decoration:none;
    font-size:1rem;
    font-weight:600;

    transition:all .3s ease;
}

.btn-secondary:hover{
    background:rgba(59,130,246,.12);
    color:#60a5fa;
    border-color:#60a5fa;

    box-shadow:
        0 0 20px rgba(59,130,246,.35);

    transform:translateY(-3px);
}

.btn-secondary:active{
    transform:scale(.98);
}

/* Stats */

.stat-row{
    display:flex;
    gap:48px;
    margin-top:52px;
    flex-wrap:wrap;
    justify-content:flex-start;
}

.stat{
    text-align:center;
}

.stat-num{
    font-size:2rem;
    font-weight:800;

    background:linear-gradient(
        90deg,
        #2563eb,
        #3b82f6,
        #60a5fa
    );

    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.stat-label{
    color:#9fb6d9;
    font-size:.85rem;
    margin-top:4px;
}

/* Mobile */

@media (max-width:960px){

    .hero{
        flex-direction:column;
        padding:80px 24px;
    }

    .hero-left{
        align-items:center;
        text-align:center;
    }

    .hero-right{
        width:100%;
    }

    .hero-btns{
        justify-content:center;
    }

    .stat-row{
        justify-content:center;
    }

}

/* =========================
   FEATURES
========================= */

.features{
    max-width:1280px;
    margin:120px auto;
    padding:0 80px;
}

.features-header{
    margin-bottom:60px;
}

.features-tag{
    color:#60a5fa;
    font-size:.75rem;
    font-weight:700;
    letter-spacing:3px;
}

.features-header h2{
    margin-top:12px;
    font-size:3rem;
    font-weight:900;
    color:#fff;
}

.features-header p{
    margin-top:18px;
    max-width:620px;
    color:#9ca3af;
    line-height:1.8;
}

.features-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;
}

.feature-card{

    position:relative;

    padding:28px;

    border-radius:18px;

    background:rgba(18,20,38,.82);

    border:1px solid rgba(59,130,246,.18);

    transition:.35s;

    overflow:hidden;

}

.feature-card::before{

    content:'';

    position:absolute;

    inset:0;

    background:
    radial-gradient(circle at var(--mx,50%) var(--my,50%),
    rgba(59,130,246,.18),
    transparent 70%);

    opacity:0;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-8px);

    border-color:#3b82f6;

    box-shadow:
    0 0 20px rgba(59,130,246,.15),
    0 0 40px rgba(59,130,246,.08);

}

.feature-card:hover::before{

    opacity:1;

}

.feature-icon{

    width:54px;
    height:54px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin-bottom:24px;

    border-radius:14px;

    background:rgba(59,130,246,.12);

    border:1px solid rgba(59,130,246,.25);

    font-size:24px;

    color:#60a5fa;

}

.feature-card h3{

    color:#fff;

    font-size:1.15rem;

    margin-bottom:14px;

}

.feature-card p{

    color:#9ca3af;

    font-size:.95rem;

    line-height:1.7;

}

@media(max-width:1200px){

.features-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:850px){

.features{

padding:0 24px;

}

.features-grid{

grid-template-columns:1fr;

}

.features-header{

text-align:center;

}

}

.feature-card{
    opacity:0;
    transform:translateY(50px);
    transition:
        opacity .6s ease,
        transform .6s ease;
}

.feature-card.in-view{
    opacity:1;
    transform:translateY(0);
}

.feature-icon{
    width:58px;
    height:58px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:16px;

    background:rgba(37,99,235,.10);
    border:1px solid rgba(59,130,246,.25);

    color:#60a5fa;
    font-size:24px;

    transition:.3s ease;
}

.feature-card:hover .feature-icon{
    color:#93c5fd;
    border-color:#60a5fa;
    background:rgba(59,130,246,.18);
    transform:scale(1.08);
}


/* ==========================
   CHANGELOG
==========================*/

.changelog-section{
    position:relative;
    max-width:1200px;
    margin:80px auto;
    padding:0 40px;
}

.changelog-section::before{
    content:"";
    position:absolute;
    left:50%;
    top:-120px;
    transform:translateX(-50%);
    width:900px;
    height:500px;
    background:radial-gradient(circle, rgba(59,130,246,.25) 0%, transparent 70%);
    pointer-events:none;
    filter:blur(80px);
}

.changelog-header{
    margin-bottom:70px;
}

.changelog-header .features-tag{
    font-size:11px;
    letter-spacing:3px;
    color:#60a5fa;
    font-weight:700;
}

.changelog-header h2{
    margin-top:10px;
    font-size:54px;
    font-weight:900;
    color:#fff;
}

.changelog-header p{
    margin-top:15px;
    color:#9ca3af;
    max-width:520px;
    line-height:1.7;
    font-size:15px;
}

.changelog-wrapper{
    display:grid;
    grid-template-columns:1fr 430px;
    gap:50px;
    align-items:flex-start;
}

/* Timeline */

.timeline{
    position:relative;
    padding-left:42px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:8px;
    top:0;
    bottom:0;
    width:2px;
    background:rgba(59,130,246,.25);
}

.timeline-item{
    position:relative;
    margin-bottom:65px;
}

.timeline-dot{
    position:absolute;
    left:-42px;
    top:5px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#3b82f6;
    box-shadow:
        0 0 12px rgba(59,130,246,.9),
        0 0 30px rgba(59,130,246,.45);
}

.timeline-item.active .timeline-dot{
    background:#60a5fa;
    box-shadow:
        0 0 18px #60a5fa,
        0 0 35px rgba(96,165,250,.7);
}

.timeline-content h3{
    color:#fff;
    font-size:23px;
    margin-bottom:16px;
    display:flex;
    align-items:center;
    gap:12px;
}

.latest-badge{
    background:linear-gradient(135deg,#2563eb,#60a5fa);
    color:#fff;
    font-size:10px;
    padding:4px 10px;
    border-radius:999px;
    font-weight:700;
    letter-spacing:1px;
}

.timeline-content ul{
    list-style:none;
    padding:0;
}

.timeline-content li{
    color:#9ca3af;
    margin-bottom:10px;
    font-size:15px;
    line-height:1.7;
}

/* FAQ */

.faq{
    display:flex;
    flex-direction:column;
    gap:14px;
}

.faq-item{
    background:rgba(11,18,32,.88);
    border:1px solid rgba(59,130,246,.22);
    border-radius:16px;
    overflow:hidden;
    backdrop-filter:blur(18px);
    transition:.35s;
}

.faq-item:hover{
    border-color:#3b82f6;
    box-shadow:
        0 0 25px rgba(59,130,246,.20);
}

.faq-q{
    width:100%;
    background:none;
    border:none;
    color:#fff;
    padding:22px 24px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:15px;
    font-weight:700;
}

.faq-q span{
    color:#60a5fa;
    transition:.3s;
}

.faq-item.open .faq-q span{
    transform:rotate(180deg);
}

.faq-a{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
    color:#9ca3af;
    padding:0 24px;
    line-height:1.8;
    font-size:14px;
}

.faq-item.open .faq-a{
    max-height:180px;
    padding:0 24px 24px;
}

/* Mobile */

@media (max-width:900px){

    .changelog-section{
        padding:0 20px;
    }

    .changelog-header{
        text-align:center;
    }

    .changelog-header h2{
        font-size:38px;
    }

    .changelog-wrapper{
        display:flex;
        flex-direction:column;
        gap:40px;
    }

    .timeline{
        order:1;
        width:100%;
        padding-left:30px;
    }

    .faq{
        order:2;
        width:100%;
    }

    .timeline::before{
        left:8px;
    }

    .timeline-dot{
        left:-22px;
    }
}

/*=========================
      DOWNLOAD CTA
=========================*/

.download-cta{
    max-width:900px;
    margin:180px auto 120px;
    padding:0 25px;
    text-align:center;
    position:relative;
}

.download-cta::before{
    content:"";
    position:absolute;
    left:50%;
    top:40%;
    transform:translate(-50%,-50%);
    width:700px;
    height:350px;
    background:radial-gradient(circle,
        rgba(37,99,235,.18),
        transparent 70%);
    filter:blur(90px);
    z-index:-1;
}

.cta-tag{
    color:#60a5fa;
    font-size:12px;
    letter-spacing:3px;
    font-weight:700;
}

.download-cta h2{
    margin-top:18px;
    font-size:56px;
    font-weight:900;
    line-height:1.1;
    color:#fff;
}

.download-cta h2 span{
    background:linear-gradient(90deg,#2563eb,#3b82f6,#60a5fa);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.download-cta p{
    margin:28px auto 40px;
    max-width:650px;
    color:#9ca3af;
    line-height:1.8;
    font-size:16px;
}

.cta-download{

    border:none;
    cursor:pointer;

    padding:18px 52px;

    border-radius:999px;

    font-size:17px;
    font-weight:700;

    color:white;

    background:linear-gradient(
    135deg,
    #2563eb,
    #3b82f6,
    #60a5fa);

    box-shadow:
    0 0 25px rgba(37,99,235,.45);

    transition:.35s;
}

.cta-download:hover{

    transform:translateY(-5px);

    box-shadow:
    0 0 45px rgba(59,130,246,.55);

}

.cta-badges{

    margin-top:38px;

    display:flex;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;

}

.cta-pill{

    display:flex;
    align-items:center;
    gap:10px;

    padding:10px 18px;

    border-radius:999px;

    background:rgba(20,24,45,.8);

    border:1px solid rgba(59,130,246,.25);

    color:#dbeafe;

    font-size:14px;
    font-weight:600;

}

.pill-dot{

    width:9px;
    height:9px;

    border-radius:50%;

    background:#22c55e;

    box-shadow:
    0 0 8px #22c55e,
    0 0 16px #22c55e;

}

@media(max-width:768px){

.download-cta{

margin:120px auto 80px;

}

.download-cta h2{

font-size:38px;

}

.download-cta p{

font-size:15px;

}

.cta-download{

width:100%;

}

.cta-badges{

gap:10px;

}

}

.cta-actions{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:16px;
}

.cta-key{
    color:#60a5fa;
    font-size:15px;
    font-weight:700;
    text-decoration:none;
    transition:.3s ease;
}

.cta-key:hover{
    color:#93c5fd;
    text-decoration:underline;
    text-shadow:0 0 12px rgba(96,165,250,.6);
}
.footer {
    width: 100%;
    padding: 12px;
    background: #080b14;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: center;
    color: #8b93a7;
    font-size: 13px;
    font-family: Arial, sans-serif;
}
.hero-screenshot img {
    transition: opacity 0.5s ease-in-out;
}

/* Responsive fixes */
*,*::before,*::after{box-sizing:border-box}
html,body{width:100%;max-width:100%;overflow-x:hidden}
img,video,iframe{max-width:100%;height:auto;display:block}
section,.hero,.features,.changelog-section,.download-cta,.footer{width:100%;box-sizing:border-box}
.footer{padding:18px 20px;margin-top:80px;position:relative;z-index:10}
.hero-right{flex:1;max-width:100%}
@media(max-width:960px){
.hero{flex-direction:column;padding:50px 20px;gap:40px;align-items:center;text-align:center}
.hero-left{width:100%;align-items:center}
.hero-right{width:100%;max-width:100%;justify-content:center}
.hero-screenshot{width:100%;max-width:100%;margin:auto}
.hero-btns,.stat-row{justify-content:center}
.features,.changelog-section,.download-cta{padding-left:20px;padding-right:20px}
}
.hero-video {
    width: 100%;
    max-width: 700; /* mas malapad */
    margin: auto;
    border-radius: 20px;
    overflow: hidden;

    /* Blue stroke */
    border: 1px solid #2563eb;

    /* Blue glow */
    box-shadow:
        0 0 15px rgba(37,99,235,.35),
        0 0 35px rgba(37,99,235,.25),
        0 20px 60px rgba(0,0,0,.45);

    background: #0b1220;
}

.hero-video iframe {
    display: block;
    width: 100%;
    border: none;
    aspect-ratio: 16 / 9;
}

.game-grid-bg{
    position: relative;
    z-index: 5;
}

.game-item{
    position: relative;
    z-index: 6;
}

