/* 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: "Bebas Neue Regular";
    src: url('Assests/fonts/bebas_neue/BebasNeue-Regular.otf') format('opentype');
    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;
}

.nav-two{
    display: none;
}

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

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

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;
}

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

.home{
    color:  #800080;
    cursor: pointer;
    position: relative;
    left: 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;
    /* margin-right: 20px; */
}

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

#contact-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{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 50px;
    background-color: #290129;
    /* background-color: #F8F6FF; */
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 35px;
}

.intro{
    width: 500px;
    padding-left: 5px;
}

.intro h3{
    font-family: "IntegralCF", sans-serif;
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    text-transform: capitalize;
}

.intro span{
    color: #f98f0d;
}

.intro p{
    font-family: "DM Sans";
    font-size: 12px;
    color: #dbd9de;
    line-height: 25px;
    width: 400px;
    padding-bottom: 5px;
}

.hero-btn{
    display: flex;
    align-items: center;
    font-family: "DM Sans";
}

.dt-btn{
    width: 100px;
    text-align: center;
    background-color: #800080;
    color: #ffffff;
    /* border: 1px solid #ffffff; */
    padding: 14px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0px;
    border: none;
}

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

.the-btn{
    width: 100px;
    text-align: center;
    background-color: #ffffff;
    color: #f98f0d;
    border: none;
    /* border: 2px solid #f98f0d; */
    padding: 12px;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0px;
}


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

.hero-section img{
    margin-top: 50px;
    height: 350px;
    border-radius: 20px;
    border: 7px solid #f98f0d;
}

/* WHAT WE DO */

