.event-container .hear-title h2 {
    /* font-size: 42px; */
    text-align: left;
    /* font-weight: 700; */
    color: #444;
}

.event-container .hear-title p {
    font-size: 20px;
    text-align: left;
    margin-bottom: 10px;
    color: #555;
}

.event-container .hear-title {
    flex: 1;
}

.event-container .page-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 40px;
    height: 550px;
    /* background: red; */
}

.hear-title {
    padding-left: 50px;
}

.heroimg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex: 1;
    background: none !important;
    position: relative !important;
}


.heroimg .ehi1 {
    width: 450px;
    border-radius: 10px;
}

.heroimg .ehi2,
.heroimg .ehi3 {
    position: absolute !important;
    width: 200px;
    border-radius: 10px;
}

.heroimg .ehi2 {
    top: 5%;
    left: 6%;
}

.heroimg .ehi3 {
    bottom: 7%;
    right: 6%;
    width: 250px;
}

@media (max-width:1200px) {

    .heroimg .ehi2 {
        top: 7%;
        left: 0%;
        width: 200px;
    }

    .heroimg .ehi3 {
        bottom: -10px;
        right: -5%;
        width: 300px;
    }

}

@media(max-width:768px) {
    .heroimg {
        /* padding: 0 0 25px; */
        display: none;
    }

    .event-container .page-title {
        padding: 40px 20px;
        height: fit-content;
        flex-direction: column-reverse;
    }

    .heroimg .ehi1 {
        width: 350px;
    }

    .heroimg .ehi2 {
        top: -5%;
        left: 16%;
        width: 150px;
    }

    .heroimg .ehi3 {
        bottom: -10px;
        right: 6%;
        width: 250px;
    }

    .event-container .hear-title h2,
    .event-container .hear-title p {
        text-align: center;
    }

    /* .event-container .hear-title h2 {
        font-size: 36px;
    } */

    .event-container .hear-title p {}

    .hear-title {
        width: 100%;
    }
}

@media (max-width:480px) {
    .heroimg .ehi1 {
        width: 300px;
    }

    .heroimg .ehi2 {
        top: -5%;
        left: 5%;
        width: 100px;
    }

    .heroimg .ehi3 {
        bottom: -10px;
        right: 6%;
        width: 150px;
    }

    .event-container .page-title p {
        font-size: 14px;
    }

}




.eventRow {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    gap: 20px;
    width: 80%;
    margin: auto;
}

.event-card {
    display: flex;
    gap: 10px;
    width: 95%;
    margin: 0 auto;
    background: #f0f5fd;
    padding: 0 10px 0px 0;
    border-radius: 10px;
    min-height: 250px;
}

.eventcardimgcontainer {
    flex: 1;
    width: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

#events .event-container-header {
    margin-left: 10%;
    padding: 0 0 20px;
    /* font-size: 34px;
    font-weight: 600; */
}

.event-card img {
    max-width: 550px;
    width: 100%;
    /* height: 100%; */
    border-radius: 10px 0 0 10px;
}

.event-card-details {
    padding: 10px;
}

.event-card-details {
    /* flex: 2; */
    /* display: grid; */
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
}

.event-card-details p {
    margin: 0;
}

.event-card-details p i {
    color: #f15a29;
}

.event-title {
    color: #f15a29;
    font-size: 24px;
    font-weight: 700;
}

.event-details {
    font-size: 14px;
}

.event-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

@media(max-width:768px) {

    .event-card {
        flex-direction: column;
        width: 80%;
        min-height: none;
        padding: 0 0 20px;
        height: fit-content;
    }

    .hear-title {
        padding-left: 0;
    }

    #event .container {
        width: 100%;
    }

    .eventRow {
        width: 100%;
    }

    .eventcardimgcontainer {
        width: 100%;
    }

    .event-card img {
        max-width: none;
        width: 100%;
        height: 100%;
        border-radius: 10px 10px 0 0px;
    }
}

@media(max-width:480px) {
    .event-details {
        border-top: 1px solid #00afef56;
        font-size: 14px;
        padding: 5px 0;
    }

    .hear-title h1 {
        font-size: 25px !important;
    }
}


/* -----------------EVENT HEADING----------- */

.event-heading .event-header h1 {
    /* font-size: 48px;
    font-weight: 700; */
    padding: 20px 0;
    /* text-align: center; */
}

.event-heading {
    display: flex;
    padding: 70px 0px;
    width: 90%;
    margin: auto;
}

.event-heading>div {
    width: 50%;
}

.event-heading>div img {
    width: 90%;
    border-radius: 20px;
}

.event-heading {
    /* width: 80%; */
    margin: auto;
    max-width: 1020px;
}

.event-heading .event-content {
    /* text-align: center; */
    /* width: 70%; */
    margin: auto;
}

/* @media(max-width:768px) {
    .event-heading .event-header h1 {
        font-size: 32px;
    }
} */

@media(max-width:480px) {
    /* .event-heading .event-header h1 {
        font-size: 28px;
    } */

    .event-heading {
        flex-direction: column-reverse;
        padding: 40px 20px;
        width: 100%;
        text-align: center;
    }

    .event-heading>div {
        width: 90%;
    }

    .event-heading>div img {
        display: block;
          margin: auto;
    }
}