*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}
body{
    background-color: RGB(247, 247, 247);
}

.img-carousel{
    width: 100%;
    opacity: 0.8;
    height: 32rem;
}
.btn-carousel {
    color: #fff;
    background-color: #e91e63;
    border-color: transparent;
    padding: 12px;
    border-radius: 7px;
    text-decoration: none;
}

.page{
    height: 100vh;
}

.donationpage_conatiner{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    gap: 1rem;
}

.donationpage_heading_conatiner{
    text-align: center;
}

.donationpage_heading{
    font-size: 50px;
    color: brown;
}

.donationpage_img_btn_conatiner{
   
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    gap: 7rem;
    flex-wrap: wrap;
    align-items: center;
}

.donationpage_image{
    height: 450px;
    width: 500px;
    border-radius: 10px;
}
.btn-conatiner{
    position: relative;
    left: 2rem;
    text-align: center;
}
.fund_btn{
    margin-top: 0.5rem;
    background-color: burlywood;
    border-radius: 10px;
    border: burlywood solid;
    font-size: 25px;
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: white;
     margin: 1rem;
}

/* a .fund_btn{
    background-color: burlywood;
} */

.fund_btn:hover{
    color: burlywood;
 background-color: white;
 transition: 0.3s;
}
.working_btn{
    border: none;
    border-radius: 5px;
    padding: 0.5rem;
    color: aliceblue;
   background-color: rgb(212, 204, 204);
   margin: 1rem;
  
}



.RaiseFund_conatiner{
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 1.5rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    
}
.container_RAISEFUNDS{
    text-align: center;
}
.RAISEFUNDS{
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
}
.CHILDRENimage{
    width:500px ;
    height: 300px;
    padding: 1rem;
}
.RAISEFUND_BTN{
    margin-top: 0.5rem;
    background-color: burlywood;
    border-radius: 10px;
    border: burlywood solid;
    font-size: 20px;
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: white;
}
.RAISEFUND_BTN:hover{
    color: burlywood;
 background-color: white;
 transition: 0.3s;
}


.flex_image{
    width: 100%;
    padding: 1rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.container_discription{
    text-align: center;
    padding: 1rem;
}
.discription{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
}
.iamgeart{
    width:280px ;
    height: 300px;
    border-radius: 50px;
    padding: 0.5rem;
}
.container_discription2{
    text-align: center;
}
.discription2{
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    
}
.sign_btn{
   
    margin: 1rem;
    background-color: burlywood;
    border-radius: 10px;
    border: burlywood solid;
    font-size: 20px;
    padding: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: white;
}
.sign_btn:hover{
 color: burlywood;
 background-color: white;
 transition: 0.3s;
}

.footer_conatiner{
    background-color: rgb(247, 228, 230);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
}

.footer_image_conatiner{
    
    width: 100%;
}
.footer_image{
    background-color: pink;
}
.footer_content{
   
    width: 100vw;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    
}
.footer_discription_heading{
    color: rgb(214, 76, 168);
    position: relative;
    right: 3vw;
    font-family: 'Poppins', sans-serif;
}
.discription_list_{
    font-family: 'Poppins', sans-serif;
}

.footer_icons_conatiner{
   
    padding: 1.5rem;
    display: flex;
    gap: 5rem;
    justify-content: center;
}
i{
    font-size: 24px;
}
#linkedin{
    color: RGB(85, 27, 140);
}
#linkedin:hover{
    color: RGB(11, 102, 195);
    transition: 0.2s;
}
#github{
    color: RGB(85, 27, 140);
}
#github:hover{
    color: black;
    transition: 0.2s;
}
#yotube{
    color: RGB(85, 27, 140);
}
#yotube:hover{
    color: red;
    transition: 0.2s;
}

@media only screen and (max-width: 870px) {
    .footer_content{
        margin-left: 2rem;
    }
}

@media only screen and (max-width: 790px){
    .footer_image{
        width: 200px;
    }
    .footer_content{
        margin-left: 2rem;
       gap: 5px;
        
    }
    .footer_discription_conatiner{
        text-align: center;
        padding : 0;
    }
    .footer_discription_heading{
        font-size: 20px;
    }
    .discription_list_conatiner{
        position: relative;
        right: 2rem;
    }
}

@media only screen and (max-width: 560px){
    .footer_discription_conatiner{
        width: 100%;
       
    }
}

