body, html {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.menu {
    display: none;
    list-style: none;
    gap: 20px;
}

.menu-icon {
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: white;
}

.close-icon {
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: white;
    position: absolute;
    top: 20px;
    right: 10%;
}

.image-slider {
    position: relative;
    text-align: center;
}

        .status-box {
            width: 300px;
            padding: 15px;
            background-color: #111111;
            color: white;
            font-size: 20px;
            font-weight: bold;
            border-radius: 5px;
            margin: 10px auto;
            text-align: center;
        }
        .status-box p {
            font-size: 16px;
            color: #ddd;
            margin-top: 8px;
            font-weight: normal;
        }

.nav-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}


.blog-item {
    display: inline-block;
    width: 300px;
    height: 375px;
    background-color: rgba(225, 10, 65, 0.2);
    border-radius: 30px;
    margin: 10px;
    overflow: hidden;
    padding-bottom: 30px;
}

.blog-container {
    padding-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
}

.game-box {
    background-color: #111111; /* Green background */
    padding: 15px;
    margin: 10px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 400px; /* Adjust width as needed */
    font-weight: bold;
    font-size: 18px;
}

.game-name {
    color: white;
    margin-left: 10px;
}

.game-status {
    margin-right: 10px;
}
.game-container {
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
}
.brand-title {
    font-size: 24px;
    font-weight: bold;
    color: white; /* Change color as needed */
    margin-top: 20px;
}

@media (max-width: 720px) {
    .menu {
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.9);
        z-index: 1000;
    }
    .footer.style-2 .footer__main .right {
        width: 100%;
        padding-left: 0%;
        padding-top: 40px;
    }
    .text-box-speciality {
        display: block;
        width: auto;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
    .game-box {
        width: 300px;
    }
    .blog-container {
        display: grid;
    }
    
    .blog-item {
        display: inline-block;
    }
    
    .container-text-box-speciality {
        width: auto;
    }
    
.close-icon {
    font-size: 30px;
    cursor: pointer;
    display: none;
    color: white;
    position: absolute;
    top: 45%;
    right: 10%;
    z-index: 2000;
}

    .menu a {
        color: white;
        font-size: 24px;
        padding: 20px;
        text-decoration: none;
        display: block;
    }

    .menu-icon {
        display: block;
        position: absolute;
        top: 45%;
        right: 10%;
    }

    .menu-icon {
        display: block;
    }
}