.menu-tekstowe{
    min-height: 92vh;
    height: 14vh;
    margin-top: -202px;
    display: flex;
    align-items: center;
    background-image: url(../grafika/maska1.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.menu-tekstowe:after{
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    width: 3000px;
    height: 100%;
    position: absolute;
    left: 100%;
}

.menu-tekstowe ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-left: 100px;
    position: relative;
    z-index: 99;
}

.menu-tekstowe ul a{
    text-decoration-color: transparent;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
    color: #010101;
}

.menu-tekstowe ul a:hover{
    opacity: 0.6;
}

/* hamburger */

.menu-glowne-1-poziom{
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.menu-glowne-1-poziom li{
    display: flex;
    justify-content: flex-end;
}

.strona-0 .menu-glowne-1-poziom li{
    display: flex;
    justify-content: flex-start;
}


.menu-glowne-1-poziom li a{
    text-decoration-color: transparent;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.menu-glowne-1-poziom li a:hover{
    opacity: 0.6;
}