*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.warpper,#control, #nums{
    width: 50%;
    height: 478px;
    /* height: 300px; */
    background: rgb(31, 30, 30) ;
    margin: 0 auto;
    color: white;
    padding: 10px;
    margin-top: 5px;
}
/* .warpper{
    height: auto;
    min-height: 380px;
} */
#control , #nums{
    height: auto;

    display: flex;
    flex-direction: row;

    /* background: grey; */
}

#passwd ,#demo_one{
    display: flex;
    flex-direction: row;
    margin-top: 5px;    
}

#word ,#game_hint{
    width: 25%;
    background: gray;
    margin-right: 5px;
    padding: 7px;
}
#spans ,#game_spans {
    width: 75%;
    background: gray;
    padding: 7px;
    display: flex;
    justify-content: space-around;

}
/* ------------------------------------------------------------------------- */
#passwd {
 margin: 0;
 height: 10%;
 }
 .warpper > h1 {
     margin: 0;
     height: 10%;
     margin-bottom: 5px;
}
#demo_one {
    height: 10%;
    overflow: hidden;
}
/* ------------------------------------------------------------------------- */
#game{
    margin-top: 5px;  
    height: calc(80% -5px);
    overflow: hidden;
}


#game_num {
width: calc(7% - 5px ) ;
background: gray;
margin-right: 5px;
padding: 7px;
box-sizing: border-box;

}
#game_hint{
    width: 18%;
    /* margin-left: 5PX; */
}
#select {
    background: grey;
    width:75%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5px;
}
button{
    color: white;
    background: grey;
    padding: 7px;
    width: 25%;
    margin-right: 5px;
}
#nums{
    height: auto;
    color: white;
    background: grey;
    justify-content: space-around;
}
#game_hint{
    display: flex;
    flex-direction: column;

}
#circil_1,#circil_2 , #circil_3{
    background: rgb(31, 30, 30);
    width: 15px;
    height: 30%;
    border-radius: 50%;
}
#circil_2 {
    margin: 0 auto;
}
#circil_3 {
    margin-left: auto;
}
.game_end{
    width: 100vw;
    height: 100vh;
    background:rgba(0,0,0,0.8);
    position: absolute ;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}
.game_end > div {
    width: 50%;
    height: 40%;
    background: url("./pexels-fwstudio-139312.jpg") ;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    border-radius: 10px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    box-shadow: 5px 5px black;
}
.game_end  h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
}
.game_end button {
    margin-top: 20px;
    border-radius: 5px;
    padding: 1em 2em;
    text-align: center;
    width: auto;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    
}
#hide{
    display: none;
}
#sing{
    color: white;
    text-align: center;
    background: rgb(177, 173, 173);
    padding: 5px;
    width: 50%;
    margin: 0 auto;
}

#sing{
    height: 10vh;
   
    display: flex;
    justify-content: center;
    align-items: center;
}
.warpper{
    height: 67vh;
  
}
#control{
    height: calc(13vh - 15px);
  
}
#nums{
    height: 10vh;
    box-sizing: border-box;
}

@media (max-width:768px){
    .warpper ,#nums,#control{
        width: 100%;
        /* height: 8vh; */
    }
    /* .warpper{
         margin: 0;
         height: calc(78.5vh - 15px);
    }
    #nums,#control{
        margin: 0;
        margin-top: 5px;
    } */
    .game_end div {
        font-size: 0.7rem;
        height: auto;
        width: auto;
        padding: 5%;
    }
    .game_end h1 {
font-size: 1.7rem;

    }
    .game_end div >div {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .game_end button {
        padding: 7% 8% ;
        text-align: center;
    }
    #sing {
        /* height: 5.5vh; */
        width: 100%;
        margin: 0;
        /* margin-bottom: 5px; */
    }
    .warpper{
        height: 70vh;
      
    }
    #control{
        height: calc(10vh - 15px);
      
    }
}