*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: "Inter", sans-serif;
}
body{
overflow-x: clip!important;
scroll-behavior: smooth!important;
}
body a{
text-decoration: none;
}
body li{
list-style: none;
}
body h1,h2,h3,h4{
font-family: "Audiowide", sans-serif;
font-weight: 900;
}
:root{
--primary:#b8ff03;
--white:white;
--gray:gray;
--lightgray:lightgray;
--black:#333;
--red:red;
}
.common{
height:150px;
background-color: var(--black);
color:var(--white);
display: flex;
align-items: center;
}
.common h5{
margin-bottom: 1.3%;
}
.common a{
color: var(--white);
}
.color{
color:var(--primary);
}
.headingColor{
color:var(--primary);
font-family: "Audiowide", sans-serif;
}

/* navbar part start */
.goto{
display: none;
position: absolute;
content: "";
height:36px;
width: 36px;
border-radius: 2px solid var(--primary);
border-radius: 50%;
background-color: var(--white);
bottom:4%;
right:2%;
text-align: center;
position: fixed;
z-index: 100;
}
.whatsapp{
position: absolute;
content: "";
height:85px;
width:85px;
bottom:8%;
right:0.4%;
position: fixed;
z-index: 101;
}
.first{
padding-top: 3px;
padding-bottom: 3px;
}
.first-grid{
width:91%;
margin:auto;
display: grid;
grid-template-columns: 0.2fr 1.5fr;
align-items: center;
}
.first-header{
font-size: 50px;
text-transform: uppercase;
font-family: "Audiowide", sans-serif;
}
nav{
height:45px;
background-color: #444;
}
.logo{
height: 85px;
width:fit-content;
}
.nav-item{
margin-right: 60px;
}
.nav-item:nth-child(7){
margin-right: 0px;
}
.nav-link{
font-size: 14px!important;
font-weight: 500!important;
color:var(--white)!important;
}
.dropdown-menu{
border-radius: 0%!important;
transform: translateY(50px);
transition: all 0.4s;
opacity: 0;
}
.dropdown:hover .dropdown-menu{
transform: translateY(1px);
opacity: 1;
}
.dropdown-item:hover{
background-color: var(--white)!important;
}
.dropdown-item:focus{
background-color: var(--white)!important;
color:var(--black)!important;
}
.mobile-icon{
display: none;
}

