header{
    width: 99%;
    border-radius: 10px;
    border: 1px solid rgba(250, 250, 250, 0.404);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5px;
        z-index: 100;
 max-width: 1550px;

}
.row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cool{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
a{
    text-decoration: none;
    color: white;
    font-weight: 900;
}
.row.log{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(237 237 237);
    padding: 6px;
    font-weight: 900;
    color: black;
    height: 100%;
    box-shadow: 0 0 5px #00000042;
    align-items: center;
    font-size: clamp(13px, 2vw, 20px);
}
span{
    height: fit-content;
}
.serch{
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(0, 0, 0);
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serch img{
width: 35px;
height: 35px;
}
.g5{
    gap: 8px;
}
.logo{
    display: flex;
height: fit-content;
}
.logo img{
    width: 50px;
    height: 50px;
}
@media (max-width:865px){
.g5{
    gap: 5px;
}

.logo img {
    width: 40px;
    height: 40px;
}
.serch img {
    width: 30px;
    height: 30px;
}
.row.log {
    padding: 5px;
}
}
@media (max-width:800px){

    .serch img {
        width: 24px;
        height: 24px;
    }
}
@media (max-width:695px){
    .logo img {
        width: 30px;
        height: 30px;
    }
.serch img {
        width: 20px;
        height: 20px;
    }
.row.log {
    padding: 3px;
}
}