@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 24
}


:root{
    /* set color  */
    --border-gray : hsl(0, 0%, 83%);
    --spanish-gray: hsl(0,0%,60%);
    --sonic-gray: #5f6368;
    --eerie-black: hsl(0, 0%, 22%);
    --google-black: #202124;
    --ocean-green: #01875f;
    --google-green: #00a173;
    --google-active:#e6f3ef;
    --google-white: #e8eaed;
    --davys-gray: hsl(0,0%,63%);
    --cultured: #d9dadb;
    --white: hsl(0,100%,100%);
    --onyx: hsl(0,0%,27%);

        /* set typography  */
        --fs-1 : 3rem;
        --fs-2 : 2.5rem;
        --fs-3 : 2.3rem;
        --fs-4 : 2rem;
        --fs-5 : 1.563rem;
        --fs-6 : 1.375rem;
        --fs-7 : 1.25rem;
        --fs-8 : 1.125rem;
        --fs-9 : 1rem;
        --fs-10 : 0.938rem;
        --fs-11 : 0.875rem;
        --fs-12 : 0.813rem;
        --fs-13 : 0.75rem;
        --fs-14 : 0.688rem;
        --fs-15 : 0.625rem;

        --weight-300: 300;
        --weight-400: 400;
        --weight-500: 500;
        --weight-600: 600;
        --weight-700: 700;

        /* border radius  */

        --border-radius-md: 10px;
        --border-radius-sm: 5px;

        /* transition  */
        --transition-timiting: all 0.2s ease-in;
}


body{
    font-family: 'Poppins',sans-serif !important;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-transform: capitalize;
}

*,*::before,*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}

button{
    background: none;
    font: inherit;
    border: none;
    cursor: pointer;
}

/* Header Top nav  */
.header_nav{
    position: fixed;
    min-width: 100%;
    z-index: 1000;
    transition: var(--transition-timiting);
}
.header_nav.active {
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.479);
}

.header_nav nav{
    padding: -1px var(--fs-5);
    transition: var(--transition-timiting);
}

.header_title{
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_title a{
    border: none;
    border-radius: 0%;
}
.google_link{
    margin: 0 0.6rem 0 1rem;
    border-radius: none;
}

.google_img{
    width: 3rem;
    object-fit: cover;
    border-radius: 0%;
    /* max-width: var(--fs-5); */
    /* transition: var(--transition-timiting); */
}

.header_title h5{
    color: var(--sonic-gray);
    font-size: var(--fs-4);
    font-weight: var(--weight-400);
    transition: var(--transition-timiting);

    /* background: #01875f; */
}
.header_title span{
    color: var(--sonic-gray);
    font-size: 1.4rem;
    font-weight: var(--weight-500);
    letter-spacing: -1px;
    text-transform: none;
    transition: var(--transition-timiting);
}
.header_nav li {
    margin: 0 var(--fs-11);
}

.header_nav li:first-child{
    max-width: max-content;
    color: var(--ocean-green);
    border-bottom: solid 3px var(--google-green);
}

.header_nav li a{
    color: var(--sonic-gray);
    font-size: var(--fs-10);
    font-weight: var(--weight-500);
    letter-spacing: -1px;
    transition: var(--transition-timiting);
}

.header_nav li:first-child a{
    color: var(--ocean-green);
}

.header_nav li a:hover{
    color: var(--eerie-black);
}
.login_icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1rem;
    width: 10rem;
}

.login_icon i{
    color: var(--sonic-gray);
    font-size: var(--fs-8);
    transition: var(--transition-timiting);
}
.icon_question i{
    border: solid 2px var(--sonic-gray);
    padding: 1px 4px 0.5px; 
    border-radius: 50%;
    transition: var(--transition-timiting);
}

.icon_user i{
    background: #e0e0e0;
    padding: 10px 11px;
    border-radius: 50%;
    transition: var(--transition-timiting);
}

/* Mobile Botton Navigation  */

.mobile_bottom_navigtation{
    display: none;
    background: var(--white);
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: auto;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
    box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
    z-index: 5;
}

.mobile_bottom_navigtation .action-btn{
    position: flex;
    flex-direction: column;
    position: relative;
    color: var(--eerie-black);
    /* padding: 10px; */
}


.mobile_bottom_navigtation .action-btn img{
    max-width: 1rem;
}


/* Body Video Section  */

.video_container{
    background-image: linear-gradient(30deg, rgba(32, 33, 36, 1) 0%, rgba(32, 33, 36, 1) 100%);
    min-height: 90vh;
}
.myvideo_container{
    max-width: 100%;
    transition: var(--transition-timiting);
}

.video-blur{
    position: absolute;
    top: 10px;
    border: solid;
    border-color: var(--google-black);
    border-width: 2rem 12rem 10rem 40rem ;
    background: linear-gradient(30deg, rgba(32, 33, 36, 0.329) 0%, rgba(32, 33, 36, 0.767) 100%);
    filter: blur(5px);
    min-width: 100%;
    min-height: 90vh;
    margin: 0;
}

.myvideo_container iframe{
    margin: 4% 0 0 32%;
    min-width: 65%;
    height: 75vh;
}

.content {
    z-index: 100;
    position: absolute;
    color: #f1f1f1;
    width: 100%;
    bottom: 8rem;
    padding: 0 18rem 0 18rem;
    transition: var(--transition-timiting);
}

.logo_container .gameimg{
    display: none;
}
.logo_contect .logo_title{
    font-size: 4rem;
    color: var(--google-white);
}

.logo_contect .sub_title h4{
    font-size: var(--fs-10);
    color: var(--google-green);
}
.logo_contect .sub_title h4 span{
    font-size: var(--fs-8);
    color: var(--google-green);
}
.logo_contect .sub_title span{
    font-size: var(--fs-13);
    text-transform: none;
    color: var(--davys-gray);
}

.logo_contect .sub_title p{
    font-size: var(--fs-12);
    color: #03da8b;
}

.hidden {
    display: none;
}

.game_rate{
    margin: 2rem 0;
    max-width: 40%;
}
.game_img {
    max-width: max-content;
    /* margin-right: 2rem; */
    padding: 0;
}
.game_rate .game_img img{
    max-width: 6.5rem;
}

.number_rate{
    display: flex ;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    
}

.sidebar{
    border-right: 1px solid var(--sonic-gray);
    height: 25px;
    margin: 0 1rem;
}

