/* FONTS */

@font-face {
    font-family: "Epilogue Light";
    src: url('Assets/fonts/epilogue-2/Epilogue-Light.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Bevan";
    src: url('Assets/fonts/Bevan/Bevan-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "IntegralCF";
    src: url('Assets/fonts/Integral-CF-Font-Family/Fontspring-DEMO-integralcf-regular.otf') format('opentype');
    font-weight: 700;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "Satoshi";
    src: url('/Assests/fonts/Satoshi-Variable/Satoshi-Variable.ttf') format('truetype');
    font-weight: 500;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: "DM Sans";
    src: url('Assets/fonts/DM-Sans-Font/DMSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: swap;
    font-style: normal;
}


body{
    width: 1280px;
    margin: 0px auto;
    overflow-x: hidden;
    height: 100vh;
}

.ngo{
    /* width: 1280px;
    margin: 0px auto; */
    display: grid;
    justify-content: center;
}

.nav-two{
    display: none;
}

nav{
    /* max-width: 100%; */
    display: flex;
    justify-content: safe center;
    align-items: center;
    position: fixed;
    background-color: #ffffff;
    width: 1280px;
    margin: 0px auto;
    z-index: 60;
    /* paddingg: 0px 10px 0px 30px; */
    gap: 280px;

}

.logo{
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    color:  #800080;
    gap: 50px;
    /* margin-left: 25px; */
}

.logo > h3{
    font-size: 13px;
    width: 50px;
    margin-top: 20px;
    
}

.logo span{
    color: #000000;

}
nav img{
    width: 20px;
}

nav ul {
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    list-style: none;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    left: 40px;
}

ul a{
    text-decoration: none;
    font-family: "DM Sans";
    background-color: #ffffff;
    color:  #000000;
    padding: 10px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    align-items: center;
}

.home{
    position: relative;
    left: 35px;
}

.vol-btn{
    position: relative;
    right: 35px;
}

.get-btn{
    color:  #800080;
    cursor: pointer;
    position: relative;
    left: 0px;
}

.cont-btn{
    position: relative;
    right: 35px;
}


nav a{
    text-decoration: none;
}

nav a button{
    font-family: "DM Sans";
    background-color: #800080;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 100px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
}



#vol-btn{
    position: relative;
    background-color:  #f98f0d;
    left: 22px;
}

#vol-btn:hover{
    border: 2px solid #f98f0d;
    background-color: #ffffff;
    color: #f98f0d;
}
 

#donate-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}




/* HERO SECTION */
.hero-section-two{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.hero-section-two img{
    position: absolute;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
    filter: brightness(30%);
}

.stroke{
    width: 200px;
    background-color: #f98f0d;
    height: 4px;
    top: 40px;
}

.main-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* bottom: 20px; */
    /* width: 1280px; */
    text-align: center;
    margin-top: 30px;
}

.main-container span{
    color: #800080;
    border-radius: 5px;
}

.main-container h4{
    color: #ffffff;
    font-size: 40px;
    line-height: 40px;
    font-family: "IntegralCF";
}

.main-container p{
    color: #ffffff;
    font-size: 10;
    font-family: "DM Sans";
}

.only-btn{
    display: flex;
    gap: 0px;
    align-items: center;
}

.only-btn button{
    width: 100px;
    padding: 12px;
    cursor: pointer;
    border: none;
}

.dt-btn{
    background-color: #800080;
    color: #ffffff;
    border: none;
    padding: 12px;
}

.dt-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

.volun-btn{
    background-color: #ffffff;
    color: #f98f0d;
    border: none;
}

.volun-btn:hover{
    background-color: #f98f0d;
    color: #ffffff;
    border: 2px solid #ffffff;
}


/* OUR WORK SECTION */
.work{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
    padding: 0px 50px;
}

.goal{
    text-align: center;
    font-family: "DM Sans";
    display: inline-block;
    width: 100px;
    margin: 0px auto;
    font-size: 15px;
    background-color: #f2acf2;
    color: #300130;
    padding: 10px;
    border-radius: 25px;
}

.work > h3{
    text-align: center;
    font-family: "DM Sans";
    font-size: 40px;
    width: 900px;
    padding-top: 20px;
    margin: 0px auto;
    text-transform: capitalize;
}

.work span{
    color: #f98f0d;
}

.work-sec{
    display: flex;
    font-family: "DM Sans";
    text-align: center;
    margin-top: 20px;
    
}

.work-sec h3{
    font-size: 30px;
    color: #800080;
}

.work-sec p{
    font-size: 12px;
}

.work-list{
    width: 200px;
    margin: 0px auto;
}

/* GET INVOLVED */

.involved{
    display: flex;
    justify-content: center;
    padding: 100px 50px;

}

.involved-sec{
    min-width: 400px;
    box-shadow: 0px 0px 5px 1px #53018623;
}

/* .donate-sec{
    position: relative;
    top: 10px;
} */

.donate-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
}

