@charset "utf-8";
/* CSS Document */

/* ===================== BASE ===================== */
body {
    background-color: #1D1E24;
    color: #FFF;
}

h2 {
    font-weight: bolder;
}

h2.vamp-big-letters {
    display: block;
    font-size: clamp(3rem, 8.5vw, 12rem);
    font-weight: 900;
    text-transform: uppercase;
    line-height: 0.9em;
    margin: 0.5em 0;
    width: 100%;
}

/* ===================== HERO ===================== */
div.vamp-hero {
    height: 1000px;
    background: lightblue url("../images/bkg_hero_mobile_01.jpg") no-repeat center 60%;
    background-size: cover;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

div.vamp-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

div.vamp-hero > * {
    position: relative;
    z-index: 1;
}

/* Target only the logo, not all hero images */
div.vamp-hero h1 img {
    margin-bottom: 55px;
}

.icon-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50px;
    padding: 12px 24px;
    display: inline-flex;
    gap: 20px;
}

a.vamp-hero-link {
    font-weight: 700;
    color: #FFF;
    text-decoration: none;
}

a.vamp-hero-link:hover {
    text-decoration: underline;
}

/* Hero — Mobile */
@media (max-width: 767px) {
    div.vamp-hero {
        background-image: url("../images/bkg_hero_mobile_01.jpg");
        background-position: center 60%;
        justify-content: flex-start;
        padding-top: 3em;
        height: 700px;
    }
}

/* Hero — Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    div.vamp-hero {
        background-image: url("../images/bkg_hero_tablet_01.jpg");
        background-position: center center;
        height: 850px;
    }
}

/* Hero — Desktop */
@media (min-width: 1200px) {
    div.vamp-hero {
        background-image: url("../images/bkg_hero_01.jpg");
        background-position: center center;
        height: 1000px;
    }
}

/* ===================== ABOUT ===================== */
div.vamp-about {
    background: lightblue url("../images/pic_about_mobile_01.jpg") no-repeat center;
    background-size: cover;
    padding: 2em 1em;
    position: relative;
}

div.vamp-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

div.vamp-about > * {
    position: relative;
    z-index: 1;
}

div.vamp-location {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 1.5em 2em;
    margin-top: 0.5em;
    display: inline-block;
}

ul.about-services {
    list-style: none;
    padding: 0 12px;
}

ul.about-services li {
    padding: 24px 64px;
    font-weight: bolder;
    white-space: nowrap;
}

ul.about-services li.about-paddle-boards {
    background: url("../images/ico-paddleboard-01.svg") no-repeat 0 12px;
}

ul.about-services li.about-jet-skiis {
    background: url("../images/ico-jetski-01.svg") no-repeat 0 12px;
}

ul.about-services li.about-swimming {
    background: url("../images/ico-swimming-01.svg") no-repeat 0 12px;
}

ul.about-services li.about-refreshments {
    background: url("../images/ico-refresh-01.svg") no-repeat 0 12px;
}

ul.about-services li.about-custom {
    background: url("../images/ico-mountains-01.svg") no-repeat 0 12px;
}

/* About — Mobile */
@media (max-width: 767px) {
    div.vamp-about {
        background-image: url("../images/pic_about_mobile_01.jpg");
        background-position: center center;
        padding: 2em 1em;
    }

    div.vamp-about .col-md-6 {
        margin-bottom: 2em;
    }

    div.vamp-about h2 {
        font-size: 1.4em;
    }

    div.vamp-location {
        display: block;
        width: 100%;
    }
}

/* About — Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    div.vamp-about {
        background-image: url("../images/pic_about_tablet_01.jpg");
        background-position: center center;
        padding: 3em 2em;
    }

    div.vamp-about h2 {
        font-size: 1.6em;
    }

    div.vamp-location {
        display: inline-block;
    }
}

/* About — Desktop */
@media (min-width: 1200px) {
    div.vamp-about {
        background-image: url("../images/pic_about_01.jpg");
        background-position: center center;
        padding: 4em;
    }

    div.vamp-about h2 {
        font-size: 1.8em;
    }

    div.vamp-location {
        display: inline-block;
    }
}

/* ===================== PROPOSITIONS ===================== */
div.vamp-propositions {
    padding: 1em 1em 4em 1em;
}

/* ===================== PACKAGES ===================== */
div.vamp-packages-container {
    background: lightblue url("../images/pic_packages_mobile_01.jpg") no-repeat center;
    background-size: cover;
    padding: 3em 0 6em 0;
    position: relative;
}

div.vamp-packages-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

div.vamp-packages-container > * {
    position: relative;
    z-index: 1;
}

div.vamp-packages {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 2em;
    margin: 1.5em 0;
}

div.vamp-packages-details h3,
div.vamp-packages-details h4 {
    font-weight: 900;
}

