@font-face {
    font-family: 'dm-serif';
    src: url('../czcionki/DMSerifDisplay-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html::-webkit-scrollbar {
    width: 12px;
}

html::-webkit-scrollbar-track {
    background-color: #333;
}

html::-webkit-scrollbar-thumb {
    background-color: #F6DDA1;
    border-radius: 6px;
    border: 3px solid #eee;
}

html::-webkit-scrollbar-thumb:hover {
    background-color: #F6DDA1;
}

html {
    scrollbar-width: thin;
    scrollbar-color: #F6DDA1 #333;
}

body {
    background-color: #111;
    font-family: 'dm-serif';
}

html,
body {
    width: 100%;
    height: auto;
    color: #ddd;

}

body a {
    color: white;
    text-decoration: none;
    transition: 1s;
}

body a:hover {
    color: #F6DDA1;
    text-decoration: none;
    transition: 1s;
}

.kolor {
    color: #F6DDA1;

}

.kolor-bialy {
    color: white;
}

.kolor-a {
    color: #F6DDA1;

}

.kolor-a:hover {
    color: #F6DD77;

}



.podkreslenie {
    text-decoration: underline;
}

.nav-logo img {
    z-index: 10;
}

.wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    top: 0%;
    left: 0%;
}


.hero {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%), url('../zdjecia/tlo1.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.webp .hero {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.9) 100%), url('../zdjecia/tlo1.webp');
}

.hero span {
    color: #F6DDA1;
}

.naglowek {

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.naglowek h1 {
    z-index: 3;
    font-size: 150%;
}

.naglowek img {
    z-index: 2;
    height: 65vh;
}

.slides {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    pointer-events: none;

}

.slides.active {
    opacity: 1;
    position: relative;
    pointer-events: auto;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    background-color: transparent;
    width: auto;
    border: 0;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;


}

.prev {
    left: 1%;
}

.next {
    right: 1%;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #F6DDA1;
}

.tekst {

    position: absolute;
    bottom: 0;


    left: 50%;
    transform: translateX(-50%);
    text-align: center;

}

.tekst h1 {
    color: #fff;
}

.tekst span {
    color: #F6DDA1;
}

.dots {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 3px;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border-radius: 50%;
    display: inline-block;

    transition: background-color 0.6s ease;
    background-color: #333;

}

.active-dot,
.dot:hover {
    background-color: #ddd;
    height: 20px;
    width: 20px;

}


.article1 h1,
.article2 h1,
.article-przystawki-opis h1 {
    font-size: 2.5rem;
    /* lub inny rozmiar */
}


.article1 {

    position: relative;
    width: 100%;

    display: flex;

}


.lewy {
    background-color: #111;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../zdjecia/tlo2.png');

    height: 100%;
}

.webp .lewy,
.webp .prawy,
.webp .article3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../zdjecia/tlo2.webp');

}

.srodek {
    background-color: #887755;

    height: 100%;

}

.prawy {
    background-color: #111;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../zdjecia/tlo2.webp');
    height: 100%;
}

.opis h1 {
    position: absolute;


}



.opis img {
    position: absolute;



}

.opis-span {
    position: absolute;
    color: #ddd;
}

.article2 {
    width: 100%;

    position: relative;
}



.article-wina {
    display: flex;
    margin-bottom: 100px;
}

.article-przystawki {
    display: flex;
    margin-bottom: 50px;
}

.article-wina-opis span {
    margin-bottom: 10%;
}

:is(.article-wina-opis, .article-przystawki) a {
    font-size: 1.7rem;

}

.article3 {
    width: 100%;

    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../zdjecia/tlo2.webp');
    display: flex;
}

.godziny {
    display: flex;
    justify-content: space-between;
    width: 100%;

    padding: 10px 10px 0 30px;
}



.naglowek-dni {
    text-align: center;

}

.dni,
.informacje {
    padding-top: 15px;
}

.footer {
    position: relative;
    width: 100%;
    height: 5vh;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;



}


