* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 /* color: #263357 */
}

body {
    max-width: 1280px;
    min-height: 100vh;
    margin: 0 auto;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* display: inline-block;
    margin: 0 auto; */
}

/* NAWIGACJA */
/* NAWIGACJA */
/* NAWIGACJA */


nav {
    display: flex;
    background-color: white;
    width: 100%;
    max-width: 1280px;
    box-shadow: 0px 0px 4px gray;
    padding-bottom: 20px;
}

ul {
    align-items: center;
    width: 90%;
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0 auto;
}

li {
    flex-basis: 90%;
    text-align: center;
}

nav ul div {
    display: flex;
    padding: 20px 0;
}


nav ul li img {
    width: 50%;
    margin: 20px;
    box-sizing: border-box;
    padding: 10px 10px;
}

nav ul li i {
    font-size: 20px;
}

nav ul li a {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #263357;
    font-family: "Lato", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
}

nav ul div li a {
    color: #263357;
    transition: .5s;
}

nav ul div li a:hover {
    color: black;
}


li:nth-of-type(7) a {
    padding: 10px 0;

}

li:nth-of-type(8) a {
    padding: 10px 0;
}

a:hover {
    color: #4A85C5;
    transition: .3s;
}

@media (min-width: 1025px) {
    ul {
        flex-direction: row;
    }

    nav {
        z-index: 100;
        width: 80%;
        position: fixed;
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        padding-bottom: 0;
    }

    ul {
        margin: auto auto;
    }

    li {
        flex-basis: 90%;
        text-align: center;
    }

    nav ul li img {
        width: 150px;
        margin: 2px;
        margin-right: 40px;
    }

    nav ul div {
        margin-left: 30px;
    }

    a {
        margin: 0;
    }

}

header {
    width: 100%;
    max-width: 1280px;
    overflow: hidden;
}

section {
    display: flex;
    width: 100%;
    flex-grow: 1;
    max-width: 1280px;
    flex-basis: 60vh;
}


main {
    flex-grow: 1;
}



aside {
    flex-basis: 30%;
    min-width: 280px;
}



@media (max-width: 1024px) {
    section {
        flex-wrap: wrap;
    }


    aside {
        flex-basis: 100%;
    }
}

/* BANER */
/* BANER */
/* BANER */
/* BANER */


/* ==== Main CSS === */
.img-fill {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.img-fill img {
    min-width: 100%;
    position: relative;
    display: inline-block;
    max-width: none;
    animation: zoom-in-zoom-out 66s linear infinite;
    width: 100%;
    object-fit: contain;
}

.decor {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

.decor img {
    width: 200%;
}

.nofill img {
    animation: none;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.25, 1.25);
    }

    100% {
        transform: scale(1, 1);
    }
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}

.Grid1k {
    padding: 0 15px;
    max-width: 1200px;
    margin: auto;
}

.blocks-box,
.slick-slider {
    margin: 0;
    padding: 0 !important;
}