.number_rate h4{
    font-size: var(--fs-11);
    color: var(--google-active);
    text-align: center;
}

.rateing i{
    font-size: var(--fs-14);
}

.number_rate span{
    font-size: var(--fs-12);
    color: var(--davys-gray);
    text-transform: none;
}

.rates i{
    font-size: 0.5rem ;
    border: solid 1px var(--davys-gray);
    border-radius: 50%;
    padding: 3px 6px;
    margin: 0 5px;
}

.device {
    display: flex;
    padding: 0.5rem 0;
}

.device div{
    margin: 0 1rem;
}

.install_btn{
    padding: 0.7rem 3rem;
    border-radius: 10px;
    background: var(--google-green);
}
.install_btn a{
    color: var(--google-white);
}
.install_btn span{
    font-size: 1rem;
    color: var(--google-black);
}

.device_share{
    display: flex;
}
.device div>img{
    border-radius: 0%;
}

.share,.bookmark{
    display: flex;
    align-items: center;
}
.device .share_icon{
    max-width: 1.4rem;
    margin: 0 0.8rem ;
}
.device .bookmark_icon{
    max-width: 1.6rem;
    margin: 0 0.8rem ;
}


.share span,.bookmark span{
    color: var(--google-green);
    font-size: var(--fs-10);
}

.trailer{
    display: flex;
    justify-content: center;
    align-items: center;
}

.trailer div{
    background: #000;
    padding: 0.7rem 0;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 9rem;
}

.trailer .caret_right{
    max-width: 20%;
}

.trailer span{
    font-size: var(--fs-10);
    color: var(--white);
    cursor: pointer;
}

.logo_content_text{
    margin: 1rem 0 0;
}
.logo_content_text{
    max-width:65%;
}

.logo_content_text p{
    font-size: var(--fs-11);
    font-weight: 8;
    color: var(--davys-gray);
    text-transform: none;
}
.logo_content_text span{
    border-bottom: solid 1px var(--davys-gray);
}
.logo_content_text i{
    font-size: var(--fs-14);
}


/* Home Image Slider */


.body_section{
    margin: 2% 14% 0 14%;
}

.home #imgList>li{
    list-style: none;
    
}

.scroll-arrow {
    width: 2rem;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 1rem 0 2.5rem;
    margin:0 -2.3rem 0 -2rem;
    /* opacity: 0.5; */
    font-size:34px;
    transition: 0.2s;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.384);
    z-index: 1;
}

.scroll-arrow:hover {
    transition: 0.2s;
    opacity:1;
    background: rgb(240, 239, 239);
}

.scroll-arrow i{
    margin: 0 0 0 -1.2rem;
    padding-bottom: 1rem;
    font-size: var(--fs-7);
}
.home ul {
    width: 93%;
    /* background: #00a173; */
    scroll-behavior: smooth;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    text-align: center;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.home ul::-webkit-scrollbar {
    display: none;
}
.home ul li:first-child{
    margin-left: -3%;
}
.home ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 25%;
    margin-right: 2.5%;
    transition: 0.2s;
}
.home ul li, img {
    width: 500px;
    border-radius: 15px;
}


/* About this Game  */
.about_game{
    margin: 2rem 0;
}
.about_game h3,.data_safety h3,.rating_title h3 {
    font-size: var(--fs-6);
    color: var(--eerie-black);
    text-transform: none;
}

.about_game i,.data_safety i ,.rating_title i{
    margin: 0 1rem;
    font-size: 1rem;
    color: var(--sonic-gray);
}
.about_game p,.data_safety p{
    color: var(--sonic-gray);
    font-size: var(--fs-11);
    font-weight: var(--weight-500);
    margin: 2rem 1rem 2rem 0;
    text-transform: none;
}

.about_game .class_join{
    margin-bottom: 0;
}
.about_game li{
    color: var(--sonic-gray);
    font-size: var(--fs-11);
    font-weight: var(--weight-500);
    text-transform: none;
}



.updated_on h4{
    font-size: var(--fs-11);
    text-transform: none;
}

.updated_on p{
    margin: 0;
    font-size: var(--fs-11);
}

/* Categories  */
.categories {
    display: flex;
    flex-wrap: wrap;
    margin: 1.8rem 0;
}

.categories span{
    font-size: var(--fs-11);
    font-weight: var(--weight-500);
    color: var(--sonic-gray);
    text-transform: none; 
    margin: 0 1rem 1rem 0;
    padding: 0.35rem 1rem;
    border-radius: 50px;
    border: solid 1px var(--cultured);
}

/* Data Safety */
.data_safety{
    margin-bottom: 2rem;
}
.data_information{
    margin:0 2.5rem 0 0;
    padding: 0 0 2rem 2rem;
    border: solid 1px var(--cultured);
    border-radius: 10px;

}
.data_information div{
    display: flex;
    margin: 1.5rem 0;
}
.data_information img{
    width: 22px;
    object-fit: contain;
    
}
.data_information p{
    margin: 0 1.5rem;
    font-weight: var(--weight-400);
    font-size: var(--fs-11);
}

.data_information span{
    color: var(--ocean-green);
    font-weight: var(--weight-500);
    font-size: var(--fs-11);
    text-transform: none;
    /* background: #00a173; */
    margin: 1rem;
}

/* Rating and reviews */

.rating_reviews .rating_title{
    display: flex;
    justify-content: space-between;
    margin: 0 2rem 0 0;
}

.rating_reviews div>span{
    font-size: var(--fs-12);
    font-weight: var(--weight-500);
    color: var(--sonic-gray);
    text-transform: none;
}

/* All of Device can Use  */
.device_all{
    display: flex;
    margin: 1.5rem 0;
}

.device_all div:first-child{
    margin: 0 1rem 0 0;
    background: #d9f7ee;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    border: none;

}
.device_all div{
    margin: 0 2rem 0 0;
    padding: 0.3rem 1.2rem;
    border-radius: 50px;
    border: solid 1px var(--spanish-gray);
}

.device_all .device_all_text{
    color: #017e58;
}


/* Device rate */
.device_rate .device_row{
    display: flex;
    min-width: 100%;
}
.device_rate .rateing_star{
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* background: #03da8b; */
    min-width: 10%;

}
.device_rate h1{
    font-size: 3.5rem;
    font-weight: var(--weight-400);

}

.device_rate .star{
    display: flex;
}

.device_rate .star img{
    max-width: 0.9rem;
}