.donate-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.donate-text p{
    line-height: 25px;
}


/* VOLUNTEER */

.volunteer{
    position: relative;
    top: 10px;
}

.volunteer-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
}

.volunteer-text p{
    line-height: 25px;
}

.volunteer-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.volunteer h3{
    font-family: "DM Sans";
}

/* PARTNER */
.partner{
    position: relative;
    top: 10px;
}

.partner-and-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.partner-and-img img{
    width: 30px;
    height: 30px;
}

.partner-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
    margin-bottom: 10px;
}

.partner-text p{
    line-height: 25px;
}

.partner-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;

}

.cta-btn{
    background-color: #800080;
    font-family: "DM Sans";
    font-size: 12px;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin-top: auto;
}

.involved-image{
    height: 200px;
}

/* ONLY TEXT */
.gallary{
    margin: 0px 60px 0px 60px ;
}

.pictures{
    text-align: center;
    background-color: #f2acf2;
    color: #300130;
    padding: 10px;
    font-size: 14px;
    display: inline;
    margin: 30px auto;
    border-radius: 25px;
    font-family: "DM Sans";
}

.gallary-text{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    gap: 50px;
}

.gallary-text h3{
    font-family: "DM Sans";
    font-size: 30px;
    width: 500px;
}

.gallary-text span{
    color: #f98f0d;
}
.gallary-text p{
    width: 700px;
    font-family: "DM Sans";
    line-height: 30px;
}

.only-img{
    display: flex;
    justify-content: center;
    overflow-x: hidden;
    padding-left: 2px;
}

.only-img img{
    object-fit: cover;
    border-radius: 10px;
    height: 200px;
    width: 200px;
}



/* TEAM SECTION */
.team-sec{
    padding-top: 150px;
    text-align: center;
}

.teams{
    font-family: "DM Sans";
    text-align: center;
    font-size: 13px;
    padding: 12px;
    border-radius: 25px;
    display: inline-flex;
    margin: 0px auto 30px auto;
    background-color: #f2acf2;
    color: #300130;
}

.team-sec h3{
    font-family: "DM Sans";
    font-size: 30px;
    margin-top: -15px;
    text-align: center;
    text-transform: capitalize;
}

.colors{
    width: 100px;
    height: 4px;
    background-color: #f98f0d;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25px;

}

.team-sec h2{
    font-family: "DM Sans";
    font-weight: 700;
    text-align: center;
    font-size: 15px;
}

.team-sec h4{
    font-family: "DM Sans";
    text-align: center;
    font-size: 13px;
    padding-bottom: 30px;
    color: #000000;
}

.team-photos{
    display: grid;
    position: relative;
    right: 35px;
}

.top-team{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    /* gap: 100px; */
}


.team-size{
    background-color: #beb4e43a;
    width: 300px;
    height: 300px;
    font-family: "DM Sans";
    justify-content: center;
}


.team-size h3{
    padding-top: 10px;
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    font-weight: 700;
}

.team-size img{
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    justify-content: center;
}


/* LAST PART */

.last-part-two{
    display: none;
}

