@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/poppins/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-Medium;
    src: url(../fonts/poppins/Poppins-Medium.ttf)
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/poppins/Poppins-SemiBold.ttf)
}

@font-face {
    font-family: Poppins-Bold;
    src: url(../fonts/poppins/Poppins-Bold.ttf)
}

@font-face {
    font-family: GreatVibes-Regular;
    src: url(../fonts/great-vibes/GreatVibes-Regular.ttf)
}
.title
{
    width: 100%;
    text-align: center;
}
#privacy-bar {
    font-family: Poppins-Regular;
    color: #fff;
    background-color: rgb(21, 132, 218, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 10px
}

#privacy-bar a {
    color: #fff
}

.peopleMin
{
    position: relative;
    width: fit-content;
}
.right- .peopleImg      
{
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translate(0, -50%);
    height: 20px;
    width: 20px;
    background-image: url(../img/icon/peoplemin.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.peopleImg  .peopleImg   
{
    right: -20px;
}

.peopleImg p
{
    position: absolute;
    color: #1584da;
    left: -20px;
}
.bottom- .peopleImg .peopleImg
{
    bottom: 0px;
    right: -20px;
    left: auto;
}

#privacy-bar-close {
    float: right;
    color: #fff;
    background-color: transparent;
    border: none;
    margin-left: 20px;
    outline: none
}

#privacy-bar-close:hover {
    opacity: .6
}
section#near #page-title
{
    background-color: #006d31;
}
.contact-card
{
    
    color: #fff;
    background-color: rgb(21, 132, 218, 0.8);
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    height: 100%;
    position: relative;
    word-wrap: break-word;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}
.contact-card div
{
    width: fit-content;
}    
main[name="contact"] div.row
{
    top: 50%;
position: relative;
transform: translate(0, -50%);
}




main[name="contact"]
{
    width: 100%;
    height: 50vh;
    display: flex;
    min-height: 300px;
    background-image: url(../img/sections/gallery/IMG_0525.jpg);
    font-family: Poppins-SemiBold;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    flex-direction: column;
}
.contact-row img
{
    width: 25px;
    height: 25px;
    position: absolute;
}
.contact-row div
{
    position: relative;
    padding-left: 30px;
}

.contact-row:nth-child(1) div::before
{
    content: url(../img/icon/phone-icon.png);
}
.contact-row:nth-child(3) div::before
{
    content: url(../img/icon/email-icon.png);
}
.contact-row div::before
{
   width: 25px;
   height: 25px;
   content: url(../img/icon/marker-icon.png);  
   position: absolute;
   top: 50%;
   left: 0px;
   transform: translate(0, -50%); 
}
.contact-row div h2
{
    font-family:  Poppins-Bold;
    font-size: 17px;
    margin-bottom:3px;
}

.contact-row a
{
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.contact-row
{
    margin: 15px 0px 15px 0px;
    text-align: left;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
}

.fb
{
    width: 30px;
    height: 30px;
    padding: 5px;
    background-image: url("../img/icon/fb-icon.png");
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0px, -50%);
    background-color: #1584da;
    margin: 0px 20px;
    border-radius: 50%;
}
@media screen and (max-width: 991px) {
    .fb
    {
        display: none;
    }
}
section#near .slide
{
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    
}
section#near .carousel-control-next,section#near .carousel-control-prev
{
    height: auto;
}
section#near .separator
{
    background-color: #006d31;
    box-shadow: 0px 0px 4px #006d31;
    margin-top: 0px;
    margin-bottom: 0px;
}
.article
{
    margin-top: 20px;
    margin-bottom: 20px;
}
section#near .Apart-Title
{
    margin-top: 0;
    color: #006d31;
    text-shadow: 0px 0px 3px #239f25;
}
section#near #gallery-button
{
    background-color: #006d31;
}

section#near .container-fluid
{
    margin-top: 5px;

}
section#near .gallery-div
{
    margin-bottom: 15px;
}
.col-md-12 .Apart-Title::after
{
    position: relative;
    content: '';
    width: 100%;
    max-width: 400px;
    height: 2px;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    background-color: rgb(24, 86, 179);
}


