.background-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
}

#footer .footer-copyright {
    padding: 0;
    border: 0;
}

.custom-el-9 {
    position: relative;
    display: block;
    padding: 20px 0;
}

.custom-el-9 strong:nth-child(1) {
    opacity: 0.07;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: block;
    text-align: center;
    font-size: clamp(28px, -53.3333333333px + 0.1694444444 * 100vw, 150px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.custom-el-9 strong:nth-child(2) {
    font-size: clamp(28px, 4px + 0.05 * 100vw, 64px);
    padding-top: 20px;
    display: block;
}

.has-overlay-dark::after {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
}

.has-overlay-dark-2::after {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.has-overlay-light::after {
    content: "";
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.owl-carousel.carousel-center-active-item .owl-item {
    opacity: 1;
}

/*
* Header
*/
.custom-header-top-btn-style-1 {
    position: relative;
}

.custom-header-top-btn-style-1:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    width: calc(100% + 20px);
    height: 10px;
    z-index: 1;
    background: var(--light);
}

html.sticky-header-active #header .header-top {
    padding: 0 !important;
}

@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 15px;
        font-weight: 600;
        padding: 0 0.8rem !important;
    }
}

@media (min-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0 1.3rem !important;
    }
}

.bg-center-force .parallax-background {
    background-position: center !important;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
    display: inline-block;
    margin-left: 6px;
}

@media (min-width: 1200px) {
    #header .header-nav-main nav > ul > li > a {
        padding: 0 1rem !important;
    }
}

.event-card {
    min-height: 400px;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
}

.event-card * {
    text-decoration: none !important;
}

.event-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    transition: all;
    transition-duration: 300ms;
    z-index: 1;
}

.event-card:hover::before {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
}

.event-card .card-body {
    position: relative;
    z-index: 2;
}

.event-card .card-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.event-card .date-badge {
    position: absolute;
    top: 25px;
    right: 25px;
    background-color: rgba(114, 184, 217, 0.675);
    backdrop-filter: blur(4px);
    padding: 10px 15px;
    border-radius: 15px;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.event-card .date-badge .day {
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: white;
}

.event-card .date-badge .month {
    color: white;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.event-card .info-row {
    font-weight: 500;
}

.event-card .info-row * {
    color: white;
}

.event-card .card-text {
    opacity: 0.9;
    max-width: 700px;
    line-height: 1.5;
}
