*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
html,body{
    overflow-x: clip!important;
}
body a{
    text-decoration: none;
}
body li{
    list-style: none;
}
body h1,h2,h3,h4,h5{
    font-family: "Quicksand", sans-serif;
}
body h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0%!important;
}
:root{
    --primary:#FF1500;
    --black:#222;
    --white:white;
    --gray:gray;
    --lightgray:lightgray;
}
.common{
    background:repeating-conic-gradient(#000 2deg 4deg, #111 4deg 8deg);
    background-size: 15px 15px;
    padding-block: 35px;
    color: var(--white);
}
.common a{
    color: var(--white);
}
.common h4{
    margin-bottom: 0.8%!important;
    font-weight: 600;
}
.whatsapp,.pulse{
    background: #1ab744;
    height:55px;
    width:55px;
    border-radius: 50%;
    font-size: 30px;
    position: fixed;
    z-index: 99;
    bottom:10%;
    right:2%;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pulse:nth-child(1){
    animation: pulse 2s infinite;
}
.pulse:nth-child(2){
    animation: pulse 2s infinite .3s;
}
.pulse:nth-child(2){
    animation: pulse 2s infinite .6s;
}
@keyframes pulse{
    0%{
        transform: scale(.1);
        opacity: 0;
    }
    50%{
        opacity: .3;
    }
    100%{
        transform: scale(1.6);
        opacity: 0;
    }
}
.arrow{
    position: fixed;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    border:2px solid var(--primary);
    z-index: 100;
    color:var(--primary);
    transform: rotate(180deg);
    bottom:3%;
    right:2.5%;
    background-color: var(--white);
}
.grid{
    width:91%;
    margin: auto;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* navbar page  */
.first{
    background-color: var(--black);
    padding-block: 2px;
    color:var(--white)!important;
    font-size: 14.5px;
}
.first a{
    color:var(--white)!important;
}
.first-grid{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-left{
    display: flex;
    gap:30px;
}
.first-anchor{
    display: flex;
    align-items: center;
    gap:10px;
}
.first-icon{
    height:25px;
    width:25px;
    background-color: var(--white);
    color:var(--black);
    padding: 3px;
    border-radius: 50%;
}
nav{
    --bs-navbar-padding-y:0%!important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.logo{
    height:80px;
    width:80px;
}
.offcanvas-body{
    display: flex;
    align-items: center;
}
.navbar-nav{
    gap:50px;
}
.nav-link{
    font-size: 14.3px!important;
    font-weight: 600!important;
}
.donate-btn{
    padding:11px 27px;
    background-color: var(--primary);
    color:var(--white);
    font-size: 14.3px;
}

/* index page  */
header{
    height:85vh;
    overflow:hidden;
    position: relative;
    width:100vw;
}
.header-image{
    height:100vh;
    width:100vw;
    object-fit: cover;
    animation:zoom 5s linear infinite alternate-reverse;
}
@keyframes zoom {
    0% {
    transform: scale(1.08);
    }
    100% {
    transform: scale(1);
    }
}
.about-grid{
    width:70%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:50px;
    margin-top: 5%;
}
.about-left{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.about-left h3{
    font-size: 27px;
    font-weight: 700;
}
.color{
    color:var(--primary);
    font-size: 18px;
}
.justify{
    text-align: justify;
}
.about-img{
    border-radius: 3px;
}
.colors{
    color:var(--primary);
    font-weight: 600;
    font-size: 30px;
}
.heading{
    font-weight: 900;
}
.work-grid{
    width:75%;
    margin: auto;
    margin-top: 5%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.work-flex{
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap:40px;
    height: 100%;
    padding-block: 5px;
    padding-inline: 15px;
}
.work-left{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:20px;
}
.work-left h5{
    font-weight: 900;
}
.work-image{
    height:100%;
    width:100%;
}
.gap{
    margin-top: 4%;
}
.testimonial-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:30px;
}
.testimonial-center h5{
    color:var(--primary);
    margin-bottom: 2%!important;
}
.testimonial-icon{
    font-size: 50px;
    /* color:var(--primary); */
    margin-bottom: 4%;
}
/* about page  */
.team-grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:40px;
    width:70%;
    margin: auto;
    margin-top: 4%;
}
.team-img{
    height:250px;
    width:250px;
    background-color: rgb(236, 236, 236);
    object-fit: cover;
    border-radius: 5px;
}
.team-name{
    font-weight: 700;
}
.president-grid{
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap:30px;
}
.president-img{
    height:300px;
    width:100%;
    object-fit: cover;
    background-color: rgb(236, 236, 236);
}
/* media page  */
.media-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:40px;
}
/* documents part  */
.document-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
}
.pdf{
    height: 300px;
    width: 100%;
    box-shadow: 3px 3px 4px var(--gray);
}


/* contact page  */
.contact{
    display: flex;
    align-items: center;
}
.contact-header{
    padding-block: 10px;
}
.contact-header h5{
    font-weight: 600;
}
.contact-icon{
    height:40px;
    width:40px;
    background-color: var(--primary);
    border-radius: 7px;
    color:var(--white);
    text-align: center;
}
.let{
    margin-top: 4%!important;
}
.map{
    height:370px;
    width:100%;
}
/* donate page  */
.donate-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:30px;
    width:65%;
    margin: auto;
    margin-top: 5%;
}
.donate-box{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-inline: 15px;
    padding-block: 20px;
}
/* footer part start */
footer{
    background-image: repeating-conic-gradient(#000 0deg 30deg , #222 30deg 60deg);
    background-size: 10px 10px;
    padding-top: 60px;
    padding-bottom: 10px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    color:var(--white);
}
footer h5{
    font-weight: 800;
    margin-bottom: 7%!important;
}
footer a{
    color:var(--white);
}
.footer-grid{
    display: grid;
    grid-template-columns: 1fr 0.8fr 1fr;
}
.footer-border{
    border-right: 1px dotted var(--white);
}
.footer-left{
    padding-inline: 15px;
}
.footer-icon{
    background-color: var(--white);
    border-radius: 50%;
    padding:8px;
    color:var(--black);
}
.footer-right h5{
    margin-bottom: 5%!important;
}
.form-control:focus{
    outline: none!important;
    box-shadow: none!important;
    border:1px solid var(--lightgray)!important;
}

@media (max-width:1024px){
    html,body{
        overflow-x: clip!important;
    }
    .navbar-nav{
        gap:30px;
    }
    .about-grid{
        width:91%;
    }
    .about-left{
        gap:15px;
    }
    .work-grid{
        width:91%;
        padding-block: 15px;
    }
    .team-grid,.donate-grid{
        width:91%;
    }
    .map{
        height:400px;
    }
    .president-img{
        height:250px;
    }
}

@media (max-width:768px){
    .navbar-toggler{
        border-radius: 0%!important;
        box-shadow: none!important;
    }
    .offcanvas-body{
        align-items: start;
        flex-direction: column;
        flex-grow: 0!important;
        gap:20px;
    }
    .navbar-nav{
        gap:5px;
    }
    .about-grid{
        grid-template-columns: 1fr;
    }
    .work-image{
        object-fit: cover;
    }
    .work-left h5{
        font-size: 18px;
    }
    .work-left p{
        font-size: 14px;
    }
    footer{
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    }
    .footer-grid{
        grid-template-columns: 1fr 1fr;
        row-gap: 40px;
    }
    .team-img{
        height:180px;
        width:180px;
    }
    .team-name{
        font-size: 18px;
    }
    .media-grid{
        grid-template-columns: repeat(3,1fr);
        gap:30px;
    }
    .common h4{
        margin-bottom: 2%!important;
    }
    .map-top{
        padding-top: 5%;
    }
    .president-grid{
        grid-template-columns: 1fr;
    }
    .president-img{
        height:100%;
    }
    .document-grid{
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width:425px){
    .whatsapp,.pulse{
        bottom:10%;
        right:2.5%;
    }
    .arrow{
        bottom:3%;
        right:3.5%;
    }
    .first{
        display: none;
    }
    .offcanvas{
        width:70%!important;
    }
    header{
        height:47vh;
    }
    .header-image{
        height:100%;
    }
    .work-flex{
        grid-template-columns: 1fr;
        gap:30px;
    }
    .work-left h5{
        font-size: 20px;
    }
    .work-left p{
        font-size: 16px;
    }
    .testimonial-grid,.footer-grid{
        grid-template-columns: 1fr;
    }
    .gap{
        margin-top: 8%!important;
    }
    footer{
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0% 100%);
    }
    .footer-border{
        border-right: none;
    }
    .team-grid{
        grid-template-columns: 1fr;
    }
    .team-img{
        height:200px;
        width:200px;
    }
    .media-grid,.donate-grid{
        grid-template-columns: 1fr;
    }
    .map{
        height:250px;
    }
    .document-grid{
        grid-template-columns: 1fr;
    }
}

@media (max-width:375px){
    .offcanvas{
        width:80%!important;
    }
    header{
        height:45vh;
    }
    .header-image{
        height:100%;
    }
    .contact-icon{
        height:35px;
        width:35px;
    }
}

