*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
font-size: 15.5px!important;
font-family: "Inter", sans-serif!important;
}
body a{
text-decoration: none;
}
:root{
--main: #eb6d07;
--secondmain: #333;
--white: #fff;
--gray: gray;
--lightgray: lightgray;
--black: black;
--red: red;
--blue: blue;
--green: green;
--facebook: #3b5998;
--instagram:purple;
}
.goto{
position: absolute;
content: "";
height: 35px;
width: 35px;
border:none;
background-color: var(--main);
text-align: center;
padding-top: 3px;
font-size: 18px;
border-radius: 50%;
bottom:4%;
right:3%;
position: fixed;
z-index: 100;
transition: all 1s;
}
.whatsapp-icon{
position: absolute;
content: "";
height: 75px;
width: 75px;
bottom:9%;
right:2%;
z-index: 100;
position: fixed;
}
.common{
background: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('images/1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.common a{
color: var(--lightgray);
}
.common-one{
color: var(--lightgray);
}
/* navbar part start */
.time{
color: var(--white);
}
.first{
background-color: var(--black);
padding-top: 2px;
padding-bottom: 2px;
}
.first a{
color:var(--white)!important;
}
.first-one{
text-align: right;
}
nav{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height:94px;
}
.logo{
    height:80px;
    width:80px;
    object-fit: cover;
}
.nav-item{
    margin-right: 40px;
}
.nav-item:last-child{
    margin-right: 0px;
}
.nav-link{
    font-size: 14px!important;
    font-weight: 500!important;
}
.dropdown-menu{
    border-radius: 0%!important;
    transform: translateY(70px);
    opacity: 0;
    transition: all 0.5s;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(25px);
    opacity: 1;
}
.dropdown-item:focus{
    background-color: var(--white)!important;
    color:var(--black)!important;
}
.donate{
    padding:12px 25px;
    background-color: var(--main);
    color:var(--white);
    font-size: 14px!important;
}
.offcanvas-body{
    display: flex;
    align-items: center;
}
.mobile-show{
    display: none;
}
.call{
height: 28px;
width: 28px;
color: var(--blue);
border: 2px solid var(--blue);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.call:hover{
background-color: var(--blue);
color: var(--white);
}
.email{
height: 28px;
width: 28px;
color: var(--red);
border: 2px solid var(--red);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.email:hover{
background-color: var(--red);
color: var(--white);
}
.whatsapp{
height: 28px;
width: 28px;
color: var(--green);
border: 2px solid var(--green);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.whatsapp:hover{
background-color: var(--green);
color: var(--white);
}
.facebook{
height: 28px;
width: 28px;
color: var(--facebook);
border: 2px solid var(--facebook);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.facebook:hover{
background-color: var(--facebook);
color: var(--white);
}
.insta{
height: 28px;
width: 28px;
color: var(--instagram);
border: 2px solid var(--instagram);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.insta:hover{
background-color: var(--instagram);
color: var(--white);
}
.twitter{
height: 28px;
width: 28px;
color: var(--gray);
border: 2px solid var(--gray);
border-radius: 50%;
text-align: center;
padding-top: 5px;
margin-right: 5px;
transition: all .2s;
}
.twitter:hover{
background-color: var(--gray);
color: var(--white);
}
/* index part start */
header{
background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url('images/h.jfif');
background-repeat: no-repeat;
background-size: cover;
height: 650px;
}
.gap{
margin-top: 5%;
}
.color{
color: var(--main);
}
.about{
font-weight: bold;
text-transform: uppercase;
margin-bottom: 4%;
}
.about-one{
height: 65px;
width: 65px;
background-color: var(--main);
color: var(--white);
border-radius: 50%;
font-size: 35px;
text-align: center;
padding-top: 15px;
}
.about-two{
display: flex;
align-items: center;
}
.justify{
text-align: justify;
}
.work{
background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url('images/h2.jfif');
background-repeat: no-repeat;
background-size: cover;
height: 300px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
color: var(--white);
padding: 0px 5px;
transition: all 1s;
}
.read-more{
padding: 7px 21px;
background-color: var(--main);
color: var(--white)!important;
}
.work-one{
height: 100px;
width: 100px;
background-color: var(--white);
border-radius: 50%;
font-size: 50px;
padding-top: 23px;
margin-top: -43%;
margin-bottom: 15%;
color: var(--main);
}
.work:hover{
background: linear-gradient(rgba(0, 0, 0, 0.6),rgba(0, 0, 0, 0.6)),url('images/h2.jfif');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.let{
margin-top: 8%;
}
.mission{
font-size: 35px;
color: var(--main);
margin-bottom: 5%;
}
.mission-one{
text-align: center;
}
.page{
background: url('images/1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
color: var(--white);
text-align: center;
padding: 10px 5px;
padding-top: 25px;
}
.page p{
margin-top: 5%;
margin-bottom: 10%;
}
.donation{
background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url('images/ngo1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
text-align: center;
color: var(--white);
padding: 20px 0px;
padding-top: 30px;
}
.donation h5{
margin-bottom: 4%;
}
.eye{
height: 150px;
width: 150px;
background-color: var(--main);
border-radius: 50%;
font-size: 60px!important;
text-align: center;
margin-bottom: 4%;
color: var(--main);
transition: all .5s;
}
.eye:before{
position: absolute;
content: "";
height: 130px;
width: 130px;
background-color: var(--white);
border-radius: 50%;
margin-left: -4.5%;
margin-top: 0.7%;
padding-top: 35px;
box-shadow: rgba(0, 0, 0, 0.55) 0px 1px 5px;
}
.eye:hover{
background-color: var(--white);
}
/* footer part start */
.footer{
background: linear-gradient(rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.9)),url('images/5.jpg');
background-repeat: no-repeat;
background-size: cover;
padding-top: 2.5%;
}
.footer a{
color: var(--white)!important;
}
.footer p{
color: var(--white)!important;
}
.footer h5{
color: var(--main)!important;
font-size: 15px;
padding-bottom: 4.5%;
}
.footer h5:before{
position: absolute;
content: "";
height: 2px;
width: 40px;
background-color: var(--main);
margin-top: 1.8%;
}
.footer h4{
color: var(--main)!important;
font-size: 15px;
padding-bottom: 1%;
}
.footer h4:before{
position: absolute;
content: "";
height: 2px;
width: 40px;
background-color: var(--main);
margin-top: 1.8%;
}
.footer_one,.footer_on,.footer_o,.footer_two{
border-left: 1px dotted var(--white);
padding-left: 10px;
}
.hrs{
color: var(--white);
margin-top: 0%;
}
.footer-one{
text-align: center;
}
/* about page start */
.team{
height: 70%;
width: 100%;
border: 10px solid var(--white);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
overflow: hidden;
}
.team img{
transition: all 2s;
}
.team:hover img{
transform: scale(1.3);
}
/* media page start */
.media{
row-gap: 25px;
}
/* get involved page start */
.involved{
background-color: var(--white);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 30px;
padding-bottom: 40px;
margin-top: 8%;
margin-bottom: 8%;
}
.form-group{
margin-top: 4.5%;
}
.formbtn{
background-color: var(--main)!important;
color: var(--white)!important;
padding: 7px 25px;
border: none;
}
.form-control{
border-radius: 0%!important;
border: none!important;
border-bottom: 1px solid var(--lightgray)!important;
}
/* contact us page start */
.contact{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 25px;
padding-top: 30px;
}
/* donate page start */
.donate-box{
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
padding: 20px 20px;
padding-top: 35px;
}
.justify{
text-align: justify;
}
/* responsive part start */
@media (max-width: 1024px){
nav{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height:94px;
}
.logo{
    height:90px;
    width:90px;
    object-fit: cover;
}
.nav-item{
    margin-right: 20px;
}
.nav-item:last-child{
    margin-right: 0px;
}
.nav-link{
    font-size: 14px!important;
    font-weight: 500!important;
}
.dropdown-menu{
    border-radius: 0%!important;
    transform: translateY(70px);
    opacity: 0;
    transition: all 0.5s;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(25px);
    opacity: 1;
}
.dropdown-item:focus{
    background-color: var(--white)!important;
    color:var(--black)!important;
}
.donate{
    padding:12px 25px;
    background-color: var(--main);
    color:var(--white);
    font-size: 14px!important;
}
.eye:before{
margin-left: -6.3%;
margin-top: 0.9%;
}
.footer_one:before{
left: 27.3%;
}
.footer_on:before{
left: 3.8%;
}
.footer_o:before{
left: 50.8%;
}
.footer_two:before{
left: 74.2%;
}
}
@media (max-width: 768px){
    .res-nav{
        margin-top: -0.8%;
    }
    .navbar-toggler{
        border-radius: 0%!important;
    }
    .navbar-toggler:focus{
        box-shadow: none!important;
        outline:none!important;
    }
    .offcanvas-body{
        align-items: start;
        flex-direction: column;
        flex-grow: 0!important;
        gap:25px;
    }
    .nav-item{
        margin-right: 0px;
        margin-bottom: 7px;
    }
    .nav-item:last-child{
        margin-bottom: 0px;
    }
    .dropdown-menu{
        transform: translateY(0px)!important;
        opacity:1!important;
    }
    .btn-close:focus{
        border:none!important;
        outline: none!important;
    }
    .logo{
    	height:80px;
    	width:80px;
    }
header{
background: linear-gradient(rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/h.jfif');
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
height: 550px;
background-position: center;
}
.about{
font-size: 20px;
}
.about-one{
height: 45px;
width: 45px;
font-size: 25px;
padding-top: 11px;
}
.res-work{
margin-top: 10%!important;
}
.eye:before{
margin-left: -8.3%;
margin-top: 1.3%;
}
.res-page{
margin-top: 3%!important;
}
.footer_one:before{
left: 27.6%;
}
.footer_on:before{
left: 4.2%;
}
.footer_o:before{
left: 51.1%;
}
.footer_two:before{
left: 74.5%;
}
.footer h5:before{
margin-top: 2.8%;
}
.footer-one{
text-align: left;
}
}
@media (max-width: 425px){
.whatsapp-icon{
bottom:9%!important;
right:-1%!important;
}
.first{
display: none;
}
    .res-nav{
        margin-top: -1.2%;
    }
    .mobile-show{
        display: block;
    }
    .mobile-show a{
        font-size: 16px!important;
    }
    .mob-icon{
        height:30px!important;
        width:30px!important;
        border-radius: 50%;
        border:2px solid var(--primary);
        padding-top: 5px;
        color:var(--primary);
    }
header{
background: linear-gradient(rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/h.jfif');
background-repeat: no-repeat;
background-size: cover;
height: 250px;
background-position: center;
}
.about{
text-align: center;
}
.res-about-one{
text-align: center;
}
.about-two{
display: flex;
align-items: center;
justify-content: center;
}
.res-work-one{
margin-top: 15%!important;
}
.work-one{
margin-top: -30%;
}
.eye:before{
margin-left: -15.2%!important;
margin-top: 2.3%;
}
.res-page-one{
margin-top: 3%!important;
}
.footer h5{
margin-top: 5%;
}
.footer h5:before{
margin-top: 5%;
}
.footer_one:before{
left: 4.6%;
}
.footer_on:before{
left: 4.6%;
}
.footer_o:before{
left: 4.6%;
}
.footer_two:before{
left: 4.6%;
}
.footer-one{
margin-bottom: 4%;
}
.res-address{
margin-top: 5%!important;
}
}
@media (max-width: 375px){
    .res-nav{
        margin-top: -1.3%;
    }
.eye:before{
margin-left: -17.3%!important;
margin-top: 2.6%;
}
header{
background: linear-gradient(rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/h.jfif');
background-repeat: no-repeat;
background-size: cover;
height: 250px;
background-position: center;
}
.footer_one:before{
left: 5.4%;
}
.footer_on:before{
left: 5.4%;
}
.footer_o:before{
left: 5.4%;
}
.footer_two:before{
left: 5.4%;
}
.work-one{
margin-top: -35%;
}
}

