#events-hero button {
    font-size: 18px;
    padding: 13px 25px;
}

#events-hero span {
    font-size: 18px;
    font-weight: 600;
}

#events-hero {
    padding: 50px 0;
}

#events-hero img {
    width: 100%;
    border-radius: 5px;
}

#events-hero h1 {
    font-size: 35px!important;
    font-weight: 700;
    color: #2e2e2e;
    margin-bottom: 30px;
}

.hero-event-info img {
    /* max-width: 110px; */
    margin-bottom: 20px;
    max-width: 300px;
}

#events-hero h2 {
    line-height: 40px!important;
    width: 65%;
    font-size: 35px !important;
    margin-bottom: 10px;
}

#more-upcoming h2 {
    margin-bottom: 10px;
    font-size: 35px !important;
}

.events-info {
    margin-bottom: 20px;
    display: flex;
    gap: 80px;
}

#upcoming-events img {
    object-fit: contain;
    height: 105px;
    width: 100%;
}

.upcoming-info {
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    padding: 25px 30px;
}

.img-box, .img-hover {
    background: var(--primary);
    padding: 50px;
    border-radius: 5px;
    transition: opacity 0.3s ease-in-out;
}

.hover-card {
    position: relative;
}

.img-box {
    opacity: 1;
}

.img-hover {
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    place-items: center;
}

.img-hover button {
    margin-bottom: 15px;
    border: 1px solid;
    padding: 10px 25px;
}

.hover-card:hover .img-hover {
    background: var(--primary);
    opacity: 1;
    visibility: visible;
}

.img-hover a:hover {
    color: #fff !important;
}

#more-upcoming {
    padding: 50px 0;
}

#more-upcoming h2{
    margin-bottom: 40px;
}

#more-upcoming h3 {
    font-family: 'Poppins'!important;
    margin-bottom: 15px;
    font-size: 25px !important;
    line-height: 1.3 !important;
}

#more-upcoming img {
    object-fit: contain;
    height: 130px;
    max-width: 250px;
    width: 100%;
}

.img-upcoming {
    padding: 20px;
    background-color: #fff;
    text-align: center;
}

.img-upcoming img {
    width: 100%;
}

#more-upcoming button {
    border: 1px solid var(--primary);
    background-color: #f8f8f8;
    padding: 10px 30px;
}

#more-upcoming button, #more-upcoming a {
    font-size: 18px;
    font-weight: 600 !important;
}

#more-upcoming .row {
    padding: 30px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

#discover-events {
    display: none;
}

@media screen and (max-width:980px) {

    #events-hero h1 {
        font-size: 28px !important;
    }

    #events-hero {
        padding: 20px 0;
    }

    #events-hero h2 {
        line-height: 25px!important;
        font-size: 25px !important;
        width: 100%;
    }

    #more-upcoming h2 {
        font-size: 25px !important;
    }

    #more-upcoming h3 {
        font-size: 20px !important;
    }

    #events-hero img {
        margin-bottom: 20px;
    }

    .events-info {
        display: block;
        margin-bottom: 15px;
    }

    .events-info p {
        margin-bottom: 0;
    }

    #events-hero button {
        width: 100%;
    }

    #events-hero button {
        margin-right: 0!important;
        margin-bottom: 20px;
        width: 100%;
        padding: 10px 25px;
    }

    #events-hero a p {
        margin-bottom: 0;
    }

    .upcoming-info {
        margin-bottom: 20px;
        padding: 15px 20px;
    }

    #more-upcoming {
        padding: 0 0 30px 0;
    }

    #more-upcoming .row {
        padding: 20px 0 20px 0;
    }

    #more-upcoming h2 {
        margin-bottom: 0!important;
    }

    .img-upcoming {
        margin-bottom: 15px;
    }

    .more-btn {
        margin-top: 15px;
    }

    #more-upcoming button, #more-upcoming a {
        width: 50%;
    }

    #more-upcoming button {
        margin-right: 15px!important;
    }
}
