.vr_game_top_banner {
    margin-top: 150px;
}

.vr_game_top_banner::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(to bottom, rgba(0, 0, 0, 1), transparent 50%, rgba(0, 0, 0, 1)); */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.1));
    z-index: 1;
    pointer-events: none;
}

.vr_game_features .featured-game-thumb img{
    max-height:max-content;
}

.vrgame .image-box {

    position: relative;
    /* Ensure the parent element is positioned */
    background: url('/storage/assets/site/images/vrgames/vr_about_back_blue.svg') no-repeat center center;
    /* Add your background image */
    background-size: cover;
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    text-align: center;

}

.vrgame .inner {
    height: 100%;


}

.vrgame .image-box img {

    position: relative;
    z-index: 1;
    width: 100%;

}

.about_vr_section .about-content::before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: transparent; */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 1));

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

}

.vr_game_features .featured-game-bg {

    background-image: url(/storage/assets/site/images/vrgames/vr_game_01.webp);
    background-color: #08D2FF;
    background-position: center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}

.vr_about_title span {
    color: #08D2FF !important;
}

.vr_game_room_title h2,
.vr_game_room_title p {
    color: rgba(255, 255, 255, 1) !important;
}

.vr_game_room_title p{
    font-weight: 600 !important;
    font-size: 22px !important;
}

.vr_game_room_title span {

    color: #08D2FF !important;

}


/* vr games features from */

.vr_game_features::before{

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(
        to bottom,
        rgba(8, 210, 255, 1) 0%,   /* Bright cyan blue at the top */
        rgba(8, 210, 255, 0.7) 25%, /* Slightly less opaque blue */
        rgba(8, 210, 255, 0.7) 50%, /* Maintains opacity */
        rgba(8, 210, 255, 0.7) 75%, /* Maintains opacity */
        rgba(0, 0, 0, 1) 100%       /* Dark at the bottom */
    );
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    pointer-events: none;
    /* z-index: 1; */
    /* Ensure the pseudo-element is above the image */



}



/* footer vr */

.vr_s_footer  .fw-title h5{
    font-size: 25px !important;
}

.vr_s_footer .fw-title h5::after{
    border-bottom: 2px solid #08D2FF;
    background: transparent;
}

.vr_s_footer .footer_adress{
    color: #08D2FF;
}

.vr_s_footer a{
    color: #08D2FF;
}