@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Light.woff2') format('woff2'),
        url('../fonts/Manrope-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Bold.woff2') format('woff2'),
        url('../fonts/Manrope-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-ExtraBold.woff2') format('woff2'),
        url('../fonts/Manrope-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Medium.woff2') format('woff2'),
        url('../fonts/Manrope-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.woff2') format('woff2'),
        url('../fonts/Manrope-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Semibold.woff2') format('woff2'),
        url('../fonts/Manrope-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Thin.woff2') format('woff2'),
        url('../fonts/Manrope-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


.other-posts .post-image img {
    width: 250px;
    height: 230px;
    border-radius: 25px;
}
/* 
.upcoming_event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.up_grid {
    display: flex;
    width: 48%;
    align-items: center;
    gap: 20px;
}

.up_grid h2 {
    font-family: Figtree;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-align: center;
    text-transform: uppercase;
}

.date {
    width: 15%;
    padding: 20px;
    background: red;
    border-radius: 15px;
}

.up_grid h3 {
    display: flex;
    color: #EB3C19;
    font-family: Lora;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    justify-content: space-between;
} */



.upcoming_event {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.up_grid {
    display: flex;
    width: 48%;
    align-items: center;
    gap: 20px;
}

.up_grid h2 {
    padding: 0;
    font-family: Figtree;
    font-size: 17px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    letter-spacing: 0.03em !important;
    text-align: center !important;
    text-transform: uppercase !important;
}

.date {
    width: 17%;
    padding: 30px 10px;
    background: #eb3c1933;
    border-radius: 15px;
}

.up_grid h3 {
    display: flex;
    color: #EB3C19;
    font-family: Lora;
    font-size: 25px;
    font-weight: 600;
    line-height: 25px;
    text-align: left;
    justify-content: space-between;
}

.up_grid p {
    font-family: Figtree;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #101010;
}

.up_grid i {
    color: #888787;
}

.upcoming_event 
 .up_grid:nth-child(2) h3 {
    color: #0066FF;
}

.upcoming_event .up_grid:nth-child(2) .date {
    background: #0066ff33 !important;
}


.upcoming_event .up_grid:nth-child(3) .date {
    background: #3399004f !important;
}

.upcoming_event .up_grid:nth-child(3) h3 {
    color: #339900;
}

.upcoming_event .up_grid:nth-child(4) h3 {
    color: #FC7215;
}

.upcoming_event .up_grid:nth-child(4) .date {
    background: #fc721569;
}


p.custom-message.ll-at-background {
    color: black;
}

@media(max-width: 767px) {

    .upcoming_event {
        gap: 0;
        flex-direction: column !important;
    }
    
    .up_grid {
        width: 100%;
    }
    
    .date {
        padding: 20px 10px;
        width: 25%;
    }
    
    .up_grid h3 {
        font-size: 20px;
        line-height: 26px;
    }
    
    .up_grid p {
        font-size: 15px;
    }
    .first-post-image {
        width: 100% !important;
        height: 400px;
        margin: 20px 0;
    }
    
    .other-posts .post-image img {
        width: 100%;
    }

}