*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: clip;
    scroll-behavior: smooth;
    font-family: "Inter", sans-serif!important;
}
body h1,h2,h3,h4,h5{
    font-family: "Momo Trust Display", sans-serif!important;
    font-weight: 400!important;
}
body a{
    text-decoration: none;
}
body li{
    list-style: none;
}
:root{
    --primary:#f07b00;
    --secondary:#000000;
    --white:white;
    --gray:gray;
    --lightgray:lightgray;
    --black:#222;
    --red:red;
}
.grid{
    width:90%;
    margin: auto;
}
.grid-two-column{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:20px;
}
.grid-three-column{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:20px;
}
.grid-four-column{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:15px;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-center-column{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btn-one{
    padding:12px 25px!important;
    background-color: var(--primary);
    color:var(--white)!important;
    border-radius: 2px;
}
.gap{
    margin-top: 4%;
}
.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{
    position: absolute;
    content:"";
    height:80px;
    width:80px;
    bottom:7%;
    right:0.6%;
    z-index: 100;
    position: fixed;
}
.common{
    height:150px;
    background-color: var(--black);
    color:var(--white);
    display: flex;
    justify-content: center;
}
.common a{
    color:var(--white);
}
.goog-te-combo {
    background-color: var(--white);
    border: none;
    padding: 7px;
}
.goog-logo-link {
    display:none !important;
} 
.goog-te-gadget{
    color: transparent!important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd{
    display: none;
}

/* navbar part  */
.first{
    background-color: var(--black);
    color:var(--white);
    height:34px;
    display: flex;
    justify-content: center;
}
.first-nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.first-grid{
    display: flex;
    gap:30px;
    font-size: 14px;
}
.first-grid a{
    color:var(--white);
}
.first-icon{
    height:28px!important;
    width:28px!important;
    border: 2px solid var(--white);
    border-radius: 50%;
    color:var(--white);
    padding-top: 5px;
    margin-right: 5px;
}
.year{
    font-size: 14px;
}
.second{
    display: flex;
    height:96px;
    align-items: center;
    gap:20px;
}
.second h1{
    margin-bottom: 0%;
    font-size: 57px;
}
nav{
    height: 55px;
    transition: .2s;
    background-color: var(--secondary);
}
.logo {
    height: 84px;
}
.nav-link {
    font-size: 13.5px !important;
    font-weight: 500 !important;
    color:var(--white)!important;
}
.nav-link:hover{
    color:var(--lightgray)!important;
}
.nav-item {
    padding-right: 70px;
}
.nav-item:last-child {
    padding-right: 0px;
}
.dropdown{
    transition: 3s!important;
}
.dropdown-menu{
    border-radius: 0%!important;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: .5s!important;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(7px);
    opacity: 1;
    visibility: visible;
}
.dropdown-item{
    font-size: 15px;
}
.dropdown-item:hover{
    background-color: transparent!important;
}
.donate{
    padding:10px 27px!important;
    background-color: var(--primary)!important;
    color:var(--white)!important;
}
.act{
    color:var(--primary)!important;
}

/* index page start  */ 
.home-1{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.8) 5%,rgba(0, 0, 0, 0.0)),url('images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:610px;
    color:var(--white);
}
.home-2{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.8) 5%,rgba(0, 0, 0, 0.0)),url('images/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:610px;
    color:var(--white);
}
.home-3{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.8) 5%,rgba(0, 0, 0, 0.0)),url('images/6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:610px;
    color:var(--white);
}
.carousel-caption{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:25px;
}
.txt{
    width: 0ch;
    overflow: hidden;
    white-space: nowrap;
    animation: walking 7s linear infinite;
    transition: all 1s;
}
@keyframes walking {
    0%{
        width: 0ch;
    }
    100%{
        width: 37ch;
    }
}
.c-right{
    color:var(--primary);
    font-size: 15px;
    margin-right: 5px;
}
.counter{
    background-color: var(--primary);
    height:180px;
    color:var(--white);
}
.border-right{
    border-right: 1px solid #999;
}
.counter-text{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 10px;
}
.counter-text h2{
    font-size: 35px;
    margin-bottom: 10%;
}
.counter-icon{
    height:35px;
    width:35px;
    background-color: var(--white);
    color: var(--black);
    padding:20px;
    border-radius: 50%;
    transition: 0.5s;
}
.counter-icon:hover{
    background-color: var(--secondary);
    color: var(--white);
}
.color{
    color: var(--primary);
    font-size: 18px;
    font-weight: 600;
}
.why-grid{
    width:40%;
    margin:auto;
    margin-top: 4%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-inline: 10px;
    padding-block: 20px;
    padding-top: 30px;
}
.service-grid{
    display: grid;
    grid-template-columns: 0.9fr 0.7fr 0.3fr;
    border:1px solid var(--lightgray);
    border-left: none;
    border-right: none;
    height:120px;
    align-items:center;
    padding-inline: 25px;
    transition: .1s;
}
.service-grid:hover{
    background: linear-gradient(to right,var(--primary),var(--secondary));
    color:var(--white);
}
.service-grid h5{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0%;
}
.service-grid P{
    margin-bottom: 0%;
}
.service-last{
    display: flex;
    justify-content: end;
}
.arrow-icon{
    height: 30px;
    width:30px;
    background-color: var(--lightgray);
    padding:15px;
    border-radius: 50%;
    color:var(--black);
    transform: rotate(-45deg);
    transition: 0.1s;
}
.arrow-icon:hover{
    height: 32px;
    width:32px;
    padding:16px;
}
.service-grid-one{
    border-top: none;
}
.aim-image{
    height:408px;
    width:100%;
    object-fit: cover;
}
.impact-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    margin: auto;
    gap:30px;
    margin-top: 3%;
}
.impact{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-inline: 20px;
    padding-block: 20px;
}
.objectives{
    background-color: var(--black);
    color: var(--white);
    padding-block: 50px;
    padding-inline: 20px;
}
.what-box{
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding:25px 15px 7px 12px;
}
.what-box-number{
    height:70px;
    width:70px;
    background: linear-gradient(to right,var(--primary),var(--secondary));
    color:var(--white);
    border-radius: 50%;
    font-size: 30px;
}
.what-heading{
    margin-top: 5%;
    margin-bottom: 5%;
}
.what-box-one{
    background: linear-gradient(to right,var(--primary),var(--secondary));
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    padding:25px 15px 7px 12px;
    color:var(--white);
}
.what-box-number-one{
    height:70px;
    width:70px;
    background-color: var(--white);
    color:var(--black);
    border-radius: 50%;
    font-size: 30px;
}
.star{
    color:var(--primary);
    margin-right: 7px;
}
.stars{
    color:var(--white);
    margin-right: 7px;
}
.fa-circle{
    font-size: 12px;
    color:var(--primary);
    margin-right: 8px;
}
.s-icon{
    font-size: 13px;
    margin-right: 8px;
}
.pitch-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.pitch{
    padding-inline: 10px;
    padding-block: 10px;
}
.pitch-gray{
    background-color: var(--lightgray);
}
.pitch-gold{
    background-color: var(--primary);
    color:var(--white);
}
.pitch h5{
    margin-bottom: 6%;
}
.inspi-grid{
    display: grid;
    grid-template-columns: 0.6fr 1fr 0.6fr;
    gap:20px;
}
.inspi-img{
    height:300px;
    width:300px;
    object-fit: contain;
    margin-bottom: 4%;
    transition: 1s;
}
.in-text{
    gap:25px;
}
.in-text a{
    color:var(--black);
}
.inspi-img:hover{
    transform: translateY(-10px);
}

