@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@300&family=Roboto:wght@300;400&family=Source+Sans+Pro:wght@300;400&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a,
li {
    text-transform: capitalize;
    text-decoration: none;
    list-style: none;
    color: black;
}

body {
    background: #E6E6E642;
}




/* ===================carousel start ============ */
.hero-section {
    position: relative;
    top: 100px;
}

.carousel-item img {
    width: 100% !important;
    height: 550px;
    object-fit: cover;
}

/* ======================carousel ends================ */

/* =====================about us section================== */

.about {
    margin-top: 4rem ;
    background-color: white;
}

.about .over {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #008000 !important;

}
.content-img .img-fluid{
    height: 100%;
    width: 100%;
    object-fit: cover !important;
}

.about .over::after {
    display: block;
    content: '';
    height: 2px;
    width: 3rem;
    background-color: #008000 !important;
    /* margin-top: -0.6rem; */
    border-radius: 100rem;
}



.about .section-title {
    font-size: 2rem;
    font-weight: 700;
    font-family: sans-serif, serif, sans;
    color: #2B7A0B;
    text-transform: uppercase;
}



.about .content-text p {
    font-size: 1rem;
    font-weight: 400;
    /* word-spacing: 0.2rem; */
    padding-bottom: 2rem;
}


.content-text a {
    padding: 0.8rem 2rem;
    border: 2px solid #008000;
    font-size: 1.1rem;
    border-radius: 2rem;
    transition: all 0.2s linear;
    color: black;
}

.content-text a:hover {
    background: #008000;
    color: white;
}

.about .content-text .lead {
    /* text-indent: 10%; */
    font-size: 1.1rem;
    font-weight: 600;
}

.about .content-img {
    width: 100%;
    height: 25rem;
}
@media (max-width:768px) {
    .about .content-img {
        width: 100% !important;
        height: 36rem !important;
    }  
    .about .section-title{
        font-size: 1.9rem !important;
    }
}
.about .content-img img {
    object-fit: cover;
    height: 100%;
    width: 100% ;
}

.about .img-fluid {
    width: 100%;
    object-fit: cover;
}

@media (max-width:1200px) {
    .about .content-text p {
        /* text-indent: 10%; */
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }

    .about .content-text .lead {
        text-indent: 5%;
        font-size: 1rem;
        font-weight: 600;
    }

    .about .content-img {
        height: 500px;
        width: 100%;
    }

    .content-img .img-fluid {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width:426px) {
    .about .content-text p{
        font-size: 0.75rem !important;
    }

    .content-text a {
        padding: 0.6rem 1rem !important;
        
    }

    .about-content .cont{
        height: 20rem !important    ;
    }
}
@media (max-width:992px) {
    
    .about .section-title {
        font-size: 2.5rem;
    }

        .about .content-text p {
            font-size: 0.9rem;
            /* font-weight: 600; */
            margin-bottom: 10px !important;
        }

    .about .content-text .lead {
        font-size: 1rem;
        font-weight: 600;
    }

    .content-text a {
        font-size: 1rem;
        font-weight: 600;
    }

    .about .content-img {
        margin-top: 2rem;
        height: 400px;
    }
}


/*====================== about us end===================== */

/* ======================Project starts============== */

.project-section {
    padding: 4rem 0;
    /* background: #E6E6E642; */
}

.project-section .card {
    min-height: 250px;
    max-height: 500px;
    border: none;
}

.project-section .section-title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #2B7A0B;
    text-transform: uppercase;
}

.project-section .section-title::after {
    display: block;
    content: '';
    height: 3px;
    width: 3rem;
    background-color: #2B7A0B !important;
}

.project-section .project-link {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2B7A0B;
}

.project-section .card-title {
    font-size: 1rem;
    font-weight: 600;
    height: 60px;
    overflow-y: hidden;
}

.project-section .card .card-img-top {
    height: 200px;
}

.project-section .card-body {
    padding: 1rem 0.5rem;
}

@media (max-width:768px) {
    .project-section .card {
        height: 300px !important;
    }

    .project-section .card .card-img-top {
        height: 200px;
    }


}

/* ==================== project ends================ */

/* =======================word section starts============= */

.word {
    margin-top: 4rem;
}

.word h2 {
    font-weight: 700;
    font-size: 1.5rem;
    text-align: center;
    font-family: sans-serif;
    color: #008000;
}

/* ========================word section ends=================== */


/* =========================program section start======================= */
.program {
    background: white;
}

.program .program-heading {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 3rem;
    text-transform: uppercase;
    color: #2B7A0B;

}

.program .program-heading::after {
    display: block;
    content: '';
    height: 3px;
    width: 3rem;
    background-color: #2B7A0B !important;
}

