.Main_pakageitem{
    background-color: rgba(207, 190, 190, 0.5);
}
.packages-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: calc(25% - 20px);
    list-style-type: none;
    margin: 20px 5%;
}
.packeage-item {
    display: flex;
    flex-direction: row;
    margin: 15px;
    padding: 10px;
    flex-wrap: wrap;
    width: 300px;
}
.packeage-item .package-title{
    display: flex;
    flex-direction: column;
}
.img-wrap{
    margin-right: 7px;
    padding-right: 7px;
}
.clr-lightblue-text{
    color: #0060AE;
    font-weight: 800;
    font-size: 25px;
}
.package-title span{
    font-size: 15px;
    font-weight: 700;
}
.headingMain{
    text-align: center;
    padding: 15px;
}
.card{
    height: 415px;
    width: 320px;
    margin: 15px 0px;
    border: 0px solid black;
    box-shadow: 5px 5px 10px grey;
    border-radius: 5%;
}
.card img{
    border-radius: 5%;
    height: 290px;
    width: 320px;
}
.card a{
    text-decoration: none;
}
.card h2{
    margin: 10px 10px;
    text-decoration: none;
    color: black;
}
.CardDescription{
    padding: 15px;
}
.MainEvents{
    margin: 15px 12%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.Main_donation_card{
    background-color: rgba(207, 190, 190, 0.5);

}
.donation{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0px 10%;
}
.donatio_card{
    background: linear-gradient(180deg,#003c73 0%,rgba(0,96,174,0.8) 103.41%);
    height: 360px;
    width: 380px;
    padding: 28px 40px;
    border-radius: 5%;
    margin:10px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 10px grey;

}

.donatio_card h1{
    color: white;

}
.donatio_card p{
    color: white;
}
.donatio_card button{
    width: 280px;
    height: 50px;
    background-color: #DC0505;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    text-transform: uppercase;
    border-color: #DC0505;
}
.Main_about_Us{
    background-color: rgba(242, 234, 234, 0.5);
}
.about_us{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 10%;

}
.about_us img{
    height: 400px;
    width: 280px;
    border-radius: 10%;
    margin-right: 10px;

}
.about_us p{
    height: auto;
    width: 700px;
    padding-left: 10px;
    padding-top: 10px;

}
.footer{
    width: 100%;
    height: 400px;
    background-color: #121212;
}
.footer_Main{
    padding: 5% 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.footer_Main h2{
    color: white;
    font-weight: 800;
    margin-bottom: 25px;
}
.footer_option a{
    text-decoration: none;
    color: white;
    opacity: 0.5;
    margin-right: 20px;
}
.footer_option{
    margin-bottom: 25px;
}
.Social_Icons a{
    text-decoration: none;
    color: white;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.7;
}
.Social_Icons{
    margin-bottom: 25px;
}
.footer_Main p{
    color: white;
    opacity: 0.5;
}
.blogMainBanner img{
    height: 400px;
    width: 100%;
}
.subPara p img{
    height: 450px;
    width: 450px;
    border-radius: 5%;
    margin-right: 10px;
    box-shadow: 5px 5px 10px grey;
}
.gallery{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* justify-content: space-evenly; */
}
.gallery img{
    height: 280px;
    width: 280px;
    border-radius: 5%;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 5px 5px 10px grey;
}
.galleryMainDiv h1{
    text-align: center;
}
@media(max-width:450px){
    .MainEvents{
        margin: 15px 0px;
    }
    .card{
        width: 280px;
    }
    .card img{
        width: 280px;
    }
    .donatio_card{
        width:280px;
        padding: 20px;
    }
    .donatio_card button{
        width:220px;
    }
    .footer_option a{
        margin-right: 5px;
    }
    .footer_Main h2{
        padding-left: 5px;
        align-self: center;
    }
    .footer_Main p{
        padding-left: 20px;  
    }
    .subPara p img{
        width: 300px;
        height: 400px;
        margin-bottom: 20px;
    }
    .blogMain{
        padding-left: 15px;
    }
}
.card:hover{
    opacity: 0.5;
}