.slick-slide {
    float: left;
    padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill {
    background: #fff;
}

.Modern-Slider .item .img-fill .info {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    /* background: rgba(0, 0, 0, .10); */
    text-align: center;
}

.Modern-Slider .item .info>div {
    display: inline-block !important;
    vertical-align: middle;
}

.Modern-Slider .NextArrow {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #FFF;
    z-index: 5;
    border-radius: 50%;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 25px;
    color: #FFF;
    z-index: 5;
    border-radius: 50%;
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .slick-dots {
    position: absolute;
    height: 5px;
    background: rgba(255, 255, 255, 0.2);
    bottom: 0px;
    width: 100%;
    left: 0px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}


.Modern-Slider .slick-dots li button {
    display: none;
}

.Modern-Slider .slick-dots li {
    float: left;
    width: 0px;
    height: 5px;
    background: white;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.Modern-Slider .slick-dots li.slick-active {
    width: 100%;
    animation: ProgressDots 11s both;
}

.decor img {
    animation: none;
}

.Modern-Slider .item h3 {
    width: 80%;
    margin: auto;
    font-size: 25px;
    font-family: "Lato", sans-serif;
    color: #FFF;
    animation: fadeOutRight 2s both;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    text-shadow: 1px 1px 5px black;
}

.Modern-Slider .item h3.main {
    top: 20%;
    font-size: 17px;
}

.Modern-Slider .item .button-container {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
}

.Modern-Slider .item a {
    margin-bottom: 7px;
    padding: 7px 10px;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: #2DB595 2px solid;
    border-radius: 5px;
    background-color: #4ABD98;
}

@media (min-width: 500px) {
    .Modern-Slider .item h3.main {
        top: 23%;
        font-size: 24px;
    }

    .Modern-Slider .item .button-container {
        top: 40%;
    }

    .Modern-Slider .item a {
        margin-bottom: 10px;
        font-size: 12px;
    }

}

@media (min-width: 600px) {
    .Modern-Slider .item h3.main {
        top: 35%;
        font-size: 27px;
    }

    .Modern-Slider .item .button-container {
        flex-direction: row;
        top: 53%;
    }

    .Modern-Slider .item a {
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 12px;
    }

}

@media (min-width: 800px) {
    .Modern-Slider .item h3.main {
        top: 35%;
        font-size: 40px;
    }

    .Modern-Slider .item .button-container {
        flex-direction: row;
        top: 53%;
    }

    .Modern-Slider .item a {
        padding: 10px 30px;
        font-size: 15px;
    }

}

@media (min-width: 1025px) {
    .Modern-Slider .item h3.main {
        top: 35%;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        justify-content: center;
    }

    .Modern-Slider .item .button-container {
        top: 55%;
    }

}


.Modern-Slider .item a:last-of-type {
    border: white 2px solid;
    background-color: transparent;
}

.Modern-Slider .item.slick-active h3 {
    animation: fadeInDown 2s both 1s;
}


.Modern-Slider .item.slick-active {
    animation: Slick-FastSwipeIn 2s both;
}


.Modern-Slider {
    background: white;
}

/* ==== Slider Image Transition === */
/* @keyframes Slick-FastSwipeIn {
    0% {
        transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
    }
} */

/* @-webkit-keyframes ProgressDots{from{width:0px;}to{width:100%;}}
  @keyframes ProgressDots{from{width:0px;}to{width:100%;}} */

/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

@media (min-width: 600px) {
    .Modern-Slider .item h3 {
        font-size: 30px;
    }
}

@media (min-width: 800px) {
    .Modern-Slider .item h3 {
        font-size: 35px;
    }
}


@media (min-width: 1025px) {
    .Modern-Slider .item h3 {
        font-size: 45px;
    }

    .decor img {
        width: 100%;
    }
}


.booking {
    text-align: center;
    margin: 20px auto;
}

/* CENNIK */
/* CENNIK */
/* CENNIK */


.price {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.price .text {
    text-align: center;
}

.price .text h1 {
    font-size: 20px;
    font-family: "Lato", sans-serif;
    color: #3A8226;
    margin: 40px 10px 20px;
    letter-spacing: 2px;
}

.price .text h4 {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    margin: 5px 10px 30px 10px;

}

.price .image .desktop {
    display: none;
}

.price .image .mobile {
    display: block;
    margin: 0 auto;
    width: 90%;
}

.price .button {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.price .button a {
    display: inline-block;
    text-align: center;
    width: 50%;
    margin: 50px auto;
    padding: 15px 20px;
    background-color: #037abe;
    font-family: 'lato', sans-serif;
    border-radius: 10px;
    font-size: 11px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 600;
}

@media (orientation: landscape) {
    .price .image .desktop {
        display: inherit;
        width: 90%;
        margin: 0 auto;
    }

    .price .image .mobile {
        display: none;
    }
}




@media (min-width: 400px) {
    .price .button a {
        font-size: 14px;
    }
}

@media (min-width: 500px) {
    .price .button a {
        width: 40%;
    }
}

@media (min-width: 700px) {
    .price .button a {
        width: 35%;
        transition: 0.2s linear;
    }

    .price .image .mobile {
        display: none;
    }

    .price .text h1 {
        font-size: 25px;
    }

    .price .image .desktop {
        display: inherit;
        width: 90%;
    }

    .price .button a:hover {
        /* opacity: 0.6; */
        background-color: #265939;
        /* color: black; */
    }

}

@media (min-width: 900px) {
    .price .text h1 {
        font-size: 30px;
    }

    .price button a {
        width: 25%;
    }


    .price .text h4 {
        font-size: 20px;
    }
}

@media (min-width: 1025px) {
    .price .image .desktop {
        display: inherit;
        width: 80%;
        margin: 0 auto;
    }

    .price .button a {
        font-size: 20px;
        width: 25%;
    }
}

/* NAJWAZNIEJSZE ZASADY */
/* NAJWAZNIEJSZE ZASADY */
/* NAJWAZNIEJSZE ZASADY */
/* NAJWAZNIEJSZE ZASADY */

.main {
    display: flex;
    flex-direction: column
}

.main .rules,
.facilities {
    display: block;
    margin: 50px auto;
    width: 90%;
    border: #F3F6F7 solid 1px;
    box-shadow: 0px 0px 6px rgb(238, 238, 238);
    padding: 20px;
}


.main .rules h2,
.facilities h2 {
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.main .rules .line,
.facilities .line {
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background-color: #F3F6F7;
}

.main .rules ul,
.facilities ul {
    display: inline-block;
    text-align: left;
    margin-top: 20px;
    margin-left: 20px;
    font-family: 'lato', sans-serif;
    font-weight: 400;
    font-size: 13px;
    list-style: disc;
    line-height: 1.5;
}


.main .rules li,
.facilities li {
    text-align: left;
    margin-left: 20px;
}

.main .facilities li {
    list-style: none;
    line-height: 2.5;
}

.main .facilities img {
    display: inline-block;
    width: 20px;
    margin-right: 10px;
}

.main .facilities p {
    display: inline-block;
}

.main .facilities {
    margin-top: 0;
    margin-bottom: 0;
}

@media (min-width: 500px) {
    .main .facilities {
        width: 70%;
    }
}

@media (min-width: 600px) {
    .main .facilities {
        width: 60%;
    }
}

@media (min-width: 800px) {
    .main .facilities {
        width: 50%;
    }
}

@media (min-width: 1025px) {
    .main .facilities {
        width: 20%;
    }

    .main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-end
    }

    .main .rules {
        flex-basis: 70%;
        margin: 50px auto 20px;

    }

    .main .facilities {
        order: -1;
        flex-basis: 25%;
        height: fit-content;
        margin: 50px auto 20px;
    }

}


.reservation {
    display: flex;
    /* align-items: center; */
    flex-direction: column;
    flex-basis: 80%;
    margin: 50px 5% 60px 5%;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
}

.reservation p {
    width: 60%;
    font-size: 13px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: inline-block;
    border-bottom: #265939 3px solid;
    padding-top: 10px;
    border-top: white 3px solid;
}

.reservation .image {
    width: 30%;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    width: 40px;
    margin-left: 20px;
}

.reservation .image img {
    /* margin-top: 30px; */
    vertical-align: middle;
    padding-bottom: 0px;
    width: 100%;

}

.reservation .statute {
    margin-top: 30px;
}

.reservation a {
    text-decoration: none;
    color: black;
}

.reservation .statute p,
.regulations p {
    transition: .5s linear;
}

.reservation .statute p:hover,
.regulations p:hover {
    cursor: pointer;
    background-color: #26593931;
    /* color: white; */
    /* border-top: #265939 3px solid; */
    /* border-bottom: white 3px solid; */
}

/* .regulations p a {width: 60%;
        font-size: 13px;
        padding-bottom: 10px;
        padding-left: 10px;
        display: inline-block;
        border-bottom: #265939 3px solid;
        padding-top: 10px;
        border-top: white 3px solid;

    } */


@media (min-width: 1025px) {
    .reservation p {
        width: 90%;
        font-size: 16px;
        margin: 0 auto;
    }
}





/* STOPKA */
/* STOPKA */
/* STOPKA */
/* STOPKA */





footer {
    /* z-index: 1; */
    padding-top: 30px;
    font-family: "Lato", sans-serif;
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1D4867;
    align-self: stretch;
    overflow: hidden;
}

footer div {
    z-index: 1;
    padding: 0 15px;
}

footer div h2 {
    font-size: 16px;
    margin: 20px 0 10px;
}

footer div p {

    font-weight: 400;
    font-size: 13px;
    margin: 0 0 10px;

}

/* footer div.mid {
    margin: 20px 0 0 0;
} */

footer div.right a {
    display: inline-block;
    background-color: white;
    padding: 10px 20px;
    text-align: center;
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 50px;
    color: #263357;

}

footer div a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}


footer .bottom {
    text-align: center;
    margin-bottom: 30px;
}

footer .bottom .socials {
    margin-bottom: 30px;
}

footer .bottom .socials a {
    font-size: 25px;
    color: white;
    margin-right: 10px;
    margin-left: 10px;

}

footer img {
    position: absolute;
    bottom: 0%;
    width: 200%;
    opacity: .3;

}

@media (min-width: 900px) {
    footer {
        flex-direction: row;
        flex-basis: 30%;
        flex-wrap: wrap;
        justify-content: center;

    }

    footer div {
        /* flex-grow: 1; */
        margin-left: 30px;
        margin-right: 30px;
        margin-bottom: 50px;

    }

    footer .left {
        order: -1;
    }

    footer .right {
        width: 25%;
        padding-left: 50px;
        order: 2;
    }

    footer .bottom {
        /* width: 100%; */
        order: 1;
    }
}

@media (min-width: 1025px) {

    footer img {
        width: 120%;
    }
}



/* w budowie */
/* w budowie */
/* w budowie */

header#construction {
    box-sizing: border-box;
    text-align: center;
}

img.budowa {
    width: 80%;
    margin: 0 5px 50px 10px;
}


/* oferta BŁĄD */
/* oferta BŁĄD*/
/* oferta BŁĄD*/

/* header.offer {
    overflow: hidden;
}


header.offer img.banner {
   height: 100%;
   position: static;
   bottom: 0;
   left: 0;

}

header.offer img.decor {
    z-index: 9999;
    position: absolute;
    bottom: -10px;
    left: 0;
}

header.offer .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    font-family: 'Varela Round', sans-serif;
    color: white;
    font-size: 30px;
    text-align: center;
    text-shadow: 3px 3px 3px rgb(62, 62, 62);

}

header.offer h1 {
    text-transform: uppercase;
}


@media (max-width: 1024px) {

    header.offer {
        overflow: hidden;
        position: relative;
    }

    header.offer img.banner {
        width: 100%;
     }


     header.offer img.decor {
        width: 120%;
    }

    header.offer .text {
        top: 40%;
        left: 50%;
}}


@media (max-width: 500px) {
    header.offer .text {
       font-size: 18px;
}} */



/* PRYWATNOSC */
/* PRYWATNOSC */
/* PRYWATNOSC */
/* PRYWATNOSC */

header#polityka {
    margin: 50px auto 50px;
    width: 95%;
}

header#polityka .text {
    flex-direction: column;
}

header#polityka .text h1 {
    font-family: 'Tilt neon', sans-serif;
    text-align: center;
    margin: 10px auto 50px;
    color: #265939;
}