.what-we-do{
    margin-top: 100px;
    margin-bottom: 100px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.what-we-do p{
    color: #800080;
    background-color: #f2acf2;
    padding: 10px;
    border-radius: 25px;
    width: 115px;
    margin-top: 100px;
    font-family: "DM Sans";
}

.service-section{
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0px auto;
}
.providing{
    display: flex;
    justify-content: space-between;
    padding: 0px 50px;
    margin-bottom: 50px;
    gap: 50px;
}

.providing span{
    color: #f98f0d;
}
.providing h3{
    font-weight: 700;
    font-family: "DM Sans";
    font-size: 30px;
    width: 400px;
    margin-top: -2px;
}

.providing p{
    font-family: "DM Sans";
    width: 600px;
    font-size: 14px;
    line-height: 30px;
    margin-top: -15px;
}

.the-img{
    display: grid;
    position: relative;
    margin-left: 0px;
    margin-top: 20px;
    z-index: 20px;
    gap: 5px;
}

.the-img > p{
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    color: #800080;
    background-color: #f2acf2;
    width: 120px;
    margin-right: 250px;
    padding: 13px;
    margin: 30px auto 20px auto;
    border-radius: 25px;
}

.top{
    display: flex;
    object-fit: cover;
    gap: 7px;
    position: relative;
}

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

.gradient > img{
    position: absolute;
    width: 590px;
    border-radius: 22px;
}

.gradient-two{
    position: relative;
    bottom: 10px;
    left: 180px;
}


.underlay{
    position: absolute;
    z-index: 30px;
    width: 599px;
    height: 327px;
    top: 112px;
    background-color: #000000a6;
    border-radius: 6px;
    border-radius: 15px;
}

.top img{
    position: absolute;
    width: 600px;
    height: 330px;
    filter: brightness(20%);
    z-index: 30;
    top: 110px;
}

.gradient-two > img{
    position: absolute;
    top: 130px;
    width: 590px;
    height: 329px;
    border-radius: 15px;
}

.gradient-two .just-text{
    top: 310px;
}
.bottom{
    display: flex;
    object-fit: cover;
    gap: 5px;
    position: relative;
    top: 173px;
}

.underlay-two{
    position: absolute;
    z-index: 30px;
    width: 599px;
    top: 160px;
    background-color: #000000a6;
    border-radius: 15px;
}

.bottom img{
    position: absolute;
    /* width: 600px;
    height: 600px; */
    filter: brightness(20%);
}

.other-gradient > img{
    border-radius: 15px;
    top: 132px;
    width: 599px;
    height: 298px;
    object-fit: cover;
    filter: brightness(40%);
}

.another-gradient > img{
    border-radius: 15px;
    top: 132px;
    width: 594px;
    height: 298px;
    object-fit: cover;
    left: 1.5px;
}
.another-gradient{
    position: relative;
    left: 180px;
}

.just-text{
    position: relative;
    top: 290px;
    color: #ffffff;
    width: 420px;
    left: 50px;
    font-family: "DM Sans";
    z-index: 45;
}

.just-text h3{
    font-size: 30px;
}

.just-text p{
    font-size: 15px;
    line-height: 20px;
}

/* ABOUT SECTION */

.img-text-bg-two{
    display: none;
}

.about{
    display: grid;
    margin-top: 20px;
}

.about > p{
    background-color: #f2acf2;
    color: #1e001e;
    font-family: "DM Sans";
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
}

.about span{
    color: #9d279d;
}

.about h3{
    text-align: center;
    font-weight: 600;
    font-family: "DM Sans";
    font-size: 15px;
    max-width: 900px;
    position: relative;
    left: 110px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -5%;
}



.img-text-bg{
    background-color: #d3cfe03b;
    position: relative;
    margin: 0px;
    gap: 0px;
    border-radius: 45px;
}

.img-text{
    display: flex;
    justify-content: center;
    padding: 20px 0px 100px 0px;
    gap: 0px;
}

.img-text p{
    
    font-family: "DM Sans";
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    padding-bottom: 10px;
    width: 600px;
}


.p-h{
    
    margin-top: -10px;
    width: 550px;
}

.p-h h4{
    font-family: "DM Sans";
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    text-align: left;
}

.first .p-h{
    width: 600px;
    position: relative;
    right: 80px;
}

.first img{
    position: relative;
    right: 28px;
}

.second .p-h{
    width: 600px;
}

.second img{
    position: relative;
    left: 28px;
}

.img-text img{
    padding-top: 20px;
    width:  400px;
    border: none;
}



/* NUMBERS */

.impact-two{
    display: none;
}

.impact{
    padding:0px 0px 100px 0px;
    margin-top: -70px;
}

.impact-text{
    display: flex;
    flex-direction: column;
    padding: 20px 40px;
    justify-content: space-between;
    align-items: center;
}
 

.impact-text > p{
    text-align: center;
    font-family: "DM Sans";
    font-size: 15px;
    color: #800080;
    background-color: #f2acf2;
    width: 120px;
    padding: 10px;
    border-radius: 25px;
    margin-bottom: -5px;
}

.the-impact{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.the-impact > h3{
    font-family: "DM Sans";
    font-size: 30px;
}

.orange{
    width: 70px;
    background-color: #f98f0d;
    height: 4px;
    margin: 0px auto;
    margin-top: -20px;
}

.number{
    display: flex;
    justify-content: center;
    gap: 100px;
    align-items: center;
}

.number h4{
    font-family: "DM Sans";
    font-size: 40px;
    font-weight: 900;
    text-align: center;
    color: #000000;
    width: 150px;
    padding: 20px 0px;
}

.number p{
    font-family: "DM Sans";
    font-size: 13px;
     text-align: center;
     margin-top: -30px;
     text-transform: uppercase;
     font-weight: 700;
}


/* TESTIMONIES */
.testimony > p{
    /* background-color: #f2acf2;
    color: #1e001e; */
    background-color: #f2acf2;
    color: #800080;
    display: flex;
    justify-content: center;
    width: 100px;
    font-family: "DM Sans";
    padding: 13px;
    border-radius: 25px;
    text-align: center;
    margin: 0px auto;
}

.testimonial{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-left: 2px;
    /* max-width: 1400px; */
    gap: 10px;
}

.testify img{
    width: 30px;
}

.sub-text{
    font-family: "DM Sans";
    font-weight: 700;
    margin-top: -5px;
    display: flex;
    justify-content: center;
}

.sub-text p{
    color: #000000;
    font-size: 30px;
    text-align: center;
}

.sub-text span{
    color: #f98f0d;
}

.testify{
    /* border: 1px solid #8E7ADA; */
    min-width: 300px;
    border-radius: 5px;
    font-family: "DM Sans";
    padding:10px;
    box-shadow: 0px 0px 5px 1px #53018623;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.testify h3{
    font-family: "DM Sans";
    margin-top: auto;
    font-size: 15px;
}

.testify p{
    font-size: 15px;
    line-height: 30px;
}



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

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

.just-text-sec{
    display: flex;
    justify-content: space-between;
    margin: 0px auto 0px auto;
    max-width: 1100px;
    padding: 0px;
    align-items: center;

}

.the-link{
    display: flex;
    justify-content: center;
     background-color: #252424;
     padding: 0px;
}

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

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


.just-text-sec p{
    width: 500px;
    font-family: "DM Sans";
    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{
        width: 100%;
        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%);
        max-width: 460px;
        box-sizing: border-box;
        margin: 0px auto;
        font-family: "DM Sans";
        z-index: 60;
        padding: 0px 10px;
        /* background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px); */
    }

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

    .logo-two a{
        display: flex;
        align-items: center;
        text-decoration: none;
    }

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

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

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

    .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;
    /* margin-right: 20px; */
}

.menu .mobile-menu-toggle{
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0px;
    border: 1px solid #800080;
    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(204, 122, 218, 0.18);
    border-radius: 8px;
    box-shadow: 0px 16px 30px rgba(52, 24, 61, 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, 205, 0.1);
}

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

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

/* HERO SECTION */

.hero-section{
    display: grid;
    align-items: center;
    max-width: 90%;
    margin: 0px auto;
    padding: 0px;
    /* padding-bottom: 20px;
    padding-left: 50px;
    padding-right: 60px;
    padding-top: 50px; */
}

.intro{
    max-width: 90%;
    margin: 0px auto;
    padding-top: 30px;
    /* margin-right: 50px; */
    margin-left: 5px;
    text-align: center;
}

.intro h3{
    font-family: "IntegralCF";
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 50px;
    margin-left: 15px;
    max-width: 90%;
}

.intro span{
    color: #f98f0d;
}

.intro p{
    font-family: "Epilogue Light";
    font-size: 15px;
    color: #121212;
    line-height: 25px;
    max-width: 450px;
    padding-bottom: 5px;
    margin-left: 17px;
}

.hero-btn{
    display: flex;
    margin: 0px auto;
    align-items: center;
}

.dt-btn{
    width: 100px;
    text-align: center;
    background-color: #800080;
    color: #ffffff;
    padding: 12px;
    font-size: 12px;
    cursor: pointer;
}

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

.the-btn{
    width: 100px;
    text-align: center;
    background-color: #ffffff;
    color: #f98f0d;
    padding: 12px;
    font-size: 12px;
    cursor: pointer;
}


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

.hero-section img{
    max-width: 100%;
    margin-top: 50px;
    height: 230px;
    margin-left: 35px;
}

/* ABOUT SECTION */

.img-text-bg{
    display: none;
}

.img-text-bg-two{
    background-color: #d3cfe03b;
    position: relative;
    margin: 0px;
    gap: 0px;
    border-radius: 45px;
}

.about-two{
    display: grid;
    margin-top: 20px;
}

.about-two > p{
    background-color: #f2acf2;
    color: #1e001e;
    font-family: "DM Sans";
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
}

.about-two span{
    color: #9d279d;
}

.about-two h3{
    text-align: center;
    font-weight: 600;
    font-family: "DM Sans";
    font-size: 25px;
    max-width: 900px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -5%;
}


.img-text-two{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* padding: 20px 0px 100px 0px; */
    gap: 0px;
}

.img-text-two p{
    font-family: "DM Sans";
    font-size: 15px;
    line-height: 25px;
    border-radius: 5px;
    padding-bottom: 10px;
    width: 300px;
    margin: 0px auto;
}


.p-h{
    margin-top: -10px;
    width: 350px;
}

.p-h h4{
    font-family: "DM Sans";
    font-size: 25px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}

.first .p-h{
   width: 348px;
   margin: 0px auto;
   padding: 0px;
   position: relative;
   left: 5px;
}

/* .first img{
    position: relative;
    right: 28px;
} */

.second .p-h{
    width: 348px;
   margin: 0px auto;
   padding: 0px;
}

/* WHAT WE DO */

.service-section{
    display: flex;
    flex-direction: column;
    max-width: 400px;
    margin: 0px auto;
}

.what-we-do{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.what-we-do p{
    color: #800080;
    background-color: #f2acf2;
    padding: 10px;
    border-radius: 25px;
    font-size: 12px;
    width: 115px;
    position: relative;
    left: 35%;
    font-family: "DM Sans";
}


.providing{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    /* padding: 0px 50px; */
    position: relative;
    right: 20px;
    margin-bottom: 50px;
}

.providing span{
    color: #f98f0d;
}
.providing h3{
    font-weight: 700;
    font-family: "DM Sans";
    font-size: 25px;
    width: 350px;
    margin-top: -2px;
    text-align: center;
    position: relative;
    right: 15px;
}

.providing p{
    font-family: "DM Sans";
    width: 350px;
    font-size: 14px;
    line-height: 30px;
    margin-top: -35px;
}

/* NUMBERS */

.impact{
    display: none;
}

.impact-two{
    display: block;
    padding:100px 0px;
}

.impact-text{
margin-top: 70px;
}

.the-impact p{
    font-size: 12px;

}
.the-impact > h3{
    text-align: center;
    width: 300px;
}

.number-two{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}

.number-two h4{
    font-family: "Bebas Neue Pro";
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    color: #8E7ADA;
    width: 150px;
    padding: 20px 0px;
}

.number-two p{
    font-family: "Epilogue Light";
    font-size: 13px;
     text-align: center;
     margin-top: -30px;
     text-transform: uppercase;
     font-weight: 700;
}

/* WHAT WE DO */

.the-img{
    display: grid;
    justify-content: flex-start;
    z-index: 20px;
    gap: 5px;
    position: relative;
    right: 26px;
    padding: 0 var(--page-pad) var(--section-gap);
}

.top{
    display: grid;
    /* object-fit: cover; */
    gap: 7px;
}

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

.gradient .just-text{
    top: 180px;
}

.gradient .just-text h3{
    font-size: 25px;
}

.gradient > img{
    position: absolute;
    height: 200px;
    width: 95%;
    margin: 0px auto;
    left: 28px;
}

.gradient-two{
    position: relative;
    top: 190px;
    width: 410px;
    height: 240px;
    left: 220px;
}

.gradient-two .just-text{
    top: 80px;
    left: -170px;
}

.gradient-two .just-text h3{
    font-size: 25px;
}
.underlay{
    position: absolute;
    z-index: 30px;
    width: 375px;
    height: 200px;
    top: 110px;
    left: 35px;
    background-color: #000000a6;
    border-radius: 6px;
}


.gradient-two > img{
    position: absolute;
    top: 0px;
    width: 90%;
    height: 205px;
    border-radius: 6px;
    left: -185px;
}

.bottom{
    display: grid;
    object-fit: cover;
    gap: 5px;
    position: relative;
    top: 120px;

}

.underlay-two{
    position: absolute;
    z-index: 30px;
    width: 599px;
    top: 160px;
    background-color: #000000a6;
    border-radius: 15px;
}

.other-gradient{
    height: 250px;
}

.other-gradient > img{
    border-radius: 6px;
    top: 42px;
    width: 370px;
    /* height: 180px; */
    left: 35px;
    height: 230px;
    /* object-fit: cover; */
    filter: brightness(40%);
}

.other-gradient .just-text{
    top: 115px;
}

.other-gradient .just-text h3{
    font-size: 25px;
}

.another-gradient > img{
    border-radius: 6px;
    top:25px;
    width: 375px;
    height: 190px;
    /* width: 594px; */
    /* height: 158px; */
    /* object-fit: cover; */
    left: 3dvh;
}

.another-gradient .just-text{
    top: 105px;
    left: 35px;
}

.another-gradient .just-text h3{
    font-size: 25px;
}

.another-gradient{
    position: relative;
    left: 10px;
}

.just-text{
    position: relative;
    top: 190px;
    color: #ffffff;
    width: 320px;
    left: 50px;
    font-family: "DM Sans";
    z-index: 45;
}

.just-text h3{
    font-size: 30px;
}

.just-text p{
    font-size: 15px;
    line-height: 20px;
}


/* TESTIMONIES */
.testimony > p{
    /* background-color: #f2acf2;
    color: #1e001e; */
    background-color: #f2acf2;
    color: #800080;
    display: flex;
    justify-content: center;
    width: 100px;
    font-family: "DM Sans";
    padding: 13px;
    border-radius: 25px;
    text-align: center;
    margin: 0px auto;
    margin-top: 50px;
}

.testimonial{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-left: 2px;
    /* max-width: 1400px; */
    gap: 10px;
}

.testify img{
    width: 30px;
}

.sub-text{
    font-family: "DM Sans";
    font-weight: 700;
    margin-top: -5px;
    display: flex;
    justify-content: center;
}

.sub-text p{
    color: #000000;
    font-size: 25px;
    text-align: center;
    width: 350px;
}

.sub-text span{
    color: #f98f0d;
}

.testify{
    /* border: 1px solid #8E7ADA; */
    min-width: 300px;
    border-radius: 5px;
    font-family: "DM Sans";
    padding:10px;
    box-shadow: 0px 0px 5px 1px #53018623;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
}

.testify h3{
    font-family: "DM Sans";
    margin-top: auto;
    font-size: 15px;
}

.testify p{
    font-size: 15px;
    line-height: 30px;
}




/* 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;
}

#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: 40px;
    /* gap: 150px; */
}

#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: flex-end;
    margin-bottom: 50px;;
    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;
    margin-top: 20px;

}

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