.device_rate .rateing_star span{
    font-size: var(--fs-13);
    margin: 1rem 0;
}

/* Loading Reviews  */
.loading_reviews{
    width: 85%;
    padding-right: 2.5rem ;
    margin-left: 2rem;
}

.loading_number{
    display: flex;
}

.loading_number span{
    /* background: #000; */
}
.loading_number .bar{
    background: var(--google-white);
    min-width: 100%;
    height: 11px;
    border-radius: 50px;
    margin-left: 1rem;
}

.loading_number:first-child .bar .value{
    background: var(--ocean-green);
    max-width: 85%;
    height: 11px;
    border-radius: 50px;
}

.loading_number:nth-child(2) .bar .value{
    background: var(--ocean-green);
    max-width: 5%;
    height: 11px;
    border-radius: 50px;
}

.loading_number:nth-child(3) .bar .value{
    background: var(--ocean-green);
    max-width: 15%;
    height: 11px;
    border-radius: 50px;
}

.loading_number:nth-child(4) .bar .value{
    background: var(--ocean-green);
    max-width: 2%;
    height: 11px;
    border-radius: 50px;
}


.loading_number:last-child .bar .value{
    background: var(--ocean-green);
    max-width: 5%;
    height: 11px;
    border-radius: 50px;
}


/* Feedback  */

