:root {
    --color-deep: #1F3F39;
    --color-bright: #f87024;
    --color-deep-two: #be0b58;
    --color-light: #faf9f6;

    --color-bg-light: #FAF9F6;
    --color-bg-dark: #264653;

    --color-text-main: #2b2b2b;
    --color-text-light: #f0f0f0;

    --font-heading: 'Playfair Display', serif;
    --font-body: 'Lato', sans-serif;

    /* ------------------------------------------------------ Spacing & Layout */
    --container-width: 90%;

    /* ----------------------------------------------------------- Transitions */
    --transition-fast: 0.3s ease;
    --transition-smooth: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ----------------------------------------------------------- Global -------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    background-color: var(--color-bg-light);
    color: var(--color-text-main);
    line-height: 1.6;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--color-deep);
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition-fast);
}

ul {
    list-style: none;
}

/* ------------------------------------------------------- common ----------- */

.after-title {
    font-size: 1.3vw;
    font-weight: 500;
    margin-top: 0.2vw;
    color: var(--color-deep-two);
}

.after-title-light {
    font-size: 1.2vw;
    margin-top: 0.2vw;
    color: var(--color-bg-light);
}

.btn {
    display: inline-block;
    padding: 1vw 2.5vw;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.2vw;
    cursor: pointer;
    transition: var(--transition-smooth);
    border: none;
    font-size: 1.2vw;
}

.btn-primary {
    background-color: var(--color-bright);
    color: white;
}

.btn-primary:hover {
    background-color: var(--color-deep-two);
}

.btn-outline {
    border: 2px solid var(--color-light);
    color: var(--color-deep);
    background: transparent;
}

.btn-outline:hover {
    background-color: var(--color-bright);
    color: white;
}

.container {
    padding-inline: 8vw;
}

/* ------------------------------------- Animations - Scroll Reveal -------- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* ------------------------------------------------------- Header & Nav --- */
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: 0.3s ease, padding 0.3s ease;
    padding: 1.5vw 0;
}

header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    padding: 1vw 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-family: var(--font-heading);
    font-size: 2vw;
    font-weight: 800;
    color: var(--color-bright);
}

.logo span {
    color: var(--color-deep-two);
}

.nav-links {
    display: flex;
    gap: 3vw;
}

.nav-links-small,
.nav-list-small {
    display: none;
}

.nav-links a {
    font-size: 1.2vw;
    font-weight: 500;
    color: var(--color-bright);
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--color-deep-two);
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

/* ----------------------------------------------------- sec-one ----- */

.sec-one {
    position: relative;
    height: 45vw;
    color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.sec-one-cover {
    background: linear-gradient(36deg, #950014c2, #be0b561f);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
}

.sec-one-fixed-content {
    position: absolute;
    z-index: 7;
    text-align: center;
    top: 12vw;
    bottom: 0;
    right: 0;
    left: 0;
}

.logo-img-hero {
    width: 14vw;
    text-align: center;
}

.sec-one-fixed-content h1 {
    color: #ffffff;
    font-size: 6vw;
    padding: 0;
    margin-top: -3vw;
}

.sec-one-fixed-content p {
    color: #ffffff;
    font-size: 1.2vw;
    padding: 0;
    margin-top: -1.5vw;
    margin-bottom: 1vw;
    letter-spacing: 0.1vw;
}

.slide-one {
    height: 45vw;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.904), rgba(44, 51, 54, 0.8)), url('images/slideImg1.jpeg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

.slide-two {
    height: 45vw;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.904), rgba(44, 51, 54, 0.8)), url('images/ImgBig12.jpeg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

.slide-three {
    height: 45vw;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.904), rgba(44, 51, 54, 0.8)), url('images/slideImg3.jpeg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

.slide-four {
    height: 45vw;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.904), rgba(44, 51, 54, 0.8)), url('images/slideImg4.jpeg');
    background-size: cover;
    position: relative;
    z-index: 2;
}

/* -------------------------------------------------------- Events Section --- */
.events-sec {
    background: #ffffff;
    padding: 5vw 8vw;
}

.event-title-style {
    text-align: left;
}

