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

.promo {
    position: relative;
    background-color: transparent;
    z-index: 5;
    height: min( 48.958vw, 940px );
    margin: 0;
    min-height: unset;
    max-width: 1920px;
    overflow: visible;
    display: block;
    transition: transform .9s ease-in-out 1.2s;
    margin-bottom: -1px;
}

.promo::before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(41 41 41 / 50%);
    z-index: 1;
}

.promo .promoBg {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
}

.promo .promoBg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

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

img.banner-logo {
    width: clamp(300px, 29.688vw, 570px );
}

.slide_content {
    position: relative;
    display: block;
    padding: 0;
}

.slide_content > div {
    display: grid;
    /* place-content: center; */
    justify-content: center;
}

.s_content .row.flex {
    justify-content: flex-start;
    padding: clamp( 20px, 2.083vw, 40px ) 0 0;
    gap: clamp( 20px, 2.083vw, 40px );
}

.promo h2.banH {
    position: relative;
    display: inline-block;
    color: #f8f8f8;
    font-family: 'Gloock', sans-serif;
    font-size: clamp( 48px, 3.75vw, 72px );
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp( 58px, 4.167vw, 80px );
    margin-bottom: 30px;
    text-transform: unset;
    width: 100%;
    text-align: left;
}

.promo h2.banH span.accent {
    position: relative;
    display: inline-block;
}

.promo h2.banH span.accent::after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    height: 4px;
    background-color: #FF5332;
    left: 50%;
    margin-top: 4px;
    transform: translateX(-50%);
}

.promo h2.banH .smaller {
    display: block;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-optical-sizing: auto;
    font-size: clamp(20px, 1.354vw, 26px);
    line-height: clamp(26px, 1.667vw, 32px);
    font-weight: 400;
    text-transform: none;
}

.promo h2.banH .smaller::after {
    content: '';
    margin: 8px 0 16px;
    height: 4px;
    width: 60px;
    display: block;
    background-color: #f8f8f8;
}

.point-8 {
    opacity:0.8;
}

.promo h2.banH .cursive {
    position: relative;
    display: inline-block;
    text-align: right;
    font-size: clamp(80px, 8.333vw, 120px);
    font-family: 'shelby', cursive;
    text-transform: none;
    font-weight: bold;
    line-height: clamp(40px, 4.583vw, 88px);
    height: fit-content;
    z-index: 3;
}

.promo h2.banH .cursive::before {
    content: '';
    position: absolute;
    width: 106%;
    height: 42%;
    left: 50%;
    top: 37%;
    transform: translateX(-50%);
    background-color: #50A9B4;
    z-index: -1;
}

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

.promo .s_content p {
    color: #f8f8f8;
    font-size: clamp(14px, 0.833vw, 16px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(22px, 1.25vw, 24px);
}

.promo .btn.btn-orange {
    margin: 0;
}

.promo .btn.btn-orange:hover {
    /* margin: -5px 0 5px; */
}

.promo a.banTel {
    color: #f8f8f8;
    font-size: clamp(14px, 0.833vw, 16px);
    letter-spacing: clamp(.77px, 0.080vw, 1.54px);
    font-weight: 600;
}

a.banTel .fa {
    transform: rotate(100deg);
    margin-right: 10px;
    color: #CEB177;
}

.promo .promo-holder {
    position: relative;
    z-index: 7;
    overflow: visible;
    height: 100%;
}

.promo .promo-holder .container {
    position: relative;
    /* overflow: visible; */
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    /* justify-items: start; */
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
}

.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: 1060px ) {
    .promo {
        /* height: min( 80.078vw, 820px ); */
        /* background-size: 100vw; */
        /* height: fit-content; */
        margin: 0;
    }

    .promo .promoBg {
        /* position: relative; */
        /* display: block; */
        /* width: 100%; */
        /* height: 38.574vw; */
        /* background-repeat: no-repeat; */
    }

    .promo .slide_content .s_content {
        /* width: 57vw; */
        display: none;
    }

    .promo::after {
        left: 50%;
        right: unset;
        transform: translateX(-50%);
        background-size: cover;
        width: 79.297vw;
        height: 54.688vw;
    }

    .promo:before {
        display: none;
    }
    
    .promo .promo-holder {
        height: 100%;
        /* background-color: #2A2A28; */
    }
    
    .slide_content {
        float: none;
        width: 390px;
        margin: 0;
    }

    .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 {
        position: relative;
        /* display: flex; */
        /* flex-direction: column; */
        /* height: 105.146vw; */
    }

    .promo .promo-holder {
        background-color: none;
    }
    
    .promo .slide_content {
        width: 100%;
        /* text-align: center; */
        display: grid;
        align-items: start;
        justify-items: start;
        justify-content: start;
        background-image: none;
    }

.promo .slide_content > div {
    text-align: center;
}
}

@media ( max-width: 567px ) {
    .promo {
        /* background-size: cover; */
        height: min(71.429vw, 405px);
    }

    .promo h2.banH {
        padding-left: min(4.233vw, 24px);
    }

    .promo::after {
        top: 30px;
    }

    .s_content .row.flex {
        justify-content: flex-start;
        padding: 56px 0px 36px;
        gap: clamp( 20px, 2.083vw, 40px );
    }

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

@media ( max-width: 479px ) {
    .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;
    }

}