@charset "UTF-8";
/*
    STATIC PROMO CSS
 */

.promo {
    position: relative;
    z-index: 2;
    height: clamp(300px, 32.292vw, 620px);
    min-height: unset;
    max-width: 1920px;
    background-size: min(1920px, 100vw) min(32.292vw, 620px);
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
    display: block;
    margin-bottom: -1px;
}

#vidBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    object-position: center;
}

.slide_content {
    position: relative;
    padding: 0;
    text-align: left;
    height: fit-content;
    max-height: unset;
}

.promo h2.banH {
    position: relative;
    display: inline-block;
    color: #f8f8f8;
    font-family: 'Prata', serif;
    font-size: clamp(24px, 4.167vw, 80px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0;
    text-transform: none;
    width: 100%;
    text-align: left;
}

.point-8 {
    opacity:0.8;
}

.promo h2.banH .script {
    display: block;
    text-align: right;
    font-size: clamp(49px, 8.333vw, 160px);
    font-family: 'New Chapter', cursive;
    text-transform: lowercase;
    line-height: clamp(40px, 4.583vw, 88px);
    margin-bottom: 60px;
}

.promo h2.banH i {
    color: #fc9238;
}

.promo .s_content p {
    color: #ffffff;
    font-size: clamp(14px, 1.354vw, 26px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 1.979vw, 38px);
}

.promo .promo-holder {
    position: relative;
    z-index: 7;
    overflow: visible;
    height: clamp(300px, 32.292vw, 620px);
}

.promo-holder .container {
    overflow: hidden;
    height: clamp(300px, 32.292vw, 620px);
}

.promo .promo-holder .container {
    position: relative;
    /* overflow: visible; */
    display: grid;
    align-items: end;
    padding-top: 25vw;
}

.promo .btn-block {
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.slide_content ul.sub-nav li,
.slide_content ul.sub-nav li a {
    color: #f8f8f8;
    padding: min(0.365vw, 7px) 0;
    font-weight: 400;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.slide_content ul.sub-nav li:before {
    color: #f8f8f8;
    font-weight: 900;
    font-size: 18px;
    content: "\f00c";
    font-family: 'Font Awesome 5 Free',fantasy;
    margin-right: 10px
}

.btn.banner-btn {
    font-weight: 500;
    background-color: transparent;
    margin: 0;
    display: inline-block;
    float: left;
    max-width: fit-content;
    color: #688a91;
    clear: none;
}

.btn.banner-btn:last-of-type {
    margin: 0 auto;
    background-color: #cc436f;
    color: #f8f8f8;
    border: 0;
    font-weight: 600;
    font-style: normal;
    float: none;
    border-radius: 50px 0 50px 50px;
}

.btn.banner-btn:hover {
    color: #fff;
    background-color: #688a91;
    text-decoration: none;
}

.btn.banner-btn:last-of-type:hover {
    color: #f8f8f8;
    background-color: #b82f5b;
    text-decoration: none;
}

a.popVideo {
    display: grid;
    position: absolute;
    width: clamp(40px, 2.292vw, 44px);
    height: clamp(40px, 2.292vw, 44px);
    right: min(1.667vw, 32px);
    bottom: min(3.125vw, 60px);
    z-index: 8;
    text-align: center;
    font-size: clamp(14px, 0.833vw, 16px);
    color: #fff;
    text-decoration: none;
    border: 2px solid;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    letter-spacing: clamp(-4px, -0.208vw, -2px);
}

a.popVideo:hover {
    text-decoration: none;
}

a.popVideo .far {
    font-size: 40px;
    margin-right: 10px;
}

@media ( max-width: 1024px ) {
    .promo{
        background-size: 100vw;
        height: min(70.605vw, 723px);
    }
    .promo .promo-holder {
        /* height: fit-content; */
        /* padding: min(100px, 9.766vw) 0 0; */
    }

    .promo h2.banH {
        /* text-align: center; */
        /* text-align: right; */
    }

.promo h2.banH .script {
}

    .slide_content {
        float: none;
        margin: 0 0 0 auto;
    }

    .slide_content ul.sub-nav li, .slide_content ul.sub-nav li a {
        justify-items: center;
        justify-content: center
    }

    .promo .btn-block a {
        text-align: left;
    }

    .promo video#vidBanner {
        display: none;
    }

    .promo-holder .container {
        display: block;
    }

    .promo .btn-block {
        top: unset;
        right: unset;
        display: block;
        text-align: left;
        overflow: visible;
        margin: 0;
        position: relative;
    }

    .btn.banner-btn:last-of-type {
        margin: 30px 0;
        font-size: 14px;
        padding: 16px 25px;
        text-align: center;
        display: block;
    }
}

@media ( max-width: 768px ) {
    .promo .slide_content {
        width: 72%;
        /* text-align: center; */
        display: grid;
        align-items: center;
        align-content: center;
    }
}

@media ( max-width: 567px ) {
    .promo {
        background-size: cover;
    }

    .slide_content {
        width: 100%;
        margin: 0;
        /* height: 57vw; */
    }

    .promo h2.banH {
        margin-top: 8vw;
    }
}

@media ( max-width: 479px ) {
    .slide_content {
        margin: 0 0 0 auto;
    }

    .promo h2.banH::before {
        width: 100px;
        margin: 0 -51px -49px -50px;
    }

    .slide_content::before {
        top: 5px;
    }

    .promo .promo-holder {
        /* padding: 32vw 0 0; */
    }
}

@media ( max-width: 479px ) {
    .promo .btn-block a {
        font-size: 12px;
    }

    .btn.banner-btn:last-of-type {
        margin: 20px 0;
        display: block;
        max-width: unset;
        width: fit-content;
        font-size: 12px;
    }

}