*{  
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
body,html{
    overflow-x: clip;
    scroll-behavior: smooth;
}
body h1,h2,h3,h4,h5{
    font-family: "Bricolage Grotesque", sans-serif;
}
body h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0%!important;
}
body a{
    text-decoration: none;
}
body li{
    list-style: none;
}
:root{
    --primary:#1D2D5A;
    --secondary:#38976E;
    --white:white;
    --gray:gray;
    --lightgray:lightgray;
    --black:#222;
}
.grid{
    width:90%;
    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;
}
.gap{
    margin-top: 5%;
}
.common{
    background:repeating-conic-gradient(#000 7deg 15deg, #111 15deg 30deg);
    background-size: 8px 8px;
    padding-block: 35px;
    color:var(--white);
}
.common h4{
    margin-bottom: 0.7%!important;
}
.common a{
    color:var(--white);
}
.justify{
    text-align: justify;
}
.color{
    color:var(--primary);
}
.color-one{
    color:var(--secondary);
}
.arrow-up{
    display: none;
    position: absolute;
    border: 2px solid var(--primary);
    height:35px;
    width:35px;
    background-color: var(--white);
    border-radius: 50%;
    color:var(--primary);
    bottom:3%;
    right:2%;
    position: fixed;
    z-index: 99;
}
.whatsapp,.pulse{
    background: #1ab744;
    height:55px;
    width:55px;
    border-radius: 50%;
    font-size: 30px;
    position: fixed;
    z-index: 99;
    bottom:10%;
    right:1.5%;
    color: var(--white);
    text-align: center;
    padding-top: 5px;
}
.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;
    }
}

/* navbar page  */
.first-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px;
    padding-block: 4px;
}
.first-center{
    display: grid;
    grid-template-columns: 0.7fr 1fr;
    gap:50px;
}
.first-center-grid{
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap:1px;
    place-items: center;
}
.first-center-grid-one{
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap:20px!important;
    place-items: center;
}
.call{
    height:45px!important;
    width:45px!important;
    background: linear-gradient(45deg,var(--primary),var(--secondary));
    border-radius: 5px;
    font-size: 20px;
    color:var(--white);
}
.logo{
    height:80px;
    aspect-ratio: 1;
    object-fit: cover;
}
.nav-icon{
    height:45px!important;
    width:45px!important;
    border:2px solid;
    border-image: linear-gradient(45deg,var(--primary),var(--secondary)) 1;
    padding: 7px;
    font-size: 20px;
    color:var(--primary);
}
nav{
    background-color: var(--black);
    --bs-navbar-padding-y:3px!important;
}
.wrapper{
    width:90%!important;
}
.nav-link {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color:var(--white)!important;
}
.nav-link:hover{
    color:var(--lightgray)!important;
}
.navbar-nav{
    gap:80px;
    align-items: center;
}
.dropdown-menu{
    border-radius: 0%!important;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: .5s!important;
    border-bottom: 4px solid var(--primary)!important;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(2px);
    opacity: 1;
    visibility: visible;
}
.dropdown-item{
    font-size: 15px;
    font-weight: 500!important;
}
.dropdown-item:hover{
    background-color: transparent!important;
    color:var(--black)!important;
}
.donate{
    padding:10px 27px!important;
    background-color: var(--white)!important;
    color:var(--black)!important;
}
.hide-nav{
    display: none;
}

