.game-pod {
    display: block;
    position: relative;
    left: 75px;
    margin: 0 auto;
}

.game-card {
    position: relative;
    border: 8px solid var(--colour-black);
    height: 550px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.game-image-container {
    position: relative;
    margin-right: 20px;
    top: 40px;
    width: 350px;
    left: -250px;;
    z-index: 2;
}

.game-image {
    width: 350px;
    height: auto;
    filter: drop-shadow(10px 10px 10px var(--colour-grey));
}

.title-box {
    position: absolute;
    top: 20px;
    left: -100px;
    width: 900px;
    height: 100px;
    font-family: berlin;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    background: var(--colour-grey);
    color: var(--colour-white);
    z-index: 1;
}

.reservation-section {
    display: flex;
    position: absolute;
    top: 110px;
    left: 140px;
    height: 75px;
    width: 600px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.reservation-button {
    position: relative;
    top: 0px;
    left: 0px;
    background: var(--colour-black);
    color: var(--colour-white);
    border: none;
    font-family: berlin;
    font-weight: 400;
    font-size: 24px;
    height: 75px;
    width: 425px;
    margin-right: 20px;
}

.minutes-box {
    position: relative;
    text-align: center;
    left: -60px;
    color: var(--colour-light-grey);
    font-size: 18px;
}

.large-text {
    font-family: berlin;
    font-size: 42px;
    margin: 0;
}

.small-text {
    font-family: berlin;
    font-size: 24px;
    margin: 0;
}

.description {
    white-space: pre-line;
    position: relative;
    top: -190px;
    left: 120px;
    height: 250px;
    width: 550px;
    font-size: 16px;
    color: var(--colour-grey);
    margin: 20px 0;
}

.game-details {
    display: flex;
    position: absolute;
    top:300px;
    left: 150px;
    width: 500px;
}

.info-container {
    display: flex;
    position: absolute;
    top:470px;
    left: 100px;
    width: 550px;
    justify-content: space-between;
    margin-top: 20px;
}

.info-item {
    text-align: center;
    flex: 1;
    color: var(--colour-light-grey);
}

.info-item:last-child h3 {
    color: var(--colour-shadow-grey);
}

.info-item h3 {
    font-family: berlin;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.info-item p {
    font-family: berlin;
    font-size: 22px;
    margin: 0;
}

.niveau-fun-smaller-width {
    padding: 0 15px 0 15px;
}

.hashed-rectangle {
    position: absolute;
    top: -8px;
    right: -50px;
    width: 70px;
    height: 300px;
    background: repeating-linear-gradient(-45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px);
    z-index: -1;
}


.game-pod-right {
    display: block;
    position: relative;
    left: -75px;
    margin: 0 auto;
}

.game-card-right {
    position: relative;
    border: 8px solid var(--colour-black);
    height: 550px;
    padding: 20px;
    max-width: 700px;
    margin: 0 auto;
}

.game-image-container-right {
    position: relative;
    margin-left: 20px;
    top: 40px;
    width: 350px;
    right: -575px;
    z-index: 2;
}

.game-image-right {
    width: 350px;
    height: auto;
    filter: drop-shadow(10px 10px 10px var(--colour-grey));
}

.title-box-right {
    position: absolute;
    top: 20px;
    right: -100px; /* Adjusted for mirroring */
    width: 900px;
    height: 100px;
    font-family: berlin;
    font-weight: 800;
    font-size: 50px;
    text-align: center;
    line-height: 100px;
    background: var(--colour-grey);
    color: var(--colour-white);
    z-index: 1;
}

.reservation-section-right {
    display: flex;
    position: absolute;
    top: 110px;
    right: 140px; /* Adjusted for mirroring */
    height: 75px;
    width: 600px;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.reservation-button-right {
    background: var(--colour-black);
    color: var(--colour-white);
    border: none;
    font-family: berlin;
    font-weight: 400;
    font-size: 24px;
    height: 75px;
    width: 425px;
}

.minutes-box-right {
    position: relative;
    text-align: center;
    left: 50px;
    color: var(--colour-light-grey);
    font-size: 18px;
}


.description-right {
    white-space: pre-line;
    position: relative;
    top: -185px;
    left: 20px;
    height: 250px;
    width: 550px;
    font-size: 16px;
    color: var(--colour-grey);

}

.info-container-right {
    display: flex;
    position: absolute;
    top: 470px;
    right: 100px; /* Adjusted for mirroring */
    width: 550px;
    justify-content: space-between;
    margin-top: 20px;
}

.hashed-rectangle-right {
    position: absolute;
    top: -8px;
    left: -50px; /* Moved to the left */
    width: 70px;
    height: 300px;
    background: repeating-linear-gradient(45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px); /* Mirrored angle */
    z-index: -1;
}


@media (max-width: 1024px) {
    .game-pod,
    .game-pod-right {
        display: block;
        margin: 20px auto;
        left: 0;
        width: 90%;
        height:1050px;
        max-width: 375px;
    }

    .game-card,
    .game-card-right {
        display: flex;
        top: 100px;
        flex-direction: column;
        align-items: center;
        border: 8px solid var(--colour-black);
        padding: 20px;
        height: 920px;
    }

    .game-image-container,
    .game-image-container-right {
        position: relative;
        margin: 0 auto 10px;
        top: -100px;
        left: 0;
        width: 100%;
        max-width: 300px;
        z-index: 2;
    }

    .game-image,
    .game-image-right {
        width: 100%;
        max-width: 300px;
        height: auto;
        filter: drop-shadow(5px 5px 5px var(--colour-grey));
    }

    .title-box,
    .title-box-right {
        display: none; /* Hide the room name dark grey rectangle */
    }

    .hashed-rectangle {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 75px;
        height: 325px;
        background: repeating-linear-gradient(-45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px);
        z-index: -1;
    }

    .hashed-rectangle-right {
        position: absolute;
        top: 0px;
        left: 284px;
        width: 75px;
        height: 325px;
        background: repeating-linear-gradient(-45deg, rgba(187, 3, 3, 1), rgba(0, 0, 0, 0) 5px);
        z-index: -1;
    }

    .reservation-section{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 230px;
        left: 43px;
        width: 100%;
        margin: 10px 0;
    }

    .reservation-button {
        width: 60%;
        font-size: 18px;
        left: -25px;
        padding: 10px;
        height: 75px;
    }

    .reservation-section-right {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        top: 230px;
        left: 63px;
        width: 100%;
        margin: 10px 0;
    }

    .reservation-button-right {
        position: relative;
        width: 60%;
        font-size: 18px;
        padding: 10px;
        left: -83px;
        height: 75px;
    }

    .minutes-box {
        flex: 1;
        left: -40px;
        text-align: center;
        font-size: 16px;
        color: var(--colour-light-grey);
    }

    .minutes-box-right {
        flex: 1;
        left: -70px;
        text-align: center;
        font-size: 16px;
        color: var(--colour-light-grey);
    }

    .description,
    .description-right {
        font-size: 16px;
        text-align: center;
        top: -25px;
        left: 0px;
        width: 100%;
        margin: 10px 0;
        color: var(--colour-grey);
    }

    .info-container,
    .info-container-right {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        top: 840px;
        left: 0px;
        width: 100%;
        margin: 10px 0;
    }

    .info-item {
        text-align: center;
        flex: 1;
    }

    .info-item h3 {
        font-family: berlin;
        font-size: 30px;
        margin: 5px 0;
    }

    .info-item p {
        font-family: berlin;
        font-size: 24px;
        margin: 5px 0;
    }

    .info-item:nth-child(2),
    .info-item:nth-child(3) {
        display: none;
    }
    

}


.site_footer {
    position: relative;
    top: 25px;
    height: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .site_footer {
        top: 25px;
    }
}

@media (min-width: 1024px) {
    .site_footer {
        top: 75px;
    }
}

@media (min-width: 1200px) {
    .site_footer {
        top: 75px;
    }
}