.last-part{
    /* background-color: #000000; */
    color: #ffffff;
    justify-content: center;
}

.footer-text{
    display: flex;
    justify-content: space-between;
    gap: 240px;
}

.the-link{
    display: flex;
    justify-content: center;
}

.just-text-sec{
    display: flex;
    justify-content: space-between;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
}

.just-text-sec a{
    text-decoration: none;
}

.just-text-sec h3{
    font-family: "Epilogue Light";
    font-size: 30px;
    width: 200px;
    line-height: 40px;
    color: #ffffff;
}


.just-text-sec p{
    width: 500px;
    font-family: "Epilogue Light";
    line-height: 30px;
}




/* LAST SECTION */
.last-sec{
    display: flex;
    justify-content: space-between;
    font-family: "DM Sans";
    gap: 0px;
    margin: 50px auto;
    color: #000000;
}

.last-sec img{
    width: 100px;
}

.text-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    left: 80px;
    width:  100px;
}

.text-logo h3{
    color: #800080;
    font-family: "DM Sans";
    font-size: 13px;
    width: 25px;
    padding-left: 20px;
}

.text-logo span{
    color: #000000;
}


.last-sec-list{
    font-size: 10px;

}

.last-sec-list li{
    list-style: none;
    line-height: 30px;
}

.last-sec-list a{
    color: #000000;
    text-align: left;
    gap: 0px;
}

.heading{
    font-weight: 700;
    font-size: 15px;
    font-family: "DM Sans";
    color: #121212;
}

/* FOOTER */
footer{
    padding: 0px 60px;
    font-size: 12px;
    margin-top: 0px;
    color: #000000;
}

footer p{
    text-align: center;
    font-family: "DM Sans";
}

hr{
    color: #800080;
    width: 100%;
    
}
/* RESPONSIVE DESIGN */
/* MOBILE */


@media (width <= 480px) {

    nav{
        display: none;
    }

    body{
        max-width: 481px;
        overflow-x: hidden;
    }

    .nav-two{
        display: flex;
        position: fixed;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        align-items: center;
        background-color: #ffffff;
        justify-content: space-between;
        width: calc(100% - 20px);
        max-width: 460px;
        box-sizing: border-box;
        margin: 0px auto;
        font-family: "Epilogue Light";
        z-index: 60;
        padding: 0px 10px;
    }

    .logo-two{
        display: flex;
        align-items: center;
        font-family: "DM Sans";
        color: #800080;
        gap: 10px;
    }

    .logo-two img{
        width: 50px;
    }

    .logo-two a{
        text-decoration: none;
    }

    .logo-two h3{
        font-size: 12px;
        width: 20px;
    }

    .menu{
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .menu img{
        width: 20px;
    }

    .menu button{
        font-family: "DM Sans";
        background-color: #800080;
        color: #ffffff;
        border: 1px solid #ffffff;
        width: 70px;
        border-radius: 5px;
        padding: 10px;
        font-size: 9px;
        cursor: pointer;
    }

    .menu .mobile-menu-toggle{
        display: grid;
        place-items: center;
        width: 40px;
        height: 40px;
        padding: 0px;
        border: 1px solid rgba(218, 122, 215, 0.3);
        background-color: #ffffff;
        border-radius: 5px;
    }

    .menu .mobile-menu-toggle img{
        width: 20px;
    }

    .menu .mobile-donate-btn:hover,
    .menu .mobile-menu-toggle:hover{
        background-color: #ffffff;
        color: #800080;
        border: 2px solid #800080;
    }

    .mobile-nav-links{
        position: absolute;
        top: calc(100% + 8px);
        left: 10px;
        right: 10px;
        display: grid;
        gap: 4px;
        padding: 8px;
        background-color: #ffffff;
        border: 1px solid rgba(218, 122, 216, 0.18);
        border-radius: 8px;
        box-shadow: 0px 16px 30px rgba(61, 24, 56, 0.14);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
    }

    .mobile-nav-open .mobile-nav-links{
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0px);
    }

    .mobile-nav-links a{
        display: flex;
        align-items: center;
        min-height: 44px;
        padding: 0px 12px;
        color: #800080;
        text-decoration: none;
        font-size: 12px;
        font-weight: 700;
        border-radius: 5px;
    }

    .mobile-nav-links a:hover,
    .mobile-nav-links a.active{
        background-color: rgba(218, 122, 213, 0.1);
    }

    .mobile-menu-toggle:focus-visible,
    .mobile-nav-links a:focus-visible{
        outline: 2px solid #800080;
        outline-offset: 2px;
    }

/* HERO SECTION */
.hero-section{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.main-container{
     position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin-top: 100px;
    color: #ffffff;
}


.main-container h4{
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
}

.btn{
    display: flex;
    align-items: center;
}





/* OUR WORK SECTION */
.work{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 150px;
    padding: 0px 50px;
}

.goal{
    text-align: center;
    font-family: "DM Sans";
    display: inline-block;
    width: 100px;
    margin: 0px auto;
    font-size: 15px;
    background-color: #f2acf2;
    color: #300130;
    padding: 10px;
    border-radius: 25px;
}

.work > h3{
    font-family: "DM Sans";
    font-size: 30px;
    width: 394px;
    padding-top: 20px;
    margin: 0px auto;
    text-transform: capitalize;
    position: relative;
    right: 50px;
}

.work span{
    color: #f98f0d;
}

.work-sec{
    display: flex;
    flex-direction: column;
    font-family: "DM Sans";
    text-align: center;
    margin-top: 20px;
    
}

.work-sec h3{
    font-size: 30px;
    color: #800080;
}

.work-sec p{
    font-size: 12px;
}

.work-list{
    width: 200px;
    margin: 0px auto;
}

/* GET INVOLVED */

.involved{
    display: flex;
    justify-content: center;
    padding: 100px 50px;

}

.involved-sec{
    min-width: 400px;
    box-shadow: 0px 0px 5px 1px #53018623;
}


.donate-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
}

.donate-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.donate-text p{
    line-height: 25px;
}

#btn-d{
    margin-top: 20px;
}