footer#footer #privacy a
{
    text-decoration: none;
    color: #fff;
    font-family: Poppins-SemiBold;
    display: block;
    float: left;
    width: fit-content;
}
@media screen and (max-width : 449px) {
    footer#footer #privacy a
{
    font-size: 12px;
}
}
 section#regulations li::marker
{
    font-family: Poppins-SemiBold;
}
 section#regulations ol ol
{
    list-style-type:lower-latin;

}
@counter-style custom-ordered {
    system: fixed;
    symbols: 'a' 'b' 'c' 'd' 'e' 'f' 'g' 'h' 'i' 'j';
    suffix: ') '; 
  }


 section#regulations ol ol ol 
{
    list-style-type: custom-ordered;
}

 section#regulations li
{
    margin: 10px 0px 10px 0px;
}
 section#regulations .bold-text
{
    margin: 20px 0px 10px 0px;
    font-weight: 500;
    font-size: calc(1.3rem + .6vw);
    line-height: 1.2;  
    
}


 section#regulations
{
    font-family: Poppins-Regular;
    margin-top: 15px;
}

section#gallery-big .gallery-grid
{
    grid-template-areas: 
            "card-1 card-1 card-2 card-4 card-25"
            "card-1 card-1 card-3 card-4 card-25"
            "card-24 card-6 card-7 card-8 card-5"
            "card-30 card-30 card-7 card-9 card-10"
            "card-11 card-26 card-12 card-13 card-13"
            "card-14 card-29 card-15 card-13 card-13"
            "card-16 card-16 card-27 card-17 card-18"
            "card-19 card-19 card-27 card-20 card-18"
            "card-23 card-22 card-21 card-21 card-28"
            "card-23 card-22 card-21 card-21 card-28";
    margin: 20px 10px 20px 10px;
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-rows: repeat(8, 350px);
}
#image-screen .image-screen-image
{
    width: 70vw;
    position: relative;
    max-height: 630px;
    object-fit: cover;
}
.image-screen-image
{
    box-shadow: 0px 0px 7px black;
}


@media (max-width: 1150px) {
    section#gallery-big .gallery-grid
    {
        grid-template-areas: 
            "card-1 card-1 card-5 "
            "card-1 card-1 card-6"
            "card-25 card-2 card-7"
            "card-25 card-3 card-7"
            "card-30 card-30 card-19"
            "card-30 card-30 card-19"
            "card-8 card-28 card-28"
            "card-10 card-11 card-11"
            "card-12 card-9 card-14"
            "card-15 card-15 card-16"
            "card-22 card-23 card-16"
            "card-22 card-23 card-13"
            "card-21 card-18 card-18"
            "card-20 card-26 card-26"
            "card-4 card-29 card-29"
            "card-4 card-29 card-29"
            "card-24 card-24 card-27"
            "card-17 card-17 card-27"
            ;
    }

    #image-screen .image-screen-image{
        width: 90vw;
        height: 60vw;
    }
}
@media (max-width: 750px) {
    section#gallery-big .gallery-grid
    {
        grid-template-areas: 
        "card-1"
        "card-26"
        "card-2"
        "card-3"
        "card-4"
        "card-28"
        "card-5"
        "card-6"
        "card-21"
        "card-7"
        "card-25"
        "card-8"
        "card-9"
        "card-10"
        "card-11"
        "card-12"
        "card-13"
        "card-14"
        "card-30"
        "card-15"
        "card-23"
        "card-16"
        "card-29"
        "card-17"
        "card-18"
        "card-19"
        "card-20"
        "card-22"
        "card-24"
        "card-27"
        ;
    }
    
}

#arrow-right
{
    right: 0;
    top: 0;
}
#arrow-right div
{
    background-image: url("../img/icon/arrow-right-slider.png");
}

#arrow-left div,#arrow-right div
{
    filter: invert(100%);
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1001;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
    transform: translate(-50% , -50%);
    opacity: 1;
}
#arrow-left,#arrow-right
{
    position: absolute;
    z-index: 1002;
    height: 100%;
    width: 70px;
    background-color: rgba(39, 35, 35, 0.5); 
}


#arrow-left
{
    left: 0;
    top: 0;  
}
#arrow-left div
{
    background-image: url("../img/icon/arrow-left-slider.png");
}



#cancel
{
    filter: invert(100%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: #00ffff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%, 0);
    background-image: url("../img/icon/close.png");
    z-index: 1010;
    background-repeat: no-repeat;
    background-size:contain;
    background-position: center;
}
#image-screen-close
{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgb(94 94 94 / 78%);
    transition: display 0.5;
    z-index: 1000;
}


#image-screen
{
    background-color: #000105;
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50% , -50%);
    z-index: 100;
    width: fit-content;
    height: fit-content;    
}

section#gallery-big .card
{
    box-shadow: 0px 0px 7px #000105;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    background-color: transparent; 
}

