*{
    margin: 0;
    padding: 0;
}
nav{
    background-color: black;
    color: azure;
    padding: 10px;
}

li,h1,ul{
    display:inline;

}
ul{
    margin-left: 80%;
}
li{
    color:rgb(255, 234, 234);
    cursor: pointer;
}
li:hover{
    color: rgb(247, 11, 11);
}
body{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(230, 120, 124);
    display: inline;
}
.box{
    height: 30px;
    width: 400px;
    display: flex;
    cursor: pointer;
    padding: 10px 20px;
    margin-top: 50px;
    margin-left: 400px;
    background: #0c0c0b;
    border-radius: 30px;
    align-items: center;
    box-shadow: 0 10px 25px rgb(0, 0, 0);
}
.box:hover input{
    width: 400px;
}
.box input{
    width: 0;
    outline: none;
    border: none;
    font-weight: 400;
    transition: 0.8s;
    background: transparent;
}
.box a .fa{
    color: rgb(110, 107, 109);
    font-size: 18px;
}
img{
    margin-top: 20px;
    padding: 25px;
    border-radius: 50px;
}
h2{
    margin-top: 20px;
}
.img{
     border-color: black;
     border-width: 2px;
     border-style: solid;
     display: inline-block;
     width: 310px;
     text-align: center;
     margin-top: 15px;
}
.img:hover{
    background-color: rgb(28, 30, 29);
}
.review{
    border-color: black;
     border-width: 2px;
     border-style: solid;
     display: inline-block;
     width: 310px;
     text-align: center;
     margin-top: 15px;
}
.us{
    background-color: #151414;
}