hr{
    color: #8E7ADA;
    max-width: 350px;
    margin: 0px auto;
    margin-top: 50px;
}
}




/* RESPONSIVE DESIGN */
/* TABLET */

@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:  #800080;
    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{
    display: grid;
    align-items: center;
    max-width: 90%;
    margin: 0px auto;
    padding: 0px;
    padding-left: 30px;
}

.intro{
    width: 1000px;
    margin: 0px auto;
    padding-top: 30px;
    display: grid;
    justify-content: center;
}

.intro h3{
    font-family: "IntegralCF";
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 50px;
    margin-left: 0px;
    max-width: 500px;
    text-align: center; 
}

.intro span{
    color: #f98f0d;
}

.intro p{
    font-family: "DM Sans";
    font-size: 15px;
    color: #e4e4e4;
    line-height: 25px;
    width: 700px;
    padding-bottom: 5px;
    margin-left: 35px;
    text-align: center;
}

.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.dt-btn{
    width: 100px;
    text-align: center;
    background-color: #800080;
    color: #ffffff;
    padding: 14px;
    font-size: 12px;
    cursor: pointer;
}

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

.the-btn{
    width: 100px;
    text-align: center;
    background-color: #ffffff;
    color: #f98f0d;
    padding: 12px;
    font-size: 12px;
    cursor: pointer;
}


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