section#gallery-big .card:hover img 
{
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
section#gallery-big .card-1
{
    grid-area: card-1;
}

section#gallery-big .card-2
{
    grid-area: card-2;
}

section#gallery-big .card-3
{
    grid-area: card-3;
}

section#gallery-big .card-4
{
    grid-area: card-4;
}

section#gallery-big .card-5
{
    grid-area: card-5;
}

section#gallery-big .card-6
{
    grid-area: card-6;
}

section#gallery-big .card-7
{
    grid-area: card-7;
}

section#gallery-big .card-8
{
    grid-area: card-8;
}

section#gallery-big .card-9
{
    grid-area: card-9;
}

section#gallery-big .card-10
{
    grid-area: card-10;
}

section#gallery-big .card-11
{
    grid-area: card-11;
}

section#gallery-big .card-12
{
    grid-area: card-12;
}

section#gallery-big .card-13
{
    grid-area: card-13;
}

section#gallery-big .card-14
{
    grid-area: card-14;
}

section#gallery-big .card-15
{
    grid-area: card-15;
}

section#gallery-big .card-16
{
    grid-area: card-16;
}

section#gallery-big .card-17
{
    grid-area: card-17;
}

section#gallery-big .card-18
{
    grid-area: card-18;
}

section#gallery-big .card-19
{
    grid-area: card-19;
}

section#gallery-big .card-20
{
    grid-area: card-20;
}
section#gallery-big .card-21
{
    grid-area: card-21;
}
section#gallery-big .card-22
{
    grid-area: card-22;
}
section#gallery-big .card-23
{
    grid-area: card-23;
}
section#gallery-big .card-24
{
    grid-area: card-24;
}
section#gallery-big .card-25
{
    grid-area: card-25;
}
section#gallery-big .card-26
{
    grid-area: card-26;
}
section#gallery-big .card-27
{
    grid-area: card-27;
}
section#gallery-big .card-28
{
    grid-area: card-28;
}
section#gallery-big .card-29
{
    grid-area: card-29;
}
section#gallery-big .card-30
{
    grid-area: card-30;
}
section#gallery-big .card img
{
    transition: .6s;
    height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}


.sliderImg
{
    width: 100%;
    height: 300px;
    object-fit: cover;
}


.image-fit
{
    object-fit: cover;
}
.bt
{
    overflow-y: hidden;
    height: 100%;
    border-radius: 5%;
    box-shadow: 0px 0px 7px #006d31;
}
.separator
{
    background-color: #1584da;
    height: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.nmb
{
    margin-bottom: 0px;
}
.nmt
{
    margin-top: 0px;
}
.scroll
{
    position: relative;
    padding: 30px 0;
    text-shadow: 2px 2px 18px #2b69a3;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-position-y: -400px;
    background-image: url(../img/sections/gallery/18.jpg);
    color: #fff;
    height: 300px;
    background-attachment: fixed;
    box-sizing: border-box;
    width: 100%;
}
.forest
{
    background-position-y: -300px;
    background-image: url(../img/sections/near/jezioro.jpg);
}
@media (max-width: 991px) {
    .scroll
    {
        background-position-y: center;
        background-attachment: scroll;
    }
}
@media (max-width: 767px) {
    .image-center
    {
        max-width: 70vw;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 450px) {
    .image-center
    {
        max-width: 90vw;
        margin-left: auto;
        margin-right: auto;
    }
}
section#surroundings .gallery-div
{
    margin-bottom: 15px;
}
section#surroundings .gallery-div #gallery-button
{
    background-color: #006d31;
}
mt
{
    font-size: 20px;
}

#carouselControls,#carouselControls2,#carouselControls3
{
    max-width: 600px;
}
.sliderImg
{
    max-height: 500px;
    overflow-y: hidden;
}
.slide
{
    position: relative;
    left: 50%;
    top:50%;
    transform: translate(-50% , -50%);
}
.carousel-control-next, .carousel-control-prev
{
    height: calc(100% - 78px);
}
.Apart-Title
{
    margin-top: 15px;
    line-height: 0.8;
    width: 100%;
    text-align: center;
    font-size: 35px;
    font-family: Poppins-Bold;
    margin-bottom: 25px;
    margin-top: 15px;
}
section#apartment h2
{
    color: #1584da;
    font-family: Poppins-SemiBold;
}
section#apartment .apart-description-part-text
{
    font-family: Poppins-Medium;
    font-size: 16px;
}
section#apartment .container-fluid
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.apart-description-part-image
{
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
    background-repeat: no-repeat;
    background-size: cover; 
    margin-bottom: auto;
}
.price
{
    background-image: url(../img/icon/cena.png);
}
.people
{
    background-image: url(../img/icon/ilosc.png);
}
.area
{
    background-image: url(../img/icon/powierzchnia.png);
}
.info
{
    background-image: url(../img/icon/informacje.png);
}


.clear-ul li
{
    list-style: none;
}
.apart-description-list
{
    padding: 0;
    width: 100%;
    position: relative;
}
.apart-description-part-text
{
    float: left;
    width: calc(100% - 100px);
}
li.apart-description
{
    margin-bottom: 15px;
    float: left;
    list-style: none;
    position: relative;
    width: 100%;
}
.gallery-div
{
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

#gallery-button
{
    background-color: #1584da;
    margin-top: 10px;
    text-decoration: none;
}


section#apartment,section#surroundings,section#near
{
    font-family: Poppins-SemiBold;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



body #navbar {
    z-index: 100;
    width: 100%;
    position: relative;
    background: #fff;
    max-height: none
}

body #navbar .logo {
    margin: 7px 0;
    width: 200px;
    height: 83px;
    background-image: url("/src/img/logo/logo-horizontal-2.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}
@media (max-width: 1399px) and (min-width:1199px )
{
body #navbar .logo {
    width: 9vw;
    position: relative;
    margin-right: 10px;
    display: block;
    height: 81px;
}
.container
{
     max-width:1000px !important;   
}
}
body #navbar .nav-item .nav-link {
    color: #141414 !important
}

body #navbar .nav-item::after {
    background-color: rgba(20, 20, 20, 0.7) !important
}

body #navbar #navbarNavDropdown {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

body #navbar #navbarNavDropdown .nav-item {
    position: relative
}

body #navbar #navbarNavDropdown .nav-item .nav-link {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 7px 20px;
    position: relative;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 7px 20px;
    top: 50%;
    transform: translate(0px, -50%);
}