/* Packages — Mobile */
@media (max-width: 767px) {
    div.vamp-packages-container {
        background-image: url("../images/pic_packages_mobile_01.jpg");
        background-position: center center;
        padding: 2em 0 5em 0;
    }

    div.vamp-packages {
        background-color: rgba(0, 0, 0, 0.35);
        padding: 1.5em;
        margin: 1em 0;
    }

    div.vamp-packages-details {
        padding: 1em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        border-right: none;
    }

    div.vamp-packages-description {
        padding: 1em;
    }

    div.vamp-packages-details h3 {
        font-size: 1.2em;
    }

    div.vamp-packages-details h4 {
        font-size: 1.1em;
    }
}

/* Packages — Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    div.vamp-packages-container {
        background-image: url("../images/pic_packages_tablet_01.jpg");
        background-position: center center;
        padding: 3em 0 6em 0;
    }

    div.vamp-packages {
        background-color: rgba(0, 0, 0, 0.35);
        padding: 1.5em 2em;
        margin: 1.5em 1em;
    }

    div.vamp-packages-details {
        padding: 1em 1.5em;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    div.vamp-packages-description {
        padding: 1em 1.5em;
    }

    div.vamp-packages-details h3 {
        font-size: 1.3em;
    }

    div.vamp-packages-details h4 {
        font-size: 1.2em;
    }
}

/* Packages — Desktop */
@media (min-width: 1200px) {
    div.vamp-packages-container {
        background-image: url("../images/pic_packages_01.jpg");
        background-position: center center;
        padding: 3em 0 6em 0;
    }

    div.vamp-packages {
        background-color: rgba(0, 0, 0, 0.35);
        padding: 2em 4em;
        margin: 1.5em 0;
    }

    div.vamp-packages-details {
        padding: 1em 2em;
        border-bottom: none;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
    }

    div.vamp-packages-description {
        padding: 1em 2em;
    }

    div.vamp-packages-details h3 {
        font-size: 1.4em;
    }

    div.vamp-packages-details h4 {
        font-size: 1.3em;
    }
}

/* ===================== CTA ===================== */
.vamp-cta-overlap {
    position: relative;
    z-index: 10;
    margin-top: -30px;
    margin-bottom: -30px;
}

a.vamp-bottom-cta {
    display: inline-block;
    background-color: #FFF;
    color: #000;
    border-style: none;
    padding: 1em 2em;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 300;
}

a.vamp-bottom-cta:hover {
    background-color: #f0f0f0;
    color: #000;
}

a.vamp-bottom-cta strong {
    font-weight: 700;
}

/* ===================== FOOTER IMAGE ===================== */


p.vamp-footer-partners-title {
    font-size: 0.7em;
    font-weight: 300;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1em;
    text-align: center;
    width: 100%;
}


div.vamp-footer-image {
    background: lightblue url("../images/pic_footer_mobile_01.jpg") no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    height: 600px;
    padding-top: 60px;
}

div.vamp-footer-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}

div.vamp-footer-image > * {
    position: relative;
    z-index: 1;
}

/* Footer — Mobile */
@media (max-width: 767px) {
    div.vamp-footer-image {
        background-image: url("../images/pic_footer_mobile_01.jpg");
        background-position: center center;
        height: 600px;
    }

    footer.vamp-footer {
        padding: 0 1em 1.5em 1em;
    }

    div.vamp-footer-logo img {
        width: 60%;
    }
}

/* Footer — Tablet */
@media (min-width: 768px) and (max-width: 1199px) {
    div.vamp-footer-image {
        background-image: url("../images/pic_footer_tablet_01.jpg");
        background-position: center center;
        height: 750px;
    }

    footer.vamp-footer {
        padding: 0 2em 1.5em 2em;
    }

    div.vamp-footer-logo img {
        width: 40%;
    }
}

/* Footer — Desktop */
@media (min-width: 1200px) {
    div.vamp-footer-image {
        background-image: url("../images/pic_footer_01.jpg");
        background-position: center center;
        height: 912px;
    }

    footer.vamp-footer {
        padding: 0 0 2em 0;
    }

    div.vamp-footer-logo img {
        width: auto;
    }
}

/* ===================== FOOTER ===================== */
footer.vamp-footer {
    color: #FFF;
    margin-top: 0;
    padding-bottom: 2em;
}

div.vamp-footer-border {
    padding: 1.2em 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 1.5em;
    overflow: hidden;
}

div.vamp-footer-logo {
    margin: 20px auto;
    width: 100%;
    text-align: center;
}

div.vamp-footer-logo img {
    display: block;
    margin: 0 auto;
}

footer a {
    text-decoration: none;
    color: #FFF;
}

footer a:hover {
    text-decoration: underline;
    color: #FFF;
}