.hero-section img{
    width: 900px;
    margin-top: 50px;
    height: 400px;
    position: relative;
    right: 145px;
}



/* ABOUT SECTION */

.about{
    display: grid;
    margin-top: 50px;
    justify-content: center;
}

.about> h3{
    width: 800px;
    margin: 0px auto;
    left: 0px;
    padding: 0px 30px;
    width: 800px;
}


.img-text-bg{
    display: none;
}


.img-text-bg-two{
    background-color: #d2caf03b;
    display: block;
    justify-content: flex-start;
    position: relative;
    margin: 0px;
    right: 185px;
    padding: 0px;
    /* left: 20px; */
    /* border: 2px solid; */
    /* margin: -5px; */
    /* gap: 50px; */
}

.img-text-two{
    display: grid;
    justify-content: space-between;
    max-width: 350px;
    /* margin-top: -20px; */
    gap: 0px;
    /* border: 2px solid blue; */
    /* padding: 20px 150px 100px 150px; */
    /* gap: 50px; */
}

.img-text-two p{
    position: relative;
    width: 700px;
    right: 180px;
    margin: 30px 190px 0px 0px;
    font-family: "Epilogue Light";
    font-size: 20px;
    line-height: 35px;
    /* border-left: 2px solid #da7ad565;
    border-right: 2px solid #8E7ADA;
    border-bottom: 2px solid #8f7bde7f; */
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    padding-bottom: 10px;
}