@media (max-width: 991px) {
    body #navbar #navbarNavDropdown .nav-item .nav-link {
        color: #141414 !important
    }
}

body #navbar #navbarNavDropdown .nav-item .nav-link:hover {
    opacity: .8
}

@media (min-width: 992px) {
    body #navbar #navbarNavDropdown .nav-item::after {
        position: absolute;
        top: calc(50% - 5px);
        content: '';
        right: 0;
        height: 10px;
        width: 1px;
        background-color: #fff
    }

    body #navbar #navbarNavDropdown .nav-item:last-child::after {
        display: none
    }
}

body #navbar.bg {
    z-index: 100;
    width: 100%;
    position: relative;
    background: #fff;
    max-height: none
}

body #navbar.bg .logo {
    margin: 7px 0;
    width: 200px;
    height: 83px;
    background-image: url("/src/img/logo/logo-horizontal-2.png");
    background-size: contain;
    background-repeat: no-repeat
}

body #navbar.bg .nav-item .nav-link {
    color: #141414 !important
}

body #navbar.bg .nav-item::after {
    background-color: rgba(20, 20, 20, 0.7) !important
}

body #navbar.bg #navbarNavDropdown {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

body #navbar.bg #navbarNavDropdown .nav-item {
    position: relative
}

body #navbar.bg #navbarNavDropdown .nav-item .nav-link {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 7px 20px;
    position: relative;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 7px 20px;
    top: 50%;
    transform: translate(0px, -50%);
}

@media (max-width: 991px) {
    body #navbar.bg #navbarNavDropdown .nav-item .nav-link {
        color: #141414 !important
    }
}

body #navbar.bg #navbarNavDropdown .nav-item .nav-link:hover {
    opacity: .8
}

@media (min-width: 992px) {
    body #navbar.bg #navbarNavDropdown .nav-item::after {
        position: absolute;
        top: calc(50% - 5px);
        content: '';
        right: 0;
        height: 10px;
        width: 1px;
        background-color: #fff
    }

    body #navbar.bg #navbarNavDropdown .nav-item:last-child::after {
        display: none
    }
}

