/*
Css for Primam Attentent
*/

/*----404----*/
.e404 {
    text-align: center;
}

.e404 h1 {
    font-size: 200px;
}

.borderRadius10 {
    border-radius: 10px
}

.borderRadius20 {
    border-radius: 20px
}

.borderRadius30 {
    border-radius: 30px
}

.zindex100 {
    z-index: 100
}

.mtm100 {
    margin-top: -100px !important;
}

.mtm50 {
    margin-top: -50px !important;
}


/*----navbar----*/
@media screen and (min-width: 600px) {
    .navbar-center {
        position: absolute;
        left: 50%;
        transform: translatex(-50%);
    }
}

div#bs4navbar {
    justify-content: flex-end;
}

ul#menu-menu-1 li {
    padding: 0 0.5em;
}

.container-fluid.m-0.p-0 {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #999999;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #999999;
}

a.navbar-brand img {
    height: 80px !important;
    transition: 0.3s;
}

#bs4navbar a {
    color: #fff;
    font-weight: 600;
}

#bs4navbar a:hover {
    color: #999999;
}

/*----footer-----*/
.footer {
    background-color: #333333;
}

.container-fluid.footer {
    padding: 1em;
}

.footer-row li {
    list-style: none;
}

.footer-row {
    color: white;
}

.copyright {
    background-color: black;
    color: white;
    padding: 0.3em;
}

.row.footer-row {
    align-items: center;
}

.footer-right {
    text-align: right;
}

/*----wrapper----*/
body, wrapper {
    min-height: 100vh;
}

body {
    overflow-x: hidden;
}

.flex-fill {
    flex: 1 1 auto;
}

/*----scrollbar-----*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

/*----anchors-----*/
a {
    color: #999999;
}

.footer a {
    color: #ffffff;
}

a:hover {
    color: #999999;
    text-decoration: none;
}

