

@font-face {
    font-family: 'Aviano Copper';
    src: url('../fonts/AvianoCopper-Reg.woff2') format('woff2'),
        url('../fonts/AvianoCopper-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --black: #000;
    --gold: #b98831;
    --gold-light: #f2ca7b;
    --color-tsec_promotionext: #373636;
    --color-white: #fff;
}


body {
    /*
    background: #2F1413;
    background: radial-gradient(circle, rgba(47, 20, 19, 1) 0%, rgba(21, 18, 17, 1) 100%);
    */
    background: url(../images/bg-promo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

img {
    max-width: 100%;
}
.mb-5 {
    margin-bottom: 50px;
}
/* ========== LDP Banner ========== */
.ldp-banner {
    padding: 50px 0 0 0;
    text-align: center;
}
.ldp-banner .logo {
    display: block;
    width: 20%;
    margin: 0 auto;
}
.ldp-banner h1 {
    font-family: 'Aviano Copper';
    color: var(--primary);
    font-style: normal;
    font-size: 3rem;
    line-height: 3.5rem;
    font-weight: 500;
    margin: 15px 0;
    background-image: linear-gradient(45deg, #b98831 40%, #9c640c 50%, #f2ca7b 65%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
.ldp-banner h1 br {
    display: none;
}
/* ========== //LDP Banner ========== */

/* ========== LDP Poster ========== */
.ldp_poster {
    padding: 50px 0;
}
.ldp_poster .container {
    position: relative;
}
.ldp_poster .content {
    background: #fff;
    padding: 40px;
    position: relative;
    width: 100%;
    /* min-height: 640px; */
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.ldp_poster .content h2 {
    font-family: "Gosford", sans-serif;
    font-style: normal;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    color: var(--gold);
    text-shadow: 1px 1px 0 var(--third);
}
.ldp_poster .content h4 {
    background: #fff;
    border-radius: 50px;
    padding: 7px 15px;
    border: solid 1px #D8A423;
    font-size: 18px;
    font-weight: 700;
    margin: 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    box-shadow: #39ff14 3px 3px 3px;
}
.ldp_poster .content p {
    margin: 5px 0;
    font-size: 16px;
    line-height: 26px;
}
.ldp_poster .content a {
    color: #2a2a2a;
}
.ldp_poster .content a:hover {
    color: #fd7420;
}
.ldp_poster img {
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    
}
.ldp_poster .content p.sub-title {
    font-size: 20px;
    font-weight: 600;
}
.ldp_poster .content p strong {
    font-weight: 700;
    color: #000;
}

/* ========== // LDP Poster ========== */

@media (max-width: 1024px) {
    .poster .content {
        width: 100%;
        padding: 25px;
        margin: 0;
    }
    .ldp_poster img {
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 10px 16px;
    }
    .poster_1 img {
        position: relative;
        height: auto;
        right: 0;
        top: 0;
        transform: translateY(0%);
        margin-bottom: 30px;
    }
    .poster_2 img {
        position: relative;
        height: auto;
        left: 0;
        top: 0;
        transform: translateY(0%);
        margin-bottom: 30px;
    }
}


@media (max-width: 992px) {

    .ldp-banner .logo {
        width: 35%;
    }
    .ldp_poster {
        padding: 20px 0;
    }
    
}

@media (max-width: 768px) {
    .ldp-banner h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

@media (max-width: 580px) {

    .ldp_poster .content h2 br {
        display: none;
    }
}

@media (max-width: 480px) {

    .ldp-banner .logo {
        width: 40%;
    }
    .ldp-banner h1 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .ldp_poster .content h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .ldp_poster .content h2 br {
        display: none;
    }
}

@media (max-width: 375px) {

    .ldp-banner .logo {
        width: 45%;
    }
    .poster .content {
        padding: 5px 0;
    }
}