.section-title {
    font-size: 2.5vw;
    margin-bottom: var(--after-heading-space);
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    display: block;
    width: 5vw;
    height: 0.3vw;
    background: var(--color-deep-two);
    margin: 1vw auto 0;
}

.events-container {
    margin-top: 3vw;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));
    gap: 2vw;
}

.event-card {
    background: var(--color-bg-light);
    border-radius: 1vw;
    overflow: hidden;
    transition: var(--transition-fast);
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.event-card:hover {
    transform: translateY(-1.5vw);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/* .event-date {
    position: absolute;
    top: 1.5vw;
    left: 1.5vw;
    background: var(--color-deep-two);
    color: #ffffff;
    padding: 0.6vw 1vw;
    border-radius: 0.6vw;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 5px 15px rgba(231, 111, 81, 0.4);
}

.event-date span {
    display: block;
    font-size: 1vw;
    font-weight: normal;
} */

.event-img {
    width: 100%;
    height: 16vw;
    background-color: #ffffff;
    background-size: cover;
    object-fit: cover;
}

.event-card-one-img {
    background-image: url(images/upcomingEventImg.jpeg);
}

.event-card-two-img {
    background-image: url(images/ImgBig60.jpeg);
}

.event-card-three-img {
    background-image: url(images/ImgBig6.jpeg);
}

.event-details {
    padding: 1.5vw;
}

.event-details-h3 {
    font-size: 1.4vw;
    margin-bottom: 1.4vw;
    text-transform: uppercase;
}

.event-details p {
    color: var(--color-deep-two);
    margin-bottom: 1.4vw;
    height: 11vw;
    font-size: 1.1vw;
}

.btn-text {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    align-items: center;
    align-content: center;
    color: var(--color-deep-two);
    gap: 0.5vw;
    font-weight: bold;
    font-size: 1.2vw;
    border-bottom: 0.5px solid var(--color-deep-two);
}

.arrow-icon-event-card {
    width: 1.5vw;
    color: var(--color-deep-two);
}


/* -------------------------------------------------------- About Section --- */
.about-section {
    background-color: var(--color-bg-light);
    padding: 5vw 8vw;
}

.about-title-style {
    text-align: right;
}

.mission-vision-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3vw;
    margin-top: 3vw;
}

.about-icon {
    color: var(--color-deep-two);
    margin-right: 1vw;
    width: 2vw;
}

.mv-card {
    padding: 2vw;
    border-left: 4px solid var(--color-bright);
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.mv-card h3 {
    display: flex;
    font-size: 1.4vw;
}

.mv-card li,
.mv-card p {
    font-size: 1.2vw;
}

/* ------------------------------------------------ Initiatives Section --- */
.initiatives-section {
    background-color: #ffffff;
    padding: 5vw 8vw;
}

.initiatives-title-style {
    text-align: center;
}

.initiatives-grid {
    padding-top: 3vw;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2rem;
}

.initiative-card {
    background: var(--color-light);
    padding: 1.5vw 1vw;
    border-radius: 1px;
    text-align: center;
    transition: var(--transition-fast);
    border-top: 3px solid transparent;
}

.initiative-card:hover {
    background: white;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    border-top: 3px solid var(--color-deep-two);
    transform: translateY(-1vw);
}

.ini-icon {
    width: 4vw;
    color: var(--color-deep-two);
    margin-bottom: 0.5vw;
}

.initiative-card h3 {
    font-size: 1.5vw;
}

.initiative-card ul {
    text-align: left;
    margin-top: 1vw;
    font-size: 1.2vw;
    color: #555;
    list-style-type: disc;
    padding-left: 1.5vw;
}

.initiative-card li {
    margin-bottom: 0.2vw;
}

/* -------------------------------------------------------- gallery --- */
.gallery {
    padding: 5vw 8vw;
}

.gallery-title-style {
    text-align: center;
}

.gal-layout {
    margin-top: 3vw;
    text-align: center;
}

.small-images-container {
    position: relative;
    margin-top: 1vw;
}

.gal-big {
    width: 35vw;
    border-radius: 0.5vw;
    border: 2px solid #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.gall-btn-icons {
    width: 3.5vw;
}

.cus-pre-btn {
    position: absolute;
    left: -2.5vw;
    bottom: 20%;
    z-index: 8;
    color: var(--color-deep-two);
    transition: .5s ease;
    opacity: .5;
}

.cus-nxt-btn {
    position: absolute;
    right: -2.5vw;
    bottom: 20%;
    z-index: 8;
    color: var(--color-deep-two);
    transition: .5s ease;
    opacity: .5;
}

.cus-pre-btn:hover {
    color: var(--color-bright);
    opacity: .8;
    left: -3vw;
}

.cus-nxt-btn:hover {
    color: var(--color-bright);
    opacity: .8;
    right: -3vw;
}

/* --------------------------------------- contact and form Section --- */
.form-section {
    background-color: #ffffff;
    color: #0f0f0f;
    padding: 5vw 8vw;
}

form {
    margin-top: 1vw;
}

.user-form-input {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 1vw;
    font-size: 1.2vw;
}

.user-form-btns {
    margin-top: 1vw;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: left;
    gap: 0.5vw;
}

.input-login {
    font-size: 1.2vw;
}

.form-btn {
    padding: 0.5vw 2vw;
    font-size: 1.2vw;
}

.contact-sec-ul {
    list-style: disc;
    padding-left: 4vw;
    margin-top: 1vw
}

.contact-sec-ul li {
    font-size: 1.2vw;
}

/* ------------------------------------------------- Trustees Section --- */
.trustees-section {
    background-color: var(--color-deep);
    color: white;
    text-align: center;
    padding: 5vw 8vw;
}

.trustees-section h2 {
    color: white;
}

.trustees-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 3vw;
    margin-top: 3vw;
}

.trustee-card {
    text-align: center;
}

.trustee-avatar {
    width: 9vw;
    height: 9vw;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 auto 1.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5vw;
    color: var(--color-secondary);
    border: 2px solid var(--color-secondary);
}

.trustee-name {
    font-size: 1.6vw;
    font-weight: bold;
    color: var(--color-secondary);
    margin-bottom: 0.5vw;
    font-family: var(--font-heading);
}

.trustee-role {
    font-size: 1vw;
    opacity: 0.8;
}

/* ------------------------------------------------------ Footer --- */
footer {
    background-color: #1a1a1a;
    color: #888;
    padding: 5vw 8vw;
    text-align: center;
    font-size: 1vw;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 1vw;
    margin-bottom: 1vw;
}

.footer-logo {
    font-family: var(--font-heading);
    color: white;
    font-size: 2vw;
}

.footer-icons {
    width: 2.5vw;
}

.social-links a {
    color: white;
    margin: 0 1.2vw;
    font-size: 2vw;
}

.social-links a:hover {
    color: var(--color-secondary);
}

/* ---------------------------------------------- events-page-hero ------------ */

.events-page-hero,
.events-page2-hero,
.events-page3-hero,
.all-event-page-hero {
    background-size: cover;
    height: 36vw;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}

.events-page-hero {
    background-image: url(images/ImgBig1.jpeg);
}

.events-page2-hero {
    background-image: url(images/rangotsav-hero.jpeg);
}

.events-page3-hero {
    background-image: url(images/upcomingEventImg.jpeg);
}

.all-event-page-hero {
    background-image: url(images/openMicEvent2.jpg);
}

.event-page-hero-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: linear-gradient(90deg, #950014, #be0b5649);*/
    background: linear-gradient(180deg, #000000dc, #95001471);
    z-index: 10;
}

.other-page-title-wrap {
    text-align: center;
}

.page-title-two {
    position: relative;
    color: #ffffff;
    z-index: 11;
    font-size: 6vw;
    opacity: .6;
    margin: 0;
    padding: 0;
}

.sub-title-two {
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 11;
    margin: 0;
    padding: 0;
    font-size: 1.2vw;
    margin-top: -1.5vw;
    border-bottom: 1px solid #ffffff44;
}

/* ----------------------------------------- event-information ------------ */
.event-information {
    padding: 5vw 8vw;
    background-color: var(--color-light);
}

.event-details-long {
    margin-top: 2vw;
    font-size: 1.2vw;
    text-align: justify;
    word-break: keep-all;
    color: var(--color-text-main);
}

.program-outline-h5 {
    font-size: 1.8vw;
    padding-bottom: 2vw;
}

.bullet-ul {
    list-style-type: disc;
}

.bullet-ul li {
    margin-left: 1vw;
}

.events-page-image {
    margin-top: 2vw;
    width: 28vw;
    border: 1px solid #000000;
}

.whatsapp-link-btn-from {
    display: block;
    margin-top: 1vw;
    background-color: #888;
    color: #ffffff;
    width: max-content;
    padding: 0.5vw 5vw;
    border-radius: 0.5vw;
}

.winners-of-event {
    margin-top: 2vw;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
    gap: 5vw;
    list-style-type: decimal;
}

.winners-of-event li {
    font-size: 1.8vw;
    color: var(--color-deep-two);
}

/* ---------------------------------------------- All Event ---------- */
.all-event-thumbnails {
    padding: 5vw 8vw;
    background-color: #ffffff;
}

.event-thumbnail {
    margin-top: 2vw;
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
}

.event-thumbnail img {
    position: relative;
    width: 23vw;
    height: 15vw;
    border-radius: 1vw 1vw 0 0;
    z-index: 1;
}

.thumb-title {
    position: relative;
    background-color: var(--color-deep-two);
    width: 23vw;
    padding: 1vw;
    margin-top: -2vw;
    z-index: 3;
}

.thumb-title h5 {
    font-size: 1.5vw;
    color: #ffffff;
    font-weight: 100;
    text-align: center;
}


/* -------------------------------------------------- screen 768 ----------- */
@media (max-width: 768px) {

    /* ----------------------------------------------- common 768----------- */

    .after-title {
        font-size: 2.1vw;
    }

    .after-title-light {
        font-size: 2.1vw;
    }

    .btn {
        padding: 1.5vw 3vw;
        letter-spacing: 0.2vw;
        font-size: 1.6vw;
    }

    .container {
        padding-inline: 4vw;
    }

    /* ------------------------------------- Header & Nav 768 --------- */
    header {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transition: 0.3s ease, padding 0.3s ease;
        padding: 1.5vw 0;
    }

    .navigation {
        position: relative;
    }

    header.scrolled {
        background: rgba(255, 255, 255, 0.95);
        padding: 1vw 0;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
        backdrop-filter: blur(10px);
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .logo {
        font-family: var(--font-heading);
        font-size: 4vw;
        font-weight: 800;
        color: var(--color-bright);
    }

    .nav-links {
        display: none;
    }

    .nav-links-small {
        display: block;
    }

    .nav-list-small {
        display: block;
        position: fixed;
        background-color: var(--color-bg-light);
        top: 0;
        right: -70vw;
        width: 50vw;
        padding: 2vw 4vw;
        z-index: 5100;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
        transition: 0.5s ease;
    }

    .nav-list-small li:not(:first-child) {
        background-color: #be0b58;
        margin-block: 2vw;
        padding: 1vw 2vw;
    }

    .nav-list-small a {
        color: #ffffff;
        font-size: 2.3vw;
        letter-spacing: 1.1vw;
        width: 100%;
        height: 100%;
        display: block;
    }

    .open-menu-btn {
        width: 4vw;
        color: var(--color-bright);
        cursor: pointer;
        transition: 0.5s ease;
    }

    .close-menu-btn {
        width: 5vw;
        color: var(--color-bright);
        cursor: pointer;
        transition: 0.5s ease;
    }

    .close-li {
        text-align: right;
        margin-bottom: 5vw;
    }



    /* ----------------------------------------  sec-one 768 --------- */

    .sec-one {
        height: 60vw;
    }

    .sec-one-cover {
        background: linear-gradient(36deg, #9500149a, #be0b561f);
    }

    .sec-one-fixed-content {
        top: 16vw;
    }

    .logo-img-hero {
        width: 20vw;
    }

    .sec-one-fixed-content h1 {
        font-size: 8vw;
        margin-top: -3vw;
    }

    .sec-one-fixed-content p {
        font-size: 1.6vw;
    }

    .slide-one {
        height: 60vw;
    }

    .slide-two {
        height: 60vw;
    }

    .slide-three {
        height: 60vw;
    }

    .slide-four {
        height: 60vw;
    }

    /* -------------------------------------- Events Section 768 ------ */
    .events-sec {
        padding: 10vw 4vw;
    }

    .event-title-style {
        text-align: left;
    }

    .section-title {
        font-size: 4.5vw;
    }

    .section-title::after {
        width: 15vw;
        height: 0.3vw;
    }

    .events-container {
        margin-top: 4vw;
        /* grid-template-columns: repeat(auto-fit, minmax(15vw, 1fr));*/
        gap: 1.5vw;
    }

    .event-date {
        border-radius: 0.8vw;
    }

    .event-date span {
        font-size: 2vw;
    }

    .event-img {
        height: 20vw;
    }

    .event-details {
        padding: 1.5vw;
    }

    .event-details-h3 {
        font-size: 2.4vw;
        margin-bottom: 1.4vw;
    }

    .event-details p {
        margin-bottom: 1.4vw;
        height: 20vw;
        font-size: 1.8vw;
    }

    .full-event-detail-p {
        font-size: 1.8vw;
        margin-bottom: 1.4vw;
    }

    .event-details-full {
        margin-top: 3vw;
    }

    .btn-text {
        font-size: 1.8vw;
    }

    /* ------------------------------------ About Section 768 --------- */
    .about-section {
        padding: 10vw 4vw;
    }

    .mission-vision-grid {
        /*grid-template-columns: 1fr 1fr;*/
        gap: 2vw;
        margin-top: 4vw;
    }

    .about-icon {
        margin-right: 1.5vw;
        width: 4vw;
    }

    .mv-card {
        padding-block: 4vw;
    }

    .mv-card h3 {
        font-size: 2.4vw;
    }

    .mv-card li,
    .mv-card p {
        font-size: 1.8vw;
    }

    /* -------------------------------- Initiatives Section 768 --------- */
    .initiatives-section {
        padding: 10vw 4vw;
    }

    .initiatives-grid {
        padding-top: 4vw;
        grid-template-columns: auto auto;
        gap: 2vw;
    }

    .initiative-card {
        padding: 2vw 3vw;
    }

    .ini-icon {
        width: 6vw;
        margin-bottom: 1vw;
    }

    .initiative-card h3 {
        font-size: 2.4vw;
    }

    .initiative-card ul {
        font-size: 1.8vw;
    }

    .initiative-card li {
        margin-bottom: 0.5vw;
    }

    /* ----------------------------------- gallery 768 ------------------ */
    .gallery {
        padding-inline: 4vw;
        padding-top: 10vw;
        padding-bottom: 13vw;
    }

    .gal-layout {
        margin-top: 4vw;
    }

    .gal-big {
        width: 60vw;
        border-radius: 1vw;
        border: 5px solid #ffffff;
    }

    .gall-btn-icons {
        width: 6vw;
    }

    .cus-pre-btn {
        left: -2vw;
        opacity: .8;
    }

    .cus-nxt-btn {
        right: -2vw;
        opacity: .8;
    }

    /* --------------------- contact and form Section 768 ------------ */
    .form-section {
        padding: 10vw 4vw;
    }

    .user-form-input {
        /* grid-template-columns: auto auto; 
        justify-content: space-between;*/
        gap: 1vw;
        font-size: 1.8vw;
    }

    .user-form-btns {
        margin-top: 2vw;
        gap: 1vw;
    }

    .input-login {
        font-size: 1.8vw;
    }

    .form-btn {
        padding: 0.5vw 2vw;
        font-size: 1.8vw;
    }

    .contact-sec-ul {
        padding-left: 4vw;
        margin-top: 1vw;
    }

    .contact-sec-ul li {
        font-size: 1.8vw;
    }

    /* -------------------------------- Trustees Section 768 ---------- */
    .trustees-section {
        padding: 10vw 4vw;
    }

    .trustees-grid {
        /* display: flex;
        justify-content: center;
        flex-wrap: wrap;*/
        gap: 6vw;
        margin-top: 4vw;
    }

    .trustee-avatar {
        width: 16vw;
        height: 16vw;
        font-size: 4vw;
    }

    .trustee-name {
        font-size: 2.4vw;
    }

    .trustee-role {
        font-size: 1.8vw;
    }

    /* ---------------------------------- Footer 768 ------------------ */
    footer {
        padding: 5vw 4vw;
        font-size: 1.8vw;
    }

    /*  .footer-content {
        gap: 1vw;
        margin-bottom: 1vw;
    } */

    .footer-logo {
        font-size: 3vw;
    }

    .footer-icons {
        width: 5vw;
    }

    /* -------------------------------- events-page-hero 768----------- */

    .events-page-hero,
    .events-page2-hero,
    .events-page3-hero,
    .all-event-page-hero {
        height: 50vw;
        background-attachment: unset;
    }

    .page-title-two {
        font-size: 8vw;
    }

    .sub-title-two {
        font-size: 2.1vw;
    }

    /* ----------------------------- event-information 768 ------------ */
    .event-information {
        padding: 10vw 4vw;
    }

    .event-details-long {
        font-size: 1.8vw;
    }

    .program-outline-h5 {
        font-size: 2.8vw;
    }

    .events-page-image {
        margin-top: 4vw;
        width: 40vw;
    }

    .whatsapp-link-btn-from {
        font-size: 2.1vw;
        /*padding: 0.5vw 5vw;
        border-radius: 0.5vw;*/
    }

    .winners-of-event {
        /*  grid-template-columns: auto auto auto;*/
        gap: 4vw;

    }

    .winners-of-event li {
        font-size: 2.4vw;
    }

    /* ---------------------------------------- All Event 768 ---------- */
    .all-event-thumbnails {
        padding: 10vw 4vw;
    }

    .event-thumbnail {
        /*grid-template-columns: auto auto auto;*/
        gap: 2vw;

    }

    .event-thumbnail img {
        width: 28vw;
        height: 17vw;
    }

    .thumb-title {
        width: 28vw;
    }

    .thumb-title h5 {
        font-size: 2vw;
    }


}


/* -------------------------------------------------- screen 500 ----------- */
@media (max-width: 500px) {

    /* -------------------------------------------- common 500 ---------- */

    .after-title {
        font-size: 4vw;
    }

    .after-title-light {
        font-size: 4vw;
    }

    .btn {
        padding: 2.5vw 5vw;
        font-size: 4vw;
    }

    /* ------------------------------------- Header & Nav 500 --------- */
    header {
        padding: 2vw 0;
    }

    .logo {
        font-size: 6vw;
    }

    .nav-list-small {
        right: -100vw;
        width: 70vw;
        padding: 2vw 5vw;
    }

    .nav-list-small li:not(:first-child) {
        margin-block: 5vw;
        padding: 4vw 2vw;
    }

    .nav-list-small a {
        font-size: 4vw;
    }

    .open-menu-btn {
        width: 7vw;
    }

    .close-menu-btn {
        width: 10vw;
    }

    .close-li {
        margin-bottom: 5vw;
    }

    /* ----------------------------------------  sec-one 500 --------- */

    .sec-one {
        height: 120vw;
    }

    .sec-one-fixed-content {
        top: 30vw;
    }

    .logo-img-hero {
        width: 45vw;
    }

    .sec-one-fixed-content p {
        font-size: 3.5vw;
    }

    .slide-one {
        height: 120vw;
    }

    .slide-two {
        height: 120vw;
    }

    .slide-three {
        height: 120vw;
    }

    .slide-four {
        height: 120vw;
    }

    /* -------------------------------------- Events Section 500 ------ */

    .section-title {
        font-size: 7vw;
        margin-bottom: var(--after-heading-space);
    }

    .section-title::after {
        width: 20vw;
    }

    .events-container {
        display: grid;
        grid-template-columns: auto;
        gap: 4vw;
    }

    .event-card {
        border-radius: 2vw;
    }

    .event-card-full {
        padding: 8vw 5vw 5vw 5vw;
    }

    .event-card:hover .event-card-full {
        opacity: 1;
    }

    .event-date {
        top: 2.5vw;
        left: 2.5vw;
        padding: 2vw 4vw;
        border-radius: 1vw;
    }

    .event-date span {
        font-size: 3vw;
    }

    .event-img {
        height: 45vw;
    }

    .event-details {
        padding: 2.5vw;
    }

    .event-details-h3 {
        font-size: 5vw;
    }

    .event-details p {
        height: auto;
        font-size: 4.5vw;
    }

    .event-details-full {
        margin-top: 15vw;
    }

    .full-event-detail-p {
        height: auto;
        font-size: 4vw;
    }

    .btn-text {
        font-size: 4vw;
    }

    /* ------------------------------------ About Section 500 --------- */

    .mission-vision-grid {
        grid-template-columns: auto;
        gap: 4vw;
    }

    .about-icon {
        width: 7vw;
    }

    .mv-card h3 {
        font-size: 5vw;
    }

    .mv-card li,
    .mv-card p {
        font-size: 4vw;
    }

    /* -------------------------------- Initiatives Section 500 --------- */

    .initiatives-grid {
        grid-template-columns: auto;
        gap: 4vw;
    }

    .initiative-card {
        padding: 4vw;
    }

    .ini-icon {
        width: 9vw;
    }

    .initiative-card h3 {
        font-size: 5vw;
    }

    .initiative-card ul {
        font-size: 4vw;
    }

    /* ----------------------------------- gallery 500 ------------------ */

    .gal-big {
        display: none;
    }

    .gall-btn-icons {
        width: 14vw;
    }

    .cus-pre-btn {
        left: -2vw;
        opacity: 1;
    }

    .cus-nxt-btn {
        right: -2vw;
        opacity: 1;
    }

    /* --------------------- contact and form Section 500 ------------ */

    .user-form-input {
        grid-template-columns: auto;
        font-size: 4vw;
    }

    .user-form-btns {
        margin-top: 4vw;
        gap: 2vw;
    }

    .input-login {
        font-size: 4vw;
    }

    .form-btn {
        padding: 2vw 4vw;
        font-size: 4vw;
    }

    .contact-sec-ul li {
        font-size: 4vw;
    }

    /* -------------------------------- Trustees Section 500 ---------- */
    .trustees-grid {
        display: grid;
        grid-template-columns: auto;
    }

    .trustee-avatar {
        width: 30vw;
        height: 30vw;
        font-size: 7vw;
    }

    .trustee-name {
        font-size: 5.5vw;
    }

    .trustee-role {
        font-size: 4vw;
    }

    /* ---------------------------------- Footer 500 ------------------ */
    footer {
        font-size: 3vw;
    }

    .footer-logo {
        font-size: 4vw;
    }

    .footer-icons {
        width: 9vw;
    }

    /* -------------------------------- events-page-hero 500----------- */

    .events-page-hero,
    .events-page2-hero,
    .events-page3-hero,
    .all-event-page-hero {
        height: 60vw;
        background-attachment: unset;
    }

    .page-title-two {
        font-size: 10vw;
        line-height: 1;
    }

    .sub-title-two {
        font-size: 4vw;
        margin: 1vw;
    }

    /* ----------------------------- event-information  500------------ */
    .event-details-long {
        font-size: 4vw;
    }

    .program-outline-h5 {
        font-size: 4.8vw;
    }

    .events-page-image {
        width: 100%;
    }

    .whatsapp-link-btn-from {
        font-size: 4.5vw;
        padding: 1vw 8vw;
        border-radius: 1vw;
    }

    .winners-of-event {
        grid-template-columns: auto;
        gap: 4vw;
        margin-top: 2vw;
    }

    .winners-of-event li {
        font-size: 4vw;
    }

    /* ---------------------------------------- All Event  500 ---------- */
    .event-thumbnail {
        grid-template-columns: 100%;
        gap: 8vw;

    }

    .event-thumbnail img {
        width: 100%;
        height: auto;
    }

    .thumb-title {
        width: 100%;
    }

    .thumb-title h5 {
        font-size: 4.5vw;
    }


}