
.header {
    height: 80px;
    display: flex;
    align-items: center;
}

.header-top {
    height: 26px;
}

a {
    font-family: "Manrope", "regular", sans-serif;
    font-size: 20px;
    color: #231F20;
}

#submit {
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    font-size: 16px;
    opacity: 50%;
}

.nav-item {
    display: flex;
    width: fit-content;
    margin-right: 20px;
}

.nav-link {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid rgba(0, 0, 0, 0.2) 1px;
    height: 50%;
}

.header_drop {
    font-family: "Manrope", 'medium', sans-serif;
    margin-right: 5px;
    padding-left: 10px;
    opacity: 100%;
    font-size: 14px;
    color: #FFFFFF;
    border-left: solid #FFFFFF 1px;

}

.navo {
    padding-left: 0;
}

.nav-item.active a {
    text-decoration: underline;
}

#submit:hover {
    cursor: pointer;
}
.lang_opt{
    color:#ffffff;
    font-size: 16px;
}
.lang_opt:hover{
    background-color: #64C5E2;
}