/* footer part start  */
footer{
    background-image: repeating-conic-gradient(#222 0deg 12deg, #000 12deg 24deg);
    background-size: 15px 15px;
    padding-top: 35px;
    box-shadow: inset -14px -14px 58px #000;
    padding-bottom: 5px;
    color:var(--white);
    margin-top: 2%;
}
.footer-grid{
    display: grid;
    grid-template-columns: 1fr 0.7fr 1fr 1fr;
}
.footer-left{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap:25px;
    padding-right: 50px;
}
footer h5{
    font-weight: 700;
}
.f-top{
    margin-top: 7%;
}
.f-tops{
    margin-top: 10%;
}
footer a{
    color:var(--white);
}
.footer-icon{
    height:34px!important;
    width:34px!important;
    border: 2px solid var(--white);
    border-radius: 50%;
    padding-top: 6px;
}

/* about us part start  */
.about-image{
    height:400px;
    width:400px;
}
.team-img{
    height:400px;
    width:300px;
    object-fit: cover;
    margin-bottom: 3%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.team-text{
    font-size: 17px;
}
.president-image{
    height:440px;
    width:370px;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 4%;
}

/* contact part start  */
.contact-grid{
    width:80%;
    margin:auto;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap:30px;
    margin-top: 4%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    margin-bottom: 0%!important;
}
.contact-icon{
    height:33px!important;
    width:33px!important;
    border:2px solid var(--primary);
    border-radius: 50%;
    padding-top: 6px;
    color:var(--primary);
}
.contact-box{
    padding-left: 15px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
}
.map{
    height:400px;
    width:100%;
}

/* donate page start  */
.donate-grid{
    width: 30%;
    margin: auto;
    margin-top: 4%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-block: 30px;
    padding-inline: 15px;
}

/* get involved part start  */
.member-grid{
    width:40%;
    margin: auto;
    margin-top: 4%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding-inline: 30px;
    padding-block: 15px;
}
.submit-btn{
    background-color: var(--primary)!important;
}
.form-group{
    margin-top: 1.5%;
}
.form-control{
    margin-top: 1.5%;
    border-radius: 0%!important;
    height:43px;
}
.form-control:focus{
    outline: none!important;
    border:1px solid var(--lightgray)!important;
    box-shadow: none!important;
}

/* admin area part start  */
.login{
    height:770px;
}
.login-form{
    width:35%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:25px;
}
.dashboard{
    display:grid;
    grid-template-columns: 0.2fr 1fr;
    height:70px;
    border-bottom: 2px solid var(--lightgray);
}
.dashboard:nth-child(2){
    border-bottom: none;
}
.dashboard-left{
    display: flex;
    align-items: center;
    border-right:2px solid var(--lightgray);
    padding-left: 18px;
}
.dashboard-left h5{
    margin-bottom: 0%;
    font-weight: 900;
    font-size: 30px;
}
.dashboard-right{
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 18px;
}
.logout-btn{
    padding:7px 27px;
    border:2px solid;
    border-image: linear-gradient(to right, var(--primary), var(--secondary)) 1;
    color:var(--black);
    transition: all 1s;
}
.logout-btn:hover{
    box-shadow: inset 0px 0px 2rem var(--primary);
}
.admin{
    height:700px;
    display:grid;
    grid-template-columns: 0.2fr 1fr;
}
.admin-left{
    border-right:2px solid var(--lightgray);
    padding-left: 18px;
}
.admin-box{
    background:linear-gradient(to right, var(--primary), var(--secondary));
    margin-right: 15px;
    padding:8px 12px;
    margin-top: 5%;
}
.admin-box a{
    color:var(--white);
}
.admin-sub{
    width:90%;
    margin: auto;
    margin-top: 2%;
}
.admin-form{
    width:50%;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding:15px;
}
.bx-trash{
    color:var(--red);
    height:20px;
    width:20px;
}
.bx-edit{
    color:blue!important;
    height:20px;
    width:20px;
}

/* responsive part start  */
@media (max-width:1024px){
body{
    overflow-x: clip!important;
}
.grid{
    width:90%;
}
.nav-item{
    padding-right: 40px;
    font-size: 14px;
}
.second h1{
    font-size: 38px;
}
.counter-text{
    padding-inline: 10px;
}
.counter-text h2{
    font-size: 30px;
}
.counter-icon{
    height:30px;
    width:30px;
    padding:15px;
}
.inspi-grid{
    display: grid;
    grid-template-columns: 0.6fr 1fr 0.6fr;
    gap:15px;
}
.inspi-grid h5{
    font-size: 15px;
}
.inspi-img{
    height:230px;
    width:230px;
}
.in-text{
    gap:25px;
}
.service-grid{
    height:130px;
}
.service-grid h5{
    font-size: 18px;
}
.impact-grid{
    width:80%;
}
.team-img{
    height:240px;
    width:200px;
}
.team-text{
    text-align: center;
}
.president-image{
    height:390px;
    width:320px;
}
.contact-grid{
    width:90%;
}
.donate-grid{
    width:50%;
}
.login{
    height:685px;
}
.dashboard{
    grid-template-columns: 0.3fr 1fr;
}
.admin{
    height:615px;
    background-color: aqua;
    grid-template-columns: 0.3fr 1fr;
}
.admin-form{
    width:60%;
}
}

@media (max-width:768px){
.whatsapp{
    right:0.2%;
}
.arrow-up{
    right:2.8%
}
.second h1{
    font-size: 28px;
}
.logo{
    height:80px;
}
.navbar-toggler{
border-radius: 0%!important;
background: var(--white)!important;
}
.navbar-toggler:focus{
box-shadow: none!important;
}
.offcanvas-body{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.nav-item {
padding-right: 0px!important;
padding-top: 10px!important;
}
.nav-item:first-child {
padding-top: 0px!important;
}
.nav-link{
    color:var(--black)!important;
}
.dropdown-menu{
text-align: center!important;
}
.dropdown:hover .dropdown-menu{
transform: translateY(5px);
}
.donate{
    background: transparent!important;
    padding:0!important;
    color:#000000A6!important;
}
.service-grid{
    grid-template-columns: 0.8fr 0.8fr 0.3fr;
    height:170px;
    gap:10px;
}
.why-grid{
    width:60%;
}
.inspi-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap:15px;
}
.in-text{
    padding-block: 23px;
}
.inspi-grid h5{
    font-size: 20px;
}
.inspi-img{
    height:300px;
    width:300px;
}
.pitch-grid{
    grid-template-columns: 1fr 1fr;
    gap:5px;
}
.counter-text{
    display: flex;
    justify-content:center;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding-inline: 10px;
}
.counter-text h2{
    font-size: 25px;
}
.counter-icon{
    height:25px;
    width:25px;
    padding:10px;
}
.impact-grid{
    width:88%;
}
.res-grid-one{
    grid-template-columns: 1fr;
}
.res-grid-two{
    grid-template-columns: 1fr 1fr;
}
.footer-grid{
    grid-template-columns: 1fr 1fr;
}
.footer-left{
    gap:15px;
}
.team-img{
    height:290px;
    width:250px;
}
.res-flex-center{
    text-align: center;
}
.res-grid-three{
    grid-template-columns: 1fr 1fr 1fr;
}
.member-grid{
    width:60%;
}
.contact-grid{
    width:90%;
    grid-template-columns: 1fr 1fr;
    gap:20px;
}
.map{
    height:300px;
}
.login-form{
    width:50%;
}
.dashboard{
    grid-template-columns: 0.3fr 1fr;
}
.dashboard h5{
    font-size: 20px;
}
.admin-form{
    width:80%;
}
.table-right{
    padding-right: 7%;
}
}

@media (max-width:425px){
html{
    overflow-x: hidden!important;
}
.arrow-up{
    right:5%
}
.first{
    display: none;
}
.second{
    display: flex;
    height:100%;
    align-items: center;
    gap:20px;
    flex-direction: column;
    padding-top: 3px;
    padding-bottom: 15px;
}
.second h1{
    font-size: 18px;
    text-align: center;
}
.home-1{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:300px;
}
.home-2{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:300px;
}
.home-3{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:300px;
}
.carousel-caption{
    display: none;
}
.why-grid{
    width:88%;
}
.inspi-grid{
    grid-template-columns: 1fr;
    padding-block: 5px;
}
.pitch-grid{
    grid-template-columns: 1fr;
}
.gap{
    margin-top: 10%;
}
.counter{
    grid-template-columns: 1fr;
    height:100%;
    width:80%;
    margin: auto;
    margin-top: 8%;
    gap:1px;
}
.border-right{
    border-bottom: 2px solid var(--white);
    border-right: none;
}
.counter-icon{
    height:30px;
    width:30px;
    padding:12px;
}
.counter-text{
    padding-inline: 20px;
    padding-block: 20px;
}
.impact-grid{
    grid-template-columns: 1fr;
}
.aim-image{
    height:250px;
    width:100%;
    object-fit: cover;
}
.align-left{
    display: flex;
    justify-content: start;
}
.what-grid{
    grid-template-columns: 1fr;
}
.service-grid{
    display: grid;
    grid-template-columns: 1fr;
    height:300px;
    padding-block:10px;
    text-align:center;
    padding-inline: 2px;
}
.service-last{
    display: flex;
    justify-content: center;
}
.arrow-icon{
    height: 25px;
    width:25px;
    padding:12px;
}
.arrow-icon:hover{
    height: 27px;
    width:27px;
}
.footer-grid{
    grid-template-columns: 1fr;
}
.team-img{
    height:250px;
    width:250px;
    object-fit: contain;
}
.footer-left{
    margin-bottom: 4%;
}
.member-grid{
    width:90%;
}
.contact-grid{
    width:90%;
    grid-template-columns: 1fr;
    gap:10px;
}
.contact-box{
    padding-top: 25px;
}
.map{
    height:250px;
}
.donate-grid{
    width:90%;
}
.w-center{
    text-align: center;
}
.login-form{
    width:90%;
}
.dashboard-left{
    border-right: none;
}
.dashboard-left h5{
    font-size: 18px;
}
.admin{
    grid-template-columns: 1fr;
    overflow-x: hidden!important;
    width:80%;
    margin: auto;
    border-bottom: 1px solid var(--lightgray);
}
.admin-box{
    text-align: center;
}
.admin-sub {
    width: 80%;
    margin: 0%;
    margin-top: 2%;
    margin-left: 2.5%;
}
}

@media (max-width:375px){
.second{
    padding-bottom: 12px;
}
.second h1{
    font-size: 15px;
}
.home-1{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:270px;
}
.home-2{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:270px;
}
.home-3{
    background: linear-gradient(to top,rgba(0, 0, 0, 0.0),rgba(0, 0, 0, 0.0)),url('images/6.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height:270px;
}
.service-grid{
    display: grid;
    grid-template-columns: 1fr;
    height:310px;
    padding-block:10px;
    text-align:center;
    padding-inline: 2px;
}
.counter{
    width:90%;
}
}