@media (max-width: 768px) {
    .header-pc {
        display: none;
    }

    .nav-logo,
    .nav-right {
        position: absolute;
        top: 2%;

    }

    .nav-logo {
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s;
        z-index: 10;
    }

    .nav-logo img {
        width: 70px;

    }

    .nav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 6;
        right: 0;
        top: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.9);
        overflow-x: hidden;
        transition: 0.5s;
    }

    .nav-content-logo img {
        width: 120px;
        z-index: 10;
    }

    .nav-content {
        position: relative;
        top: 25%;
        width: 100%;
        text-align: center;
        margin-top: 30px;


    }

    .nav .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        color: #F6DDA1;
        border: 0;
        background-color: transparent;
        

    }

    .nav a {
        padding: 8px;
        text-decoration: none;
        font-size: 2rem;
        color: #ddd;
        display: block;
        transition: 0.3s;
    }

    #openNav {
        position: absolute;
        top: 1%;
        right: 5%;
        z-index: 7;
        font-size: 3rem;
        color: #F6DDA1;
        transition: 0.5s;
    }

    .naglowek img {
        height: 65vh;
    }

    .tekst {
        width: 60%;
        bottom: 0;
    }

    .tekst h1 {
        font-size: 1.8rem;

    }

    .tekst span {
        font-size: 1rem;

    }

    .dots {
        bottom: 2%;
        transform: translateY(-2%);
        left: 50%;
        transform: translateX(-50%);
    }

    .pc {
        display: none;
    }

    .article1 {
        height: 40vh;
        min-height: 300px;
        max-height: 350px;
    }

    .lewy {
        display: none;
    }

    .srodek {
        width: 30%;
    }

    .prawy {
        width: 70%;

        background-size: 400%;
    }

    .opis img {
        top: 25%;

        left: 5vw;
        transform: translateX(-5%);
        width: 50%;
        border: 3px solid rgba(17, 17, 17, 0.2);
        padding: 5px;
    }

    .opis h1 {
        top: 0;
        left: 35%;
        font-size: 4rem;
    }

    .opis-span {

        top: 28%;
        left: 35%;
        width: 60%;
        height: 30vh;
        font-size: min(3vw, 15px);

    }

    .opis-span .blok {


        height: 30vw;
        min-height: 120px;
        width: 20vw;

        float: left;
    }

    .article2 {
        height: 1550px;

    }

    .article2 img {
        margin: 0 0 10% 0;
        width: 100%;
        height: 300px;
        max-width: 600px;
    }

    .article-wina,
    .article-przystawki {
        flex-direction: column;
        align-items: center;
    }

    :is(.article-wina-opis, .article-przystawki-opis) h1 {
        text-align: center;
        margin-bottom: 15%;
    }

    .article-wina-opis,
    .article-przystawki-opis {
        width: 80%;
    }

    .article3 {
        background-size: 270%;
        flex-direction: column;

    }

    .informacje {
        text-align: center;
        margin-bottom: 3%;
    }


}