/* index page  */
header{
    width:60%;
    margin: 0 auto;
    padding-block: 50px;
    gap:20px;
}
header h1{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 800;
    background: linear-gradient(45deg,var(--primary),var(--secondary));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-one{
    padding:11px 27px;
    background: linear-gradient(45deg,var(--primary),var(--secondary));
    color:var(--white);
}
.header-img{
    height:550px;
    width:100%;
    object-fit: cover;
    border-radius: 5px;
}
.header-section{
    width:80%;
    margin: 0 auto;
}
.heading{
    padding:9px 27px;
    background-color: #abb1e2;
    color:var(--black);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.about-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px;
}
.about-img{
    height:100%;
    width:100%;
    object-fit: cover;
    border:8px solid var(--white);
    border-radius: 7px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.aim{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.aim-grid{
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    gap:5px;
}
.aim-grid h5{
    font-size: 22px;
    font-weight: 600;
}
.aim-icon{
    display: flex;
    align-items: center;
    justify-content: start;
}
.fa-lightbulb,.fa-heart,.fa-bullseye{
    font-size: 50px;
}
.work-grid{
    height:500px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:10px;
}
.work-right-side{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.vision{
    display: grid;
    grid-template-columns: 1fr 0.2fr;
    gap:20px;
}
.mission{
    display: grid;
    grid-template-columns: 0.2fr 1fr;
    gap:20px;
}
.work-text{
    text-align: right;
}
.mission-icon{
    font-size: 40px;
    height:75px;
    width:75px;
    background-color: rgb(165, 224, 27);
    color:var(--white);
    border-radius: 5px;
}
.value-icon{
    background-color: rgb(73, 71, 241);
}
.vision-icon{
    background-color: rgb(207, 16, 112);
}
.core-icon{
    background-color: rgb(11, 214, 197);
}
.mission-color{
    color: rgb(165, 224, 27);
    font-weight: 600;
}
.value-color{
    color: rgb(73, 71, 241);
    font-weight: 600;
}
.vision-color{
    color: rgb(207, 16, 112);
    font-weight: 600;
}
.core-color{
    color: rgb(11, 214, 197);
    font-weight: 600;
}
.line{
    height:80px;
    width:45%;
    transform: rotate(-90deg);
    object-fit: contain;
}
.line-one{
    height:80px;
    width:45%;
    transform: rotate(90deg);
    object-fit: contain;
}
.work-image-one{
    height:350px;
    width:350px;
    object-fit: contain;
}
.president-grid{
    width:85%;
    margin:auto;
    margin-top: 4%;
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap:40px;
}
.president-image{
    height:100%;
    width:100%;
    object-fit: cover;
    background-color: var(--lightgray);
    border-radius: 5px;
}
.pre-test{
    font-weight: 800;
}
.counter-box{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    background-color: var(--primary);
    color:var(--white);
    border-radius: 5px;
}
.count{
    height:120px;
    width:120px;
    border:8px solid var(--white);
    border-radius: 50%;
}
.count-one{
    border-left: 8px solid var(--secondary);
}
.count-two{
    border-left: 8px solid var(--secondary);
    border-top: 8px solid var(--secondary);
}
.count-three{
    border-left: 8px solid var(--secondary);
    border-top: 8px solid var(--secondary);
    border-right: 8px solid var(--secondary);
}
.count-four{
    border: 8px solid var(--secondary);
}
.count-block{
    padding-block: 25px;
    text-align: center;
}
.count-border{
    border-right: 1px dashed var(--white);
}


/* media page  */
.media-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:30px;
}
.media-img{
    height: 100%;
    width:100%;
    object-fit: cover;
    cursor: pointer;
}
.img-modal{
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.9);
}
.large-img{
    height:80vh;
    width:80vw;
    object-fit: cover;
}

/* contact page  */
.contact-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
}
.map{
    height: 350px;
    width:100%;
}

/* donate page  */
.donate-grid{
    width:30%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-top: 4%;
    padding-inline: 15px;
    padding-block: 20px;
}

/* footer page  */
footer{
    background: repeating-conic-gradient(#000 0deg 45deg ,#111 45deg 90deg);
    background-size: 13px 13px;
    color: var(--white);
    padding-top: 80px;
    padding-bottom: 20px;
    clip-path: polygon(12% 10%, 88% 10%, 90% 0, 100% 0, 100% 100%, 0 100%, 0 0, 10% 0);
}
footer a{
    color:var(--white);
}
footer h4{
    font-size: 21px;
    margin-bottom: 5%!important;
}
.footer-grid{
    display: grid;
    grid-template-columns: 1fr 0.7fr 0.7fr 1fr;
    gap:35px;
}
.footer-icon{
    height: 37px!important;
    width:37px!important;
    border:2px solid var(--lightgray);
    border-radius: 50%;
    padding-top: 8px;
}
.footer-one{
    border-bottom: 1px dotted var(--white);
    padding-block: 10px;
}
.footer-one:last-child{
    border-bottom: none;
}
.footer-two{
    padding-block: 7px;
    border-bottom: 1px dotted var(--white);
}

/* responsive part  */
@media (max-width:1024px){
    html,body{
        overflow-x: clip!important;
    }
    .navbar-nav{
        gap:60px;
    }
    header{
        width:70%;
    }
    .header-img{
        height:450px;
    }
    .work-grid{
        height:550px;
    }
    .work-image-one{
        height:230px;
        width:230px;
    }
    .mission-icon{
        font-size: 25px;
        height:55px;
        width:55px;
    }
    .president-image{
        height:300px;
    }
    .donate-grid{
        width:40%;
    }
}
@media (max-width:768px){
    .first-center{
        display: none;
    }
    .donate{
        background-color: var(--secondary)!important;
        color:var(--white)!important;
    }
    nav{
        padding-block: 5px!important;
    }
    .navbar-toggler{
        background-color: var(--white)!important;
        border-radius: 0%!important;
    }
    .navbar-toggler:focus{
        box-shadow: none!important;
        outline: none!important;
    }
    .nav-link{
        color:var(--black)!important;
    }
    .nav-link {
        font-size: 14px !important;
    }
    .navbar-nav{
        gap:12px;
        align-items: flex-start!important;
    }
    .hide-nav{
        display: flex;
    }
    .first-size{
        font-size: 15px!important;
    }
    .res-first-icon{
        height:35px!important;
        width:35px!important;
        border:2px solid var(--black);
        padding-top: 8px;
        border-radius: 5px;
        margin-right: 5px;
    }
    header,.header-section{
        width:90%;
    }
    .header-img{
        height:400px;
    }
    .about-grid,.president-grid{
        grid-template-columns: 1fr;
        gap:25px;
    }
    .work-grid{
        grid-template-columns: 1fr;
        height:100%;
    }
    .work-right-side,.work-image{
        height:300px;
    }
    .work-image-one{
        height:280px;
        width:280px;
    }
    .line,.line-one{
        height:30px;
        width:10%;
    }
    .counter-box,.media-grid{
        grid-template-columns: 1fr 1fr;
    }
    .count-border{
        border-bottom: 1px dashed var(--white);
    }
    .count-border:nth-child(2){
        border-right: none;
    }
    .count-border:nth-child(3){
        border-bottom: none;
    }
    .president-image{
        height:400px;
        width:400px;
        object-fit: cover;
    }
    .donate-grid{
        width:50%;
    }
    footer{
        padding-top: 70px;
        clip-path: polygon(10% 5%, 90% 5%, 94% 0, 100% 0, 100% 100%, 0 100%, 0 0, 6% 0);
    }
    .footer-grid{
        grid-template-columns: 1fr 1fr;
    }
    .footer-two{
        padding-block: 10px;
    }
}
@media (max-width:425px){
    .arrow-up{
        right:4%;
    }
    .whatsapp,.pulse{
        right:2.5%;
    }
    .nav-icon{
        height:40px!important;
        width:40px!important;
        font-size: 18px;
    }
    header h1{
        font-size: 37px;
    }
    .header-img{
        height:270px;
    }
    .gap{
        margin-top: 8%!important;
    }
    .fa-lightbulb,.fa-heart,.fa-bullseye{
        font-size: 35px;
    }
    .work-right-side,.work-image{
        height:400px;
    }
    .work-image-one{
        height:320px;
        width:320px;
    }
    .line,.line-one{
        height:35px;
        width:15%;
    }
    .president-grid{
        margin-top: 8%;
    }
    .president-image{
        height:300px;
        width:300px;
    }
    .common h4{
        margin-bottom: 2.5%!important;
    }
    .donate-grid{
        width:90%;
    }
    footer{
        clip-path: polygon(12% 3%, 88% 3%, 90% 0, 100% 0, 100% 100%, 0 100%, 0 0, 10% 0);
    }
    .footer-grid,.media-grid,.contact-grid{
        grid-template-columns: 1fr;
    }
    .map{
        height:250px;
    }
} 
@media (max-width:375px){
    header h1{
        font-size: 30px;
    }
    .header-img{
        height:240px;
    }
    .work-right-side,.work-image{
        height:430px;
    }
    .count{
        height:100px;
        width:100px;
    }
}