*{
    margin: 0;
    padding: 0;
}
.cls{
    clear: both;
}
.container-flui{
    margin: 0 270px;
}
.gradient-background{
    background: linear-gradient(to right, white 60%, #800a7a 40%);
}
nav ul li{
    font-weight: 500;
    padding: 20px 40px;
    list-style: none;
}
.flex-items{
    display: flex;
    align-items: baseline;
    justify-content: space-between;
}
.logo{
    display: inline-block;
}
.logo img{
    width: 20px;
}
.logo-text{
    display: inline-block;
}
.tiziq{
    width: 1px;
    height: 60px;
    background-color: grey;
}
.tiziq-2{
    width: 100%;
    height: 1px;
    background-color: silver;
}
.filtr li a{
    text-decoration: none;
    border-radius: 22px;
    font-size: 22px;
}
.pushed{
    background-color: rgb(255, 197, 5);
    color: white;
}
.filter{
    background-color: #f5f5f5;
}
.chiziq{
    width: 100%;
    height: 1px;
    background-color: rgb(163, 163, 163);
}