@media (min-width: 992px) {
    body[page="homepage"] #navbar {
        z-index: 100;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        padding: 0;
        width: 100%;
        max-height: 83px;
        background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(85%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.1) 85%, rgba(0, 0, 0, 0) 100%)
    }

    body[page="homepage"] #navbar .logo {
        background-image: url("/src/img/logo/logo-horizontal.png");
        background-size: contain;
        background-repeat: no-repeat;
        width: 231px;
        height: 63px
    }

    body[page="homepage"] #navbar .nav-item .nav-link {
        color: #fff !important
    }

    body[page="homepage"] #navbar .nav-item::after {
        background-color: #fff !important
    }

    body[page="homepage"] #navbar #navbarNavDropdown {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item {
        position: relative
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link {
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 7px 20px;
        top: 50%;
        position: relative;
        transform: translate(0px, -50%);
    }
}

@media (min-width: 992px) and (max-width: 991px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link {
        color: #141414 !important
    }
}

@media (min-width: 992px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link:hover {
        opacity: .8
    }
}

@media (min-width: 992px) and (min-width: 992px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item::after {
        position: absolute;
        top: calc(50% - 5px);
        content: '';
        right: 0;
        height: 10px;
        width: 1px;
        background-color: #fff
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item:last-child::after {
        display: none
    }
}

@media (max-width: 991px) {
    body[page="homepage"] #navbar {
        z-index: 100;
        width: 100%;
        position: relative;
        background: #fff;
        max-height: none
    }

    body[page="homepage"] #navbar .logo {
        margin: 7px 0;
        width: 200px;
        height: 83px;
        background-image: url("/src/img/logo/logo-horizontal-2.png");
        background-size: contain;
        background-repeat: no-repeat
    }

    body[page="homepage"] #navbar .nav-item .nav-link {
        color: #141414 !important
    }

    body[page="homepage"] #navbar .nav-item::after {
        background-color: rgba(20, 20, 20, 0.7) !important
    }

    body[page="homepage"] #navbar #navbarNavDropdown {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item {
        position: relative
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link {
        font-family: Poppins-SemiBold;
        font-size: 16px;
        padding: 7px 20px
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link {
        color: #141414 !important
    }
}

@media (max-width: 991px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item .nav-link:hover {
        opacity: .8
    }
}

@media (max-width: 991px) and (min-width: 992px) {
    body[page="homepage"] #navbar #navbarNavDropdown .nav-item::after {
        position: absolute;
        top: calc(50% - 5px);
        content: '';
        right: 0;
        height: 10px;
        width: 1px;
        background-color: #fff
    }

    body[page="homepage"] #navbar #navbarNavDropdown .nav-item:last-child::after {
        display: none
    }
}

body[page="homepage"] #navbar.bg {
    z-index: 100;
    width: 100%;
    position: relative;
    background: #fff;
    max-height: none;
    position: fixed !important
}

body[page="homepage"] #navbar.bg .logo {
    margin: 7px 0;
    width: 200px;
    height: 83px;
    background-image: url("/src/img/logo/logo-horizontal-2.png");
    background-size: contain;
    background-repeat: no-repeat
}

body[page="homepage"] #navbar.bg .nav-item .nav-link {
    color: #141414 !important
}

body[page="homepage"] #navbar.bg .nav-item::after {
    background-color: rgba(20, 20, 20, 0.7) !important
}

body[page="homepage"] #navbar.bg #navbarNavDropdown {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item {
    position: relative
}

body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item .nav-link {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 7px 20px;
    top: 50%;
    position: relative;
    transform: translate(0px, -50%);
    
}

@media (max-width: 991px) {
    body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item .nav-link {
        color: #141414 !important
    }
}

body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item .nav-link:hover {
    opacity: .8
}

@media (min-width: 992px) {
    body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item::after {
        position: absolute;
        top: calc(50% - 5px);
        content: '';
        right: 0;
        height: 10px;
        width: 1px;
        background-color: #fff
    }

    body[page="homepage"] #navbar.bg #navbarNavDropdown .nav-item:last-child::after {
        display: none
    }
}

footer#footer {
    position: relative;
    padding: 30px 0;
    background-image: url("/src/img//sections/krajobraz.png");
    background-position: center;
    background-size: cover
}

footer#footer .info-wrapper {
    position: relative;
    margin: 40px auto 40px
}





footer#footer .info-wrapper ul {
    position: relative;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width: 1200px) {
    footer#footer .info-wrapper ul {
        display: block
    }
}

footer#footer .info-wrapper ul li {
    position: relative;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #fff;
    padding: 10px 0
}

@media (min-width: 1201px) {
    footer#footer .info-wrapper ul li {
        margin-left: 80px;
        display: block
    }
}

footer#footer .info-wrapper ul li a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

footer#footer .info-wrapper ul li a:hover {
    opacity: .6
}