header#polityka .text p {
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 10px;

}

header#polityka .text h2 {
    font-family: "Tilt Neon", sans-serif;
    margin-top: 50px;
    margin-bottom: 10px;

}

header#polityka .text ul {
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    list-style: circle;
    display: inline;
}

header#polityka .text ul li {
    text-align: left;
    margin-bottom: 5px;
}

header#polityka .text a {
    color: #308BBF;
}

header#polityka .text ol {
    font-family: "Lato", sans-serif;
    line-height: 1.5;
    margin-left: 10px;
    margin-right: 10px;
}

header#polityka .text ol li {
    text-align: left;
}


@media (min-width: 1025px) {
    header#polityka {
        margin-top: 200px;
    }
}







/* OFERTA */
/* OFERTA */
/* OFERTA */
/* OFERTA */
/* OFERTA */




/* FORMULARZ START */
/* FORMULARZ START */
/* FORMULARZ START */
/* FORMULARZ START */

/* .contact-form {
    display: flex;
} */

/* .contact-form1 {
    display: flex;
} */

.form1 {
    text-align: center;
}

.form1 input {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    line-height: 1.5;
    padding: 5px 0 5px 10px;
    margin: 3px 0;
    width: 70%;
    /* text-align: center; */
    /* margin: 0 auto; */
    border-radius: 7px;
    border: 1px black solid;
    transition: .5s linear;
}