/* VOLUNTEER */

.volunteer{
    position: relative;
    top: 10px;
}

.volunteer-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
}

.volunteer-text p{
    line-height: 25px;
}

.volunteer-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.volunteer h3{
    font-family: "DM Sans";
}

/* PARTNER */
.partner{
    position: relative;
    top: 10px;
}

.partner-and-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.partner-and-img img{
    width: 30px;
    height: 30px;
}

.partner-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
    margin-bottom: 10px;
}

.partner-text p{
    line-height: 25px;
}

.partner-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;

}

.cta-btn{
    background-color: #800080;
    font-family: "DM Sans";
    font-size: 12px;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin-top: auto;
}

.involved-image{
    height: 200px;
}


/* ONLY TEXT */
.gallary{
    margin: 40px auto ;
    width: 350px;
}

.pictures{
    text-align: center;
    background-color: #f2acf2;
    color: #300130;
    padding: 10px;
    font-size: 14px;
    display: inline-flex;
    margin: 0px auto;
    border-radius: 25px;
    font-family: "DM Sans";
    position: relative;
    left: 30%;
}

.gallary-text{
    display: flex;
    flex-direction: column;
    position: relative;
    right: 33px;
}

.gallary-text h3{
    font-family: "DM Sans";
    font-size: 29px;
    width: 380px;
    text-align: center;
}

.gallary-text span{
    color: #f98f0d;
}
.gallary-text p{
    width: 350px;
    font-family: "DM Sans";
    line-height: 30px;
    display: flex;
    position: relative;
    left: 20px;
    top: -50px;
}

.only-img{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* flex-wrap: wrap;
    overflow-x: auto;
    scrollbar-width: none; */
    padding-left: 20px;
}

.only-img img{
    object-fit: cover;
    border-radius: 10px;
    height: 200px;
    width: 180px;
}


/* TEAM SECTION */
.team-sec{
    padding-top: 150px;
    padding-right: 80px;
}

