/* ABOVE 768  */
@media screen and (min-width: 768px) {
    .Desktop {
        display: block;
    }

    .Mobile {
        display: none;
    }
}

/* ABOVE 1366  */
@media screen and (min-width: 1400px) {
    body {
        font-size: 17px;
        line-height: 23px;
    }

    footer .brochure,
    footer ul li,
    footer .infoWrap,
    footer #button {
        font-size: 15px;
        line-height: 21px;
    }

                footer .brochure{
                    font-size: 17px;
                    line-height: 23px;
                }

    footer .brochure svg,
    footer .brochure svg g,
    footer .brochure svg path,
    footer #button svg {
        width: 12px;
        height: 12px;
    }


}


/* SMALL LAPTOPS  */
@media screen and (min-width: 1279px) and (max-width: 1365px) {
    footer .logoContentWrap {
        width: 48.5%;
        flex-wrap: nowrap;
    }

    footer .logoContentWrap img {
        max-width: 100px;
    }
}


/* IPAD LANDSCAPE CSS */
@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait),
all and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape),
all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape),
all and (device-width: 1180px) and (device-height: 820px) and (orientation: landscape),
all and (device-width: 1194px) and (device-height: 834px) and (orientation: landscape),
all and (device-width: 1080px) and (device-height: 810px) and (orientation: landscape),
screen and (min-width: 1024px) and (max-width: 1279px) {
    .centerBlock {
        padding: 0px 40px;
    }

    footer {
        padding: 40px 0px;
    }

    footer .wrapper:nth-child(1) {
        width: 25%;
    }


    footer .logoContentWrap {
        flex-wrap: wrap;
    }

    footer .logoContentWrap img {
        padding-bottom: 20px;
    }


}



/* IPAD PORTRAIT CSS */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait),
all and (device-width: 820px) and (device-height: 1180px) and (orientation: portrait),
all and (device-width: 834px) and (device-height: 1194px) and (orientation: portrait),
all and (device-width: 810px) and (device-height: 1080px) and (orientation: portrait),
screen and (min-width: 768px) and (max-width: 1023px) {
    .centerBlock {
        padding: 0px 30px;
    }

    /* .videoHolder {
        min-height: 70vh;
    } */

    .heroCaption {
        height: 70vh;
    }

    .gallerySlider {
        height: 42vh;
    }
    footer {
        padding: 40px 0px;
    }

    footer .wrapper:nth-child(1) {
        width: 25%;
    }

    footer .wrapper:nth-child(2) {
        width: 70%;
    }

    footer .wrapper:nth-child(3) {
        width: 100%;
        display: flex;
        align-content: center;
        justify-content: flex-start;
    }

    footer .logoContentWrap {
        flex-wrap: wrap;
    }

    footer .logoContentWrap img {
        padding-bottom: 20px;
    }
}


@media screen and (min-width: 0) and (max-width: 1024px) {
.clipText h3 {
        font-size: 22px;
        font-weight: 500;
    }

    .clipText h2 {
        font-size: 25px;
        font-weight: 500;
    }

}
@media screen and (max-width: 782px){
    html {
        margin-top: 0px !important;
    }
}
/* MOBILES */
@media screen and (min-width: 0) and (max-width: 767px) {
    p {
        padding: 0px 0px 15px 0px;
    }

    section:not(.videoHolder, .gallerySlider, .mapArea, .rightTextArea) {
        width: 100%;
        position: relative;
        padding: 50px 0px;
    }

    .centerBlock,
    .legalPages .centerBlock {
        padding: 0px 20px;
    }


    /* .videoHolder {
        min-height: 70vh;
    } */

    .heroCaption {
        height: 70vh;
    }

    .clipText {
        padding: 60px 30px !important;
    }   .gallerySlider {
          background-color: var(--Green);
          height: 45vh;
          padding-bottom: 40px;
          overflow: hidden;
      }
    
      .swiper-container {
          overflow: visible !important;
      }
    
      .swiper-pagination {
          bottom: -30px !important;
      }
    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .infoArea h1 {
        font-size: 55px;
        line-height: 80px;
    }

    .infoArea h1 sub {
        font-size: 30px;
        line-height: 38px;
        left: 10px;
    }

    .mapArea [data-fancybox="gallerybox"] .zoomIcon {
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 0;
        z-index: 1;
        padding: 10px !important;
        background-color: rgba(255, 255, 255, 0.85);
    }

    .mapArea [data-fancybox="gallerybox"] .zoomIcon img {
        width: 24px !important;
        height: 24px;
        max-width: 24px;
    }

    .rightTextArea p {
        font-size: 22px;
        line-height: 28px;
        position: relative;
        transform: unset;
        padding: 20px 0px;
        right: 0;
    }

    .Desktop {
        display: None;
    }

    .Mobile {
        display: block;
    }

    /* POPUP */
    .infoPopup {
        padding: 20px 10px;
    }

    .infoPopup footer::before {
        content: '';
        width: calc(100% + 40px);
        left: -20px;
    }

    /* footer */
    footer {
        padding: 30px 0px;
    }

    footer ul {
        padding-top: 20px !important;
        padding-bottom: 30px !important;
    }

    .wrapper {
        width: 100% !important;
    }

    .footerArea,
    footer .wrapper:nth-child(1),
    .logoContentWrap {
        flex-direction: column;
    }

    footer .wrapper:nth-child(3) {
        justify-content: flex-start;
    }

    .logoContentWrap {
        margin-bottom: 35px;
    }

    .logoContentWrap img {
        margin-bottom: 20px;
    }

    .cky-consent-container,
    .cky-consent-container .cky-consent-bar {
        border-radius: 0px 0px 0px 0px !important;
    }

    .cky-modal {
        max-width: 85% !important;
        max-height: 90% !important;
    }
    .swiper-slide .caption {
        padding: 5px 15px;
        font-size: 14px;
    }
}

@media screen and (min-width: 0) and (max-width: 480px) {
    .wrapper {
        width: 100% !important;
    }

    .footerArea,
    .wrapper,
    .logoContentWrap {
        flex-direction: column;
    }
    .logoContentWrap img {
        margin-bottom: 15px;
    }
    .gallerySlider{
        height: 40vh;
    }

}


@media (orientation: landscape) and (max-height: 525px) {

    /* .videoHolder {
        min-height: 100vh !important;
    } */
    .clipText {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .heroCaption {
        height: 100vh !important;
    }
    .gallerySlider{
        height: 100vh;
    }
}

/* @media screen and (min-width: 991px){
.fancybox-iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
} */