/* .form1 input.date {

} */


.form1 input:hover {
    background-color: #26593916;
    border: 1px black solid;
}





.form2 {
    text-align: center;
}

.form2 textarea {
    border: 1px black solid;
    font-family: 'Lato', sans-serif;
    padding: 5px 0 5px 10px;
    display: inline-block;
    line-height: 1.5;
    height: 220px;
    margin: 3px 10px;
    width: 70%;
    border-radius: 7px;
}

.form2 aside {
    text-align: center;
}

.form2 aside.row {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Lato', sans-serif;
    /* display: inline-block; */
    width: 70%;
}

.form2 aside.row p {
    margin-left: 10px;
}

.form2 input.special {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #3A8226;
    font-family: 'lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: white 3px solid;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    transition: 1.5s ease;
}

.form2 input.special:hover {
    background-color: white;
    border: #3A8226 3px solid;
    color: black;

}

.law {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.law p {
    display: block;
    font-family: 'lato', sans-serif;
    font-weight: 300;
    font-size: 13px;
}

.data {
    display: block;
    margin: 50px auto;
    width: 90%;
    border: #F3F6F7 solid 1px;
    box-shadow: 0px 0px 6px rgb(238 238 238);
    padding: 20px;
}

.data h3 {
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}

.data .line {
    width: 80%;
    margin: 0 auto;
    height: 2px;
    background-color: #F3F6F7;
}

.data h4 {
    font-family: "Lato", sans-serif;
    margin-bottom: 5px;
    font-size: 16px;
}

.data .contact {
    display: flex;
    margin-bottom: 20px;
    margin-top: 20px;
    align-items: flex-end
}

.data .contact .pic {
    width: 10%;
    margin-right: 10px;
}

.data .contact .pic img {
    width: 100%;
}

.data .contact p {
    font-family: 'lato', sans-serif;
    font-size: 12px;
}

.data a {
    text-decoration: none;
    color: black;
}

@media (min-width: 500px) {
    .form {
        width: 70%;
        margin: 50px auto;
    }

    .data {
        width: 70%;
    }

    .data .contact p {
        font-size: 15px;
    }


    .data .contact .pic {
        width: 7%;
        margin-right: 10px;
    }

    .data h3 {
        font-size: 22px;
    }

}

@media (min-width: 1000px) {
    .contact-form {
        display: flex;
    }

    .formular {
        /* width: 100%; */
        flex-basis: 60%;
    }

    .form {
        width: 100%;
        margin: 50px 20px 50px 20px;
    }

    .data {
        flex-basis: 40%;
        /* width: 50%; */
        margin-right: 57px;
        height: 90%;
    }

    .law p {
        width: 190%;
        text-align: left;
    }

}

@media (min-width: 1200px) {

    .form {
        width: 100%;
    }

    .formular {
        /* width: 100%; */
        flex-basis: 2;
    }

    .data {
        flex-basis: 50%;
    }
}

/* #mail h1 {
    font-family: 'lato', sans-serif;
} */


/* PODSTRONA WYPOCZYNEK */
/* PODSTRONA WYPOCZYNEK */
/* PODSTRONA WYPOCZYNEK */
/* PODSTRONA WYPOCZYNEK */
/* PODSTRONA WYPOCZYNEK */


#offer.relax .img-fill img {
    bottom: -5px;
}

