@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200&family=Nunito:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alegreya&display=swap');
@import url('./buttons.css');
@import url('./scrollbar.css');
@import url('./wrap.css');
@import url('./domek.css');
@import url('./cennik.css');
@import url('./modal.css');
@import url('./footer.css');
@import url('./subpages.css');

html, body {
    margin: 0;
    height: 100%;
    scroll-behavior: smooth;
    background-color: #f9f8f2 !important;
}

h2 {
    text-align: left;
    font-family: 'Pecita';
    font-size: 4rem;
}

#section-1 {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-top: 50px;
}

#section-2 {
    padding-top: 100px;
}

@media only screen and (max-width: 786px) {
    #section-2 {
        padding-top: 1vh;
    }
}

.header {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 20vh;
    width: 100%;
    font-size: 100px;
    color: white;
    top: 0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    background-color: transparent;
    border-bottom: solid;
    padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .header {
        height: 20vh;
    }
}

.header2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 20vh;
    width: 100%;
    font-size: 100px;
    color: white;
    top: 0;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    background-color: transparent;
    border-bottom: solid;
    padding-bottom: 10px;
}

@media only screen and (max-width: 640px) {
    .header2 {
        height: 20vh;
    }
}

.title {
    align-self: center;
    color: white;
    font-size: 3.5rem;
}

.title-nunito {
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    padding-left: 40px;
}

.title a:link {
    text-decoration: none;
    color: white;
    font-size: 3.5rem;
}

a:link {
    text-decoration: none;
}

.title a:visited {
    text-decoration: none;
    color: white;
}

.title a:hover {
    text-decoration: none;
    color: white;
}

.title a:active {
    text-decoration: none;
    color: white;
}

.hamburger {
    align-self: stretch;
    padding-top: 8vh;
}

@media only screen and (max-width: 786px) {
    .hamburger {
        padding-top: 8.5vh;
    }
}

.hamburger, .hamburger-menu {
    cursor: pointer;
}

.hamburger-menu {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
}

.background {
    background-image: url(../assets/images/jpg/background.jpg);
    height: 1024px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    background-attachment: scroll;
}

@media only screen and (min-width: 1400px) {
    .background {
        background-size: 100%;
    }
}

.scroll-link {
    color: white;
    min-height: 50px;
    min-width: 50px;
    position: relative;
    top: 65%;
    left: 45%;
}

.scroll-link-image {
    max-width: 50px;
    max-height: 50px;
}

.o-nas {
    padding: 10px 10px;
    justify-content: center;
    font-family: 'Alegreya', serif;
    font-size: 15px;
    text-align: justify;
}

.zdjęcia-o-nas {
    display: flex;
    justify-content: right;
}

.zdjęcia-o-nas2 {
    display: flex;
    justify-content: left;

}

.zdjecia-o-nas-item {
    max-width: 25%;
    display: inline-block;
    padding: 0;
}

@media only screen and (max-width: 786px) {
    .zdjecia-o-nas-item {
        max-width: 33%;
    }
}

.zdjecia-o-nas-item2 {
    max-width: 60%;
    display: inline-block;
    padding: 0;
}

@media only screen and (max-width: 786px) {
    .zdjecia-o-nas-item2 {
        max-width: 50%;
    }
}

.okoliczne-atrakcje {
    padding-top: 50px;
    background-color: #f9f8f2;;
}

@media only screen and (max-width: 786px) {
    .okoliczne-atrakcje {
        padding-top: 1vh;
    }
}

.o-nas-druga-czesc {
    margin-top: 20px;
    text-align: justify;
    font-size: 1.3rem;

}

.zdjecia-okoliczne-atrakcje {
    text-align: center;
    max-width: 100px;
}

.example-photo {
    max-width: 98%;
    margin-top: 20px;
}

.o-nas-opis {
    font-size: 1.3rem;
    margin-bottom: 2px;

}

.zobacz-okolice-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 30px;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    padding: 10px;
}

.grid-item {
    background-color: #f9f8f2;
    padding: 20px;
    font-size: 30px;
    text-align: center;
}

