#a{
    font-size: 20px;
    padding: 5px;
    text-align: center;
    color: white;
    background-color: rgb(3, 66, 66);
    margin: auto;
}
#second{
    margin-top: 30px;
    margin-right: 50px;
    margin-left: 50px;
    display: flex;
    justify-content: space-between;
}

#second>div img{
    height: 70px;
    cursor: pointer;
}

#nav{
    width: 100%;
    display:flex;
    gap:30px;
    justify-content:space-around;
    margin:auto;
    margin-top: 20px;
    background-color:rgba(255, 255, 255, 0.947);
    color:rgb(0, 0, 0);
    padding:0px 50px;
    border-radius:10px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
#nav> h3{
    cursor:pointer;
    
}
#nav p{
    padding: 10px;
    color: white;
    background-color: black;
}
#nav>div{
    display:flex;
    gap:60px;
}
#car{
    border: 0;
}
#cart{
    cursor: pointer;
}
#b{   
display: flex;
justify-content: center;
height: 50px;
margin-bottom: 50px;
}
#b>img+h1{
    margin-top: -0.000000000001%;
    color: brown;
}
#ak{
    height: 400px;
    gap: 15px;
    margin-top: 50px;

    cursor: pointer;
    display: flex;
}
#l{
    display: grid;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
#t{
    display: flex; margin-top: 30px;  gap: 30px;cursor: pointer;
}
#y{height: 400px;width: auto; display: flex; justify-content: space-between;cursor: pointer;margin-top: 20px;margin-bottom: 50px;}
img+h1{
    margin-left: 100px;
    margin-right: 100px;
}
#slide{
    height: 400px;
    width: 100%;
}
#m{
    width: 80%;
    height: auto;
    background-color: rgb(246, 246, 240);
    text-align: center;
    margin: auto;
    padding: 50px;
    padding-left: 100px;
    padding-right: 100px;
}
#h{
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: auto;
    margin-top: 30px;
}
#o{
    text-align: center;
    color: white;
    background-color: rgb(134, 126, 12);
    padding-bottom: 100px;
}
#o>div>div{
    width: 20%;
}
#o>div{
    padding: 50px;
    display: flex;
    justify-content: space-around;
}
button{
    color: black;
    background-color: yellow;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}
button:hover{
    color: blue;
    background-color: aqua;
}
#w{
    color: white;
    background-color: black;
    margin: auto;
    
}
#u{
    display: flex;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    margin-top: 5px;
  padding-top: 50px;
}
#w>div+div{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    cursor: pointer;
}
#w>div+div+div+div{
    width: 10%;
    margin: auto;

}
#w>div+div+div+div img{
    height: 50px;
    margin-bottom: 100px;
   
}

   