.feedback .personal_feedback{
    margin: 0 0 3.5rem;
}
.feedback .header {
    display: flex;
    justify-content: space-between;
    margin: 0 2rem 0 0;
    align-items: center;

}
.feedback .header .profile{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.profile img{
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    object-fit: cover;
}
.feedback .profile p{
    font-size: var(--fs-10);
    margin: 0 1rem;
    text-align: center;
}

.feedback .rateing_star{
    display: flex;
    align-items: center;
    text-align: center;
    margin: 1.8rem 0 0.8rem;
}

.feedback .star{
    display: flex;
}

.feedback .star img{
    max-width: 0.7rem;
    object-fit: contain;
}

.feedback .rateing_star p{
    font-size: var(--fs-12);
    color: var(--sonic-gray);
    margin: 0 0.7rem;
    font-weight: var(--weight-400);
}
.feedback .personal_feedback .review p{
    color: var(--sonic-gray);
    font-size: 0.83rem;
    text-transform: none;
}

.feedback .personal_feedback .review span{
    font-size: var(--fs-13);
    text-transform: none;
}

.feedback .helpful{
    display: flex;
    margin: 1rem 0;
    text-align: center;
    align-items: center;
    /* background: yellow; */
}

.feedback .helpful .yes_no{
    display: flex;
    margin: 0 1rem ;
}

.feedback .helpful span{
    color: var(--sonic-gray);
    font-size: var(--fs-12);
    /* background: rebeccapurple; */
}


.feedback .helpful .yes_no div{
    margin:  0 0.5rem;
    border: solid 1px var(--border-gray);
    border-radius: 50px;
}
.feedback .helpful .yes_no div span{
    margin: 0.3rem 1rem;
    color: var(--sonic-gray);
    font-size: var(--fs-11);
    font-weight: var(--weight-500);
    text-transform: capitalize;
}

.feedback .feedback_reviews{
    color: var(--ocean-green);
    font-weight: var(--weight-500);
    font-size: var(--fs-11);
    text-transform: none;
    margin: 1rem ;
}

.what_news{
    margin-bottom: 2.5rem;
}
.what_news h3{
    font-size: var(--fs-7);
    text-transform: none;
}

.what_news li{
    font-size: var(--fs-11);
    color: var(--sonic-gray);
    text-transform: none;
    line-height: 2;
}

/* Play on Website */
.play_on_website{
    background: #202124;
    border-radius: 20px;
    padding: 2rem 1.8rem;
    max-height: 70rem;
}

.sub_header,.information{
    padding: 0 0 2rem 0;
    border-bottom: solid 2px var(--eerie-black);
}
.device_information{
    padding: 0 0 2rem 0;
}
.sub_header .sub_container{
    display: flex;
    align-items: center;
}
.sub_header img{
    max-width: 10%;
}

.sub_header h3{
    margin: 0 1rem;
    font-size: 1.5rem;
    color: var(--google-white);
    letter-spacing: -1px;
    text-transform: none;
}

.sub_header p{
    color: var(--davys-gray);
    margin: 1.2rem 0;
    text-transform: none;
}

.sub_header span{
    color: #28feaf;
    text-transform: none;
}
.information{
    margin: 1.9rem 0;
}
.information div{
    margin: 1rem 0;
}

.information div>span{
    margin: 0 0 0 0.8rem;
    font-size: var(--fs-11);
    color: var(--spanish-gray);
}

/* Device Information */
.device_information h3{
    font-size: 1.5rem;
    font-weight: var(--weight-500);
    color: var(--google-white);
    letter-spacing: -1px;
    text-transform: none;
}

.device_list{
    padding: 0 1rem;
}
.device_list ul>li{
    display: flex;
    list-style: circle;
    color: var(--google-white);
}
.device_list li::marker{
    color: var(--google-white);
    font-size: var(--fs-11);
}
.device_list li>span{
    font-size: var(--fs-9);
    color: var(--google-white);
    font-weight: 670;
}

.device_list li{
    font-size: var(--fs-12);
    color: var(--spanish-gray);
    margin: 0.4rem 0;
}
.play_on_website p{
    font-size: var(--fs-13);
    text-transform: none;
    color: var(--spanish-gray);
}

.play_on_website .help{
    color: #28e09c;
}

/* Flag  */
.flag{
    padding-bottom: 4.5rem;
    border-bottom: solid 1px var(--border-gray);
}
.flag img{
    max-width: var(--fs-7);
}

.flag span{
    font-size: var(--fs-12);
    font-weight: var(--weight-500);
    margin-left: 1rem;
}


/* Google List  */
.google_list{
    display: flex;
    margin: 3rem 0;
}
.google_list .list{
    margin-right: 10rem;
}

.google_list h4{
    font-size: var(--fs-11);
    color: var(--onyx);
}

.google_link .list .sub_list{
    display: flex;
    flex-direction: column;
}

.sub_list p{
    font-size: var(--fs-12);
    color: var(--sonic-gray);
}

.footers{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 2rem;
}


.footers span{
    font-size: var(--fs-13);
    color: var(--sonic-gray);
    margin-right: 2rem;
}

.footers .language img{
    width: 1.5rem;
    border-radius: 0%;
}














@media ( max-width: 375px){

    
    .header_nav nav{
        padding: 0;
    }
    
    .google_link img{
        width: 2rem;
    }
    .container-fluid{
        padding: 0;
    }
    .header_title h5{
        font-size: var(--fs-5);
        font-weight: var(--weight-500);
    }
    .header_title h5 span{
        font-size: var(--fs-6);
    }

    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    #mobile_bottom_navigtation{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile_bottom_navigtation .action-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        min-height: max-content;
    }
    .mobile_bottom_navigtation .action-btn img{
        border-radius: 0%;
        max-width: 1.4rem;
        
    }
    .mobile_bottom_navigtation .action-btn span{
        font-size: var(--fs-11);
        margin-top: 0.5rem;
    }

    /* Video Container  */
    .video_container{
        height: 10vh;
    }
    .video_container{
        min-height: 78vh;
    }

    #myvideo_containers #video-blur{
        position: absolute;
        bottom: 28%;
        border: solid;
        border-color: var(--google-black);
        border-width: 2rem 0 20rem 0 ;
        background: linear-gradient(30deg, rgba(32, 33, 36, 0.719) 0%, rgba(32, 33, 36, 0.767) 100%);
        filter: blur(2px);
        min-height: 65%;
        margin: 0;
    }
    #myvideo_containers iframe{ 
        width: 100%;
        height: 18rem;
        margin: 0;
    }

    #content{
        position: absolute;
        padding: 0 1rem;
        top: 13.5rem;
        height: 50%;
        overflow: hidden;
    }

    .logo_container{
        display: flex;
    }
    
    .logo_container .gameimg{
        display: block;
    }
    .logo_container .gameimg img{
        max-width: 7rem;
    }

    .container_contect{
        margin: 0 1.5rem;
        max-width: 100%;
    }

    .container_contect .logo_title{
        font-size: var(--fs-5);
    }
    .logo_contect .sub_title h4{
        font-weight: var(--weight-400);

    }

    .logo_container .sub_title span{
        font-size: var(--fs-14);
    }



    .game_rate{
        min-width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 2rem 0;
    }
    .game_rate .game_img{
        display: none;
    }

    .game_rate .number_rate{
        min-width: 100%;
    }

    .number_rate h4{
        font-size: var(--fs-12);
    }

    .rateing i{
        font-size: var(--fs-15);
    }
    .number_rate span{
        font-size: var(--fs-13);
    }

    .number_rate .rates i{
        font-size: 0.3rem;
        padding: 0.3rem 0.3rem 0.2rem;
        margin: 0 3px; 
    }



    /* Install action  */

    #install_action #install_row{
        min-width: 100%;
        margin-bottom: 0;
    }

    #install_action #device{
        display: flex;
        flex-direction: column;
        min-width: 100%;
        padding: 0 0.5rem;
    }

    .install_btn {
        padding: 0.4rem 5rem;
        margin: 0;
    }

    .install_btn span{
        font-size: var(--fs-11);
    }

    .install_row .device .device_share{
        display: flex;
        margin: 1rem 0;
        justify-content: center;

    }

    .install_action .share img{
        border-radius: 0%;
        max-width: var(--fs-8);

    }
    .install_action .bookmark img{
        max-width: var(--fs-6);
    }

    .install_action .device span{
        font-size: var(--fs-11);
    }

    .install_row .trailer{
        display: none;
    }

    #logo_content_texts{
        display:block;
        min-width: 100%;
        font-size: var(--fs-12);
        margin-top: 0;
    }

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 6%;
    }

    .scroll-arrow{
        display: none;
    }

    .home ul{
        width: 100%;
    }

    .home ul li{
        margin-right: 1rem;
        padding: 0;
        max-width: 110% ;
    }

    .home ul li:first-child{
        margin-left: -10%;
    }

    .body_section .home img{
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .about_game{
        margin: 1rem 0 2rem;
    }

    .about_game h3, .data_safety h3, .rating_title h3{
        display: flex;
        justify-content: space-between;
        font-size: var(--fs-8);
        margin-bottom: 2rem;
    }

    .about_game p,.data_safety p{
        font-size: var(--fs-12);
        margin: 0;
    }

    .about_game .class_join{
        margin: 1rem 0 ;
    }

    .about_game li{
        font-size: var(--fs-13);
    }


    .categories span{
        font-size: var(--fs-12);
    }

    .data_safety .data_information{
        margin: 1rem 0.5rem 0 0;
        padding: 0 1rem 1rem 1rem;
    }

    .data_safety .data_information div{
        margin: 0.8rem 0 1rem;
        display: flex;
        align-items: start;
    }
    .data_safety .data_information img{
        margin-right: 1rem;
    }

    .data_information span{
    font-size: var(--fs-12);
    }


    .rating_reviews .rating_title{
        display: flex;
        flex-direction: column;
    }
    .rating_title h3{
        margin-bottom: 0;
    }

    .rating_title div {
        margin-top: 0.5rem;
    }
    .rating_title div>span{
        font-size: var(--fs-13);
    }


    /* Device Rating All  */

    .device_all{
        position: relative;
        vertical-align: middle;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .device_all::-webkit-scrollbar{
        display: none;
    }

    .device_all div{
        margin: 0 0.7rem 0 0;
        
    }

    /* Feedback  */

    .feedback .personal_feedback{
        margin: 0 0  2.5rem;
    }
    .feedback .personal_feedback:last-child{
        margin-bottom: 1.5rem;
    }
    .feedback .profile p{
        font-size: var(--fs-11);
    }

    .feedback .rateing_star{
        margin: 1.5rem 0  0.5rem;
    }

    .feedback .rateing_star p{
        font-size: var(--fs-14);
    }
    /* What New  */
    .what_news{
        margin: 1.8rem 0 0;
    }
    .what_news h3{
        font-size: var(--fs-8);
    }
    .what_news li{
        font-size: var(--fs-12);
    }

    /* Flag  */

    .flag{
        padding-bottom: 2.5rem;
    }

    /* Google List  */

    .google_list{
        display: flex;
        flex-direction: column;
    }

    .google_list h4{
        font-size: var(--fs-11);
    }
    .footers .language{
        margin: 1rem 0 3rem;
        
    }
    .play_on_website{
        display: none;
    }

}


@media(max-width : 450px){

    .header_nav nav{
        padding: -2px var(--fs-6);
    }

    .google_link{
        margin: 0 0.8rem 0;
    }

    .google_img{
        border-radius: 0%;
        max-width: var(--fs-4);
    }
    .header_title h5{
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_title span{
        font-size: var(--fs-7);
    }
    .login_icon{
        width: 9rem;
    }
    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    #mobile_bottom_navigtation{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile_bottom_navigtation .action-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        min-height: max-content;
    }
    .mobile_bottom_navigtation .action-btn img{
        border-radius: 0%;
        max-width: 1.4rem;
        
    }
    .mobile_bottom_navigtation .action-btn span{
        font-size: var(--fs-11);
        margin-top: 0.5rem;
    }

    /* Video Container  */
    .video_container{
        min-height: 78vh;
    }

    #myvideo_containers #video-blur{
        position: absolute;
        bottom: 28%;
        border: solid;
        border-color: var(--google-black);
        border-width: 2rem 0 8rem 0 ;
        background: linear-gradient(30deg, rgba(32, 33, 36, 0.719) 0%, rgba(32, 33, 36, 0.767) 100%);
        filter: blur(2px);
        min-height: 43vh;
        margin: 0;
    }
    #myvideo_containers iframe{ 
        width: 100%;
        height: 18rem;
        margin: 0;
    }

    #content{
        position: absolute;
        padding: 0 1rem;
        top: 13.5rem;
        
        height: 50%;
        overflow: hidden;
    }

    .logo_container{
        display: flex;
    }
    
    .logo_container .gameimg{
        display: block;
    }
    .logo_container .gameimg img{
        max-width: 6rem;
    }

    .container_contect{
        margin: 0 1.5rem;
        max-width: 100%;
    }

    .container_contect .logo_title{
        font-size: var(--fs-5);
    }
    .logo_contect .sub_title h4{
        font-weight: var(--weight-400);

    }

    .logo_container .sub_title span{
        font-size: var(--fs-14);
    }



    .game_rate{
        min-width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 2rem 0;
    }
    .game_rate .game_img{
        display: none;
    }

    .game_rate .number_rate{
        min-width: 100%;
    }

    .number_rate h4{
        font-size: var(--fs-12);
    }

    .rateing i{
        font-size: var(--fs-15);
    }
    .number_rate span{
        font-size: var(--fs-13);
    }

    .number_rate .rates i{
        font-size: 0.3rem;
        padding: 0.3rem 0.3rem 0.2rem;
        margin: 0 3px; 
    }



    /* Install action  */

    #install_action #install_row{
        min-width: 100%;
        margin-bottom: 0;
    }

    #install_action #device{
        display: flex;
        flex-direction: column;
        min-width: 100%;
        padding: 0 0.5rem;
    }

    .install_btn {
        padding: 0.4rem 5rem;
        margin: 0;
    }

    .install_btn span{
        font-size: var(--fs-11);
    }

    .install_row .device .device_share{
        display: flex;
        margin: 1rem 0;
        justify-content: center;

    }

    .install_action .share img{
        border-radius: 0%;
        max-width: var(--fs-8);

    }
    .install_action .bookmark img{
        max-width: var(--fs-6);
    }

    .install_action .device span{
        font-size: var(--fs-11);
    }

    .install_row .trailer{
        display: none;
    }

    #logo_content_texts{
        display:block;
        min-width: 100%;
        font-size: var(--fs-12);
        margin-top: -1rem;
    }

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 6%;
    }

    .scroll-arrow{
        display: none;
    }

    .home ul{
        width: 100%;
    }

    .home ul li{
        margin-right: 1rem;
        padding: 0;
        max-width: 110% ;
    }

    .home ul li:first-child{
        margin-left: -10%;
    }

    .body_section .home img{
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .about_game{
        margin: 1rem 0 2rem;
    }

    .about_game h3, .data_safety h3, .rating_title h3{
        display: flex;
        justify-content: space-between;
        font-size: var(--fs-8);
        margin-bottom: 2rem;
    }

    .about_game p,.data_safety p{
        font-size: var(--fs-12);
        margin: 0;
    }

    .about_game .class_join{
        margin: 1rem 0 ;
    }

    .about_game li{
        font-size: var(--fs-13);
    }


    .categories span{
        font-size: var(--fs-12);
    }

    .data_safety .data_information{
        margin: 1rem 0.5rem 0 0;
        padding: 0 1rem 1rem 1rem;
    }

    .data_safety .data_information div{
        margin: 0.8rem 0 1rem;
        display: flex;
        align-items: start;
    }
    .data_safety .data_information img{
        margin-right: 1rem;
    }

    .data_information span{
    font-size: var(--fs-12);
    }


    .rating_reviews .rating_title{
        display: flex;
        flex-direction: column;
    }
    .rating_title h3{
        margin-bottom: 0;
    }

    .rating_title div {
        margin-top: 0.5rem;
    }
    .rating_title div>span{
        font-size: var(--fs-13);
    }


    /* Device Rating All  */

    .device_all{
        position: relative;
        vertical-align: middle;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .device_all::-webkit-scrollbar{
        display: none;
    }

    .device_all div{
        margin: 0 0.7rem 0 0;
        
    }

    /* Feedback  */

    .feedback .personal_feedback{
        margin: 0 0  2.5rem;
    }
    .feedback .personal_feedback:last-child{
        margin-bottom: 1.5rem;
    }
    .feedback .profile p{
        font-size: var(--fs-11);
    }

    .feedback .rateing_star{
        margin: 1.5rem 0  0.5rem;
    }

    .feedback .rateing_star p{
        font-size: var(--fs-14);
    }
    /* What New  */
    .what_news{
        margin: 1.8rem 0 0;
    }
    .what_news h3{
        font-size: var(--fs-8);
    }
    .what_news li{
        font-size: var(--fs-12);
    }

    /* Flag  */

    .flag{
        padding-bottom: 2.5rem;
    }

    /* Google List  */

    .google_list{
        display: flex;
        flex-direction: column;
    }

    .google_list h4{
        font-size: var(--fs-11);
    }
    .footers .language{
        margin: 1rem 0 3rem;
        
    }
    .play_on_website{
        display: none;
    }

}



@media(max-width: 584px){

    .header_nav nav{
        padding: -2px var(--fs-6);
    }

    .google_link{
        margin: 0 0.8rem 0;
    }

    .google_img{
        border-radius: 0%;
        max-width: var(--fs-4);
    }
    .header_title h5{
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_title span{
        font-size: var(--fs-7);
    }
    .login_icon{
        width: 9rem;
    }
    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    #mobile_bottom_navigtation{
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .mobile_bottom_navigtation .action-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        min-height: max-content;
    }
    .mobile_bottom_navigtation .action-btn img{
        border-radius: 0%;
        max-width: 1.4rem;
        
    }
    .mobile_bottom_navigtation .action-btn span{
        font-size: var(--fs-11);
        margin-top: 0.5rem;
    }

    /* Video Container  */
    #video_container{
        min-height: 78vh;
    }
    #myvideo_containers .video-blur{
        position: absolute;
        top: 10px;
        border: solid;
        border-color: var(--google-black);
        border-width: 2rem 0 6rem 0 ;
        background: linear-gradient(30deg, rgba(32, 33, 36, 0.329) 0%, rgba(32, 33, 36, 0.767) 100%);
        filter: blur(2px);
        min-height: 36vh;
        margin: 0;
    }
    #myvideo_containers iframe{ 
        width: 100%;
        max-height: 18rem;
        margin: 0;
    }

    #content{
        position: absolute;
        padding: 0 1rem;
        top: 13.5rem;
        margin-top: -1.5rem;
    }

    .logo_container{
        display: flex;
    }
    
    .logo_container .gameimg{
        display: block;
    }
    .logo_container .gameimg img{
        max-width: 7rem;
    }

    .container_contect{
        /* display: none; */
        margin: 0 1.5rem;
        max-width: 100%;
    }

    .container_contect .logo_title{
        font-size: var(--fs-5);
    }
    .logo_contect .sub_title h4{
        font-weight: var(--weight-400);

    }

    .logo_container .sub_title span{
        font-size: var(--fs-14);
    }



    .game_rate{
        min-width: 100%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        margin: 2rem 0;
    }
    .game_rate .game_img{
        display: none;
    }

    .game_rate .number_rate{
        /* background: #03da8b; */
        min-width: 100%;
    }

    .number_rate h4{
        font-size: var(--fs-12);
    }

    .rateing i{
        font-size: var(--fs-15);
    }
    .number_rate span{
        font-size: var(--fs-13);
    }

    .number_rate .rates i{
        font-size: 0.3rem;
        padding: 0.3rem 0.3rem 0.2rem;
        margin: 0 3px; 
    }



    /* Install action  */

    #install_action #install_row{
        min-width: 100%;
        margin: 0;
    }

    #install_action #device{
        display: flex;
        flex-direction: column;
        min-width: 100%;
        padding: 0 0.5rem;
    }

    .install_btn {
        padding: 0.4rem 5rem;
    }

    .install_btn span{
        font-size: var(--fs-11);
    }

    .install_row .device .device_share{
        display: flex;
        margin: 1rem 0;
        justify-content: center;

    }

    .install_action .share img{
        border-radius: 0%;
        max-width: var(--fs-8);

    }
    .install_action .bookmark img{
        max-width: var(--fs-6);
    }

    .install_action .device span{
        font-size: var(--fs-11);
    }

    .install_row .trailer{
        display: none;
    }

    #logo_content_texts{
        display: inline-block;
        min-width: 100%;
        font-size: var(--fs-12);
    }

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 6%;
    }

    .scroll-arrow{
        display: none;
    }

    .home ul{
        width: 100%;
    }

    .home ul li{
        margin-right: 1rem;
        padding: 0;
        max-width: 110% ;
    }

    .home ul li:first-child{
        margin-left: -10%;
    }

    .body_section .home img{
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .about_game{
        margin: 1rem 0 2rem;
    }

    .about_game h3, .data_safety h3, .rating_title h3{
        display: flex;
        justify-content: space-between;
        font-size: var(--fs-8);
        margin-bottom: 2rem;
    }

    .about_game p,.data_safety p{
        font-size: var(--fs-12);
        margin: 0;
    }

    .about_game .class_join{
        margin: 1rem 0 ;
    }

    .about_game li{
        font-size: var(--fs-13);
    }


    .categories span{
        font-size: var(--fs-12);
    }

    .data_safety .data_information{
        margin: 1rem 0.5rem 0 0;
        padding: 0 1rem 1rem 1rem;
    }

    .data_safety .data_information div{
        margin: 0.8rem 0 1rem;
        display: flex;
        align-items: start;
    }
    .data_safety .data_information img{
        margin-right: 1rem;
    }

    .data_information span{
    font-size: var(--fs-12);
    }


    .rating_reviews .rating_title{
        display: flex;
        flex-direction: column;
    }
    .rating_title h3{
        margin-bottom: 0;
    }

    .rating_title div {
        margin-top: 0.5rem;
    }
    .rating_title div>span{
        font-size: var(--fs-13);
    }


    /* Device Rating All  */

    .device_all{
        position: relative;
        vertical-align: middle;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .device_all::-webkit-scrollbar{
        display: none;
    }

    .device_all div{
        margin: 0 0.7rem 0 0;
        
    }

    /* Feedback  */

    .feedback .personal_feedback{
        margin: 0 0  2.5rem;
    }
    .feedback .personal_feedback:last-child{
        margin-bottom: 1.5rem;
    }
    .feedback .profile p{
        font-size: var(--fs-11);
    }

    .feedback .rateing_star{
        margin: 1.5rem 0  0.5rem;
    }

    .feedback .rateing_star p{
        font-size: var(--fs-14);
    }
    /* What New  */
    .what_news{
        margin: 1.8rem 0 0;
    }
    .what_news h3{
        font-size: var(--fs-8);
    }
    .what_news li{
        font-size: var(--fs-12);
    }

    /* Flag  */

    .flag{
        padding-bottom: 2.5rem;
    }

    /* Google List  */

    .google_list{
        display: flex;
        flex-direction: column;
    }

    .google_list h4{
        font-size: var(--fs-11);
    }
    .footers .language{
        margin: 1rem 0 3rem;
        
    }
    .play_on_website{
        display: none;
    }
}


@media (max-width: 768px){

    .header_nav nav{
        padding: -2px var(--fs-6);
    }

    .google_link{
        margin: 0 0.8rem 0;
    }

    .google_img{
        border-radius: 0%;
        max-width: var(--fs-4);
    }
    .header_title h5{
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header_title span{
        font-size: var(--fs-7);
    }
    .login_icon{
        width: 9rem;
    }
    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    #mobile_bottom_navigtation{
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 0.5rem 2rem;
    }

    .mobile_bottom_navigtation .action-btn{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        min-height: max-content;
    }
    .mobile_bottom_navigtation .action-btn img{
        border-radius: 0%;
        max-width: 1.4rem;
        
    }
    .mobile_bottom_navigtation .action-btn span{
        font-size: var(--fs-11);
        margin-top: 0.5rem;
    }

    /* Video Container  */
    #video_container{
        min-height: 78vh;
    }
    #myvideo_containers .video-blur{
        position: absolute;
        top: 10px;
        border: solid;
        border-color: var(--google-black);
        border-width: 2rem 3rem 6rem 3rem ;
        background: linear-gradient(30deg, rgba(32, 33, 36, 0.329) 0%, rgba(32, 33, 36, 0.767) 100%);
        filter: blur(2px);
        min-height: 36vh;
        margin: 0;
    }
    #myvideo_containers iframe{ 
        width: 100%;
        max-height: 18rem;
        margin: 0;
    }

    #content{
        position: absolute;
        padding: 0 2rem;
        top: 13.5rem;
    }

    .logo_container{
        display: flex;
    }
    
    .logo_container .gameimg{
        display: block;
    }
    .logo_container .gameimg img{
        max-width: 6rem;
    }

    .container_contect{
        /* display: none; */
        margin: 0 1.5rem;
        max-width: 100%;
    }

    .container_contect .logo_title{
        font-size: var(--fs-5);
    }
    .logo_contect .sub_title h4{
        font-weight: var(--weight-400);

    }

    .logo_container .sub_title span{
        font-size: var(--fs-14);
    }



    .game_rate{
        max-width: 100%;
        display: flex;
        justify-content: space-evenly;
        
        margin: 2rem 0;
    }
    .game_rate .game_img{
        display: none;
    }

    .game_rate .number_rate{
        /* background: #03da8b; */
        min-width: 100%;
    }

    .number_rate h4{
        font-size: var(--fs-12);
    }

    .rateing i{
        font-size: var(--fs-15);
    }
    .number_rate span{
        font-size: var(--fs-13);
    }

    .number_rate .rates i{
        font-size: 0.3rem;
        padding: 0.3rem 0.3rem 0.2rem;
        margin: 0 3px; 
    }



    /* Install action  */

    #install_action{
        display: flex;
        margin: 1rem 0 1.5rem;
    }

    .install_row .device{
        min-width: 100%;
        padding: 0 0.5rem;
    }

    .install_btn {
        padding: 0.4rem 5rem;
    }

    .install_btn span{
        font-size: var(--fs-11);
    }

    .install_row .device .device_share{
        display: flex;
        margin: 1rem 0;
        justify-content: center;

    }

    .install_action .share img{
        border-radius: 0%;
        max-width: var(--fs-8);

    }
    .install_action .bookmark img{
        max-width: var(--fs-6);
    }

    .install_action .device span{
        font-size: var(--fs-11);
    }

    .install_row .trailer{
        display: none;
    }

    #logo_content_texts{
        display: inline-block;
        min-width: 100%;
        font-size: var(--fs-12);
    }

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 6%;
    }

    .scroll-arrow{
        display: none;
    }

    .home ul{
        width: 100%;
    }

    .home ul li{
        margin-right: 1rem;
        padding: 0;
        max-width: 110% ;
    }

    .home ul li:first-child{
        margin-left: -10%;
    }

    .body_section .home img{
        max-width: 100%;
        margin: 0;
        border-radius: 10px;
    }

    .about_game{
        margin: 1rem 0 2rem;
    }

    .about_game h3, .data_safety h3, .rating_title h3{
        display: flex;
        justify-content: space-between;
        font-size: var(--fs-8);
        margin-bottom: 2rem;
    }

    .about_game p,.data_safety p{
        font-size: var(--fs-12);
        margin: 0;
    }

    .about_game .class_join{
        margin: 1rem 0 ;
    }

    .about_game li{
        font-size: var(--fs-13);
    }


    .categories span{
        font-size: var(--fs-12);
    }

    .data_safety .data_information{
        margin: 1rem 0.5rem 0 0;
        padding: 0 1rem 1rem 1rem;
    }

    .data_safety .data_information div{
        margin: 0.8rem 0 1rem;
        display: flex;
        align-items: start;
    }
    .data_safety .data_information img{
        margin-right: 1rem;
    }

    .data_information span{
    font-size: var(--fs-12);
    }


    .rating_reviews .rating_title{
        display: flex;
        flex-direction: column;
    }
    .rating_title h3{
        margin-bottom: 0;
    }

    .rating_title div {
        margin-top: 0.5rem;
    }
    .rating_title div>span{
        font-size: var(--fs-13);
    }


    /* Device Rating All  */

    .device_all{
        position: relative;
        vertical-align: middle;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .device_all::-webkit-scrollbar{
        display: none;
    }

    .device_all div{
        margin: 0 0.7rem 0 0;
        
    }

    /* Feedback  */

    .feedback .personal_feedback{
        margin: 0 0  2.5rem;
    }
    .feedback .personal_feedback:last-child{
        margin-bottom: 1.5rem;
    }
    .feedback .profile p{
        font-size: var(--fs-11);
    }

    .feedback .rateing_star{
        margin: 1.5rem 0  0.5rem;
    }

    .feedback .rateing_star p{
        font-size: var(--fs-14);
    }
    /* What New  */
    .what_news{
        margin: 1.8rem 0 0;
    }
    .what_news h3{
        font-size: var(--fs-8);
    }
    .what_news li{
        font-size: var(--fs-12);
    }

    /* Flag  */

    .flag{
        padding-bottom: 2.5rem;
    }

    /* Google List  */

    .google_list{
        display: flex;
        flex-direction: column;
    }

    .google_list h4{
        font-size: var(--fs-11);
    }
    .footers .language{
        margin: 1rem 0 3rem;
        
    }
    .play_on_website{
        display: none;
    }

}


