@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
}

/* ustawienie wyglądu, oraz rozmieszczenia elementów w 
nagłówku oraz w elementach nagłówka*/

header {
    width: 100%;
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 100px;
    background-color: rgb(255, 255, 255);
    font-size: 130%;
    border-bottom: 1px solid black;
}

.logo {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-left: 20px;
    border-radius: 50px;
    overflow: hidden;
}

.logo img {
    width: 90px;
    height: 90px;
    border-radius: 100px;
}

.menu {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 100%;
}

.facebooklink {
    width: 30%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.facebooklink a {
    margin-left: 30px;
    transform: translateY(-2px);
    font-size: 80%;
}

.fbicon {
    transform: scale(0.6);
    transition: transform 0.2s;
}

.fbicon:hover {
    transform: scale(0.7);
}

/* ustawienie wyglądu przycisków w menu podstawowoym 
(nierozsuwanym)*/

.MenuBtn {
    text-decoration: none;
    color: black;
    transition: all 0.2s;
    margin-left: 15px;
    margin-right: 15px;
}

.MenuBtn:hover {
    transform: scale(1.15);
    color: rgb(85, 85, 85);
}

.MenuBtnActive {
    transform: scale(1.1);
    color: rgb(85, 85, 85);
}

.MenuOpener {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: none;
    transition: all 1s;
}


.MenuOpener img {
    transform: scale(0.6);
}

/* Zmiana Menu głównego na przycisk wysuwający menu
po osiągnięciu wielkości ekranu mniejszej niż 900px */

@media only screen and (max-width: 920px) {
    .MenuOpener {
        display: unset;
    }

    .MenuOpener.hide {
        transform: translateX(500%);
    }

    .menu{
        display: none;
    }

    .facebooklink .fbicon {
        display: none;
    }

    .facebooklink a {
        display: none;
    }

}

@media only screen and (min-width: 920px) {
    .SlideMenu {
        display: none;
    }
}

.CloseBtnDiv {
    width: 100%;
    height: 5%;
    display: flex;
    justify-content: end;
    border-bottom: 1px solid rgb(213, 213, 213);
}

.CloseBtnDiv img {
    transform: scale(0.7);
}

.SlideMenu.active {
    transform: translateX(0);
}

/* Ustawienie Slide menu */

.SlideMenu {
    position: fixed;
    width: 85%;
    height: 100vh;
    background-color: white;
    box-shadow: 13px 0px 8px -12px rgba(66, 68, 90, 1);
    transform: translateX(-104%);
    transition: all 1s;
    z-index: 1;
}

.SlideMenuButtons {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 70%;
    font-size: 140%;
}

.SlideMenuBtn {
    margin: 30px;
    text-decoration: none;
    color: black;
}

.button {
    background-color: black;
    width: 200px;
    height: 40px;
    border: none;
    outline: none;
    color: white;
    font-weight: 650;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 90%;
    text-decoration: none;
}

.SlideMenuBtn .button {
    margin-left: 40px;
    transform: translateY(6px);
    font-size: 65%;
}

.SlideMenuBtnFbAndRezerwation {
    display: flex;
    flex-direction: row;
}

.SlideMenuButtons img {
    transform: scale(0.9);
    transform: translateX(-1.5px);
}

/* sekcja 1 */

#section1 {
    position: relative;
    width: 100%;
    text-align: center;
}

#section1 img {
    width: 100%;
    height: auto;
    display: block;
    size: 80%;
    z-index: -1;
}

/* sekcja 2 */

#section2 {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.section2header {
    width: 100%;
    font-size: 200%;
    text-align: center;
    height: 100px;
    font-weight: 600;
}

.section2text {
    width: 60%;
    text-align: center;
    line-height: 35px;
    font-size: 115%;
    font-weight: 450;
}

.section2buttondiv {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* sekcja 3 */

#section3 {
    width: 100%;
    height: auto;
    background-color: rgba(210, 210, 210, 0.397);
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: -1;
}

.section3header {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 200%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(215, 215, 215);
}

/* sekcja galeria */

.section3gallery {
    width: 30   0px;
    height: 450px;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    position: relative;
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
}

.section3imgholder {
    width: 300px;
    height: auto;
    display: flex;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
}

.section3imgholder img {
    scroll-snap-align: center;
    width: 300px;
    height: auto;
    display: block;  
}

.section3buttonholder {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section3buttonholder a {
    margin-left: 10px;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background-color: white;
    border-radius: 15px;
    color: black;
    font-weight: 800;
    font-size: 90%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease;
}

.section3buttonholder a:hover {
    transform: scale(110%);
}

.section3galleryheader {
    position: absolute;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.584);
    color: white;
    font-weight: 800;
    font-size: 110%;
}

/* seckcja 4 */

.section4 {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 50px;
}

.section4content {
    width: 50%;
    height: auto;
    box-sizing: border-box;
    margin-top: 70px;
}

.section4content .section4contentheader {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 125%;
}

.section4content .section4contenttext {
    box-sizing: border-box;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
    line-height: 35px;
    margin-top: 30px;
    font-size: 110%;
}

@media only screen and (max-width: 920px) {
    .section4 {
        flex-direction: column;
    }

    .section4content {
        width: 100%;
    }

    .section4content .section4contenttext {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* stopka */

footer {
    width: 100%;
    font-size: 110%;
    font-weight: 200;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    height: 50px;
}

/* sekcja 1 OFERTA */



.Osection1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.Osection1container {
    width: 80%;
    border-radius: 5px;
    box-shadow: 0px 0px 29px -25px rgba(66, 68, 90, 1);
    box-sizing: border-box;
    padding: 50px ;
    padding-top: 10px;
}

.Osection1mainheader {
    width: 100%;
    height: 100px;
    font-size: 125%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

.Osection1header {
    font-weight: 700;
    color: black;
    font-size: 125%;
    margin-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid rgb(178, 178, 178);
    padding-bottom: 5px;
}

.Osection1offer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Osection1offername {
    display: flex;
    align-items: center;
}

.Osection1offerbuttons {
    display: flex;
    align-items: end;
    justify-content: start;
    height: auto;
    padding: 0;
}

.Osection1offerbuttons .button {
    transform: scale(80%);
}

.price {
    width: 160px;
    height: 32px;
    outline: none;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border: 1px solid rgb(192, 192, 192);
    background-color: inherit;
    font-weight: 500;
    margin: 0;
    transform: translateY(-4px);
}

@media only screen and (max-width: 920px) {
    .Osection1offer {
        flex-direction: column;
    }
}

@media only screen and (max-width: 510px) {
    .Osection1offerbuttons {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        margin-top: 10px;
    }

    .Osection1offerbuttons .button {
        transform: scale(100%);
        width: 160px;
        height: 32px;
    }

    .Osection1container {
        width: 90%;
    }
}