.feature {
    font-size: 15px;
    font-family: "Nunito";
}

.kontakt {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.kontakt__mapa {
    width: 80%;
    height: 450px;
}

@media only screen and (max-width: 768px) {
    .kontakt__mapa {
        width: 100%;
        height: 450px;
    }
}

table,
td,
th {
    border: 1px solid;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 10%;
    height: 100vh;
    background-color: #f9f8f2;
    opacity: 0;

    width: 30%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    font-size: 1.3rem;

    font-family: 'Nunito', sans-serif;
    z-index: -1;
    transition: z-index 1s, opacity 0.5s linear
}

@media only screen and (max-width: 786px) {
    .dropdown-content {
        width: 70%;
    }
}

.show-menu {
    opacity: 0.9;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;

    padding: 16px;
    display: block;
}

.dropdown-content a:link {
    color: black;
    text-decoration: none;
}

.dropdown-content a:visited {
    color: black;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: black;
    background-color: #ddd;
    text-decoration: none;
}

.dropdown-content a:active {
    color: black;
    text-decoration: none;
}

.okoliczne-atrakcje-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: space-around;
    background-color: #f9f8f2;
}

@media only screen and (max-width: 640px) {
    .okoliczne-atrakcje-flex {
        flex-direction: column;
        align-items: center;
        gap: 10%;
    }
}

.atrakcja {
    flex: 0 0 30%;
    max-width: 400px;
    font-family: 'Alegreya', serif;
}

.atrakcja-margines {
    margin-top: 35px;
}

@media only screen and (max-width: 640px) {
    .atrakcja-margines {
        margin-top: 0;
    }

    .atrakcja {
        margin-top: 30px;
    }

    .empty-div {
        display: none;
    }
}

.okoliczne-atrakcje-tytuł {
    text-align: left;
    padding-left: 40px;
    font-family: 'Nunito', serif;
    background-color: #f9f8f2;;
    margin-bottom: 0px;
    font-size: 30px;
}


div.scroll-container {
    background-color: #f9f8f2;
    overflow: auto;
    white-space: nowrap;
    padding: 10px;
}

div.scroll-container img {
    padding: 10px;
}

.myImgTopDown {
    animation: transitionInTopDown 2s ease-in-out;
}

.myImgBottomUp {
    animation: transitionInBottomUp 2s ease-in-out;
}

@keyframes transitionInTopDown {
    from {
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    to {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
}

@keyframes transitionInBottomUp {
    from {
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }

    to {
        clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
    }
}

.time-flex {
    display: flex;
    flex-direction: row;
}

.time {
    margin-left: 20px;
    padding-top: 5px;
}

.empty-div {
    min-height: 30px;
}

.modal-body a {
    color: #6f4f33;
}

.modal-body a:visited {
    color: #6f4f33;
}

.modal-body a:hover {
    color: #6f4f33;
}

.margin-top-default {
    margin-top: 50px;
}

.margin-top-small {
    margin-top: 25px;
}

.page-content {
    max-width: 1024px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .page-content {
        margin: 0 5%;
    }
}

.okoliczne-atrakcje__img {
    width: 480px;
    height: 320px;
}

@media only screen and (max-width: 768px) {
    .okoliczne-atrakcje__img {
        max-width: 600px;
    }
}

.dla-dzieci__img {
    width: 480px;
    height: 320px;
}

.header-item {
    min-width: 5%;
}

@media only screen and (max-width: 768px) {
    .header-link {
        font-size: 0.7em !important;
    }

    button.button1 {
        right: 3%;
    }

    .header-item {
        min-width: 15%;
    }
}

@media only screen and (max-width: 640px) {
    button.button1 {
        top: 8.5vh !important;

        font-size: 0.9em;
        right: 3%;

        padding: 12px 12px;
    }

    .header-item {
        min-width: 20%;
    }
}

@media only screen and (max-width: 480px) {
    .header-link {
        font-size: 0.5em !important;
    }
    button.button1 {
        top: 9vh !important;

        font-size: 0.8em;
        right: 5%;

        padding: 10px 10px;
    }

    .header-item {
        min-width: 25%;
    }
}