@media(max-width: 992px){

    .google_link{
        margin: 0 0.8rem 0;
    }

    .google_img{
        border-radius: 0%;
        max-width: var(--fs-3);
    }
    
    .header_title h5{
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_title span{
        font-size: var(--fs-7);
    }

    .header_nav .navtext{
        font-size: var(--fs-11);

    }
    .login_icon{
        width: 9rem;
    }
    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    /* Video Container  */

    #myvideo_containers .video-blur{
        min-width: 100%;
        border-color: var(--google-black);
        border-width: 0 0 8rem 0 ;
        min-height: 65vh;
    }
    #myvideo_containers iframe{
        max-height: 33.7rem;
    }

    #install_action .device_share{
        display: flex;
    }

    

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 6%;
    }
    .scroll-arrow{
        display: none;
    }

    .play_on_website{
        display: none;
    }

}
@media(max-width: 1000px){

    /* Video Container  */

   
    .google_link{
        margin: 0 0.8rem 0;
    }

    .google_img{
        border-radius: 0%;
        max-width: var(--fs-3);
    }
    
    .header_title h5{
        font-size: 1.8rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header_title span{
        font-size: var(--fs-7);
    }

    .header_nav .navtext{
        font-size: var(--fs-11);

    }
    .login_icon{
        width: 9rem;
    }
    .login_icon i{
        font-size: var(--fs-9);
    }
    .icon_question i{
        font-size: var(--fs-11);
    }
    .icon_user i{
        font-size: var(--fs-11);
    }

    /* Video Container  */

    #myvideo_containers .video-blur{
        min-width: 100%;
        border-color: var(--google-black);
        background: linear-gradient(30deg, rgba(32, 33, 36, 0.911) 0%, rgba(32, 33, 36, 0.767) 100%);
        border-width: 0 0 8rem 0 ;
        min-height: 63vh;
    }

    #install_action .device_share{
        display: flex;
    }
    .myvideo_container .iframe_container{
        padding-right: 0;
        margin: 0;
    }

    #myvideo_containers iframe{ 
        min-width: 100%;
        margin: 0;
    }
    #content{
        position: absolute;
        padding: 0 2rem;
        top: 15.5rem;
    }

    /* Body Section  */

    .body_section{
        margin: 4% 5% 0 4%;
    }
    .body_section .body_information{
        min-width: 100%;
    } 
    .scroll-arrow{
        display: none;
    }

    .home ul{
        width: 100%;
    }

    .home ul li{
        margin-right: 1rem;
        padding: 0;
        max-width: 110% ;
    }


    .play_on_website{
        display: none;
    }

}

