﻿/* =========================
   PAGE
========================= */


/* =========================
   BREADCRUMB
========================= */

.events-breadcrumb {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
}

    .events-breadcrumb a {
        color: #5b2d90;
        text-decoration: none;
        transition: .3s;
    }

        .events-breadcrumb a:hover {
            color: #7d47c3;
        }

/* =========================
   TITLE
========================= */

.events-title {
    font-size: 38px;
    font-weight: 900;
    color: #111827;
    margin-bottom: 35px;
    line-height: 1.8;
    text-align: center;
}

/* =========================
   SECTION
========================= */

.event-section {
    margin-bottom: 70px;
}

/* =========================
   IMAGE
========================= */

.event-img {
    width: 100%;
    height: 450px;
    border-radius: 24px;
    margin-bottom: 35px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
}

/* =========================
   TEXT
========================= */

.event-text {
    font-size: 17px;
    line-height: 2.5;
    color: #444;
}

    .event-text p {
        margin-bottom: 20px;
    }

/* =========================
   DATE
========================= */

.event-date {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 25px;
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

/* =========================
   CARD
========================= */

.event-card {
    margin-bottom: 70px;
}

/* =========================
   TITLE
========================= */

.event-title {
    color: #522474;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.8;
}

/* =========================
   SECTION HEAD
========================= */

.pn-section-head {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
}

    .pn-section-head span {
        flex: 1;
        height: 1px;
        background: linear-gradient(to right, transparent, #ddd, transparent);
    }

    .pn-section-head h2 {
        margin: 0;
        font-size: 34px;
        font-weight: 700;
        color: #111827;
        letter-spacing: -0.8px;
        text-align: center;
    }

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px) {

    .events-title {
        font-size: 28px;
    }

    .event-img {
        height: 260px;
    }

    .event-text {
        font-size: 15px;
        line-height: 2.2;
    }

    .event-title {
        font-size: 24px;
    }
}