footer#footer .info-wrapper ul li.marker::before,
footer#footer .info-wrapper ul li.phone::before,
footer#footer .info-wrapper ul li.email::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: -30px;
    top: 8px
}

footer#footer .info-wrapper ul li.marker::before {
    content: url("/src/img/icon/marker-icon.png")
}

footer#footer .info-wrapper ul li.phone::before {
    content: url("/src/img/icon/phone-icon.png")
}

footer#footer .info-wrapper ul li.email::before {
    top: 13px;
    content: url("/src/img/icon/email-icon.png")
}

footer#footer .info-wrapper::after {
    position: relative;
    content: '';
    width: 100%;
    max-width: 400px;
    height: 2px;
    left: 0;
    bottom: -20px;
    margin: 0 auto;
    background-color: #fff
}

footer#footer #copyrights {
    font-family: Poppins-Medium;
    font-size: 14px;
    color: #fff
}

footer#footer #copyrights b {
    font-family: Poppins-SemiBold
}

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

@media (max-width: 575px) {
    section#offers .menu-wrapper {
        overflow: hidden
    }
}

section#offers .menu-wrapper ul {
    background-color: #006d31;
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none
}

@media (min-width: 576px) and (max-width: 767px) {
    section#offers .menu-wrapper ul {
        display: -ms-grid;
        display: grid;
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width: 575px) {
    section#offers .menu-wrapper ul {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1;
        grid-template-columns: 1
    }

    section#offers .menu-wrapper ul li {
        padding: 0 !important;
        width: 50% !important;
        margin: 0 auto !important
    }
}

section#offers .menu-wrapper ul li {
    display: inline-block
}

section#offers .menu-wrapper ul li button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #fff;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 20px 10px;
    padding-left: 55px;
    height: 100%;
    width: 100%
}

@media (max-width: 767px) {
    section#offers .menu-wrapper ul li button {
        margin: 0 auto
    }
}

section#offers .menu-wrapper ul li button::before {
    position: absolute;
    left: 10px
}

section#offers .menu-wrapper ul li button.icon-apartment::before {
    content: url("/src/img/icon/apartment-icon.png")
}

section#offers .menu-wrapper ul li button.icon-fish::before {
    content: url("/src/img/icon/fish-icon.png")
}

section#offers .menu-wrapper ul li button.icon-boat::before {
    content: url("/src/img/icon/boat-icon.png")
}

section#offers .menu-wrapper ul li button.icon-mushroom::before {
    content: url("/src/img/icon/mushroom-icon.png")
}

section#offers .menu-wrapper ul li button.icon-bike::before {
    content: url("/src/img/icon/bike-icon.png")
}

section#offers .menu-wrapper ul li button.icon-kayak::before {
    content: url("/src/img/icon/kayak-icon.png")
}

section#offers .menu-wrapper ul li button:hover {
    background-color: #fff;
    color: #006d31
}

section#offers .menu-wrapper ul li button:hover::before {
    -webkit-filter: invert(85%) sepia(41%) saturate(5668%) hue-rotate(147deg) brightness(85%) contrast(107%);
    filter: invert(85%) sepia(41%) saturate(5668%) hue-rotate(147deg) brightness(85%) contrast(107%)
}

section#offers .menu-wrapper ul li button.active {
    background-color: #fff;
    color: #006d31
}

section#offers .menu-wrapper ul li button.active::before {
    -webkit-filter: invert(85%) sepia(41%) saturate(5668%) hue-rotate(147deg) brightness(85%) contrast(107%);
    filter: invert(85%) sepia(41%) saturate(5668%) hue-rotate(147deg) brightness(85%) contrast(107%)
}

@media (max-width: 575px) {
    section#offers .tabs-wrapper {
        overflow: hidden
    }
}

section#offers .tabs-wrapper .tab {
    display: none
}

section#offers .tabs-wrapper .tab .tab-title {
    background-color: #006d31;
    position: relative;
    text-align: center;
    font-family: Poppins-Bold;
    font-size: 32px;
    color: #006d31;
    background-color: #fff
}

section#offers .tabs-wrapper .tab .tab-title h2 {
    position: relative;
    margin: 25px auto
}

section#offers .tabs-wrapper .tab .tab-title::before,
section#offers .tabs-wrapper .tab .tab-title::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 141px;
    top: 0;
    background-color: #006d31
}

@media (min-width: 992px) and (max-width: 1199px) {

    section#offers .tabs-wrapper .tab .tab-title::before,
    section#offers .tabs-wrapper .tab .tab-title::after {
        width: 51px
    }
}