@media  (max-width: 1200px){
    .mobile_bottom_navigtation{
        display: none;
    }

    .video_container{
        min-height: 10vh;
    }

    .myvideo_container .video-blur{
        border-width: 10rem 0 6rem 20rem ;
        min-height: 82vh;
        filter: blur(8px);
        margin: 0;
    }


    .content{
        padding: 0 3rem 0;
        top: 25rem;
        bottom: 0;
    }

    .logo_contect{
        margin-bottom: -12px;
    }
    .logo_contect .logo_title{
        font-size: 2.5rem;
        font-weight: var(--weight-500);
    }
    .logo_contect .sub_title h4{
        font-size: var(--fs-11);
        margin: 0;
    }
    .logo_contect .sub_title span{
        font-size: var(--fs-14);
    }

    .game_rate {
        max-width: 40%;
    }
    .game_rate .game_img img{
        width: 3.5rem;
    }
    .number_rate h4{
        font-size: var(--fs-12);
    }
    .number_rate span {
        font-size: var(--fs-13);
    }
    .rates i{
        font-size: 0.4rem;
        padding: 2px 4px;
    }

    .install_action{
        margin: 0;
    }
    .install_btn{
        padding: 0.4rem 3.5rem;
    }
    .install_btn span{
        font-size: var(--fs-12);
    }

    .device_share{
        display: flex;
    }
    .device div>img{
        max-width: 10px;
        border-radius: 0%;
    }
    .device .share_icon{
        max-width: 1.2rem;
        margin: 0 0.5rem ;
    }
    .device .bookmark_icon{
        max-width: 1.3rem;
        margin: 0 0.5rem ;
    }

    .share span,.bookmark span{
        color: var(--google-green);
        font-size: var(--fs-11);
    }

    .trailer div{
        padding: 0.45rem 0;
        max-width: 7rem;
    }

    .trailer .caret_right{
        max-width: 18%;
    }
    .trailer span{
        font-size: var(--fs-11);
    }

    .logo_content_text{
        display: none;
    }
    .scroll-arrow{
        display: none;
    }

    /* Body Section  */

    .body_section{
        margin: 5% 4% 0 4%;
    }

    .body_information{
        max-width: 70%;
    }

    /* Play on Website  */

    .play_on_website{
        min-width: 30%;
    }

    .play_on_website h3{
        font-size: var(--fs-8);
    }
    .play_on_website span{
        font-size: var(--fs-11);
    }
    .googlefont{
        font-size: var(--fs-12);
    }
    
    .help{
        font-size: var(--fs-12);
    }
}

