*{
    margin: 0;
    padding: 0;
    box-sizing: 0;      
    
}
body{
    /* background-color: rgb(30, 30, 49); */
    background-image: url(img/back.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;


 }
 .bar{
        position: sticky;
    top: 1px;

 }
.logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(54, 117, 189);
    color: antiquewhite;
     background: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    z-index: 999;

}
.logo img{
    width: 50px;
    border-radius: 20px; 
}
.game{
     display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-left: 90px;
}
.side a{
    text-decoration: none;
    color: wheat;
    padding-right: 60PX;
}
.search{
    padding-left: 200px;
    border-radius: 20px;
}
.search input{
    width: 600px;
}
.side a:hover{
    cursor: pointer;
}
.logo:hover{
    cursor: pointer;
} 
.contion{
   display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 200px;
   font-size: 30px;
   color: aliceblue;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.contion1{
       display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 40px;
   font-size: 27px;
   color: aliceblue;
}
.contion2{
     display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 40px;
   gap: 70px;
}
.contion2 button{
    padding: 20px;
    border-radius: 20px;
    transform: all scale(1) ease;

}
.contion2 button:hover{
    cursor: pointer;
    background-color: rgb(110, 110, 194);

}
.joystick img{
    width: 1220px;
    height: 458px;
}
.joystick{
    margin-top: 100px;
    padding-left: 150px;
}
.card{
     display: inline-block;
    justify-content: center;
    align-items: center;  
    padding: 40px;
    flex: 1;
    overflow: hidden;
    transform: matrix(10);
}
.card img{
    width: 250px;
    height: 350px;
    border-radius: 30px;
    /* padding: 20px;  */
}
.card button{
   color: rgb(16, 16, 17);
   display: flex;
   justify-content: center;
   align-items: center;
   padding: 10px;
   width: 250px;
   border-radius: 30px;

}
.card a{
    text-decoration: none;
}
.game1 :hover{
    cursor: pointer;
    /* transition-property: all; */
    /* transform: all 0.2s scale(1); */
} 
.game1{
    display: inline-block;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 90px;
} 

/* among us */
header{
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
}
aside{
    position: relative;
    /* height: 100vh; */
    width: 100%;
}
.sidenav{
    position: fixed;
    height: 100vh;
    width: 300px;
    background: transparent;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    backdrop-filter: blur(10px);
    z-index: 999;
}
.sideitems{
     display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: aliceblue;
}
.sideitems img{
     width: 40px;
    border-radius: 20px; 
}
.sideplace a{
   text-decoration: none;
   color: aliceblue;
}
.sideplace li{
    margin-top: 90px;
    padding: 20px 30px;
}
.sideplace li:hover{
    border-left: 1px solid whitesmoke;
    box-shadow: 0 0 4px ;
}

.among1{
    display: grid;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    place-items: center;

}
.among1 img{
    width: 400px;
    margin-top: 100px;
    border-radius: 20px;
}
.among1 a{
    color: aliceblue;
    font-size: 40px;
    text-decoration: none; 
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
    padding-left: 20px;
}

.among2{
      display: flex;
   justify-content: center;
   align-items: center;
   margin-top: 90px;
   font-size: 30px;
   padding-right: 50px;
   color: aliceblue;
}  
.among3{
    padding: 40px;
          display: flex;
   justify-content: center;
   align-items: center;
   color: aliceblue;
   font-size: 20px;
}
.among4{
    display: grid;
    place-items: center;
    align-items: center;
    margin-top: 90px;
    padding-right: 600px;
   
}
.among4 h1{
   color: aliceblue;
   font-size: 29px;
    
}
.among5{
    display: grid;
    place-items: center;
    align-items: center;
    margin-top: 80px;
    gap: 20px;
    
}
.among5 img{
    width: 400px;
    border-radius: 15px;
    display: inline-block;
    justify-content: space-evenly;
    align-items: center;

}
footer{
    display: grid;
    place-items: center;
    background-color: wheat;
}
.among6{
    display: grid;
    place-items: center;
    margin-top: 30px;
    color: rgb(15, 16, 16);
    margin-top: 100px;
}
.among7{
    display: grid;
    place-items: center;
    color: rgb(3, 3, 3);   
    margin-bottom: 100px;
    padding-left: 110px;
}