header{
    display: block;
    overflow: hidden;
    position: relative;
    color: #3c3c3c !important;
}
.blur{
     border: 1px solid rgba(255, 255, 255, .25);
     border-radius: 1.5em;
     background-color: rgba(255 255 255 / 76%);
     box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
}

.per_ul_nav{
    justify-content: end;
}

.img_logo{
    margin: 0px;
    display: flex;
    justify-content: center;
    border: none;
        background: transparent;
        box-shadow: none;
}



nav{
    display: flex;
    justify-content: center;
    width: auto;
        flex-direction: column;
}

nav ul{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0px;
    width: 20%
    }

nav li{
    padding: 10px;
    color: #000000;
    font-size: 100%;
}
.language select{
    color: #000000;
    appearance: none;
    cursor: pointer;
    border: none;
    font-size: unset;
    }
.propertySelect{
    background: transparent;
    border: none;
}
.img_logo img{
    width: 100%;
    height: 100%;
}

.language{
    display: flex;
    height: max-content;
    align-items: center;
    width: 10%;
    position: absolute;
    top: 1.5em;
    left: 90%;
}


.search img{
    width: 20px;
    height: 20px;
}



option{
    padding: 5px;
}



@media screen and (max-width: 1200px) {
            .language{
                    position: static;
                    width: 100%;
                    display: flex;
                    justify-content: center;

            }
            .img_logo{
                margin: 0px;
                display: flex;
                justify-content: center;

            }
        }