.relax .main .rules {
    border: none;
    box-shadow: none;
    margin: 0px auto 20px;

}

.relax .main .facilities {
    margin: 20px auto 20px;
    order: 0;

}

.relax .article {
    position: relative;
    overflow: hidden;
    height: 300px;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.relax .article-container .article.one {
    background-image: url(img/plaza.jpg);
    margin-top: 0;
}

.relax .article-container .article.two {
    background-image: url(img/rowery.jpg);
}

.relax .article-container .article.three {
    background-image: url(img/jedzenie.jpg);
}

.relax .article-container .article.four {
    background-image: url(img/spacer.jpg);
}

.relax .article-container .article.five {
    background-image: url(img/party.jpg);
}

.relax .article-container .article.six {
    background-image: url(img/pray.jpg);
}


.relax .article-container .activity-container {
    height: 300px;
    position: absolute;
    bottom: -260px;
    left: 0;
    right: 0;
    background-color: rgba(300, 300, 300, .80);
    transition: .5s linear;
}

.relax .article-container .activity-container .headline {
    height: 40px;
    background-color: #265939;
    color: white;
    text-transform: uppercase;
}

.relax .article-container .activity-container .headline h2 {
    font-size: 11px;
    line-height: 40px;
}

.relax .article:hover .activity-container {
    top: 0;
    bottom: 0;
}

.relax .article-container .text-container {
    display: flex;
    flex-direction: column;
}

.relax .article-container .text-container .text {
    height: 153px;
    overflow: hidden;
    padding: 5px;
}

.relax .article-container .activity-container .text p {
    font-family: 'lato', sans-serif;
    font-size: 13px;
    margin-top: 15px;
    line-height: 1.5;
}

.relax .article-container .text-container .button {
    height: 102px;
}

.relax .article-container .activity-container .button a {
    text-transform: none;
    display: block;
    width: 60%;
    margin-top: 30px;
    transition: .5s;
    font-family: 'Lato', sans-serif;
}

.relax .article-container .activity-container .button a:hover {
    background-color: #265939;
}

.relax .article-container .text-container p a {
    color: #3A8226;
}

.relax .article-container .text-container p a:hover {
    color: #265939;
}

@media (min-width: 500px) {
    .relax .article-container .activity-container .headline h2 {
        font-size: 14px;
    }

    .relax .article-container .text-container .text {
        padding: 20px;
    }

    .relax .article-container .activity-container .text p {
        font-size: 15px;
    }

    .relax .article-container .activity-container .button a {
        font-size: 17px;
    }

}


@media (min-width: 700px) {
    .relax .article-container .activity-container .headline h2 {
        font-size: 16px;
    }

    .relax .article-container .text-container .text {
        padding: 30px;
    }

    .relax .article-container .activity-container .text p {
        font-size: 16px;
    }

    .relax .article-container .activity-container .button a {
        font-size: 17px;
        width: 40%;
    }

}

/* METODA WYPOCZYNKU */
/* METODA WYPOCZYNKU */
/* METODA WYPOCZYNKU */
/* METODA WYPOCZYNKU */
/* METODA WYPOCZYNKU */

.method .button a {
    background-color: white;
    border: #037abe 3px solid;
    color: #037abe;
    font-size: 13px;
    width: 70%;
}

@media (min-width: 1025px) {
    .method .button a {
        width: 80%;
    }
}

.method .method-text h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "Tilt Neon", 'lato', sans-serif;
    text-align: left;
}

.method .method-text p {
    font-family: 'lato', sans-serif;
    line-height: 1.5;
}


/* STRONA GŁÓWNA */
/* STRONA GŁÓWNA */
/* STRONA GŁÓWNA */
/* STRONA GŁÓWNA */

.article-wrapper {
    margin-bottom: 0;
}


.article-wrapper .article-main {
    margin: 0 10px 60px 10px;
}

.article-wrapper .article-main:first-of-type {
    margin-top: 30px;
}

.article-wrapper .image {
    width: 20%;
    margin: 0 auto 20px;
}

.article-wrapper .image img {
    width: 100%;
}

