*{
    padding: 0;
    margin: 0;
    outline: 0;
}

a{
    text-decoration: none;
}

li{
    list-style: none;
}

.container{
    width: 960px;
    margin: 0 auto;
}

.primary-btn{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    padding: 16px 20px;
    background-color: #FF5959;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
}

.title{
    color: #121212;
    font-size: 45px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.description{
    color: #707070;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}

/* header section styles */
header{
    background-image: url("../images/donation2.jpg");
    background-color: #121212a9;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    height: 100vh;
}

header .banner{
    padding: 175px 0;
    text-align: center;
}

header .banner-title{
    color: #fff;
    font-size: 65px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

header .description{
    color: #b6b2b2;
}

/* objective section styles */
.objective,
.our-plan{
    margin: 130px 0 0;
    text-align: center;
}

.donate-money{
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
}

.amount p{
    color: #707070;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    padding: 45px 25px;
    background-color: #e7e7e7b0;
    border-radius: 5px;
    transition: background-color 1s ease-in-out, border 1s ease-in;
}

.amount:hover p{
    color: #FF5959;
    border: 1px solid #FF5959;    
    background-color: #ff595998;    
    transition: background-color 2s ease-in-out, border 1s ease-in;
}

.objective .donate-money-text{
    color: #B3B3B3;
    margin-top: 60px;
    padding-bottom: 12px;
    border-bottom: 1px solid #B3B3B3;
}

/* our-plan section styles  */
.working-cariculam{
    display: flex;
    justify-content: space-around;
    gap: 25px;
    margin-top: 50px;
    text-align: left;
}

.progress{
    padding: 55px 23px;
}

.progress-title{
    color: #121212;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 30px 0 16px;
}

.progress-description{
    color:#707070;
}
.color-skyblue{
    background-color: #EDF5F6;
    border-radius: 10px;
}

.color-lightpink{
    background-color: #FFEEEE;
    border-radius: 10px;
}

.color-whitepink{
    background-color: #FFF4D6;
    border-radius: 10px;
}

/* our-blogs section styles */

.our-blogs{
    margin-top: 150px;
}

.blog{
    display: flex;
    justify-content: space-between;
    gap: 85px;
    margin-bottom: 100px;
}

.blog .blog-content .description{
    margin-top: 20px;
}

.blog .blog-image img{
    width: 100%;
    border-radius: 5px;
}
/* update-& -contact section styles */
.update-contact{
    margin-top: 80px;
    text-align: center;
}

.update-contact .description{
    margin-bottom: 50px;
}

.contact-form{
    padding: 75px 185px;
    background-color: #FFF4D6;
}

.contact-form form input[type="email"]{
    height: 48px;
    width: 100%;
    background-color: #D9D9D9;
    padding: 14px 17px;
    color: #AA9F9F;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    border: 0;
    border-radius: 10px;
}

.contact-form form .primary-btn{
    border: 0;
    border-radius: 10px;
    cursor: pointer;
}

/* footer section  */
footer{
    margin-top: 130px;
    padding: 42px 0;
    background-color: #0B0D17;
    text-align: center;
}

footer h2{
    color: #FF5959;
    font-size: 36px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

footer p{
    color: #D9DBE1;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    margin-top: 24px;
}
