ul{
    margin-top:5px;
    margin-bottom:5px;
    overflow: hidden;
    display: flex;
    list-style: none;
    max-width:600px;
    width:100%;
    padding: 0px;
}
ol{
    padding: 0;
    margin:0;
}
.mobil_menu{
    display: none;
}
.munu:hover{
    padding: 0 5px 0 5px;
    border-radius: 10px;
    background: var(--liheral-gradient);
    width:auto;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.munu{
    padding: 0 5px 0 5px;
    border-radius: 10px;
    width:auto;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
}
.descriptions{
    width: auto;
    height: 30px;
    padding: 0 5px 0 5px;
    border-top:2px solid var(--NewBorder);
    width:auto;
    display: flex;
    gap:5px;
    flex-wrap: wrap;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    margin-top:5px;
}
.btn_link_descriptions{
    width:auto;
    height:30px;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}
.text-span_descriptions{
    width:auto;
    margin-bottom:1px;
    color: var(--color-text);
 }
.btn_link{
    width:150px;
    height:30px;
    display: flex;
    flex-direction:row;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}
.text-span{
   width:115px;
   margin-bottom:1px;
   color: var(--color-text);
}
.icon{
    width:30px;
    height:30px;
}
.home{
    position: relative;
    top:3px;
}