.article-wrapper .text {
    margin: 0 10px;
}

.article-wrapper .text h2 {
    font-family: "Tilt Neon", sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
}

.article-wrapper .text p {
    font-family: 'Lato', sans-serif;
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 10px;
}

@media (min-width:500px) {
    .article-wrapper .text p {
        text-align: justify;
    }

}

@media (min-width:700px) {
    .price .text h4 {
        font-size: 19px;
    }

    .article-wrapper .text h2 {
        font-size: 20px;
    }

    .article-wrapper .text p {
        font-size: 16px;
        width: 80%;
        display: inline-block;
        margin: 0 auto 10px;
    }

}


@media (min-width:800px) {
    .article-wrapper .text h2 {
        font-size: 23px;
    }
}

@media (min-width:1025px) {
    .article-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: baseline
    }

    .article-wrapper .article-main {
        flex-basis: 30%;
    }

    .article-wrapper .image {
        width: 25%;
        margin: 0 auto;
        /* height: 75px; */
    }

    .article-wrapper .text h2 {
        font-size: 20px;
        width: 85%;
        margin: 20px auto;
        line-height: 1.2;
    }

    .article-wrapper .text p {
        width: 100%;
        font-size: 14px;
    }


}


/* CAROUSEL SLIDER - STRONA GŁÓWNA*/

article.products {
    position: relative;
    text-align: center;
    /* height: 50vh; */
}

.gallerywrapper {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

.gallerywrapper .image {
    display: inline-block;
    margin: 0 auto;
    margin-top: 50px;
}

.gallerywrapper .image img {
    width: 95%;
    padding: 10px 0px;
    transition: .3s ease-in-out;
    transform: scale(1);
}

.gallerywrapper .image:hover img {
    opacity: .8;
    transform: scale(1.05)
}

.gallerywrapper .image h2 {
    font-size: 20px;
    font-weight: 300;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background-color: white;
    border: none;
    color: transparent;
    transition: .4s;
    border-radius: 50%;
}

.slick-prev:hover {
    background-color: rgba(300, 300, 300, .50);
    color: transparent;

}


.slick-next {
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translate(0, -50%);
    width: 40px;
    line-height: 40px;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background-color: white;
    border: none;
    color: transparent;
    transition: .4s;
    border-radius: 50%;

}

.slick-next:hover {
    background-color: rgba(300, 300, 300, .50);
    color: transparent;

}

.slick-slider {
    user-select: none;
}

.slick-next {
    /* right: 1%; */
    overflow: hidden;

}

.slick-prev {
    z-index: 1;
    /* left: 10px; */
    overflow: hidden;
}

.slick-next:before {
    content: "\003e";
    font-size: 1.6em;
    font-weight: 1000;
    padding-left: 12px;
    color: black;
}

.slick-prev:before {
    content: '\003c';
    font-size: 1.6em;
    font-weight: 1000;
    padding-left: 12px;
    color: black;
}

/* ARTYKUŁY */

/* .orangeFullLine {
    margin-top: 10vh;
    height: .5vh;
    width: 100%;
    background-color: #f49b40;
} */

/* .article {
    margin: 7vh 3vw;
    display: flex;
} */

/* .article .text {
    width: 50vw;
    padding-right: 5vw;
} */
/* 
.article .text p {
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 20px;
} */

/* .article .text a {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: black;
    text-decoration: none;
    line-height: 30px;
    margin: 40px auto;
    width: 40%;
    border: solid 2px black;
    border-radius: 50px;
} */

/* .article .text a:hover {
    background-color: #f49a401f;
}


.article .text h2 {
    font-size: 2em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 27px;
}

.article .articleImage {
    width: 50vw;
}

.article .articleImage img {
    max-width: 100%;
    height: auto;
} */


/* Infografika */

.infographic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.infographic .info {
    width: 30%;
    text-align: center;
    margin: 20px auto;
}


.infographic .image {
    width: 30%;
    margin: 0 auto;
}

.infographic .image img {
    width: 100%;
}

.infographic .text h3 {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
}

@media (min-width:600px) {
    .infographic .info {
        width: 14%;
    }
}


.button-infographic {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

.button-infographic a {
    margin-bottom: 70px;
    padding: 7px 10px;
    font-size: 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFF;
    border: #3A8226 2px solid;
    border-radius: 5px;
    background-color: #3A8226;
}

.button-infographic a:first-of-type {
    margin-right: 2px;
}

.button-infographic a:last-of-type {
    border: #3A8226 2px solid;
    color: #3A8226;
    background-color: transparent;
    margin-left: 2px;
}

@media (min-width: 600px) {
    .button-infographic a {
        margin: 20px 10px 70px 10px;
        font-size: 12px;
    }

}

@media (min-width: 800px) {
    .button-infographic a {
        padding: 10px 30px;
        font-size: 15px;
    }
}


/* fantastyczna okolica */
/* fantastyczna okolica */
/* fantastyczna okolica */
/* fantastyczna okolica */
/* fantastyczna okolica */

article.relax-container .relax {
    display: flex;
    flex-direction: column;
    justify-content: center
}

article.relax-container .relax .image {
    width: 80%;
    margin: 20px auto 0;
}

article.relax-container .relax .image img {
    width: 100%;
}

article.relax-container .relax .text {
    width: 80%;
    margin: 10% auto;
}


article.relax-container .relax .text h2 {
    font-family: "Tilt Neon", sans-serif;
    font-size: 19px;
    text-align: center;
    margin-bottom: 10px;
}

article.relax-container .relax .text p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    text-align: justify;
    margin-bottom: 10px;
}

article.relax-container .relax .text a {
    text-decoration: none;
    font-family: 'lato', sans-serif;
    color: #3A8226;
    font-size: 13px;
    font-weight: 600;
}

@media (min-width: 400px) {
    article.relax-container .relax .image {
        width: 60%;
    }
}

@media (min-width: 600px) {
    article.relax-container .relax .image {
        width: 40%;
    }
}

@media (min-width: 700px) {


    /* article.relax-container {
        background-image: url(img/Logo_przezroczyste.png);
        background-repeat: no-repeat;
        background-position-x: -10%;
        background-size: cover;

    } */

    article.relax-container .relax {
        flex-direction: row;
        width: 90%;
        margin: 50px auto;
    }

    article.relax-container .relax .text p {
        font-size: 16px;
    }


    article.relax-container .relax .image {
        margin: 0;
    }

    article.relax-container .relax .image img {
        width: 90%;
    }

    article.relax-container .relax .text {
        margin: 0;

    }
}


@media (min-width: 800px) {

    article.relax-container .relax .image {
        text-align: center;

    }

    article.relax-container .relax .image img {
        width: 70%;
    }
}

@media (min-width: 1000px) {
    /* article.relax-container {
        background-image: url(img/ptak.png);
        background-position-x: 10%;
        background-position-y: 10%;
        padding-right: 100px;

    } */


    article.relax-container .relax .image img {
        width: 50%;
    }

    /* article.relax-container .relax .three {
        padding-right: 20%;
    } */

    /* article.relax-container .relax .four {
        padding-right: 30%;
    } */

    /* article.relax-container .relax .five {
        padding-right: 43%;
    } */

    /* article.relax-container .relax .six {
        padding-right: 20%;
    } */

}


/* OPINIE */
/* OPINIE */
/* OPINIE */
/* OPINIE */
/* OPINIE */

article.opinion {
    margin: 0 auto 100px;
}

article.opinion .image {
    width: 100px;
    margin: 10px auto;
}

article.opinion .image img {
    width: 100%;
}

article.opinion .text {
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
    font-family: 'Caveat';

}

article.opinion .text h4 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 400;

}

