*{
    margin:0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
body{
    overflow-x: clip!important;
}
body a{
    text-decoration: none;
}
body h1,h2,h3,h4,h5{
    font-family: "Zilla Slab", serif;
}
:root{
    --primary: #b99e6b;
    --secondary:#916e44;
    --black:#222;
    --gray:gray;
    --lightgray:lightgray;
    --white:white;
    --red:red;
}
.loader{
    height:100vh;
    width: 100vw;
    background-color: var(--white);
    position: fixed;
    z-index: 999;
}
.loading-image{
    height:200px;
    width:fit-content;
}
.grid{
    width:86%;
    margin:auto;
}
.grid-one-column{
    display: grid;
    grid-template-columns: 1fr;
}
.grid-two-column{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:10px;
}
.grid-three-column{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:10px;
}
.grid-four-column{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:10px;
}
.grid-five-column{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap:10px;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gap{
    margin-top: 4%;
}
.heading{
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    background: linear-gradient(var(--primary),var(--secondary));
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.color{
    color:var(--primary);
}
::-webkit-scrollbar{
    width:8px;
}
::-webkit-scrollbar-track{
    background-color: var(--white);
}
::-webkit-scrollbar-thumb{
    background:linear-gradient(var(--primary), var(--secondary));
}

/* navbar part */
.whatsapp-image{
    height:80px;
    width:80px;
    position: absolute;
    content:"";
    bottom:8%;
    right:0.7%;
    position: fixed;
    z-index: 11;
}
.cheveron{
    position: absolute;
    content: "";
    right:2%;
    bottom:4%;
    border:none;
    height:40px;
    width:40px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    background-color: var(--white);
    color:var(--primary);
    position: fixed;
    z-index: 10;
}
nav{
    height:90px;
    background-color: var(--white);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.logo{
    height: 98px;
    width:98px;
    object-fit: contain;
}
.nav-item{
    margin-right: 38px;
    list-style-type: none;
}
.nav-item:nth-child(8){
    margin-right: 0px;
}
.nav-link{
    font-size: 18px!important;
    font-weight: 450!important;
    font-family: "Zilla Slab", serif!important;
    font-style: italic;
}
.nav-link:hover{
    color:var(--secondary)!important;
}
.dropdown-menu{
    border-radius: 0%!important;
    transform: translateY(60px);
    transition: all 0.4s;
    opacity: 0;
}
.dropdown:hover .dropdown-menu{
    transform: translateY(21px);
    opacity: 1;
}
.dropdown-item{
    font-size: 16px!important;
    font-style: italic!important;
    font-weight: 500!important;
    font-family: "Zilla Slab", serif!important;
}
.dropdown-item:hover{
    background-color: var(--white)!important;
}
.dropdown-item:focus{
    background-color: var(--white)!important;
    color:var(--black)!important;
}
.mobile-icon{
    display: none;
}
.active-link{
    color:var(--primary)!important;
    background-color: var(--white)!important;
}

/* index page  */
header{
    /* background-image: url('images/7.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; */
    height:685px;
    overflow: hidden;
}
.header-logo{
    height:130px;
    width:130px;
    object-fit: cover;
    margin-bottom: 3%;
}
.header-grid{
    width:70%;
    margin: auto;
    height:685px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding-top: 17px;
    padding-bottom: 5px;
}
.header-image{
    height:340px;
    width:340px;
    object-fit: cover;
}
.spilt{
    font-family: "Zilla Slab", serif;
    font-size: 18.5px;
}
.about-grid{
    display: grid;
    grid-template-columns: 2.4fr 1fr;
    gap:100px;
}
.about-grid p{
    text-align: justify;
}
.about-grid p{
    text-align: justify;
}
.about-grid p:first-child{
    font-family: "Zilla Slab", serif;
    font-size: 19px;
}
.about-grid p:first-child{
    font-weight: 600;
}
.about-gap{
    display: flex;
    flex-direction: column;
    gap:20px;
}
.about-line{
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
    width:60%;
}
.about-line a{
    color:var(--secondary);
}
.btn-one{
    padding:11px 27px;
    color:var(--white);
    background-color: var(--primary);
    font-style: italic;
    letter-spacing: 0.7px;
}
.pratice-grid{
    display: grid!important;
    grid-template-columns: 1.1fr 2fr!important;
    height:400px;
}
.pratice-one{
    position: relative;
    background-color: var(--secondary);
    color:var(--white);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-block: 30px;
    padding-inline: 20px;
    text-align: justify;
}
.btn-pos{
    position: absolute;
    bottom:40px;
    right:20px;
}
.pratice-one p{
    margin-top: 5%;
}
.pratice-img1{
    background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('images/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
}
.pratice-img2{
    background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('images/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
}
.pratice-img3{
    background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('images/3.jfif');
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
}
.pratice-img4{
    background:linear-gradient(to right,rgba(0,0,0,0.1),rgba(0,0,0,0.1)),url('images/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height:400px;
}
.carousel-control-prev-icon{
    position: absolute;
    content: "";
    left:270%;
}
.fa-quote-right{
    font-size: 55px;
}
.timeline{
    position: relative;
}
.timeline::after{
    position: absolute;
    content:"";
    width:5px;
    height:100%;
    left:50%;
    background-color: var(--primary);
    top:0;
    border-radius: 50px;
}
.timelineOne{
    width: 50%;
    position: relative;
    padding:20px 30px;
}
.circle{
    height:20px;
    width:20px;
    border:2px solid var(--primary);
    border-radius: 50%;
    position: absolute;
    right: -13px;
    background-color: var(--white);
    z-index: 10;
}
.right-container .circle {
    left: -7px;
}
.timelineBox{
    padding: 20px 30px 10px 30px;
    background:linear-gradient(var(--primary),var(--secondary));
    color:var(--white);
    border-radius: 5px;

}
.timelineBox p{
    font-size: 14px;
}
.timeText{
    margin-top: 3%!important;
    margin-bottom: 2%!important;
}
.right-container{
    left:50%;
}
.volunteer-one{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 100px!important;
    padding-right: 70px!important;
    color:var(--white);
}
.index-volunteer{
    background-color: var(--primary);
    height: 400px;
}
.volunterr-image{
    background: linear-gradient(rgba(0, 0, 0, 0.1),rgba(0, 0, 0, 0.1)),url('images/5.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);
}
.fa-arrow-right-long{
    margin-right: 9px;
}
.fa-quote-right{
    font-size: 45px;
    color: var(--gray);
    margin-bottom: 3%;
}
.short{
    margin-left: -190%;
    color: var(--black);
    font-size: 20px;
}
.long{
    margin-left: 190%;
    color: var(--black);
    font-size: 20px;
}
.t-name{
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    color:var(--gray);
} 

/* animation part start  */
.leftanimation{
    animation: leftAnimation both;
    animation-timeline: view(70% 5%);
}
@keyframes leftAnimation{
    0%{
    opacity: 0;
    transform: translateX(-200px);
    }
    100%{
    opacity: 1;
    transform: translateX(0px);
    }
}
.rightanimation{
    animation: rightAnimation both;
    animation-timeline: view(70% 5%);
}
@keyframes rightAnimation{
    0%{
    opacity: 0;
    transform: translateX(200px);
    }
    100%{
    opacity: 1;
    transform: translateX(0px);
    }
}
.upanimation{
    animation: upAnimation both;
    animation-timeline: view(80% 5%);
}
@keyframes upAnimation{
    0%{
    opacity: 0;
    transform: translateY(300px);
    }
    100%{
    opacity: 1;
    transform: translateY(0px);
    }
}
.zoomUpAnimation{
    animation : zoomUpAnimation both;
    animation-timeline: view(85% 5%);
}
@keyframes zoomUpAnimation{
    0%{
    opacity: 0;
    transform: translateY(200px) scale(0.3);
    }
    100%{
    opacity: 1;
    transform: translateY(0px) scale(1);
    }
}

/* footer part  */
footer{
    background:linear-gradient(to right,var(--primary),var(--secondary));
    margin-top: 2%;
    padding-top: 35px;
    padding-bottom: 20px;
    color:var(--white);
}
.footer-logo{
    height:140px;
    width:140px;
    object-fit: cover;
    border-radius: 7px;
}
footer a{
    color:var(--white);
}
footer h4{
    margin-bottom: 7%;
    font-size: 25px;
}
.footer-grid{
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap:30px;
    padding-bottom: 20px;
}
.footer-grid-one{
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr;
    gap:20px;
}
.footer-icon{
    height:45px!important;
    width:45px!important;
    border-radius: 50%;
    border:2px solid var(--primary);
    padding-top: 13px;
    color:var(--white);
}
.foo-icon{
    height:35px!important;
    width:35px!important;
    border-radius: 50%;
    border:2px solid var(--primary);
    padding-top: 8px;
    color:var(--white);
}
.italic{
    font-family: "Zilla Slab", serif;
    font-size: 19px;
    font-style: italic;
}
.hr{
    width:86%;
    margin: auto;
}
.footer-top{
    margin-top: 10%;
}
.footer-tops{
    margin-top: 7%;
}

/* about page  */
.common{
    background:linear-gradient(to right,var(--primary),#f1f1f1);
    height:130px;
    display: flex;
    align-items: center;
    color:var(--white);
}
.common a{
    color:var(--white);
}
.common h4{
    margin-bottom: 1%;
    font-size: 30px;
    font-weight: 600;
}
.border-radius-image{
    border-radius: 6px;
}
.president-grid{
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap:20px;
    width:78%;
}
.sub-heading{
    width:60%;
    text-align: center;
    margin-top: 2%;
}
.president-center{
    display: flex;
    justify-content: center;
}
.president-image{
    height:450px;
    width:370px;
    background-color: var(--primary);
    border-radius: 5px;
    object-fit: cover;
}
.download-btn{
    display: flex;
    flex-direction: column;
    gap:30px;
}

/* pratice areas part  */
.sub-image{
    height:400px;
    width:100%;
    object-fit: cover;
    margin-bottom: 3%;
    border-radius: 8px;
}
.sub-list{
    margin-top: 2%; 
    margin-bottom: 2%;
}
.font-change p{
    font-style: italic;
    font-weight: 500;
}
.font-family{
    font-family: "Zilla Slab", serif!important;
    font-weight: 600;
    font-size: 23px;
}
.img-icon{
    height:25px;
    width:25px;
}

/* people part  */
.t-grid{
    width:88%;
    margin: auto;
    margin-top: 3%;
    margin-bottom: 12%;
}
.v{
    display: grid!important;
    grid-template-columns: 1.7fr 1fr!important;  
    gap:20px!important;
    color: var(--black);
}
.people-left{
    display: flex;
    flex-direction: column;
    gap:5px;
}
.people-image{
    height:500px;
    width:440px;
    object-fit: cover;
    background-color: var(--secondary);
}
.ccpi{
    position: absolute;
    content: "";
    height:50px;
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:10%;
    left:560px!important;
    background-color: var(--secondary)!important;
    border-radius: 50%!important;
}
.ccni{
    position: absolute;
    content: "";
    height:50px;
    width:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:10%;
    right:560px!important;
    background-color: var(--secondary)!important;
    border-radius: 50%!important;
}
.carousel-indicators{
    margin-top: 10%;
    gap:50px;
}
.carousel-indicators img{
    height:150px;
    width:150px;
    object-fit: cover;
    border-radius: 50%;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.carousel-indicators button{
    width:max-content!important;
}
.carousel-indicators{
    position: unset!important;
}
.carousel-indicators [data-bs-target] {
    opacity: 0.9!important;
}
/* career page  */
.carrer-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.career-icon{
    font-size: 40px; 
}
.career-box{
    height:100%;
    background-color: var(--secondary);
    color:var(--white);
}
.career-box-one{
    height:100%;
    background-color: var(--wwhite);
    border:1px solid var(--lightgray)
}
.join{
    height:50px;
    background-color: var(--primary);
    border-radius: 5px;
}
.join a{
    color:var(--white);
}
.submit{
    padding:12px 27px;
    background-color: var(--primary);
    border:none;
    outline: none;
}
.form h5{
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 25px;
}
.form-group{
    margin-top: 2%;
}
.form-control{
    height:44px;
    border-radius: 0%!important;
    background-color: beige!important;
}
.form-control:focus{
    box-shadow: none!important;
    outline: none!important;
    border:1px solid var(--lightgray)!important;
}
.heart{
    animation: beat .60s infinite alternate;
}
@keyframes beat{
	to { 
        transform: scale(1.3); 
    }
}
.c-c{
font-weight: 700;
font-style: italic;
}

/* contact part  */
.contact-grid{
    width:80%;
    margin:auto;
    margin-top: 5%;
    gap:30px;
}
.map{
    height:100%;
    width:100%;
}

/* industry part  */
.industry-grid-two-column{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:40px;
}
.ind-image{
    border-radius: 7px;
}

/* responsive part start  */
@media (max-width: 1024px){
body{
    overflow-x: clip!important;
}
.cheveron{
    right:2.5%;
}
.whatsapp-image{
    bottom:8.5%;
}
.logo{
    height: 100px;
    width:100px;
}
.nav-item{
    margin-right: 10px;
}
.nav-link{
    font-size: 16px!important;
}
.about-grid{
    grid-template-columns: 2fr 1.4fr;
}
.pratice-grid{
    grid-template-columns: 1.3fr 2fr!important;
    height:420px;
}
.president-grid{
    width:88%;
}
.pratice-one{
    text-align: left;
    padding-inline: 10px;
}
.pratice-one p{
    font-size: 15px;
}
.pratice-img1{
    height:420px;
}
.pratice-img2{
    height:420px;
}
.pratice-img3{
    height:420px;
}
.pratice-img4{
    height:420px;
}
.t-grid{
    width:88%;
}
.v{
    grid-template-columns: 2fr 1fr!important;  
}
.people-image{
    height:360px;
    width:280px;
}
.ccpi{
    display: none;
}
.ccni{
    display: none;
}
.carousel-indicators{
    gap:40px;
    margin-top: 5%;
}
.carousel-indicators img{
    height:120px;
    width:120px;
}
.over-clip{
    overflow-x: clip!important;
}
}

@media (max-width: 768px){
.grid{
    width:90%;
}
.res-nav{
    margin-top: -2.3%;
}
.navbar-toggler{
    border-radius: 0%!important;
}
.navbar-toggler:focus{
    box-shadow: none!important;
}
.nav-item{
    margin-right: 0px;
}
.nav-link{
    font-size: 18px!important;
}
.mobile-icon{
    display: block;
}
.nav-icon{
    height:33px!important;
    width:33px!important;
    border:2px solid var(--primary);
    border-radius: 50%;
    padding-top: 5px;
    margin-right: 5px;
    color:var(--primary);
}
.dropdown:hover .dropdown-menu{
    transform: translateY(0px);
}
.spilt{
    font-size: 18px;
}
.header-image{
    height:280px;
    width:280px;
}
.about-grid{
    grid-template-columns: 2fr 0.8fr;
    gap:20px;
}
.about-grid p{
    font-size: 14px;
}
.pratice-grid{
    grid-template-columns: 1.4fr 2fr!important;
}
.pratice-one h4{
    font-size: 18px;
}
.pratice-one p{
    font-size: 14px;
}
.timelineBox{
    padding: 10px 20px 5px 20px;
}
.footer-grid-one{
    grid-template-columns: 1fr 1fr;
}
.t-grid{
    width:90%;
}
.v{
    grid-template-columns: 1fr 0.7fr!important;  
}
.people-image{
    height:350px;
    width:250px;
}
.carousel-indicators{
    gap:20px;
}
.carousel-indicators img{
    height:90px;
    width:90px;
}
.sub-image{
    height:300px;
}
.industry-grid-two-column{
    gap:20px;
}
.industry-grid-two-column p{
    font-size: 15px;
}
.res-grid-one-column{
    display: grid;
    grid-template-columns: 1fr;
}
.career-box {
    height:200px;
}
.contact-grid{
    width:90%;
}
.grid-five-column{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.ppgrid{
    grid-template-columns: 1fr;
}
}

@media (max-width: 425px){
.cheveron{
    right:4.5%;
}
.whatsapp-image{
    bottom:8.5%;
}
.res-nav{
    margin-top: -4.1%;
} 
.header-logo{
    height:110px;
}
header{
    height:735px;
}
.spilt{
    font-size: 17px;
}
.about-grid{
    grid-template-columns: 1fr;
}
.about-line{
    width:100%;
}
.pratice-grid{
    display: grid!important;
    grid-template-columns: 1fr!important;
    height:700px;
}
.pratice-one h4{
    font-size: 20px;
}
.pratice-one p{
    font-size: 16px;
}
.pratice-one{
    display: grid;
    gap:40px;
}
.pratice-img1{
    height:300px;
}
.pratice-img2{
    height:300px;
}
.pratice-img3{
    height:300px;
}
.pratice-img4{
    height:300px;
}
.btn-pos{
    bottom:30px;
    left:10px;
}
.carousel-control-prev-icon{
    position: absolute;
    content: "";
    left:20%;
    bottom:15%;
}
.carousel-control-next-icon{
    position: absolute;
    content: "";
    bottom:15%;
}
.timeline::after{
    display: none;
}
.timelineOne{
    width: 100%;
    text-align: center;
    padding:10px 20px;
}
.circle{
    display: none;
}
.timelineBox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 20px 25px 20px;
}
.right-container{
    left:0%;
}
.index-volunteer{
    height:600px;
    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:320px;
}
footer{
    margin-top: 5%;
}
.footer-grid{
    grid-template-columns:1fr;
    gap:5px;
}
.footer-grid-one{
    grid-template-columns: 1fr;
}
.footer-top{
    margin-top: 6%;
}
.common h4{
    font-size: 25px;
    margin-bottom: 3%;
}
.res-grids{
    display: grid;
    grid-template-columns: 1fr;
}
.t-grid{
    width:90%;
}
.v{
    grid-template-columns: 1fr!important;  
    text-align: center;
}
.people-left{
    gap:5px;
    order:2;
}
.people-image{
    height:300px;
    width:270px;
}
.carousel-indicators{
    display: none!important;
}
.ccpi{
    display: none;
}
.ccni{
    display: none;
}
.sub-image{
    height:200px;
}
.common{
    height:170px;
}
.carrer-grid{
    grid-template-columns: 1fr;
}
.career-box-one{
    height:200px;
}
.form h5{
    margin-top: 4%;
    margin-bottom: 4%;
    font-size: 20px;
}
.industry-grid-two-column{
    grid-template-columns: 1fr;
}
.order{
    order:2;
}
.footer-logo{
    height: 100px;
    width:100px;
}
.sub-heading{
    width:90%;
}
.grid-five-column{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.map{
    height:230px;
}
.leftanimation{
    animation-timeline: view(90% 5%);
}
.rightanimation{
    animation-timeline: view(90% 5%);
}
.carousel-item p{
    font-size: 14.5px;
}
.feed{
    margin-top: 14%;
}
.btnFont{
    font-size: 13px;
    padding-inline: 7px!important;
}
.res-grid-achievement{
    display: grid;
    grid-template-columns: 1fr;
}
}

@media (max-width: 375px){
.cheveron{
    right:5%;
}
.res-nav{
    margin-top: -4.7%;
} 
header{
    height:720px;
}
.header-grid{
    width:85%;
}
.feed{
    margin-top: 25%;
}
.btnFont{
    font-size: 11px;
    padding-inline: 5px!important;
}
}



