@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2&display=swap');
*{
    padding: 0;
    margin: 0;
}
body{
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    background: #2D3E50;
}
nav{
    width: 100%;
    padding: 0.8em 0em 0.3em 0em;
    background:#4b6680;
    box-shadow: 0px 0.5px 1px #425b71;
    display: flex;
    justify-content: center;
    font-size: 3.3vw;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
}
.wrapper{
   list-style: none; 
   display: flex;
   justify-content: space-evenly;
   flex-wrap: wrap;
   padding: 1em 0em 0.4em 0em;
   color: #61B8D3;
   font-size: 1.5rem;
   gap:0.5em;
   font-family: 'Baloo Bhaina 2', cursive;
}
li{
    padding: 0.3em 0.2em;
}
.game-container{
    display: flex;
    padding-left: 1em;
    justify-content: center;
    margin-top: 2em;
    font-family: 'Baloo Bhaina 2', cursive;
    }  
.grid-container{
   display: grid;
   grid-template-rows: repeat(3,8vw);
   grid-template-columns: repeat(3,8vw);
}
.box{
    border: 2px solid #61B8D3;
    text-align: center;
    font-size: 6vw;
    transition: 0.5sec;
    cursor: pointer;
    color: #fff;
   text-align: center;
}
.box:hover{
    background:rgba(0,0,0,0.2);
    border: 2px solid black;
    font-size: 6.2vw;
    border-radius: 10px;
}
.br-0{
 border-right: 0;
}
.bl-0{
  border-left: 0;
}
.bt-0{
    border-top: 0;
}
.bb-0{
    border-bottom: 0;
}
.button-container{
    display: flex;
    padding: 0em  20em 1em 20em;
    justify-content: space-between;
}
.btn{
    width: 6em;
    padding: 0.2em 0.1em 0.2em 0.1em;
    font-size: 1.2em;
    background: #425b71;
    border: 2px solid #4b6680;
    border-radius: 20px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
    color: #fff;
    font-family: 'Baloo Bhaina 2', cursive;
    cursor: pointer;
}
.btn:hover{
    background: white;
    color: #425b71;
    font-weight: 900;
}
.images{
    margin-top: 4em;
    margin-right:3em;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
}
.images1{
    margin-top: 4em;
    margin-left:3em;
    width: 0%;
    height: 0%;
    transition: all 0.5s ease-in-out;
}

.image-div{
    display: flex;
    justify-content: center;
}
footer{
    background: #4b6680;
    color: #fff;
   position: fixed;
    text-align: center;
    font-family: 'Baloo Bhaina 2', cursive ;
    font-weight: 500;
    padding: 0.2em 0 0 0;
    font-size: 1.1em;
     bottom: 0px;
     width: 100%;
}
@media (max-width:920px) {
    .btn{
        width: 8em;
        padding: 0.2em 0.1em 0em 0.1em;
        font-size: 1.2em;
        background: #425b71;
        border: 2px solid #4b6680;
        border-radius: 20px;
        box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
        color: #fff;
        cursor: pointer;
        font-family: 'Baloo Bhaina 2', cursive;
    }
       .button-container{
        margin:2em;
        display: flex;
        padding: 1.2em  8em 1em 8em;
        justify-content: space-between;
    }  
    .grid-container{
        display: grid;
        grid-template-rows: repeat(3,15vw);
        grid-template-columns: repeat(3,15vw);
     }
     .game-container{
        display: flex;
        padding-left: 1em;
        justify-content: center;
        margin-top: 5em;
        font-family: 'Baloo Bhaina 2', cursive;
        }
}
@media (max-width:640px){
    nav{
        padding: 1em 0em 0.5em 0em;
        background:#4b6680;
        box-shadow: 0px 0.5px 1px #425b71;
        display: flex;
        justify-content: center;
        font-size: 7vw;
        color: #ffffff;
        font-weight: 900;
        font-family: 'Roboto', sans-serif;
    }
    .wrapper{
        list-style: none; 
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        padding: 1em 0em 0.4em 0em;
        color: #61B8D3;
        font-size: 1.5rem;
        gap:0.5em;
     }
     .game-container{
        display: flex;
        padding-left: 1em;
        justify-content: center;
        margin-top: 2em;
        font-family: 'Baloo Bhaina 2', cursive;
        }
     .grid-container{
        display: grid;
        grid-template-rows: repeat(3,15vw);
        grid-template-columns: repeat(3,15vw);
     }
     .box{
        border: 2px solid #61B8D3;
        text-align: center;
        cursor: pointer;
        color: #fff;
        text-align: center;
        font-size: 8vw;
    }
    .br-0{
        border-right: 0;
       }
       .bl-0{
         border-left: 0;
       }
       .bt-0{
           border-top: 0;
       }
       .bb-0{
           border-bottom: 0;
       }
       .btn{
        width: 4em;
        padding: 0.2em 0.1em 0em 0.1em;
        font-size: 1.2em;
        background: #425b71;
        border: 2px solid #4b6680;
        border-radius: 20px;
        box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
        color: #fff;
        cursor: pointer;
        font-family: 'Baloo Bhaina 2', cursive;
    }
       .button-container{
        margin:1em;
        display: flex;
        padding: 1.2em  3em 1em 3em;
        justify-content: space-between;
    }  
}