article.opinion .text h5 {
    font-size: 20px;
    color: #9B9B9B;
    font-weight: 400;

}


/* OPINIE SLIDER */

/* body {
    font-family: tahoma;
    background-image: url(https://s3.ca-central-1.amazonaws.com/image-web-frankie/BackgroundBlue.jpg);
    background-size: cover;
    background-position: center;
} */

.testimonial {
    background-color: white;
    text-align: center;
    padding: 30px 30px 50px;
    margin: 7px 15px 160px;
    position: relative;
}

.testimonial::before,
.testimonial::after {
    content: "";
    border-top: 40px solid white;
    border-right: 125px solid transparent;
    position: absolute;
    bottom: -40px;
    left: 0;
}

.testimonial::after {
    border-right: none;
    border-left: 125px solid transparent;
    left: auto;
    right: 0;
}

.testimonial .icon {
    display: inline-block;
    font-size: 80px;
    color: #265939;
    margin-bottom: 20px;
    opacity: 0.6;
}

.testimonial .description {
    font-size: 25px;
    font-weight: 400;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.9;
    font-family: caveat;
}

.testimonial .testimonial-content {
    width: 100%;
    left: 0;
    position: absolute;
}

.testimonial .pic {
    width: 30%;
    display: inline-block;
    border: 4px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px 4px #265939;
    ;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .name {
    font-size: 15px;
    font-weight: bold;
    color: white;
    text-transform: capitalize;
    margin: 10px 0 5px 0;
}

.testimonial .title {
    display: block;
    font-size: 14px;
    color: #9B9B9B;
}

.owl-controls {
    margin-top: 20px;
}

.owl-pagination {
    display: flex;
    justify-content: center;
}

.owl-page {
    height: 10px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10%;
}

.owl-page:hover,
.owl-page.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.owl-page:not(first-item) {
    margin-left: 10px;
}


/* O NAS */
/* O NAS */
/* O NAS */

.story {
    margin-top: 20px;
}

.story .text h4 {
    font-size: 16px;
}

.story .text {
    margin-bottom: 10px;
}

.history {
    font-family: "Tilt Neon", sans-serif;
    margin: 20px 20px;
}

.history h3 {
    text-align: center;
    margin: 10px 20px 30px;

}

.history p {
    margin: 20px 0;
    font-family: 'lato', sans-serif;
}

.history .photo {
    margin-top: 50px;
    margin-bottom: 30px;
}


.history .photo .image {
    width: 50%;
    margin: 0 auto;
}

.history .photo .image img {
    width: 100%;
}

.history .photo.circle .image {
    width: 90%;
    /* text-align: center; */
    margin: 0 auto;
}

.history .photo .circle img {
    width: 100%;
}


.history .textdecor {
    margin-top: 60px;
}

.history .textdecor p {
    margin-top: 22px;
    text-align: center;
    font-family: 'Caveat', sans-serif;
    font-size: 20px;
    letter-spacing: 1px;
}

@media (min-width: 700px) {

    .story .text h4 {
        font-size: 20px;

    }

    .history h3 {
        font-size: 20px;
    }

    .history p {
        font-size: 18px;

    }

    .history .textdecor p {
        font-size: 24px;
    }

    .history .photo.circle .image {
        width: 60%;
    }

    .story .photo {
        display: flex;
    }
}

@media (min-width: 900px) {
    .story .text h4 {
        font-size: 24px;

    }

    .history h3 {
        font-size: 24px;
        text-align: left;
        margin-left: 0;
    }

    .history p {
        font-size: 20px;
        text-align: justify;

    }

    .history .textdecor p {
        font-size: 24px;
    }

    .story .aboutcontainer {
        display: flex;
        align-items: center;

    }

    .story .aboutcontainer .photo.circle {
        flex-basis: 30%;
    }

    .story .aboutcontainer .text {
        flex-basis: 70%;
    }

    .story .aboutcontainer .photo.circle .image {
        width: 100%;
    }

}


header#warsztaty img {
    /* size: 100%; */
    margin-top: 10%;
    margin-bottom: 10%;
    width: 100%;
}