@media (min-width: 769px) {
    .header-phone {
        display: none;
    }

    .header-pc {
        top: 5%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        z-index: 10;
        font-size: 1.5rem;
    }

    .header-pc img {
        width: 100px;

    }

    .naglowek img {
        height: auto;
        height: 65vh;
    }

    .tekst {
        width: 80%;

    }

    .tekst h1 {
        font-size: 5vh;

    }

    .tekst span {
        font-size: 2vh;

    }

    .dots {
        bottom: 5%;
        transform: translateY(-5%);
        left: 50%;
        transform: translateX(-50%);
    }



    .article1 {
        height: 90vh;
        max-height: 500px;

    }

    .lewy {
        width: 23%;
    }

    .srodek {
        width: 23%;
    }

    .prawy {
        width: 100%;
        height: 100%;
    }

    .opis img {
        top: 20%;

        left: 25%;
        transform: translateX(-5%);
        width: 50%;

        max-width: 360px;
        border: 3px solid rgba(17, 17, 17, 0.2);
        padding: 5px;
    }

    .opis h1 {
        top: 3%;
        left: calc(25% + 200px);
        transform: translateX(50%);
        font-size: 4rem;
    }

    .opis-span {
        top: 16%;
        left: clamp(580px, 60%, calc(30% + 300px));

        width: min(27%, 500px);
        font-size: clamp(15px, 1.8vw, 22px)
    }

    .article2 {
        height: auto;


    }

    .article2 img {
        margin-top: 40px;
        width: 40vw;

        height: auto;
        max-width: 600px;

    }

    .article-wina-opis {
        width: 40%;
        max-width: 700px;
        text-align: left;
        margin-left: 100px;
    }

    .article-przystawki-opis {
        width: 40%;
        max-width: 700px;
        text-align: right;
        margin-right: 100px;
    }

    :is(.article-wina-opis, .article-przystawki) h1 {

        margin-bottom: 5%;
        margin-top: 5%;
        font-size: 2.5rem;
    }

    .article-wina-opis span {

        margin-bottom: 15%;
        font-size: 1.2rem;
    }

    .article-przystawki-opis span {

        margin-bottom: 15%;
        font-size: 1.2rem;
    }

    .article-wina {
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;


    }

    .article-przystawki {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

    }

    .article3 {

        height: 300px;
        justify-content: space-around;
        width: 100%;
    }

    .dni {
        width: 30%;
        max-width: 400px;

    }

    .informacje {

        margin-top: 40px;
        width: 20%;
        max-width: 300px;
        padding-left: 30px;
    }
}

/*-------------------- menu ---------------- */
.menu {
    width: 100%;

    background-color: #111;
    position: relative;



}

#popup {
    pointer-events: none;
    position: absolute;


    height: 0;
    background-color: #887755;
    transition: height 2.5s ease;
    overflow: hidden;
    z-index: 2;
}


.menu-opis {
    position: relative;
    z-index: 3;
    display: flex;

    height: auto;

}

#popup-trojkat {
    pointer-events: none;
    position: absolute;


    height: 0;
    width: 0;
    transition: top 2.5s ease;
    overflow: hidden;
    z-index: 3;


}

#popup-prostokat {
    pointer-events: none;
    position: absolute;




    transition: top 2.5s ease;
    overflow: hidden;
    z-index: 2;
    background-color: #887755;

}

#popup2-trojkat {
    pointer-events: none;
    position: absolute;


    height: 0;
    width: 0;
    transition: top 2.5s ease;
    overflow: hidden;
    z-index: 3;


}



.skrol {
    position: absolute;
    width: 100%;
    height: 500vh;
}

.przystawki {
    position: relative;
    background-color: #111;
    width: 100%;

}

.opis-przystawki {
    position: absolute;

    right: 5%;

    transition: transform 2s ease-out;
    width: 80%;
    z-index: 5;


}

#przystawka1 {
    position: absolute;
    transition: transform 0.5s ease-out;
}

#przystawka2 {
    position: absolute;
    transition: transform 0.5s ease-out;
}


.danie {
    display: flex;
    width: 90%;
    justify-content: space-between;
    font-size: 1.7vw;
    margin-bottom: 15%;

}

.danie> :first-child {
    width: 80%;
}

.danie> :nth-child(2) {
    width: 20%;
    color: #F6DDA1;
    align-self: center;
    text-align: right;

}

.dania-glowne {
    position: relative;
    background-color: #111;
    width: 100%;
    overflow-y: hidden;



}

#danie-glowne1 {
    position: absolute;
    transition: transform 0.5s ease-out;

}

.dania-glowne-opis {
    width: 80%;
    right: 5%;

}

.desery {
    position: relative;
    background-color: #111;
    width: 100%;


}

#deser {
    position: absolute;
    transition: transform 0.5s ease-out;
}

.desery-opis {
    transition: transform 1s ease-out;

}



