.game-display {
    padding: 5rem 5% 3rem;
    background-color: #0b0b0c;
}

.game-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    overflow: hidden;
}

.game-header {
    text-align: center;
    padding: 2rem;
}

.game-header h1 {
    font-size: 3rem;
    color: #f59e0b;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(231, 111, 81, 0.5);
}

.game-header h2 {
    font-size: 1.5rem;
    color: #d1d5db;
    font-weight: normal;
}

.game-frame-container {
    position: relative;
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    background-color: #d1d5db;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    border: 2px solid #7c3aed;
    box-shadow: 0 0 20px rgba(231, 111, 81, 0.3);
}

.game-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.game-controls {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

.mob {
    display: none;
}

@media (max-width: 768px) {
    .game-frame-container {
        height: 650px;
    }

    .game-display {
        padding: 7rem 5% 3rem;
    }

    .desk {
        display: none;
    }

    .mob {
        display: block;
    }
}

@media (max-width: 400px) {
    header {
        position: relative;
    }

    .hero {
        margin-top: 0;
    }
}


.games-page-hero {
    position: relative;
}

.games-page-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background-color: black;
}

.wuksD5{
    width: 100%;
    height: 100%;
}
