@import url(font.css);
@import url(root.css);

/****** NAV BAR ********/
header{
    /*background-color: red;*/
    width: 100%;
}
nav{
    width:var(--page-content-width);
    height: var(--nav-heigh);
    /*background-color: blue;*/
    margin: 0 auto;
}
nav .nav_logo img{
    float: left;
}
.nav_logo, .nav_logo img{
    height: 70px;
    padding-top: 7px;
}
#nav_container{
    float: right;
}
nav div{
    display: flex;
}
#nav_container .nav_reg_part{
   
}
#nav_container .nav_item ul li, 
#nav_container .nav_reg_part ul li{
    float: left;
    margin-left: 10px;
    list-style-type: none;
    margin-top: 5px;
}
nav a{
    text-decoration: none;
    color:var(--text-color);
    font-family:  Poppins-Medium;
    font-size: 1.5em;
}
.nav_box_theme{
    height: var(--nav-heigh) -3;
    display: flex;
    justify-content: center; /* Allinea il contenuto orizzontalmente al centro */
    align-items: center;
    margin-left: 15px;
}
.nav_box_theme img{
    height: 30px;
    filter: drop-shadow(0 0 0 var(--text-color));
}

/**=============== CONTAINER ==========*/

#container{
    width: 100% ;
    background-color: red;
    height: 1000px;
}

#welcome-init{
    width: var(--page-content-width);
    background-color: blue;
    height: 600px;
    margin: 0 auto;
}

#welcome-init-text{
    margin-top: 10%;
    margin-left: 5%;
    display: inline-block;
    font-size: 5em;
    background-color: chartreuse;
}

#welcome-init-text span{
    font-size: 2em;
    color: orangered;
}

#welcome-init-image {
    float: right;
    background-color: darkgoldenrod;
}

#welcome-init-image img{
    height: 580px;
}



/*
#navMobile{
    display: none;
    visibility: none;
}
#contaner{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#public1{
    width: 10%;
    background-color: forestgreen;
    padding: 0;
    margin: 0;
}
#contanerCenter{
    width: 80%;
}
#introSite{
    width: 100%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 50px 0;
    box-shadow: -0px 5px 20px 5px rgba(159, 159, 159, 0.15);
}
#cIntroTxt{
    width: 95%;
    
}
#cIntroTxt h1{
    padding: 0;
    margin: 0;
    font-size: 9vw;
    color:#FF0F00;
    padding: 0 0 0 0;
    font-family: Chango Regular;
}
#cIntroTxt img{
    width: 75%;
    width: 85%;
    padding: 0 0 0 0px;
    float: right;
}



#gameContainer{
    margin: 40px 0 0 0;
    box-shadow: -0px -0px 20px 5px rgba(159, 159, 159, 0.3);
}

#ourGame{
    width: 100%;
    height: 70px;
    background-color:  #FF0F00;
    border-bottom: 1px black solid;
    text-align: center;
}

#ourGame span{
    color: white;
    font-family:Poppins;
    font-size: 3em;
    padding: 0 0 0 30px;
    margin: 0;
}

#all_Game {
    display: flex;
    background-color: #FF0F00;
    padding: 0;
    overflow-x: scroll;
    border-bottom: 1px black solid;
    
}

.like_gamePage {
    display: inline;
    float: left;
    margin-left: 5px;
    width: 450px;
    text-align: center;
    padding: 0;
    margin: 0 15px 0 0;
    text-decoration: none;
}

.img_GameAl {
    background-color: rgb(256, 256, 256,0.6);
    padding: 30px;
    margin-top: 30px;
    width: 300px;
    border-radius: 45px;
    box-shadow: 12px 12px 16px 0 rgba(0, 0, 0, 0.25),
        -8px -8px 12px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease;
    height: 300px;
    width: 300px;
}
.img_GameAl:hover {
    transform: scale(1.05);
}
.name_Game {
    padding: 0;
    margin: 0;
    font-family: Work Sans-Medium;
    font-size: 2em;
    color: white;
    padding: 2px 0 15px 0;
}

#all_Game::-webkit-scrollbar {
    height: 10px;
}
#all_Game::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}

#all_Game::-webkit-scrollbar-thumb {
    background-color: rgb(255, 255, 255);
    border-radius: 45px;
}
#all_Game::-webkit-scrollbar-track {
    background: #ff0000;
}

/*



#contactContainer{
    background-color: #FF0F00;
    margin: 40px 0 0 0;
    padding: 30px  0 50px 0 ;
   /* box-shadow: rgba(240, 240, 240, 0.2) 0px 7px 29px 0px;*/
   /* box-shadow:
   -0px -5px 20px 2px rgba(159, 159, 159, 0.3);
    
}

#contactUsTxt h3{
    font-family:Poppins;
    color: white;
    text-align: center;
    font-size: 2em;
    padding: 0;
    margin: 0;
}


#emailContacts{
    font-family: Work Sans-Medium;
    font-size: 4em;
    width: 100%;
    text-align: center;
    margin: 30px;
}
#emailContacts a{
    text-decoration: none;
    color: black;
}

#contactIMG{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

#contactIMG a img{
    height: 100px;
    margin: 0 30px 0 0;
}




@media screen and (max-width: 720px) {
    #contanerCenter{
        width: 100%;
    }
    #cIntroTxt h1{
 
        margin: 20px  0 0 0 ;
        
    }
    #gameContainer{
        margin: 15px 0 0 0;
    }
    
    #ourGame span{
        font-size: 2.5em;
    }

    .like_gamePage {
        padding: 0 15px 0 15px;
        text-decoration: none;
    }
    
    .img_GameAl {
        width: 150px;
        height: 150px;
    }
    .img_GameAl:hover {
        transform: scale(1.05);
    }
    .name_Game {
        font-size: 1.5em;
    }




    #contactContainer{
        background-color: #FF0F00;        
    }
    
    #contactUsTxt span{
        font-size: 1.5em;
    }
    
    
    #emailContacts{
        font-size: 2em;
        margin: 15px 0 0 0 ;
    }
    #emailContacts a{
        text-decoration: none;
        color: black;
    }
    
    #contactIMG{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 40px 0 0 0;
    }
    
    #contactIMG a img{
        height: 70px;
        margin: 0 15px 0 15px;
    }





}
*/