.team-sec h3{
    font-family: "DM Sans";
    text-align: center;
    font-size: 30px;
    padding-bottom: 30px;
    color: #000000;
}

.team-sec h2{
    font-family: "DM Sans";
    font-weight: 700;
    text-align: center;
    font-size: 20px;
}

.team-sec h4{
    font-family: "DM Sans";
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
    color: #000000;
}


.top-team{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    position: relative;
    left: 83px;
    /* gap: 30px; */
    /* gap: 100px; */
}

.bottom-team{
    display: grid;
    margin-top: 50px;
    justify-content: center;
    /* gap: 30px; */
    /* gap: 100px; */
}

.team-size{
    background-color: #beb4e43a;
    width: 300px;
    height: 400px;
    font-family: "Epilogue Light";
    justify-content: center;
}

.team-size h3{
    padding-top: 10px;
    text-align: center;
    font-family: "Epilogue Light";
    font-size: 15px;
    font-weight: 700;
}

.team-size-one, 
.team-size-two{
    gap: 50px;
}

.team-size img{
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 10px;
    justify-content: center;
}


/* LAST PART */
.last-part{
    display:none;
}

/* LAST PART */
.last-part{
    display: none;
}
.last-part-two{
    display: block;
    /* background-color: #000000; */
    color: #ffffff;
    margin-top: 0px;
    
}

.just-text-sec-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
}

.just-text-sec-two a{
    text-decoration: none;

}

.explore h3{
    font-family: "Epilogue Light";
    text-align: center;
    font-size: 30px;
    width: 250px;
    line-height: 40px;
    color: #ffffff;
}


.explore p{
    width: 350px;
    font-family: "Epilogue Light";
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    /* margin-top: -10px; */
}


/* LAST SECTION */

.top-sec-two{
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -80px;
    /* right: 10px; */
    gap: 50px;
    right: 20px;
}

#social-sec-two{
    max-width: 80px;
    position: relative;
    /* right: 10px; */
    justify-content: left;
    right: 20px;
}

.the-list{
    position: relative;
    right: 30px;
}

#contact-sec-two {
    position: relative;
    right: 40px;
    text-align: left;
    /* right: 5px; */
}


.bottom-sec-two{
    position: relative;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    gap: 0px;
    /* gap: 150px; */
    right: 20px;
}

#service-sec-two{
    position: relative;
    top: -90px;
    right: 50px;
}

.last-sec-two{
    display: grid;
    justify-content: center;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    font-family: "DM Sans";
    gap: 90px;
    margin: 0px 55px -60px 40px;
    color: #000000;
}

.last-sec-two img{
    width: 100px;
}

.text-logo-two{
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    position: relative;
    right: 100px;
    align-items: center;
}

.text-logo-two h3{
    color: #800080;
    font-size: 20px;
    width: 25px;
    padding-left: 10px;
}

.last-sec-list-two{
    font-size: 12px;
}

.last-sec-list-two li{
    list-style: none;
    line-height: 30px;
}

.last-sec-list-two a{
    color: #000000;
    text-align: left;
}

.heading-two{
    font-weight: 700;
    font-size: 15px;
}

/* FOOTER */

footer{
    padding: 0px 0px;
    font-family: "DM Sans";
    font-size: 12px;
    margin-top: 0px;
    color: #000000;
}

footer p{
    position: relative;
    left: 30px;
}

hr{
    color: #800080;
    max-width: 350px;
    margin: 0px auto;
    margin-right: 100px;
}
}



