.primaryColor {
    color: #00294b;
}

.bgPrimary{
    background-color: #00294b;
    color: white;
}

.landing {
    background-image: url('../image/new/landing.png');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 250px;
}
.eventBackground{
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 300px;
    border-radius: 32px; 
    overflow: hidden;
}
.eventBackground:hover .details{
    display: flex; 
    justify-content: center;
    align-items: center; 
}
.details{
    background-color: #31184b88;
    height: 100%;
    color: white;
    display: none; 
}