.p-h-two{
    /* padding-left: 5px; */
    margin-top: -10px;

}

.p-h-two h4{
    font-family: "Bevan";
    color: #252424;
    text-align: center;
    margin-right: 500px;
    font-size: 35px;
}

.img-text-two img{
    /* display: flex; */
    position: relative;
    padding-top: 20px;
    right: 180px;
    width:  720px;
    border: none;
    border-radius: 10px;
}

.first .p-h{
    right: 20px;
    width: 400px;
}

.first img{
    right: 0px;
}

.second .p-h{
    right: 20px;
    width: 400px;
}

.second img{
    left: 0px;
}
/* NUMBERS */

.impact-two{
    display: none;
}

.impact{
    padding:100px 0px;
}

.impact > h3{
    text-align: center;
    font-size: 40px;
    font-family: "DM Sans";
    color: #800080;
    margin-bottom: -20px;
    margin-right: 400px;
}

.number{
    display: flex;
    justify-content: flex-start;
    gap: 50px;
    align-items: center;
    padding-left: 45px;

}

.number h4{
    font-family: "DM Sans";
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    color: #000000;
    width: 150px;
    padding: 20px 0px;
}

.number p{
    font-family: "DM Sans";
    font-size: 13px;
     text-align: center;
     margin-top: -30px;
     text-transform: uppercase;
     font-weight: 700;
}