/* RESPONSIVE DESIGN */
/* TABLET VIEW */
@media (480px < width <= 1024px) {
body{
    width: 1200px;
    margin: 0px auto;
    overflow-x: hidden;
    height: 100vh;
}

.ngo{
    max-width: 1200px;
    margin: 0px auto;
    display: grid;
    justify-content: center;
}

.ngo{
    max-width: 1200px;
    justify-content: center;
}

nav{
    max-width: 1200px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    background-color: #ffffff;
    z-index: 60;
    padding: 0px 0px 0px 43px;
    gap: 90px;
}

.logo{
    display: flex;
    align-items: center;
    font-family: "DM Sans";
    color:  #800080;
    margin: 0px;
    /* margin-left: 25px; */
}

.logo > h3{
    font-size: 12px;
    max-width: 20px;
}

nav img{
    max-width: 50px;
}

nav ul {
    display: flex;
    align-items: center;
    gap: 90px;
    font-family: "DM Sans";
    list-style: none;
    font-size: 13px;
    font-weight: 700;

}

nav a{
    text-decoration: none;
}


ul a{
    text-decoration: none;
    font-family: "DM Sans";
    background-color: #ffffff;
    color:  #000000;
    padding: 0px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
}

.home{
    color:  #000000;
    cursor: pointer;
    margin-bottom: px;
}

.home-border{
    display: flex;
    flex-direction: column;
    margin-bottom: -2px;
}

.border{
    background-color:  #800080;
    width: 20px;
    height: 2px;
    margin-left: 8px;
    margin-top: 10px;

}

nav a button{
    font-family: "DM Sans";
    background-color:  #800080;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 100px;
    padding: 10px;
    font-size: 12px;
    cursor: pointer;
    /* margin-right: 20px; */
    /* margin: 0px; */
}

#donate-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

/* HERO SECTION */
.hero-section{
    position: relative;
    display: flex;
    background-image: url(Assets/images/CTA.svg);
    border-radius: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 340px;
}

.main-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 600px;
    text-align: center;
    font-family: "Epilogue Light";
}

.main-container span{
    color: #8E7ADA;
    border-radius: 5px;
}

.main-container h3{
    color: #ffffff;
    font-size: 40px;
    line-height: 45px;
}

.only-btn{
    display: flex;
    gap: 0px;
    align-items: center;
}

.only-btn button{
    width: 100px;
    padding: 12px;
    cursor: pointer;
    border: none;
}

.dt-btn{
    background-color: #800080;
    color: #ffffff;
    border: none;
    padding: 12px;
}

.dt-btn:hover{
    background-color: #ffffff;
    color: #800080;
    border: 2px solid #800080;
}

.volun-btn{
    background-color: #ffffff;
    color: #f98f0d;
    border: none;
}

.volun-btn:hover{
    background-color: #f98f0d;
    color: #ffffff;
    border: 2px solid #ffffff;
}

/* WORK */
.work > h3{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}


/* GET INVOLVED */

.involved{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 50px 100px 70px;
    gap: 50px;
}

.involved-sec{
    width: 600px;
}

.donate-sec{
    position: relative;
    top: 10px;
}

.donate-text{
    padding: 20px;
    font-family: "DM Sans";
    height: 495px;
}

.donate-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.donate-text p{
    line-height: 45px;
    font-size: 15px;
}


/* VOLUNTEER */

.volunteer{
    position: relative;
    top: 10px;
}

.volunteer-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
}

.volunteer-text p{
    line-height: 40px;
}

.volunteer-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;
}

.volunteer h3{
    font-family: "DM Sans";
}

/* PARTNER */
.partner{
    position: relative;
    top: 10px;
}

.partner-and-img{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.partner-and-img img{
    width: 30px;
    height: 30px;
}

.partner-text{
    padding: 20px;
    font-family: "DM Sans";
    border-radius: 5px;
    height: 495px;
    margin-bottom: 10px;
}

.partner-text p{
    line-height: 45px;
}

.partner-text h3{
    font-family: "DM Sans";
    /* letter-spacing: 5px; */
    text-align: center;

}

.partner-and-img >h3{
    font-family: "DM Sans";
    color: #800080;
    letter-spacing: 4px;

}

.involved-img{
    position: relative;
    top: 50px;
    width: 400px;
    padding-right: 50px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    object-fit: cover;
}

.involved-img img{
    object-fit: cover;
    filter: brightness(30%) contrast(0.8);
}

.involved-sec img{
    object-fit: cover;
    height: 300px;
}

.cta{
    background-color: #800080;
    font-family: "DM Sans";
    font-size: 12px;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    border: none;
}

.cta-btn{
    background-color: #800080;
    font-family: "DM Sans";
    font-size: 12px;
    width: 100%;
    padding: 12px;
    color: #ffffff;
    cursor: pointer;
    border: none;
    margin-top: 10px;
}

#dnt-cta{
    margin-top: 35px;
}

