.events-enigma {
    margin-top: 50px;
    font-family: 'oxygen', sans-serif;
}

.events-enigma li {
    list-style: none;
    margin: 10px 0px;
    font-size: 25px;
    font-weight: bold;
}

.events-enigma li::before {
    content: " - ";
}

.heading p {
    color: white;
}

.enigma-heading img {
    width: 100%;
    height: 100dvh;
    object-fit: cover;
}

.enigma-heading h1 {
    color: white;
    font-family: 'ag-light', sans-serif;
    display: inline;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translate(-50%, -20%);
    z-index: 1;
    font-size: 3rem;
}

.p1 {
    color: white;
    font-family: 'ag-light', sans-serif;
    display: inline;
    position: absolute;
    left: 50%;
    bottom: 15%;
    transform: translate(-50%, -15%);
    z-index: 1;
    font-size: 20px;
    width: max-content;
    font-weight: bold;
}

@media(max-width: 770px) {

    .enigma-heading h1 {
        left: 50%;
        bottom: 17%;
        transform: translate(-50%, -17%);
    }

    .p1 {
        left: 45%;
        bottom: 13%;
        transform: translate(-45%, -13%);
        font-size: 20px;
        font-weight: bold;
    }


    .enigma-heading i {
        left: 50%;
        bottom: 3%;
        transform: translate(-50%, -3%);
    }
    .event-desc h2{
        font-size: 2rem;
    }

}

.enigma-heading i {
    color: white;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    bottom: 5%;
    transform: translate(-50%, -5%);
    z-index: 1;
}

.event-desc button{
    color: white;
    background-color: rgba(0,0,0,0);
    margin: 20px 0px 0px 0px;
    font-size: 20px;
    padding: 10px 10px;
    border: white solid 1px;
}
