.darbastus-nav-container-mobile {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 95%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
    background-image: url(../assets/images/nav/holz.png);
    background-size: cover;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    padding-left: 5%;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
    background-color: whitesmoke !important;
}

.hamburger.is-active {
    z-index: 30;
}

.darbastus-nav-image-mobile img {
    margin-top: 1vh;
    max-height: 80%;
    max-width: 100%;
}

.darbastus-nav-container {
    position: absolute;
    right: 0;
    z-index: 25;
    overflow-x: hidden;
    width: 100%;
    color: whitesmoke;
    padding-top: 5vh;
    pointer-events: none;
}

.sticky {
    position: fixed;
    top: 8%;
}

.darbastus-nav-button-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5vh;
    transform: translateX(100%);
    transition: 0.3s transform ease-in-out;
    pointer-events: all;
}

.darbastus-nav-button-container button {
    appearance: none;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
    color: white;
    font-size: 2rem;
}

.darbastus-nav-button-container-active {
    transform: translateX(0%) !important;
}
