
html{
    scroll-behavior: smooth;
}

.h{
    font-size: 2rem;
    text-transform: capitalize;
}

.h span{
    color: #555555;
}

.Gtn-hero{
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}

/* .Gtnh-cont{
    
} */

.sect-Donate{
    width: 100%;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
}

.donate-top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
}

.donate-mid{
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 50px;
}

.donate-mid .Donate-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 22px;
}

.donate-cont{
    border-radius: 12px;
    background: #fff;
    padding: 22px;
    box-shadow: 0px 3px 15px #0d9e001c;
}


.donate-cont p{
    margin-bottom: 20px;
}

.donate-cont .pe{
    color: #9200f3;
}

.donate-cont p b{
    color: rgb(255, 145, 0);
}

.donate-cont a p{
    margin-bottom: 0px;
}

.donate-cont a{
    width: 150px;
    padding: 8px 22px;
    display: flex;
    text-decoration: none;
    gap: 10px;
    align-items: center;
    background: rgb(29, 29, 29);
    color: white;
    border: none;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 30px;
    border-radius: 4px;
    transition: 0.3s ease-in;
}

.donate-cont a:hover{
    background: white;
    color: black;
    cursor: pointer;
    box-shadow: 0px 3px 12px #3b3b3b42;
}

.donate-cont a:hover .fa-angle-right{
    transform: rotate(45deg);
    background: black;
    color: #ddd;
}

.donate-cont a .fa-angle-right{
    padding: 8px 12px;
    border-radius: 100px;
    transition: 0.3s ease;
    background: rgba(170, 170, 170, 0.397);
}

.donate-mid .Donate-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vol{
    width: 100%;
    height: 100vh;
    background: #fff;
}

/* opportunity-list */
.part{
    min-height: 100vh;
    gap: 60px;
    background: #fcfcfc;
}
.opportunity-list{
    width: 100%;
    display: flex;
    gap: 20px;
}

.opportunity-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 32px;
    border-radius: 12px;
    background: #fdfdfd;
    box-shadow: 0px 4px 16px #ddd;
}

.part .donate-cont{
    border-radius: 12px;
}


/* donate form */

.container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.donate-form form{
    width: 400px;
    border-radius: 12px;
    padding: 24px;
    background: orangered;
    box-shadow: 0px 4px 8px orangered;
    color: #fff;
}

form input, form textarea{
    width: 100%;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    outline: none;
    resize: none;
}

form button{
    padding: 8px 14px;
    border: none;
    background: #fff;
    border-radius: 4px;
}

.left-f{
    width: 400px;
    height: 380px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    box-shadow: 0px 3px 120px #0d9e003f;
}

.fa-check{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 12px;
    color: #f4f4f4;
    background: #0d9e00;
}


/* .Volu opportunities { */
    .opportunities {
        width: 100%;
        height: fit-content;
        margin-bottom: 40px;
    }
    
    .opportunities h2 {
        font-size: 1.5rem;
        color: #3b3b3b;
        /* border-bottom: 3px solid #4CAF50; */
        padding-bottom: 10px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .opportunity-grid {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
        /* background: #4CAF50; */
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    
    .opportunity-card {
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0px 4px 12px rgba(56, 241, 0, 0.233);
        display: flex;
        flex: 1;
        justify-content: space-between;
        flex-direction: column;
        max-width: 300px;
    }
    
    .opportunity-card:nth-child(2){
        box-shadow: 0px 4px 12px #ff841f3f;
    }
    
    .opportunity-card .icon{
        width: 100%;
        height: 80px;
        background: #ddd;
        padding: 14px;
        border-radius: 12px;
    }
    
    .opportunity-card .icon:nth-child(1){
        background: #00e708b4;
        color: #fff;
    }
    
    .opportunity-card #i2{
        background: #ff841fb4;
        color: #fff;
        box-shadow: 0px 1px 6px #ff841f71;
    }
    
    .opportunity-card:nth-child(3){
        color: #fff;
        box-shadow: 0px 4px 12px #1f41ff38;
    }
    
    .opportunity-card #i3{
        background: #1f41ffb4;
    }
    
    .opportunity-card:nth-child(3) h3{
        color: #1f32a0e7;
        margin-top: 8px;
    }
    
    .opportunity-card .Aicon{
        font-size: 42px;
    }
    
    .opportunity-card h3 {
        font-size: 1.1rem;
        color: #0d9e00;
        padding-bottom: 0.8rem;
    }
    
    .opportunity-card p {
        font-size: 1rem;
        color: #333;
        padding-bottom: 0.8rem;
    }
    