@media (max-width: 768px) {


    #popup.show {
        height: 226vw;
    }

    #popup-prostokat.move {
        top: 220vw;
    }

    .menu-opis img {
        width: 100%;
        margin-top: 10%;

    }

    .menu-opis {
        flex-direction: column-reverse;
        margin: 0 10% 20% 10%;
        padding-top: 40%;
        width: 80%;
        font-size: 4vw;

    }

    #popup {
        right: 18%;
        width: 12vw;
    }



    #popup-trojkat {
        right: 24%;
        top: -6.5vw;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;

        border-left: 6.1vw solid #887755;
    }

    #popup2-trojkat {
        right: 18%;
        top: -6.5vw;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;

        border-right: 6vw solid #887755;
    }

    #popup-prostokat {
        right: 18%;
        top: -6.5vw;
        width: 12%;
        height: 6vw;
    }

    :is(#popup-trojkat, #popup2-trojkat).move {
        top: 220vw;

    }

    .menu-opis-podklasa {
        width: 75%;
    }

    #przystawka1 {

        left: 5%;
        width: 50vw;
        top: 155vw;

    }

    #przystawka2 {
        top: 370vw;
        left: 60%;

        width: 35vw;

    }

    .przystawki {
        height: 320vw;
    }

    .menu h1 {
        font-size: 7vw;
        margin-bottom: 5%;
    }

    .menu p {
        font-size: 4vw;
    }

    .dania-glowne {
        height: 330vw;
        overflow-x: hidden;

    }

    #danie-glowne1 {

        width: 90vw;
        right: -25vw;
        top: 250vw;

        overflow-x: hidden;
    }

    .dania-glowne-opis {
        position: absolute;
        top: -10%;
        transition: transform 1s ease-out;
    }

    .desery {
        height: 150vw;
    }

    #deser {

        width: 60vw;
        right: 10%;
        top: 30vw;

    }

    .desery-opis {
        position: absolute;
        top: 65vw;
        width: 80%;
        right: 5%;
    }



}

@media (min-width: 769px) {

    .menu {
        height: calc(34.8vh + 34vw);
    }

    .menu h1 {
        font-size: 4vw;
        margin-bottom: 5%;
    }


    .menu-opis {
        width: 100%;
        font-size: 2vw;
        height: 100%;
    }

    .menu-opis-podklasa {
        width: 35%;

        padding: 0 0 10vh 0;
        margin-left: 10%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .menu-opis-podklasa h1 {
        margin-bottom: 3%;
    }

    .menu-opis img {
        position: absolute;
        width: 25vw;
        top: 25vh;
        right: 10%;

    }

    #popup {
        width: 60.5px;
        right: 18%;
    }

    #popup-trojkat {
        top: -30px;
        right: calc(18% + 30px);
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;

        border-left: 31px solid #887755;

    }

    #popup2-trojkat {
        top: -30px;
        right: 18%;
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;

        border-right: 30px solid #887755;
    }

    #popup-prostokat {
        top: -60px;
        width: 60px;
        right: 18%;
        height: 59px;

    }

    #popup.show {
        height: calc(30px + 40vw + 18vh);
    }

    :is(#popup-trojkat, #popup2-trojkat).move {
        top: calc(28px + 40vw + 18vh);
    }

    #popup-prostokat.move {
        top: calc(40vw + 18vh);
    }

    .przystawki {
        height: 85vw;
    }

    #przystawka1 {

        left: 5%;
        width: 25vw;

    }

    #przystawka2 {
        top: 800px;
        left: 35%;

        width: 15vw;

    }

    .opis-przystawki {
        width: 40%;
    }

    #danie-glowne1 {

        width: 40vw;
        right: 0;
        top: 100px;

    }

    .dania-glowne-opis {
        position: absolute;
        top: -5%;
        left: 5%;
        transition: transform 1.5s ease-out;
        width: 40%;
    }

    .dania-glowne {
        height: 110vw;
    }

    .desery {
        height: 45vw;
    }

    #deser {
        width: 30vw;
        left: 5%;
        top: -15%;

    }

    .desery-opis {
        position: absolute;
        right: 5%;
        width: 40vw;
        top: 20%;

    }


}