/*spiner*/
.lds-grid {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-grid div {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #253163;
    animation: lds-grid 1.2s linear infinite;
}

.lds-grid div:nth-child(1) {
    top: 8px;
    left: 8px;
    animation-delay: 0s;
}

.lds-grid div:nth-child(2) {
    top: 8px;
    left: 32px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(3) {
    top: 8px;
    left: 56px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(4) {
    top: 32px;
    left: 8px;
    animation-delay: -0.4s;
}

.lds-grid div:nth-child(5) {
    top: 32px;
    left: 32px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(6) {
    top: 32px;
    left: 56px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(7) {
    top: 56px;
    left: 8px;
    animation-delay: -0.8s;
}

.lds-grid div:nth-child(8) {
    top: 56px;
    left: 32px;
    animation-delay: -1.2s;
}

.lds-grid div:nth-child(9) {
    top: 56px;
    left: 56px;
    animation-delay: -1.6s;
}

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/*----main-----*/
main.flex-fill {
    padding-top: 2em;
}

*:not(.revslider *) {
    font-family: "Montserrat", sans-serif;
}

html {
    overflow-y: scroll;
}

span.posted_in {
    display: none;
}

div#respond {
    display: none;
}

ul.tabs.wc-tabs {
    display: none;
}


.owl-item {
    height: 0 !important;
}

.owl-item.active {
    height: auto !important;
}

.owl-nav {
    display: flex;
    justify-content: space-between;
    font-size: 2em;
    position: absolute;
    width: 110%;
    top: 50%;
    left: -5%;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button {
    outline: none !important;
    color: #253163 !important;
}

.container-fluid.nav-container {

    height: 90px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    transition: 0.3s;
    padding: 0 2em;
}

.container-fluid.nav-container.navbar-fixed,
.container-fluid.nav-container {
    background: rgba(0, 0, 0);
}

a.navbar-brand.logo-small img {
    height: 45px !important; /* Replace with your desired logo height */
}

.home main.flex-fill {
    margin-top: 0px;
}

main.flex-fill {
    margin-top: 0px;
    transition: 0.3s;
}

.container-fluid.nav-container.navbar-fixed {
    height: 56px;
}

main.flex-fill.navbar-fixed {
    /*margin-top: 56px;*/
}

.news ul.wp-block-latest-posts__list.wp-block-latest-posts li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

div#bs4navbar {
    background: transparent;
    margin-left: -15px;
    margin-right: -15px;
    transition: 0.4s;
}

@media (max-width: 781px) {
    .wp-block-column:nth-child(1) {
        order: 2; /* Change the order of the first item to 2 on mobile */
    }

    .wp-block-column:nth-child(2) {
        order: 1; /* Change the order of the second item to 3 on mobile */
    }

    .wp-block-column:nth-child(3) {
        order: 3; /* Change the order of the third item to 1 on mobile */
    }

    div#cinkciarzPlWidget, div#cinkciarzPlWidgetNbp {
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%
    }
}

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

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 500px;
    height: 500px;
    /*border: 1px solid #f1f1f1;*/
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    border-radius: 10px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    color: black;
}

/* Style the back side */
.flip-card-back {
    background-image: linear-gradient(180deg, #0000004F 0%, rgba(5, 5, 5, 0.8) 100%);
    color: white;
    transform: rotateY(180deg);
    padding: 1em;
}

.flip-card-front img, .flip-card-front, .flip-card-back, .flip-card-overlay {
    /*border-radius: 20px;*/
}

.flip-card-front h2 {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -20%);
    color: #ffffff;
}

.flip-card-overlay {
    background-color: transparent;
    /*background-image: linear-gradient(180deg, #0000004F 0%, #DBA76BCC 100%);*/
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.colMain {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0);
    border-color: rgba(0, 0, 0, 0);
}

span.navbar-toggler-icon {
    filter: brightness(0) saturate(100%) invert(99%) sepia(74%) saturate(4403%) hue-rotate(307deg) brightness(90%) contrast(89%);
}

:focus-visible {
    outline: 0px;
}

.navbar-toggler {
    border: 0px;
}

button:focus {
    outline: 0px;
}

@media screen and (max-width: 781px) {
    div#bs4navbar.navbar-collapse {
        background-color: #000000c9;
        padding: 1em;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .reservation .has-large-font-size {
        font-size: var(--wp--preset--font-size--medium) !important;
    }

    .flip-card-back {
        height: 100%;
        overflow-y: scroll;
        display: block;
    }

    .col-rev-mob {
        flex-direction: column-reverse;
    }
    .col-grid-mob.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media {
        grid-column: 1;
        grid-row: 2;
    }

    .col-grid-mob.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
        grid-column: 1;
        grid-row: 1;
    }
}

.filterColor {
    display: flex;
    background: #F8F5F0;
    position: relative;
    transition: .3s;
    border: 2px solid transparent;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1em;
}

.filterColor:hover {
    background: transparent;
    border-color: #999999;
}

.filterColor img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(31%) saturate(364%) hue-rotate(161deg) brightness(93%) contrast(91%);
    object-fit: cover;
    width: 90px !important;
    height: auto;
}

