body {
    background-color: var(--color-primary) !important;
}

.content {
    margin-top: 6rem;
}

.content .title {
    color: var(--color-white);
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 700;
}

.events-wrapper {
    margin-bottom: 5rem;
}

.custom-card {
    background-color: var(--color-white);
    padding: 1rem;
    position: relative;
    height: 40rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.custom-card .filter {
    width: calc(100% - 1.6rem);
    height: calc(100% - 2rem);
    position: absolute;
    left: 0.8rem;
    top: 1rem;
    background-color: rgba(0, 0, 0, .8);
    /* z-index: 1; */
}

.custom-card .cover-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}


.custom-card:not(:nth-child(3n)) {
    margin-right: 2rem;
}

.custom-card .button {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
}

.custom-card .name {
    font-family: RetroBoldy, "sans-serif";
    font-size: 3.2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--color-white);
    text-transform: capitalize;
    max-width: 100%;
    word-wrap: break-word;
}

/* event page */

.ind-content {
    margin-top: 8rem;
    color: var(--color-white);
}

.ind-content .heading {
    color: var(--color-white);
    font-size: 6rem;
    text-transform: capitalize;
    font-weight: 700;
}

.ind-content .title{
    color: var(--color-white);
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
}

.ind-content img {
    margin-bottom: 3rem;
}

.ind-content .description {
    font-size: 1.6rem;
    font-weight: 400;
}

.ind-content .contact span {
    display: block;
}



/* event page ends */