.program h3 {
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.program .program-img {
    width: 130px;
    margin-bottom: 1rem;
}

.program .program-img img {
    width: 130px;
    object-fit: cover;

}

.program .program-description {
    padding-left: 2rem;
}

@media (max-width:455px) {
    .program .program-img {
        height: 100%;
        width: 100px;
        margin-top: 1rem;
    }

    .program .program-img img {

        width: 100%;
        object-fit: cover;
    }
}

/* ========================program section ends============================= */
/* ========================Activities section================ */

.activities-section {
    padding: 4rem 0;
}

.activities-section .card {
    border: none;
}

.activities-section .heading {
    padding-bottom: 1rem;
}

.activities-section .heading h2 {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #2B7A0B;
    text-transform: uppercase;
}

.activities-section .heading h2::after {
    display: block;
    content: '';
    height: 3px;
    width: 3rem;
    background-color: #2B7A0B !important;
}

.activities-section .heading p {
    font-size: 1.3rem;
    font-weight: 600;
}

.activities-section .heading a {
    padding: 0.5rem 2rem;
    border-radius: 10rem;
    font-size: 1rem;
    font-weight: 600;
    color: black;
    border: 2px solid #008000;
    transition: all 0.3s linear;
}

.activities-section .card-body {
    padding: 0.5rem;
}

.activities-section .heading a:hover {
    color: white;
    background: #008000;
}

.activities-section .activities .card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    /* border-radius: 5px; */
}

.activities-section .activities .card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    margin-bottom: 0 !important;
}

.activities-section .card-title {
    font-size: 1.2rem;
    font-weight: 600;
}



.activities-section .activities-link {
    font-size: 1rem;
    font-weight: 600;
    color: #2B7A0B;
}

@media (max-width:1200px) {
    .activities-section .card-text {
        margin-bottom: 2rem;
    }
}

/* =========================Activities section ends=================== */

/* ===========================donor partner starts===================== */

.donor-partner {
    background-color: white;
}

.slide-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.donor-partner .slide {
    width: 100px;
    height: 100px;
}

.slide img {
    width: 100px;
    height: 100%;
    object-fit: contain;
}

/*====================== about-us page start ====================*/

.title-section {
    height: 5rem;
    /* background-color: #008000; */
    background-color: rgba((169, 167, 167, 0.681), 0.681);
    margin-bottom: 2rem;
}

.title-section h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    /* margin: 1rem 0; */
    height: 5rem;
    line-height: 5rem;
}

.aboutUs-content .description-section h3 {
    font-size: 2.5rem;
    font-weight: 700;
}

.aboutUs-content .about-description {
    font-size: 1rem;
    font-weight: 600;
}


.aboutUs-content .about-img {
    height: 500px !important;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width:400px) {
    .aboutUs-content .about-img {
        height: 400px !important;
    }
}


/* ===================== about-us page end =====================*/



/* ====================== Contact-us page start =================== */

.contact-section {
    margin-top: -1rem;
}

.contact-section h2 {
    font-size: 2rem;
    font-weight: 700;
    text-transform: capitalize;
    height: 5rem;
    line-height: 5rem;
}

.contact-section h3{
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: capitalize  ;

}

.contact-section .contact-icon{
    font-size: 2rem;
    background:#008000;
    color: white;
    padding: 1rem;
    border-radius: 10px;
}

.contact-section .c-title{
    font-size: 1.2rem;
    font-weight: 600;
}   

.contact-section .c-ans{
    font-size: 1rem;
    font-weight: 600;
}
input {
    width: 100%;
    height: 3.8rem;
    background-color: rgba(198, 193, 193, 0.737);
    padding-left: 1rem;
    outline: none;
    border: none;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem;
}


textarea {
    width: 100%;
    background-color: rgba(198, 193, 193, 0.737);
    padding-left: 1rem;
    padding-top: 1rem;
    outline: none;
    border: none;
    font-size: 1rem !important;
    font-weight: 600 !important;
    margin-bottom: 2rem;
}

.contact-section button{
    padding: 0.8rem 1.5rem;
    font-size: 1.1rem;
    text-transform: capitalize;
    border-radius: 40px;
    background-color: #008000;
    color: white;
    font-weight: 600;
}




@media (max-width:992px) {
    .c-address{
        display: flex;
    }
    .contact-section .contact-icon{
        font-size: 2rem;
        background:#008000;
        color: white;
        /* padding: 0.4rem 0.5rem; */
        border-radius: 10px; 
        height: 4rem;   
        line-height: 2rem;
    }
}
/* ======================= Contact-us page ends ================== */