@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=IBM+Plex+Sans&family=Inter:wght@400;800;900&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=IBM+Plex+Sans&family=Inter:wght@400;700;800;900&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Epilogue&family=IBM+Plex+Sans&family=Inter:wght@400;700;800;900&family=Poppins&display=swap')

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    font-family: 'Inter', sans-serif;
    color: #c0bbbb;
    max-width: 1440px;
}


.logo{
    width: 50px;
}


.web-img{
    width:100%;
    height:60%;
}

.one{
    font-weight: bold; 
    color: hsl(35, 77%, 62%);
    margin-top: 1%;
    font-size: 25px;
}


.mini-p{
    font-size: 11px; 
    padding-bottom: 20px;
}




p{
    font-size: 12px;
    color: gray;
    font-weight: 400;
}

.div-container{
    display: flex;
    width: 100%;
}

/* #sidemenu{
   margin-left: 4em;
} */


nav{
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}






ul{
    display: flex;
    gap: 4rem;
    margin-right: 3em;
    
}

ul li a{
    color: gray;
    text-decoration: none;
    font-size: 14px;
}

.nav-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.preceeding{
    /* left: 4em; */
    position: relative;
    bottom: 2em;
    gap: 3em;
    align-items: center;
    display: flex;
}





button{
    color: white;
    background-color: hwb(5 31% 5%);
    font-size: 10px;
    letter-spacing: 2.5px;
    font-weight: bold;
    padding: 13px 30px;
    border:  hsl(5, 85%, 63%);
    margin-top: 8%;
}


h1{
    font-weight: 900;
    color: black;
    font-size: 40px;
    margin-bottom: 4%;
   
}




li{
    list-style: none;
    font-weight: bold;
    font-size: 12px;
    color: rgb(90, 88, 88);
   
}


.hero-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
    

  
  
  
}
.mini-container{
    display: flex;
}


.hero-container-img{
    display: flex;
  
}


.hero-container-img img{
    width: 60vw;
    height: 50vh;
}


.mini-container{
    width: 230px;
    height: 340px;
    padding: 20px;
    color: white;
    background: rgb(1, 1, 26);
    background-color: -webkit linear-gradient (to top hsl(240, 100%, 5%) ,
    hsl(236, 13%, 42%) , hsl(233, 8%, 79%));
}


.move{
    display: flex;
    position: relative;
    /* bottom: 7em; */
    /* justify-content: center;
    align-items: center; */
    text-align: center;
    gap: 2em;
    padding: 10px;

}

.move h4{
color: black;
font-size: 15px;
font-weight: 3rem;
margin-bottom: 3%;
}

.move h2{
    margin-bottom: 3%;
}


.child{
    display: inline-block;
   
}


.games{
    width: 80px;
    height: 110px;
}

ion-icon{
    display: none;
}



@media only screen and (max-width: 600px){
      #closemenu{
          display: block;
          font-size: 25px;
          color: #fff;
          position: absolute;
          right: 30px;
         
          
      }


      #icon{
          display: block;
          font-size: 25px;
          position: absolute;
          left: 350px;
          top: 45px;
      }
    
      .nav-container ul{
        background: tomato;
        position: fixed;
        top: -20px;
        right: -200px;
        width: 130px;
        text-align: center;
        height: 100vh;
        padding-top: 50px;
        z-index: 2;
        transition: right 0.5s;
        display: block;
     }
      
      ul{
          display: block;
          gap: .1em;
  
  
      }
  
   
      
      nav ul a{
          display: block;
          font-size: 14px;
          margin-top: 1em;
          color: white;
      }
  
      nav li{
          display: block;
      }
      
      nav ul li a{
          justify-content: center;
          align-items: center; 
          padding: 14px;
          color: white;
          text-decoration: none;
          font-size: 18px;
          display: block;
      }
      
      a:hover{
          color: rgb(223, 14, 14);
          border: transparent;
      }
      nav ion-icon{
            position:absolute;
            top: 30px;
            right: 150px;
        }

        .hero-container{
            display: flex;
            flex-direction: column;
        }
        .hero-container img{
            width: 100%;
            object-fit: cover;
        }

        .mini-container{
            width: 90%;
            margin-top: 2em;
            
        }

        .preceeding{
            display: flex;
            flex-direction: column-reverse;
            margin: 2em;
            justify-content: center;
            /* gap: 3em; */
            padding: 0;
        }

       
        .bright h1{
            font-size: 35px;
        }


        .bright{
            margin-bottom: 1em;
        }

        .para-sec{
            margin: 8em 0;
            width: 100%;
            justify-content: center;
            align-items: center;
        }

        .para-sec p{
           line-break: none;
           font-size: 14px;
        }

        .move{
            display: grid;
            grid-template-columns: auto auto auto auto;
        }
    }