/* WHAT WE DO */

.what-we-do{
    text-align: center;
    font-family: "Epilogue Light";
    color: #8E7ADA;
    margin-bottom: -50px;
    font-size: 40px;
    margin-right: 370px;
}

.what-we-do p{
    font-size: 12px;
    margin-left: 10px;
}

.the-img{
    display: grid;
    position: relative;
    margin-left: 80px;
    margin-top: -20px;
    z-index: 20px;
    gap: 5px;
    padding: 0 var(--page-pad) var(--section-gap) !important;
}

.top{
    display: flex;
    flex-direction: column;
    object-fit: cover;
    gap: 7px;
    position: relative;

}

.gradient{
    position: relative;
    top: 10px;
    left: 50px;
}

.gradient > img{
    position: absolute;
    width: 590px;
    border-radius: 22px;
}

.gradient-two{
    position: relative;
    top: 175px;
    bottom: 10px;
    left: 55px;
}


.underlay{
    position: absolute;
    z-index: 30px;
    width: 599px;
    height: 327px;
    top: 112px;
    background-color: #000000a6;
    border-radius: 6px;
    border-radius: 15px;
}

.top img{
    position: absolute;
    width: 600px;
    height: 330px;
    filter: brightness(20%);
    z-index: 30;
    top: 110px;
}

.gradient-two > img{
    position: absolute;
    top: 130px;
    width: 599px;
    height: 334px;
    border-radius: 15px;
}

.gradient-two .just-text{
    top: 330px;
}
.bottom{
    display: flex;
    flex-direction: column;
    object-fit: cover;
    gap: 5px;
    position: relative;
    top: 385px;

}

.underlay-two{
    position: absolute;
    z-index: 30px;
    width: 599px;
    top: 160px;
    background-color: #000000a6;
    border-radius: 15px;
}

.bottom img{
    position: absolute;
    /* width: 600px;
    height: 600px; */
    filter: brightness(20%);
}

.other-gradient > img{
    border-radius: 15px;
    top: 132px;
    width: 599px;
    height: 298px;
    object-fit: cover;
    left: 55px;
    filter: brightness(40%);
}

.other-gradient .just-text{
    left: 100px;
    bottom: 50px;
}

.another-gradient > img{
    border-radius: 15px;
    top: 290px;
    width: 594px;
    height: 298px;
    object-fit: cover;

}
.another-gradient{
    position: relative;
    left: 60px;
}

.another-gradient .just-text{
    top: 450px;
}

.just-text{
    position: relative;
    top: 290px;
    color: #ffffff;
    width: 420px;
    left: 50px;
    font-family: "DM Sans";
    z-index: 45;
}

.just-text h3{
    font-size: 30px;
}

.just-text p{
    font-size: 15px;
    line-height: 20px;
}



/* TESTIMONIES */
.testimony{
    text-align: center;
    font-family: "Bevan";
    color: #8E7ADA;
    font-size: 13px;
    margin-top: 950px;
    margin-right: 380px;
}

#first-testifier{
    margin-left: 15px;
}

.testimonial{
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    padding-left: 2px;
    /* max-width: 1400px; */
    gap: 10px;
}

.testify{
    min-width: 300px;
    border-radius: 5px;
    font-family: "DM Sans";
    padding:10px;
}

.testify h3{
    font-family: "DM sans";
    font-size: 20px;
}

.testify p{
    font-size: 15px;
    line-height: 30px;
}



/* 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: center;
    margin: 50px 0px;
    padding-left: 40px;
    padding-right: 40px;
    height: 300px;
    align-items: center;
    background-color: #252424;
    /* margin-right: 400px; */
}

.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: 350px;
}


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




/* LAST SECTION */
.last-sec{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    padding: 0px 10px 0px 10px;
    font-family: "Epilogue Light";
    gap: 90px;
    margin: 60px 400px 0px 0px;
    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;
}

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

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

/* 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;
}
}