header#ferie {
    text-align: center;
}

header#ferie img {
    /* size: 100%; */
    margin-top: 10%;
    margin-bottom: 10%;
    width: 50%;
}



.galleryoptions {
    margin-top: 20px;
}

.galleryoptions li {
    border: #037abe 2px solid;
    border-radius: 10px;
    margin: 10px 50px 10px 50px;

}

.galleryoptions a {
    color: #000;
    margin: 5px 10px 5px 10px;
}

.galleryoptions a:hover {
    text-decoration: none;
    /* font-weight: 600; */
    color: #037abe;
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    list-style-type: none;
}
.thumbnail {
    border: solid 3px rgba(300, 300, 300, .80);
    border-radius: 7px;
    overflow: hidden;
    cursor: pointer;
    margin: 32px;
    max-height: 200px;
    max-width: 300px;
    transform: scale(1);
    transition: transform 0.3s;
    
}

.thumbnail:hover {
    transform: scale(1.1);
}

.thumbnail img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.thumbnail img:focus,
.thumbnail img:focus-visible {
    border: solid 5px #037abe;
}

.popup {
    align-content: center;
    animation: fadeIn 0.3s;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .50);
    backdrop-filter: blur(10px);
    position: fixed;
}

.popup.hidden {
    display: none;
}

.popup.fade-out {
    animation: fadeOut 0.3s both;
}

.popup__close {
    font-size: 70px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    color: #fff;
    position: fixed;
    top: 64px;
    right: 64px;
}

.popup__img {
    max-height: 80%;
    max-width: 80%;
}

.popup__arrow {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size:35px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top:47%;
    width: 50px;
}

.popup__close,
.popup__arrow {
     opacity: .5;
     transition: opacity .3s;
}

.popup__close:hover, 
.popup__arrow:hover {
    opacity: 1;
}

.popup__arrow--left {
    left: 5%;
}
.popup__arrow--right {
    right: 5%;
}

@keyframes fadeIn {
   from {opacity: 0;}
   to {opacity: 1;}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
 }

 .container {
    max-width: 1280px;
    margin: 10px 0 20px ;
 }

 .subcontainer {
    width: 85%;
    margin: auto;
 }
 #cookies {
    max-width: 1280px;
    position: fixed;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, .80);
    z-index: 1;
    /* display: none; */
  }

  .cookies {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
  }

  .cookies a {
    color: white;
    font-weight: 700;
    text-decoration: underline;
  }

  #cookies-btn {
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 1rem;
    font-family: inherit;
    cursor: pointer;
    border: none ;
  }

 @media (max-width:1280px) {
    .container {
        width: 100%;
    }
 }

 @media (max-width: 1024px) {
    .cookies {
        padding: 10px 0;
    }
 }