@media (max-width: 991px) {

    section#offers .tabs-wrapper .tab .tab-title::before,
    section#offers .tabs-wrapper .tab .tab-title::after {
        display: none
    }
}

section#offers .tabs-wrapper .tab .tab-title::before {
    left: 0
}

section#offers .tabs-wrapper .tab .tab-title::after {
    right: 0
}

section#offers .tabs-wrapper .tab .tab-desc {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #363636
}

section#offers .tabs-wrapper .tab .tab-desc p {
    text-align: center;
    margin: 40px auto
}

@media (max-width: 991px) {
    section#offers .tabs-wrapper .tab .tab-desc p {
        padding: 0 15px
    }
}

@media (min-width: 992px) {
    section#offers .tabs-wrapper .tab .tab-desc {
        padding: 0 10rem
    }
}

section#offers .tabs-wrapper .tab .tab-img-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 300px
}

section#offers .tabs-wrapper .tab .tab-img-wrapper a {
    position: absolute;
    top: -2px;
    padding: 10px 25px;
    background-color: #fff;
    text-align: center;
    font-family: Poppins-Bold;
    font-size: 20px;
    color: #006d31
}

section#offers .tabs-wrapper .tab .tab-img-wrapper a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -28px;
    width: 100%;
    height: 30px;
    background-color: #fff;
    -webkit-clip-path: polygon(100% 0, 100% 70%, 50% 15%, 0 70%, 0 0);
    clip-path: polygon(100% 0, 100% 70%, 50% 15%, 0 70%, 0 0)
}

section#offers .tabs-wrapper .tab .tab-img-wrapper a:hover {
    opacity: 1;
    color: rgba(0, 109, 49, 0.6)
}

section#offers .tabs-wrapper .tab .tab-img-wrapper img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

section#offers .tabs-wrapper .tab.active {
    display: block
}

section#map #g-map {
    height: 400px
}

section#map #g-map .gm-ui-hover-effect {
    display: none !important
}

section#map #g-map .gm-style-iw-d {
    overflow: hidden !important
}

section#map #g-map .gm-style-iw-t {
    top: 80px
}

section#map #g-map .gm-style-iw-t::after {
    top: -58px;
    background-color: #1584da;
    z-index: 9
}

section#map #g-map .gm-style-iw-t .gm-style-iw-c {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-family: Poppins-SemiBold;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px;
    color: #fff !important;
    background-color: #1584da;
    padding: 7px 20px !important;
    border-radius: 0px !important;
    border: 1px solid #1584da;
    z-index: 10
}

section#map #g-map .gm-style-iw-t .gm-style-iw-c h3 {
    margin: 5px auto
}

section#gallery {
    padding: 20px 0;
    background-color: #f2ebd3;
    overflow: hidden
}

section#gallery .gallery-grid {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-flex-line-pack: center;
    align-content: center;
    justify-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section#gallery .gallery-grid .card {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0;
    border: none;
    background-color: transparent
}

section#gallery .gallery-grid .card img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 1833px) {
    section#gallery .gallery-grid {
        -ms-grid-columns: (280px)[6];
        grid-template-columns: repeat(6, 280px);
        grid-template-areas: "card-1 card-3 card-3 card-4 card-5 card-6""card-2 card-3 card-3 card-7 card-7 card-8"
    }
}

@media (min-width: 992px) and (max-width: 1832px) {
    section#gallery .gallery-grid {
        -ms-grid-columns: (280px)[3];
        grid-template-columns: repeat(3, 280px);
        grid-template-areas: "card-1 card-3 card-3""card-2 card-3 card-3""card-4 card-5 card-6""card-7 card-7 card-8"
    }
}

@media (min-width: 615px) and (max-width: 991px) {
    section#gallery .gallery-grid {
        -ms-grid-columns: (1f)[2];
        grid-template-columns: repeat(2, 1f);
        grid-template-areas: "card-1 card-2""card-3 card-3""card-3 card-3""card-4 card-5""card-6 card-8""card-7 card-7"
    }
}

@media (max-width: 614px) {
    section#gallery .gallery-grid {
        grid-template-areas: "card-1""card-2""card-3""card-4""card-5""card-6""card-8""card-7"
    }
}

section#gallery .gallery-grid .card-1 {
    grid-area: card-1
}

section#gallery .gallery-grid .card-2 {
    grid-area: card-2
}

section#gallery .gallery-grid .card-3 {
    grid-area: card-3
}