/* index page start */
.main{
position: relative;
height:650px;
width:100vw;
background-color: var(--black);
display: flex;
justify-content: center;
align-items: center;
}
.main input{
appearance: none;
}
.main .dots{
position: absolute;
bottom:60px;
display: flex;
gap:5px;
z-index: 502;
}
.main .dots label{
height:20px;
width:20px;
background-color: var(--white);
border: 3px solid var(--primary);
border-radius: 50%;
opacity: 0.5;
}
.main input:nth-child(1):checked ~ .dots label:nth-child(1),
.main input:nth-child(2):checked ~ .dots label:nth-child(2),
.main input:nth-child(3):checked ~ .dots label:nth-child(3){
opacity: 1;
}
.main .slider{
position: absolute;
top:0;
left:0;
height:100%;
width:100%;
}
.main .slider .slide{
position: absolute;
top:0;
left:0;
height:100%;
width:100%;
background: var(--img);
background-size: cover;
background-position: center;
clip-path: circle(0% at 0% 50%);
transition: 1.5s;
}
.main .slider .slide:nth-child(even){
clip-path: circle(0% at 100% 50%);
}
.main input:nth-child(1):checked ~ .slider .slide:nth-child(1),
.main input:nth-child(2):checked ~ .slider .slide:nth-child(2),
.main input:nth-child(3):checked ~ .slider .slide:nth-child(3)
{
opacity: 1;
clip-path: circle(150% at 50% 50%);
transition-delay: 1s;
}
.btnOne{
padding:10px 27px;
background-color: var(--primary);
color:var(--black);
font-weight: 500;
border-radius: 50px;
text-align: center;
}
.gap{
margin-top: 5%;
}
.contact{
background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url('assets/1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding-top: 40px!important;
padding-bottom: 25px!important;
color:var(--white);
}
.contact h3{
margin-top: 2%;
margin-bottom: 2%;
font-size: 35px;
}
.submitBtn{
padding: 9px 27px!important;
background-color: var(--primary)!important;
border:none;
outline: none;
}
.form-group{
margin-top: 2.3%;
}
.formControl{
height:45px;
}
.form-control{
border-radius: 0%!important;
}
.form-control:focus{
box-shadow: none!important;
outline:none!important;
border:1px solid var(--lightgray)!important;
}
.work{
position: relative;
color:var(--white);
height:275px;
border-radius: 7px;
}
.work-e{
background: linear-gradient(to top,rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.3)),url('assets/9.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.work-h{
background: linear-gradient(to top,rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.3)),url('assets/h3.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.work-w{
background: linear-gradient(to top,rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.3)),url('assets/women.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.work-n{
background: linear-gradient(to top,rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.3)),url('assets/env1.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.work-l{
background: linear-gradient(to top,rgba(0, 0, 0, 0.9),rgba(0, 0, 0, 0.3)),url('assets/livelihood.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.workOne{
position: absolute;
content:"";
left:10px;
bottom: 0;
max-width: 60%;
}
.workTwo{
position: absolute;
content:"";
right:10px;
bottom: 25px;
}
.workOne p{
font-size: 15px;
}
.btnTwo{
padding: 7px 25px;
background-color: var(--white);
text-align: center;
border-radius: 20px;
color:var(--black);
font-weight: 500;
font-size: 15px;
}
.media{
height:500px;
width:380px;
object-fit: cover;
border-radius: 20px;
filter:brightness(0.5);
}
.mediaPosition{
position: relative;
}
.mediaContent{
position: absolute;
content: "";
top:35%;
left:45%;
z-index: 100;
height:150px;
width:150px;
background-color: var(--primary);
border-radius: 50%;
color:var(--black);
display: flex;
justify-content: center;
align-items: center;
font-size: 18px;
font-weight: 500;
}
.aboutContent{
text-align: center;
}
.aboutContent{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
.aboutContent p{
margin-top: 5%;
margin-bottom: 5%;
}
.aboutImage{
height: 320px;
width:550px;
object-fit: cover;
}
.aboutImageOne{
height: 320px;
width:500px;
object-fit: cover;
margin-top: 2%;
}
.imageRight{
margin-left: -14%;
}
.imageLeft{
margin-left: 14%;
}
.volunteer-one{
display: flex;
justify-content: center;
flex-direction: column;
padding-left: 100px!important;
padding-right: 70px!important;
}
.index-volunteer{
background-color: #f1f1f1;
height: 400px;
}
.volunterr-image{
background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('assets/hand.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 400px;
width: 100%;
clip-path: polygon(100% 0, 100% 19%, 100% 60%, 100% 100%, 0 100%, 18% 54%, 0 0);
}

/* footer part start */
footer{
background-color: var(--black);
margin-top: 2%;
color:var(--white);
padding-top: 40px;
padding-bottom: 15px;
}
footer a{
color:var(--white);
}
footer h6{
font-size: 20px;
font-weight: 600;
margin-bottom: 6%;
}
.footer-bottom{
margin-top: 4%;
}
.grid{
width:80%;
margin: auto;
display: grid;
grid-template-columns: repeat(4,1fr);
}
.grid-one{
width:80%;
margin: auto;
display: grid;
grid-template-columns: 1.7fr 1fr;
gap:20px;
}
.footer-icon{
height:36px!important;
width: 36px!important;
border:2px solid var(--white);
border-radius: 50%;
padding-top: 8px;
}
#basic-addon2{
background-color: var(--primary);
color:var(--white);
border-radius: 0%;
}
.hr{
width:80%;
margin: auto;
margin-top: 2%;
margin-bottom: 2%;
}

/* about page */
.a-image{
background-color: var(--lightgray);
}
.coach{
height: 200px!important;
width: 200px!important;
border: 4px solid var(--white);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
object-fit: cover;
margin-bottom: 7%;
transition: all 1s;
}
.coach:hover{
transform: perspective(900px);
box-shadow: 5px 25px 32px -8px rgba(0, 0, 0, 0.75);
transform: translateY(-15px);
}
.coachteam{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 4%!important;
}
.president-image{
height:400px;
width:450px;
object-fit: contain;
}

/* member page */
.member-form{
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding:10px;
padding-bottom: 20px;
}
.donate-box{
padding-inline: 15px;
padding-block: 15px;
box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

/* contact us page */
.map{
height:400px;
width:100%;
}

/*animation part start*/
.rightrotateanimation{
animation : rightrotateAnimation both;
animation-timeline: view(80% 15%);
}
@keyframes rightrotateAnimation {
100%{
transform: translateX(-300px) rotate(-10deg);
}
}

.leftrotateanimation{
animation : leftrotateanimation both;
animation-timeline: view(80% 15%);
}
@keyframes leftrotateanimation {
100%{
transform: translateX(250px) rotate(10deg);
}
}

.zoomanimation{
animation : zoomAnimation both;
animation-timeline: view(80% 35%);
}
@keyframes zoomAnimation {
100%{
height:550px;
width:100%;
border-radius: 5px;
object-fit: cover;
filter:brightness(1);
}
}

.rightanimation{
animation: rightAnimation both;
animation-timeline: view(80% 5%);
}
@keyframes rightAnimation{
0%{
opacity: 0;
transform: translateX(200px);
}
100%{
opacity: 1;
transform: translateX(0px);
}
}

.leftanimation{
animation: leftAnimation both;
animation-timeline: view(80% 5%);
}
@keyframes leftAnimation{
0%{
opacity: 0;
transform: translateX(-200px);
}
100%{
opacity: 1;
transform: translateX(0px);
}
}

.zoomUpAnimation{
animation : zoomUpAnimation both;
animation-timeline: view(80% 5%);
}
@keyframes zoomUpAnimation{
0%{
opacity: 0;
transform: translateY(200px) scale(0.3);
}
100%{
opacity: 1;
transform: translateY(0px) scale(1);
}
}

/*admin area part start */
.login{
display: flex;
justify-content: center;
align-items: center;
height:770px;
}
.loginForm{
box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
padding: 30px 20px 40px 20px!important;
}
.admin{
background-color: var(--primary);
padding-block: 10px;
}
.admin h3{
font-size: 25px;
padding-left: 8px;
font-weight: 700;
margin-bottom: 0%;
}
.adminOne{
height:720px;
background-color: var(--black);
}
.adminTwo{
padding: 9px 27px;
background-color: var(--white);
text-align: center;
margin-top: 3%;
}
.adminTwo a{
color:var(--black);
font-weight: 500;
}
.fa-circle-minus{
color:var(--red);
}

/* responsive part start */
@media (max-width:1024px){
html{
overflow-x: clip;
}
.goto{
right:2.5%
}
.first-grid{
grid-template-columns: 0.3fr 1.5fr;
}
.first-header{
font-size: 33px;
}
.nav-item{
margin-right: 45px;
}
.aboutImage{
height: 300px;
width:450px;
object-fit: cover;
}
.aboutImageOne{
height: 300px;
width:400px;
object-fit: cover;
margin-top: 2%;
}
.imageRight{
margin-left: -20%;
}
.imageLeft{
margin-left: 20%;
}
.mediaContent{
left:43%;
}
.president-image{
height:320px;
width:370px;
object-fit: contain;
}
.login{
height:660px;
}
.adminOne{
height:610px;
}
}

@media (max-width:768px){
.goto{
right:3.2%
}
.first-grid{
grid-template-columns: 0.4fr 1.5fr;
}
.first-header{
font-size: 24px;
}
nav{
height:60px;
}
.nav-item{
margin-right: 0px;
margin-top: 7px;
}
.nav-link{
color:var(--black)!important;
}
.navbar-toggler{
border-radius: 0%!important;
background-color: var(--white)!important;
}
.navbar-toggler:focus{
box-shadow: none!important;
outline: none!important;
}
.mobile-icon{
display: block;
}
.dropdown-menu{
transform: translateY(0px)!important;
}
.nav-icon{
height:35px!important;
width:35px!important;
border:2px solid var(--primary);
color:var(--primary);
padding-top: 8px;
margin-right: 4px;
border-radius: 50%;
}
.btn-close {
padding:5px;
border:2px solid var(--primary)!important;
}
.mobile-icon a{
font-size: 15px!important;
}
.main{
height:550px;
}
.aboutImage{
height: 280px;
width:350px;
}
.aboutImageOne{
height: 280px;
width:300px;
}
.volunteer-one{
padding-left: 5%!important;
}
.media{
height:450px;
width:330px;
border-radius: 10px;
}
.mediaContent{
left:40%;
}
.grid{
width:95%;
}
.grid-one{
width:95%;
}
.hr{
width:95%;
}
}

@media (max-width:425px){
.goto{
right:5.6%
}
.first-grid{
grid-template-columns: 1fr;
text-align: center;
}
.first-header{
font-size: 16px;
margin-top: 2%;
margin-bottom: 1%;
}
.logo{
height:70px;
}
.offcanvas{
width:70%!important;
}
.main{
height:300px;
}
.main .dots{
bottom:25px;
}
.aboutImage ,.aboutImageOne{
display: none;
}
.aboutContent{
padding-inline: 40px!important;
}
.work{
display: flex;
justify-content: end;
align-items: center;
flex-direction: column;
text-align: center;
}
.workOne{
position: relative;
left:0px;
max-width: 90%;
}
.workTwo{
position: relative;
margin-top: 7%;
right:0px;
}
.workOne h6{
font-size: 20px;
}
.workTop{
margin-top: 6%!important;
}
.index-volunteer{
height:609px;
padding-top: 30px;
}
.volunteer-one{
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding-left: 20px!important;
padding-right: 20px!important;
}
.volunterr-image{
clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
height:300px;
}
.media{
height:300px;
width:250px;
border-radius: 10px;
}
.mediaContent{
left:35%;
top:32%;
height:120px;
width:120px;
}
@keyframes zoomAnimation {
100%{
height:370px;
width:100%;
}
}
.grid,.grid-one{
width:85%;
grid-template-columns: 1fr;
gap:30px;
}
.hr{
width:85%;
}
.footer-g{
padding-inline: 15px;
}
.common h5{
margin-bottom: 2.5%;
}
.a-image{
margin-bottom: 5%;
}
.president-image{
height:100%;
width:100%;
margin-bottom: 8%;
}
.res-media{
margin-top: 4%!important;
}
.map{
height:300px;
margin-top: 4%;
}
.admin h3{
text-align: center;
}
.adminOne{
height:250px;
display: flex;
justify-content: center;
flex-direction: column;
}
.adminTwo:nth-child(1){
margin-top: 0%;
}
.adminBottom{
    margin-bottom: 5%;
}
.totptpt{
margin-top: 15%;
}
}

@media (max-width:375px){
.first-header{
font-size: 14px;
margin-top: 2%;
margin-bottom: 1%;
}
.offcanvas{
width:75%!important;
}
.main{
height:270px;
}
.work{
height:280px;
}
.workTop{
margin-top: 1%;
}
.index-volunteer{
height:633px;
}
.mediaContent{
left:32%;
}
.map{
height:270px;
}
}