.icons figure.aligncenter.size-full.is-resized {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icons figcaption.wp-element-caption {
    margin-top: 1em;
}

.changeBG {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
    /*display: flex;*/
    border: 1px solid #f1eeeb;
    padding: 25px 20px 20px;
    transition: .3s;
    position: relative;
    z-index: 1;
    cursor: default;

}

.cennik {
    width: 100vw;
    height: auto;
    object-fit: cover;
    position: relative;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding: 0em 2em;
}

.cennik .tabelka {
    padding: 1em;
    text-align: center;
    margin: 1em;
    border-radius: 10px;
    border: 1px solid #36454f4d;
    transition: 0.4s;
}

.cennik .tabelka:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(54, 69, 79, 1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(54, 69, 79, 1);
    box-shadow: 0px 0px 40px -10px rgba(54, 69, 79, 1);
}

.changeBG:before {
    width: 0%;
    height: 100%;
    background: #999999;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    transition: .5s;
}

.changeBG:hover {
    color: #fff;
}

.changeBG figure {
    transition: .3s;
    max-width: 150px;
}

.changeBG:hover figure {
    filter: invert(1);
    transition: .3s
}

.changeBG:hover:before {
    width: 100%;
}

h5 {
    color: #999999;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 0;
    margin: 0 0 7px 0;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}


/*.wpcf7 form {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*}*/
/*.wpcf7 form p{*/
/*    width: 100%;*/
/*    padding: 1em;*/
/*}*/
/*.wpcf7 form p label{*/
/*    width: 100%;*/
/*}*/
/*.wpcf7 form p input,*/
/*.wpcf7 form p select{*/

/*    -webkit-appearance: listbox;*/
/*    width: 100%;*/
/*    height: 55px;*/
/*    border: 1px solid #e6e6e6;*/
/*    padding: 0 10px 0 20px;*/
/*    color: #666;*/
/*    text-transform: uppercase;*/
/*    background: #F8F5F0;*/
/*    font-size: 13px;*/
/*}*/

/*span.wpcf7-spinner {*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translate(50%, -50%);*/
/*}*/

/*[type="submit"]:not(:disabled)  {*/
/*    background: #999999;*/
/*    border: 0;*/
/*    display: inline-block;*/
/*    text-align: center;*/
/*    padding: 17px 39px;*/
/*    -webkit-transition: .3s;*/
/*    -o-transition: .3s;*/
/*    transition: .3s;*/
/*    color: #fff;*/
/*    width: 100%;*/
/*}*/

.wp-block-button.is-style-fill .wp-block-button__link:hover, [type="submit"]:not(:disabled):hover {
    background: #232323;
    color: #fff;
}

.wp-block-button.is-style-fill .wp-block-button__link {
    background: #999999;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 12px 60px 12px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    width: 100%;
    position: relative;
}

.tickList {
    list-style: none; /* Remove default list style */
    padding-left: 0; /* Remove default padding */
    /* position: relative; */
}

.tickList li {
    padding-left: 2em; /* Add padding on the left side of each list item */
    text-indent: -1em; /* Align text with the rest of content */
    position: relative;
}

.tickList li::before {
    content: ""; /* Insert the image before the content */
    padding-right: 10px; /* Give some space between image and content */
    height: 10px;
    width: 10px;
    display: block;
    background-image: url(../img/tick.png);
    background-size: contain;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    top: 50%;
    transform: translate(0%, -50%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(74%) saturate(4403%) hue-rotate(307deg) brightness(90%) contrast(89%);
}

a.wp-block-button__link.wp-element-button:after {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url(../img/right-arrow.png);
    background-size: contain;
    right: 0;
    top: 50%;
    position: absolute;
    z-index: 1000;
    background-repeat: no-repeat;
    transform: translate(-40%, -50%);
    filter: invert(1);
}

div#socials {
    position: fixed;
    z-index: 10000;
    font-size: 2em;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    right: 0;
    align-items: end;
    margin-top: -20vh;
}

#socials a {
    color: #fff;

}

#socials a > div {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: 0.2s;
}

#socials a:hover > div {
    width: 60px;
    height: 60px;
}

#socials a p {
    margin-bottom: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}

#socials a p i:before {
    line-height: 2;
}

#socials > div {
    margin-bottom: 0.2em
}

#BookingEngineForm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#BookingEngineForm input,
#BookingEngineForm select {

    -webkit-appearance: listbox;
    width: 100%;
    height: 55px;
    border: 1px solid #e6e6e6;
    padding: 0 10px 0 20px;
    color: #666;
    text-transform: uppercase;
    background: #F8F5F0;
    font-size: 13px;
    margin: 1em;
}

#BookingEngineForm [type="submit"]:not(:disabled) {
    background: #999999;
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 17px 39px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    width: 100%;
}

span#closeModalBookingEngine {
    font-weight: 400 !important;
    top: 2px;
    right: 10px;
}

.modal-contentBookingEngine {
    position: relative;
}

.page-jurty figure img {
    height: 100% !important;
    object-fit: cover;
}

.text-black a {
    color: black;
}

.h-vh {
    display: flex;
    height: 50vh;
    align-items: center;
}


.page-jurty .reservation figure img {
    height: auto !important;
    object-fit: cover;
}

.page-jurty .reservation figure {
    height: auto !important;
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.reservation a.wp-block-button__link.wp-element-button:after {
    content: "";
    background-image: none;
}

.nav-item.active a {
    text-decoration: underline;
}

ul#menu-regulaminy {
    padding-inline-start: 0px;
}

.desktop-none {
    display: none !important;
}

@media (max-width: 781px) {
    .mobile-none {
        display: none !important;
    }

    .desktop-none {
        display: block !important;
    }

    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }
}

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

.zoom{
    transition: 0.2s
}