/* ONLY TEXT */
.gallary{
    padding: 0px 20px;
}

.gallary h2{
    text-align: center;
    color: #8E7ADA;
    font-size: 40px;
    font-family: "Bevan";
    margin-right: 400px;
}

.only-img{
    display: flex;
    justify-content: center;
    /* flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; */
    /* flex-direction: column; */
    padding-left: 65px;
    max-width: 800px;
}

.only-img img{
    object-fit: cover;
    border-radius: 10px;
    height: 300px;
    width: 350px;
}




/* TEAM SECTION */
.team-sec{
    padding-top: 150px;
    max-width: 900px;

}

.team-sec h3{
    font-family: "DM Sans";
    text-align: center;
    font-size: 45px;
    padding-bottom: 30px;
    color: #000000;
    margin-right: 80px;
}



.team-sec h4{
    font-family: "Epilogue Light";
    text-align: center;
    font-size: 15px;
    padding-bottom: 30px;
    color: #000000;
}

.team-photos{
    display: flex;
    flex-direction: column;
    margin-right: 70px;
}

.top-team{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    position: relative;
    left: 45px !important;
}

.team-size{
    background-color: #beb4e43a;
    width: 300px;
    height: 400px;
    justify-content: center;
}

.team-size-one{
    display: flex;
    justify-content: center;
    gap: 50px;
}

.team-size-two{
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
}

.team-size img{
    width: 300px;
}

.team-size h3{
    padding-top: 10px;
    text-align: center;
    font-family: "Epilogue Light";
    font-size: 15px;
    font-weight: 700;
}

/* .team-size p{
    margin-top: -20px;
    line-height: 25px;
    text-align: center;
    border: 2px solid yellow;
} */

.team-size img{
    object-fit: cover;
    width: 230px;
    height: 300px;
    border-radius: 10px;
    justify-content: center;
}


/* LAST PART */
.last-part-two{
    display: none;
}

.last-part{
    /* background-color: #000000; */
    color: #ffffff;
    margin-top: 0px;
}

.just-text-sec{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 0px;
    height: 300px;
    align-items: center;
    background-color: #252424;
    width: 1000px;
}

.just-text-sec a{
    text-decoration: none;
}

.just-text-sec h3{
    font-family: "Epilogue Light";
    font-size: 30px;
    width: 200px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-right: 250px;
}


.just-text-sec p{
    width: 500px;
    font-family: "Epilogue Light";
    line-height: 30px;
    text-align: center;
    margin-right: 250px;
}




/* LAST SECTION */
.last-sec{
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0px 0px 0px 10px;
    font-family: "Epilogue Light";
    gap: 0px;
    margin: 0px 0px 0px 0px;
    width: 900px;
    color: #000000;
}

.last-sec img{
    width: 100px;
}

.text-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 50px;
}

.text-logo h3{
    color: #8E7ADA;
    font-size: 15px;
    width: 25px;
    padding-left: 10px;
}

.last-sec-list{
    font-size: 12px;

}

.last-sec-list li{
    list-style: none;
    line-height: 30px;
    width: 150px;
}

.last-sec-list a{
    color: #000000;
    text-align: left;
}

.heading{
    font-weight: 700;
    font-size: 15px;
}

.footer-text{
    padding-left: 20px;
    gap: 50px;
    justify-content: center;
}

/* FOOTER */
footer{
    padding: 0px 60px;
    font-family: "Epilogue Light";
    font-size: 12px;
    margin-top: 0px;
    color: #000000;
}

hr{
    color: #8E7ADA;
    width: 700px;
    margin-right: 400px;
}

}