@media(max-width:1400px){

    .video-blur{
        border-width: 10rem 3rem 13rem 25rem ;
    } 

    .iframe_container{
        max-width: 95%;
    }

    .myvideo_container iframe{
        width: 75%;
        margin-left: 28.5%;
    } 

    .content{
        padding:  0 5rem 0;
    }

    .device_share{
        display: flex;
    }
    .device div>img{
        max-width: 10px;
        border-radius: 0%;
    }
     /* Body Section  */

    .body_section{
        margin: 5% 4% 0 4%;
    }

    .body_information{
        max-width: 70%;
    }

    /* Play on Website  */

    .play_on_website{
        min-width: 30%;
    }

    .play_on_website h3{
        font-size: var(--fs-8);
    }
    .play_on_website span{
        font-size: var(--fs-11);
    }
    .googlefont{
        font-size: var(--fs-12);
    }
    
    .help{
        font-size: var(--fs-12);
    }
}


@media(max-width: 1600px){


    /* Video Container  */
    .video-blur{
        border-width: 2rem 5rem 10rem 25rem ;
    }

    .content{
        padding:  0 5rem 0;
    }

    .device_share{
        display: flex;
    }
    .device div>img{
        max-width: 10px;
        border-radius: 0%;
    }
     /* Body Section  */

    .body_section{
        margin: 5% 4% 0 4%;
    }

    .body_information{
        max-width: 70%;
    }

    /* Play on Website  */

    .play_on_website{
        min-width: 30%;
    }

    .play_on_website h3{
        font-size: var(--fs-8);
    }
    .play_on_website span{
        font-size: var(--fs-11);
    }
    .googlefont{
        font-size: var(--fs-12);
    }
    
    .help{
        font-size: var(--fs-12);
    }

}

