.header-splashpage {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.header-splashpage.main-site .pattern {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50%;
    width: 75%;
    height: 65%;
    background: url("/includes/client_public/assets/images/goldspeckles.svg")left/cover no-repeat;
    z-index: 1;
}

.header-splashpage .floral-pattern {
    position: absolute;
    bottom: -5%;
    left: -70%;
    width: 150%;
    height: 50%;
    background: url("/includes/client_public/assets/images/hero_plant_graphic.svg")center/cover no-repeat;
    z-index: 1;
    opacity: 0.6;
    background-size: auto;
}

.cancun_theme .header-splashpage::after,
.caribbean_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/cancun-hr.svg")center/contain repeat-x;
}

.bacalar_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/bacalar-hr.svg")center/contain repeat-x;
}

.chetumal_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/chetumal-hr.svg")center/contain repeat-x;
}

.cozumel_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/cozumel-hr.svg")center/contain repeat-x;
}

.holbox_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: 9px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/holbox-hr.svg")center/contain repeat-x;
}

.isla_mujeres_theme .header-splashpage::after,
.costa_mujeres_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/isla-hr.svg")center/contain repeat-x;
}

.mahahual_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/mahahual-hr.svg")center/contain repeat-x;
}

.maya_kaan_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/kaan-hr.svg")center/contain repeat-x;
}

.carmen_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/pdc-hr.svg")center/contain repeat-x;
}

.puerto_morelos_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/morelos-hr.svg")center/contain repeat-x;
}

.tulum_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/tulum-hr.svg")center/contain repeat-x;
}

.riviera_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/riviera-maya-hr.svg")center/contain repeat-x;
}

.costa_maya_theme .header-splashpage::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 0;
    width: 100%;
    height: 30px;
    background: url("/includes/client_public/assets/images/costa_maya_theme-hr.svg")center/contain repeat-x;
}

.header-splashpage .slider{
    margin-bottom: 0;
}

.header-splashpage .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 4px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.header-splashpage .play-btn i {
    color: white;
    font-size: 22px;
}

.header-splashpage .play-btn .pause {
    display: none;
}

.header-splashpage .controls {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    padding: 0 15px 20px 0;
}

.header-splashpage .controls .dots .slick-dots {
    display: none !important;
    position: relative;
    bottom: auto;
    display: flex;
    flex-direction: column;
    margin: 0;
}

.header-splashpage .arrow-cont .custom-arrow {
    font-size: 28px;
    line-height: 20px;
    color: white;
    cursor: pointer;
}

.header-splashpage .item {
    position: relative;
}

.header-splashpage .item .img-cont {
    position: relative;
}

.header-splashpage .item .img-cont img {
    display: block;
    width: 100%;
}

.header-splashpage .item .img-cont::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 60%;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0) 100%);
    pointer-events: none;
}

.header-splashpage .item .slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 15px 45px;
    z-index: 2;
    width: 80%;
}

@media (max-width: 640px) {
    .header-splashpage .item .slide-content.no-link {
        padding-bottom: 75px;
    }
}
.header-splashpage .item .slide-content .button-cont a.custom-btn {
    padding: 5px 30px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 20px;
}

.header-splashpage .item .slide-content .button-cont a.custom-btn i{
    font-size: 24px;
    line-height: 14px;
}
.header-splashpage .item .slide-content .button-cont a.custom-btn i{
    margin-left: 5px;
    top: 4px;
    position: relative;
}
.header-splashpage .item .slide-content h2,
.header-splashpage .item .slide-content h3,
.header-splashpage .item .slide-content .desc {
    color: white;
}

.header-splashpage .item .slide-content h2 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 800;
    font-size: 32px;
    font-family: proxima-nova,sans-serif;
    letter-spacing: 2px;
    line-height: 37px;
}

.header-splashpage .item .slide-content h3 {
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    margin-bottom: 5px;
    margin-top: 0;
    letter-spacing: 0;
}

.header-splashpage .item .slide-content .desc {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 20px;
}

