.header-items {
    position: fixed;
    top: 1%;
    display: flex;
    justify-content: left;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1.3em;
    z-index: 3;
    list-style-type: none;
    text-decoration: none;
    font-size: 1.6rem;
    padding-bottom: 0%;
    background-color: #ffffff00;
    width: 100%;
    visibility: hidden;
    left: 14%;
    max-width: 20%;



}

.header-items.active {
    visibility: visible;
}

.header-items a {
    text-decoration: none;
    flex-shrink: 0;
}



.header-items a:hover {
    color: #ff015d;
    text-decoration: underline;
    font-weight: lighter;
    filter: brightness(150%);
}


.menu-icon {
    display: flex;
    flex-direction: column;
    width: 30px;
    z-index: 99999;
    position: fixed;
    top: 2%;
    left: 1.5%;
    gap: 0.4em;

}

.nav-line111 {
    height: 0.12em;
    background-color: #777;
    border: none;
    display: block;

}

.nav-line {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2.5px solid #777;

}


@media all and (height <=20rem) {

    .header-items {
        flex-direction: row;
        position: sticky;
        max-width: 30%;
        gap: 0.7em;

    }

}

@media all and (width <=30rem) {

    .header-items {
        position: sticky;
        max-width: 30%;
        gap: 0.7em;

    }

}

@media all and (orientation: portrait) and (width <=24rem) {

    .header-items {
        position: fixed;
        flex-direction: row;
        top: 1%;
        padding-bottom: 4.5%;
        gap: 0,75em;
        width: 100%;
        font-size: 1.6rem;
        left: 13%;

    }

}

@media all and (orientation: portrait) and (24rem < width <=36rem) {



    .header-items {
        position: fixed;
        flex-direction: row;
        top: 1%;
        padding-bottom: 4.5%;
        gap: 1.3em;
        width: 100%;
        font-size: 1.6rem;
        left: 13%;

    }

}

@media all and (orientation: landscape) and (20rem < height <=36rem) {
    .header-items {
        position: fixed;
        flex-direction: column;
        top: 3%;
    }

    .menu-icon {
        top: 3.5%;
    }

}




@media all and (87.5rem <=width) {

    .header-items {
        position: fixed;
        flex-direction: column;
        top: 4%;
        padding-bottom: 0%;
        gap: 2.0em;
        background-color: #ffffff00;
        font-size: 1.7rem;
        visibility: visible;
        left: 2.4%;
        max-width: 15%;
    }

    .menu-icon {
        display: none;
    }

}

@media all and (135rem <=width) {
    .header-items {
        position: fixed;
        font-size: 2.2vw;
    }


}