section#gallery .gallery-grid .card-4 {
    grid-area: card-4
}

section#gallery .gallery-grid .card-5 {
    grid-area: card-5
}

section#gallery .gallery-grid .card-6 {
    grid-area: card-6
}

section#gallery .gallery-grid .card-7 {
    grid-area: card-7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
    font-family: Poppins-Bold;
    font-size: 32px;
    color: #006d31
}

section#gallery .gallery-grid .card-7 a {
    margin-top: 30px
}

section#gallery .gallery-grid .card-8 {
    grid-area: card-8
}

a {
    text-align: center
}

a.more {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 8px 20px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    background-color: #006d31
}

a.goto {
    display: inline-block;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    padding: 10px 20px 10px 30px;
    text-decoration: none;
    color: #fff;
    background-color: #006d31
}

a.goto::after {
    position: relative;
    content: url("/src/img/icon/arrow-right.png");
    margin-left: 15px
}

a:hover {
    opacity: .6
}

#page-title {
    background-color: #1584da;
    text-align: center
}

#page-title h1 {
    font-family: Poppins-Bold;
    font-size: 36px;
    color: #fff;
    margin: 30px auto
}

body[page="homepage"] #header {
    position: relative;
    background-image: url("/src/img//sections/apartamenty-w-charzykowach.jpg");
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 700px
}

body[page="homepage"] #header .title-wrapper {
    position: absolute;
    left: 0;
    bottom: 140px;
    width: 100%;
    text-align: center
}

body[page="homepage"] #header .title-wrapper h1 {
    font-family: GreatVibes-Regular;
    font-size: 4rem;
    color: #fff
}

body[page="homepage"] #header .title-wrapper h4 {
    position: relative;
    font-family: Poppins-Regular;
    font-size: 25px;
    color: #fff
}

body[page="homepage"] #header .title-wrapper h4::after {
    position: absolute;
    width: 100%;
    left: 0;
    content: url("/src/img/icon/arrow-down.png");
    bottom: -60px
}

body[page="homepage"] #about {
    padding: 30px
}

body[page="homepage"] #about h2 {
    font-family: Poppins-Bold;
    font-size: 32px;
    color: #006d31;
    margin-bottom: 30px
}

body[page="homepage"] #about p {
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #363636
}

body[page="homepage"] #about a {
    margin-top: 30px
}

@media screen and (max-height : 670px) {
    #contact-div
    {
        display: flex;
    }
    #contact-div .contact-row
    {
        margin-left: 10px;
    }
    .force
    {
        width: 90%;
    }
}

.contact-row a
{
    font-weight: bolder;

}
.gm-style .gm-style-iw-c, .gm-style .gm-style-iw
{
    overflow: inherit;
}
#arrow
{
    width: 78px;
    height: 21px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -100px;
    background-image: url(../img/icon/strzalka.png);
    transform: rotate(42deg);
    left: -49px;
}
#dot1
{
    width: 126px;
    height: 5px;
    position: absolute;
    top: -99px;
    left: -32px;
    transform: rotate(52deg);
}
#dot2
{
    width: 50px;
    height: 5px;
    position: absolute;
    top: -133px;
    left: -48px;
    transform: rotate(321deg);
}
.dot
{
    background-image: url(../img/icon/dot.png);
    background-position: center;
    background-size: contain;
}
#cover
{
    width: 33px;
    height: 33px;
    background-color: #ffffff;
    top: -111px;
    left: 3px;
    position: absolute;
    border-radius: 50%;
    border: 11px solid #e01212;
    z-index: 3;
}
section#traveldetails img.map {
    /* width: 100%; */
    height: 330px;
    object-fit: contain;
}

section#traveldetails .flexi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

section#traveldetails .about {
    width: 100%;
}

section#traveldetails .desc {text-align: center;font-family: 'Poppins-Medium';font-size: 17px;color: #7c6c6c;}

section#traveldetails .title {
    font-family: 'Poppins-Bold';
    font-size: 25px;
    margin-bottom: 20px;
}

bl {
    color: black;
}

@media (max-width:905px) {
    
section#traveldetails .flexi 
{
    flex-direction: column-reverse;
}
section#traveldetails img.map
{
    max-width: 100%;
    max-height: 342px;
    height: auto;
    margin-top: 30px;
    margin-left: auto;
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    border: 2px solid #1584da;
}
section#traveldetails .about 
{
    margin-top: 30px;
}
}
/*# sourceMappingURL=index.min.css.map */