.header-splashpage .item .slide-content .see-more {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    padding: 6px 32px;
    border: 2px solid white;
}

.header-splashpage .item .slide-content .see-more i {
    font-size: 24px;
    margin-left: 8px;
}

.header-splashpage .item .img-cont video {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    min-width: 100%;
    width: auto;
    height: auto;
    min-height: 100%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s ease-in;
}

.header-splashpage .item .img-cont video.loaded {
    opacity: 1;
}

@media (max-width: 40em) {
    .header-splashpage .item .video-cont.isvimeo,
    .header-splashpage .item .video-cont.notvimeo .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
    }
}

.header-splashpage .item .video-cont.notvimeo .audio-control,
.header-splashpage .item .video-cont .desktop-controls {
    display: none;
}

@media (min-width: 40.063em) {
    .header-splashpage .item .slide-content {
        width: 75%;
    }

    .header-splashpage .item .video-cont.isvimeo .play-btn {
        display: none;
    }
    .header-splashpage .controls {
        padding: 0 15px 40px 0;
    }
    .header-splashpage .item .video-cont .desktop-controls,
    .header-splashpage .item .video-cont.notvimeo .play-btn{
        position: absolute;
        right: 60px;
        bottom: 45px;
        z-index: 1;
        top: auto;
        left: auto;
        transform: initial;
        display: block;
    }


    .header-splashpage .item .video-cont .audio-control,
    .header-splashpage .item .video-cont .play-pause,
    .header-splashpage .item .video-cont.notvimeo .play-btn {
        display: block;
        width: 45px;
        height: 45px;
        border-radius: 100%;
        border: 4px solid white;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1;
    }
    .header-splashpage .item .video-cont .audio-control{
        margin-top: 10px;
    }
    .header-splashpage .item .video-cont .audio-control i,
    .header-splashpage .item .video-cont .play-pause i {
        display: none;
        color: white;
        font-size: 18px;
    }

    .header-splashpage .item .video-cont .audio-control i.active,
    .header-splashpage .item .video-cont .play-pause i.active {
        display: block;
    }

    .header-splashpage .item .floral-pattern,
    .header-splashpage .item .pattern {
        background-size: contain;
    }

    .header-splashpage .item .pattern {
        left: -15%;
    }
}

@media (min-width: 64.063em) {
    .header-splashpage {
        margin-bottom: 35px;
    }

    .header-splashpage::after {
        bottom: 0 !important;
        transform: translateY(50%);
    }
    
    .header-splashpage .item .slide-content {
        padding: 0 0 45px 50px;
        width: 45%;
        min-width: 600px;
    }

    .header-splashpage .item .video-cont .desktop-controls,
    .header-splashpage .item .video-cont.notvimeo .play-btn{
        right: 110px;
    }

    .header-splashpage .controls {
        padding: 0 50px 40px 0;
    }

    .header-splashpage .controls .dots .slick-dots {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }

    .header-splashpage .controls .dots .slick-dots li {
        margin: 0 0 20px;
        width: auto;
        height: 30px;
    }

    .header-splashpage .controls .dots .slick-dots li button:before {
        display: none;
    }

    .header-splashpage .controls .dots .slick-dots li.slick-active button {
        width: 28px;
        height: 28px;
    }

    .header-splashpage .controls .dots .slick-dots li.slick-active button:before {
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -43%);
        opacity: 1;
        font-size: 13px;
        color: white;
    }

    .header-splashpage .controls .dots .slick-dots li button {
        width: 8px;
        height: 8px;
        border: 3px solid white;
        border-radius: 100%;
    }

    .header-splashpage .item .slide-content h2 {
        font-size: 56px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .header-splashpage .item .slide-content h3 {
        font-size: 23px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .header-splashpage .item .slide-content .desc {
        font-size: 17px;
        line-height: 27px;
    }

    .header-splashpage .item .slide-content .see-more {
        font-size: 15px;
    }

    .header-splashpage .item .pattern {
        width: 200px;
        height: 400px;
        left: -110px;
        top: 65%;
    }
}