.about-us{
    margin-top: 50px;
}
.about {
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-left {
    width: 60%;
    background: #000;
    color: #fff;
    padding: 10% 15% 10% 5%;
    border-radius: 0px 10px 10px 0px;
}

.about-right {
    width: 50%;
   
    margin-left: -40px;
}
.about-right-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4%;
}

.about-left h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.about-box {
    width: 185px;

    overflow: hidden;
    margin-bottom: 10px;
}

/* .about-box:nth-child(odd){
   border: 2px solid var(--main-clr);
} */
.about-box img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 0px 30px 0px 30px;
}

.brdr {
    border: 4px solid var(--main-clr);
}

.about-info h3 {
    text-align: center;
    margin: 30px 0px 20px 0px;
}

.about-info p {
    text-align: center;
}

.about-info-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 5%;
    gap: 4%;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;

}

.info-box {
    box-shadow: 0px 15px 13px 0px #00000040;
    padding: 10px 20px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer; 
}

.info-box img {
    width: 100px;
    height: 100px;
}

.info-para {
    height: 40px;
    width: 100%;
}

.info-para p {
    font-size: 15px;
}

.boldpara p {
    font-size: 18px;
    font-weight: 600;
}

.i1 img {
    object-fit: contain;
}

.about-photo {
    background: #000;
}

.about-photo-above {
    display: flex;
}

.about-photo-above img {
    width: 25%;
    height: 45vh;
    object-fit: cover;
}

.about-photo-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3% 5%;
    color: #fff;
}

.donation-volunteer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100vw;
    overflow: hidden;
    position: relative;
}

.donation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 24px;
    border: none;
    outline: none;
    background: var(--main-clr);
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.donation img {
    width: 10px;
}

.Volunteer {
    border: none;
    outline: none;
    padding: 8px 24px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.or {
    position: absolute;
    left: 47%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.community {
    /*margin-top: 50px;*/
    padding: 4% 5%;
    background: url('../images/a2.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}

.community-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(3, 89, 115, 0.88), rgba(3, 89, 115, 0.88)),
        linear-gradient(0deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.66));

}

.community-content {
    position: relative;
    z-index: 2;
}

.community-content h3 {
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.community-content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 14px;
    color: #fff;
}

.community-btn {
    display: flex;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.community-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border: none;
    outline: none;
    border-radius: 100vw;
    cursor: pointer;
}

.community-btn button:nth-child(1) {
    background: var(--main-clr);
}

.community-btn button:nth-child(2) {
    background: #BE0000;

}

.community-btn button img {
    width: 20px;
    height: 20px;
}

.community-img {
    width: 100%;
    margin-bottom: -25%;
}

.community-img img {
    width: 100%;
}

.event {
    margin-top: 17%;
    padding: 4% 5%;
}

.event h1 {
    text-align: center;
}

.event-info {
    text-align: center;
    font-size: 15px;

    margin: 10px 100px;
}

.event-grid {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.event-box {
    position: relative;
    width: 30%;
    height:65vh;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 10px;
}

.event-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.date{
    position: absolute;
    left: 10px;
    top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 10px 10px;
    background: var(--main-clr);
    border-radius: 10px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
}
.event-address{
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 10px;
    
}
.event-address-ovelay{
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.locationtime{
    display: flex; 
     width: 100%;
     gap: 20px;
}
.locationtime p{
    font-size: 10px;
    margin: 0px;
}

.dflexcenter2 i{
    color: var(--main-clr);
}

.event_name p{
    font-size: 14px;
    font-weight: 600;
}

.joineventbtn{
    color: var(--main-clr);
    justify-content: flex-start!important;
}

/* contact us */





/* contact us end */



@media (width <=700px) {
    .about {
        flex-direction: column;
    }

    .about-box {
        width: 150px;
    }

    .about-left {
        width: 100%;
        padding-bottom: 70px;
    }

    .about-right {
        margin-left: 0px !important;
        width: 100%;
        margin-top: -40px;
    }

    .dlex {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5%;
    }

    .info-box {
        margin-bottom: 20px;
        width: 47%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-info-box {
        justify-content: space-between;
    }

    .about-info p {
        /* text-align: justify; */
        padding: 1% 5%;
    }

    .about-photo-above {
        flex-direction: column;
    }

    .about-photo-above img {
        width: 100%;
        height: 55vh;
    }

    .about-photo-bottom {
        flex-direction: column;
        gap: 20px;
    }
    .event-info{
        margin: 10px 0px;
    }
    .event-box{
        width: 100%;
    }
}