*{
    margin:0px;
    font: 1em sans-serif;
}
.nav{
    width:100%;
    margin-top: 0px;
    background-color: rgb(50, 174, 177);
   
    

}
.nav>.navtop{
    width:85%;
  
    padding-top: 20px;
    padding-bottom: 15px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    color:white;
    background-color: rgb(50, 174, 177);
    margin: auto;
   
}
.nav>.navtop>h4{
    padding-top: 10px;
}
.nav>.navtop>a>h4{
    padding-top: 10px;
    color:white
}
.nav>.navtop>img{
    width:10%;
    height:50px;
}
input{
    width:550px;
    height:45px;
    border-radius: 5px;
    padding-left: 10px;
    border: 1px solid white;
    font-size: 15px;
    margin-left: 0px;

}
#search{
    height:45px;
    border:1px solid white;
    border-radius:5px ;
    margin-right: -37px;
}
.nav>.navbottom{
    width:85%;
    padding-bottom: 20px;
    display: flex;
    margin: auto;
    justify-content: space-evenly;
    color:white
}
.nav>.navbottom>.bottom8{
    display: flex;
}
.nav>.navbottom>.bottom8>h4{
    padding-top: 15px;
    width:120%
}
.nav>.navbottom>.bottom8>img{
    width:42%;  
    height:50px;
    padding-right: 10px;     
}
.nav2{

    width:75%;
    margin: auto;
    margin-top: 20px;
    display:flex;
    justify-content: space-around;
}
.main-img{
    width:98%;
    margin: auto;
    margin-top: 20px;
}
.cate{
display: flex;
justify-content: space-evenly;
margin-top: 20px;
height:275px

}
.cate>div>img{
width:80%;;
padding-left: 20px;
}
.cate>div{
width:19%;
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
border-radius: 5px;
}
.cate>div>h2{
padding-left: 90px;
font-size:15px ;
width:90%
}
.cate>div>a>img{
    padding-left: 33px;
}
.main{
width: 95%;
margin: auto;
}
.main>h1{
margin-top: 20px;
font-size: 25px;
font-weight: 600;
}
#face>h2{
padding-left: 65px;
width:65%
}
.main2{
    margin: auto;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:5px;
    width:94%;
    padding-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-top: 30px;
    margin-right: 30px;
    padding-left: 25px;
    }
    
    .main2>div{
    text-align: center;
    width:85%;
    border: 1px solid gray;
    padding-top:20px ;
    padding-left: 20px;
    padding-bottom: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    }
    .main2>div>img{
    width:50%;
    }
    .main2>div>h2{
    padding:15px 15px;
    }
    .main2>div>button{
    width:80%;
    height:40px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: rgb(36, 174, 177);
    color: white;
    }
    .main2>div>h2~h2{
    color:rgb(193, 71, 71)
    }

    .bottom>.bottom1{
        width: 85%;
        margin: auto;
        display: flex;
        padding-top: 50px;
        margin-top: 70px;
        margin-bottom: 40px;
        }
        #shift{
        display:flex;
        height: 45px;
        margin-top: 60px;
        justify-content: flex-end;
        width:80%;
        }
        
        #shift>select{
        width:200px;
        border:1px solid gray;
        height:100%;
        border-radius: 5px;
        
        }
        .bottom{
        width: 100%;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        }
        .bottom>.bottom1>img{
            width:10%;
            height:50px;
        }
        .bottom>.bottom1>p{
        padding-top: 10px;
        padding-left: 30px;
        }
        .bottom2{
        display: flex;
        justify-content: space-evenly;
        margin: auto;
        margin-top: 20px;
        
        
        }
        .bottom2>div>ul>p{
        
        padding-top:10px;
        }
        .bottom2>.h4{
        
        width:25%
        }
        .bottom2>.h4>img{
        margin-top: 10px;
        padding-left: 45px;
        }
        .bottom2>.h4>ul>p{
        padding-bottom: 15px;
        }
        .bottom3{
        display: flex;
        justify-content: space-around;
        margin-top: 20px;
        color:gray
        }

        button:hover{
            background-color:rgb(35, 128, 130); 
            cursor: pointer;
            padding:5px;
        }

        .cate2{
            display: flex;
            justify-content: space-evenly;
            margin-top: 20px;
            height:275px
            
            }
            .cate2>div>img{
            width:40%;;
            padding-left: 70px;
            padding-top: 30px;
            margin-bottom: 70px;
            }
            .cate2>div{
            width:19%;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            border-radius: 5px;
            }
            .cate2>div>h2{
            padding-left: 85px;
            font-size:15px ;
            width:90%
            }
            .cate2>div>a>img{
                padding-left: 33px;
            }
            #med{
                color:rgb(227, 214, 214)
            }

