
:root {

  --gold-color:                   #e4c721;
  --dark-color:                   #000;
  --p-color:                      #3e3d55;

  --body-font-family:             "Poppins", sans-serif;

  --h1-font-size:                 50px;
  --h2-font-size:                 42px;
  --h3-font-size:                 36px;
  --h4-font-size:                 32px;
  --h5-font-size:                 24px;
  --h6-font-size:                 22px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --copyright-text-font-size:     16px;

  --head-font:                    "Arizonia", cursive;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;

  --colors-tertiary: #845bf6;
  --colors-secondary: #2ce4c4;

  --text-white: #fff;
}


body {
    background: var(--dark-color);
}

img {
    max-width: 100%;
    width: auto;
}
.mb-5 {
    margin-bottom: 50px;
}
/* ========== LDP Banner ========== */
.ldp-banner {
    position: relative;
    padding: 50px 0 0 0;
    text-align: center;
}
.ldp-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/star.png) center top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    background-repeat: repeat;
}
.ldp-banner .container {
    position: relative;
}
.ldp-banner .logo {
    display: block;
    width: 12%;
    margin: 0 auto;
}
.ldp-banner h1 {
    font-family: "Literata", serif;
    font-style: normal;
    font-size: 3.5rem;
    line-height: 4.5rem;
    margin: 15px 0;
    /* text-shadow: #ffe901 1px 0 7px; */
    background-image: linear-gradient(45deg, #fbdd78 31%, #e6ad3e 98%, #fbdd78 100%, #fbdd78 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ldp-banner h1 br {
    display: none;
}
/* ========== //LDP Banner ========== */

/* ========== LDP Poster ========== */
.ldp_poster {
    position: relative;
    padding: 50px 0;
}
.ldp_poster:before {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/bg-special.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ldp_poster .container {
    position: relative;
}
.ldp_poster .content {
    background: #fff;
    padding: 60px;
    position: relative;
    width: 90%;
    min-height: 640px;
}
.ldp_poster .content h2 {
    text-align: initial;
    font-style: normal;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    color: var(--primary);
    text-shadow: 1px 1px 0 var(--text-dark);
}
.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-bottom: 10px;
    font-size: 16px;
    line-height: 23px;
}
.ldp_poster .content a {
    color: #2a2a2a;
}
.ldp_poster .content a:hover {
    color: #fd7420;
}
.ldp_poster img {
    width: 50%;
    position: absolute;
    z-index: 5;
    border: solid 5px var(--gold-color);
    /* 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 32px 16px; */
}
.ldp_poster .content p.sub-title {
    font-size: 20px;
    font-weight: 600;
}
.ldp_poster .content p strong {
    font-weight: 700;
    color: #000;
}
/* ========== // LDP Poster ========== */

.poster_1 .content {
    padding-right: 35%;
}
.poster_2 .content {
    padding-left: 35%;
    margin-left: auto;
}
.poster_1 img {
    right: -15%;
    top: 50%;
    transform: translateY(-50%);
}
.poster_2 img {
    left: -15%;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1280px) {
    .ldp_poster img {
        height: 400px;
    }
}


@media (max-width: 1024px) {
    .poster .content {
        width: 100%;
        padding: 25px;
    }
    .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: 20%;
    }
    .ldp_poster {
        padding: 20px 0;
    }
    
}

@media (max-width: 768px) {
    .ldp-banner .logo {
        width: 25%;
    }
    .ldp-banner h1 {
        font-size: 3rem;
        line-height: 4rem;
    }
}

@media (max-width: 480px) {

    .ldp-banner .logo {
        width: 30%;
    }
    /*
    .ldp-banner h1 {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    */
    .ldp-banner h1 br {
        display: block;
    }
    .ldp_poster .content h2 br {
        display: none;
    }
}

@media (max-width: 375px) {

    .ldp-banner .logo {
        width: 35%;
    }
    .poster .content {
        padding: 15px;
    }
}