.header__desktop{
    width: 86%;
    margin: 0 auto;
}

.flex{
    display: flex;
}

.w-100{
    width: 100%;
}

.w-48{
    width: 48%;
}
.w-39{
    width: 39%;
}

.w-65{
    width: 65%;
}

.w-0{
    width: 0%;
}

.w-54{
    width: 54%;
}

.w-85{
    width: 85%;
}

.center{
    margin: 0 auto;
}

.decornone{
    text-decoration: none;
}

.whitetext{
    color: #FFF;
    font-style: normal;
}

.blacktext{
    color: #000;
    font-style: normal;
}



.links {
    position: relative;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 4px;
}

.links::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.links:hover::after,
.currentLineh::after {
    border-color: black; 
}

.currentLinewhite::after{
border-color: #FFF;
}
/* --------------------general styles-------------------- */

.header__desktop{
    display: flex;
    margin-top: 78px;
}

.header__wrapper{
    flex-direction: column;
    height: 75px;
    justify-content: space-between;
}

.logo__links{
    justify-content: space-between;
    align-items: center;
}

.links__wrapper{
    justify-content: space-between;
}

.horline{
    height: 1px;
    background: rgba(0, 0, 0, 0.70);
}

.ims{
    width: 100%;
    height: 100%;
    aspect-ratio: 16/14;
}

.pointer{
    cursor: pointer;
}