*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
nav{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    top: 0;
    left: 0;
    padding: 20px 100px;
    position: sticky;
    background-color: white;
}
.t{
    background-image: url(c.png);
    background-size: cover;
    width: 50px;
    height: 50px;
    box-shadow: 0px 0px 10px #c4c1c1;
    border: none;
}
.h{
    background-image: url(searchs.png) ;
    background-size: cover;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #c4c1c1;
}
nav ul{
    list-style: none;
    display: flex;
    gap: 35px;

}
nav ul li a{
    text-decoration: none;
    direction: ltr;
    font-size: x-large;
    font-weight: bold;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: aliceblue;
    color: #999999;
    transition: 0.3s;
}
nav ul li a:hover{
    color: #41b9b4;
    
}
.hero{
    background-color: #e1f2f5;
}
.br{
    width: 100%;
    height: 650px;
    background-color: #e1f2f5;

}
.rb{
    margin-top: 100px;
}
.nav{
    width: 100%;
    height: 200px;
    background-color: #41b9b4;
    padding: 8px;
    display: flex;
}
.logo{
    margin-left: 50px;
    width: 50%;
}
.title{
   margin-left: 450px;
}
