@charset "UTF-8";

/*
    STATIC PROMO CSS
 */

.promo {
    position: relative;
    z-index: 2;
    height: min(38.542vw, 740px);
    margin-top: -146px;
    min-height: unset;
    max-width: 1920px;
    background-size: min(1920px, 100vw) min(38.542vw, 740px);
    background-repeat: no-repeat;
    background-position: center;
    overflow: visible;
}

/* .promo::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 50%)
} */

.promo::after {
    content: '';
    position: absolute;
    width: min(32.083vw, 616px);
    height: min(38.542vw, 740px);
    left: 0;
    bottom: 0px;
    background-color: #14202B;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    z-index: -1;
}

#vidBanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

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

.promo h1.banH {
    position: relative;
    display: inline-block;
    color: #f8f8f8;
    font-family: 'Montserrat', serif;
    font-size: clamp(22px, 1.979vw, 38px);
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(36px, 2.708vw, 52px);
    margin-bottom: clamp( 24px, 1.667vw, 32px );
    text-transform: none;
}

.promo .s_content p {
    color: #ffffff;
    font-family: 'Cinzel', sans-serif;
    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;
    padding: 0;
    height: 100%;
    z-index: 7;
    overflow: visible;
}

.promo-holder .container {
    overflow: hidden;
    height: fit-content;
}

.promo .promo-holder .container {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    align-items: end;
    justify-items: start;
    padding-bottom: clamp( 40px, 3.125vw, 60px );
}

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

.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: #3157b0;
    background-image: linear-gradient(101deg, #02bbc8 0%, #3157b0 100%);
    color: #fff;
    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: #b28e3e;
    background-color: transparent;
    outline: 3px solid;
    outline-offset: -3px;
    text-decoration: none;
}

.sub-nav li {
    text-transform: unset;
    color: #f8f8f8;
    font-size: clamp(12px, 0.833vw, 16px);
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: clamp(16px, 1.146vw, 22px);
    padding: clamp( 4px, 0.417vw, 8px ) 0;
}

.sub-nav li a {
    color: #f8f8f8;
}

.sub-nav {
    margin: 0;
    font-size: 0;
    width: 75%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

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

@media ( max-width: 1280px ) {
    .sub-nav {
        width: 100%;
    }
}

@media ( max-width: 1024px ) {
    .promo {
        min-height: unset;
        margin-top: 15px;
        background-position: center bottom;
        background-size: cover;
        padding-top: min(56.738vw, 581px);
        height: 926px;
        background-repeat: no-repeat;
        background-size: 100vw 581px;
        background-position: center top;
    }

    .promo::after {
        display: none;
    }

    .promo .promo-holder {
        /* height: 100%; */
        padding: clamp(40px, 5.859vw, 60px) 0 0;
        background-color: #14202B;
    }

    .sub-nav {
        display: block;
    }

    .sub-nav li {
        display: block;
        float: none;
        clear: both;
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 20px;
    }

    .promo .promo-holder .container::before {
        top: -50px;
        left: 73px;
    }

    .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 auto;
        font-size: 14px;
        padding: 16px 25px;
        text-align: center;
        display: block;
    }
}

@media ( max-width: 768px ) {
    .promo .slide_content {
        width: 100%;
        text-align: center;
    }

    .promo {
        height: 743px;
    }
}

@media ( max-width: 567px ) {
    .promo {
        background-size: contain;
        height: fit-content;
    }

    .promo .promo-holder {
        min-height: unset;
    }

    .slide_content {
        width: 100%;
        margin: 0;
        height: fit-content;
    }
}

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

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

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

    .promo .promo-holder .container::before {
        display: none;
    }
}

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

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

}