@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;1,300;1,400&display=swap');

html{
    box-sizing: border-box;
    font-size: 16px;
}
body{
    background-color:black;
    height:2000px;
    
}

*, *:before, *:after{
    box-sizing: inherit;

}
body, h1, h2, h3, h4, h5, h6, ol, ul{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

 a{
     text-decoration: none;
 }
 li{
     list-style: none;

 }
 ol,ul{
     list-style:none;
 }
   
    img{
        max-width: 100%;
        height:auto;
    }
    a:hover{
        text-decoration: none
    }
    ul{
        margin: 0;
        padding:0;
    }
    body{
        font-family: 'Oswald', sans-serif;
    }
    .main #particles-js{
        position: absolute;
        top: 0;
        left: 0;
        height: 200%;
        width: 100%;
    }
.header{
    position: relative;
    transition:all 0.7s;
    z-index:9;

}
.header .wrap{
    width: 1140px;
    max-width: 100%;
    margin: auto;
    padding: 0 15px;
    display: flex;
    justify-content: space-around
}
.header.sticky{
    width:100%;
    position:fixed;
    background-color: rgb(224, 233, 233);
    box-shadow:0 10px 10px -10px rgba(0,0,0,35);
}
.header .logo {
    margin: 0;
    padding: 16px 0;
}
.header .logo a,
.header .logo a img{
    display: block;
 
}
.header .logo img{
    height: 40px;
    width:200px;
    margin-left: -70%;
   
}
.header .menu ul{
    display:flex;
    margin-right:200px;

}
.header .menu li{
    padding: 16px;
    
}
.header .menu a{
    font-size:1.2rem ;
    color:rgb(22, 18, 18);
    padding:2px;
    display: block;
    text-transform: uppercase;
}
.header .menu a:hover{
    color:rgb(223, 141, 87);
    list-style-type: circle;
    transform: scale(1.2);
}
.header .sidemenu-toggler{
    position: absolute;
    width:45px;
    padding: 6px;
    top:23px;
    right:40px;
}
.header .sidemenu-toggler > span{
    display:block;
    background-color: rgb(6, 10, 10);
    height:2px;
}
.header .sidemenu-toggler > span:nth-child(2){
    margin: 4px 0 4px auto;
    width:75%;
    transition: 0.3s all;
}
.header .sidemenu-toggler > span:nth-child(3){
    margin-left: auto;
    width:50%;
    transition: 0.6s all;
}
.header .sidemenu-toggler:hover > span:nth-child(2),
.header .sidemenu-toggler:hover > span:nth-child(3){
   width:100%; 
}
.header .sidemenu{
    position: fixed;
    top:0;
    right:0;
    background-color: rgb(224, 233, 233);
   
    width:30%;
    height:100vh;
    z-index: 999;
    padding:4rem;
    color:rgb(112, 109, 105);
    transform:translate3d(100%, 0, 0);
    transition: transform 0.5s ease-in-out;
    overflow: hidden;
}
.header .sidemenu ul li a:hover{
    color: rgb(190, 180, 180);
    transform: scale(1.6);
}
.header .sidemenu.active{
    transform: translate3d(0, 0, 0);
}
.header .sidemenu .close{
    height:30px;
    width:30px;
    display:block;
    position: absolute;
    right: 20px;
    top:20px;
}

.header .sidemenu .close::before,
.header .sidemenu .close::after{
    content: "";
    position: absolute;
    top:0;
    left:13px;
    height:30px;
    width: 2px;
    background:white;

}
.header .sidemenu .close::before{
    transform:rotate(45deg);
}
.header .sidemenu .close::after{
    transform:rotate(-45deg);
}
.header .sidemenu nav ul{
    padding-top: 30px;

}
.header .sidemenu nav li{
    padding: 15px 0;
}
.header .sidemenu nav a{
    font-size:1.2rem;
    color:rgb(12, 11, 11);
    text-transform:uppercase;
}
.header .sidemenu footer .footer-nav{
    padding-top: 100px;
    font-size:0.9rem;
    text-transform:uppercase;

}
.header .sidemenu footer  .social{
    display:flex;
    align-items:center;
    margin-bottom: 12px;    
}
.header .sidemenu footer .social a{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius: 50%;
    transition:all 0.3s linear;
    margin-right: 5px;
    text-transform: uppercase;
    

}
.social-media li{
    margin-top: 40px;
   
}

.social-media i:hover{
color: rgb(95, 92, 87);
transform: scale(1.6);
}
.social-media-nav i{
    margin-right: 20px;
    cursor: pointer;
    
}
.social-media-nav i:hover{
    transform: scale(1.6);
    color: rgb(94, 89, 85);
}
 .social-icons {
    list-style:none;

    font-size: 25px;
    cursor: pointer;
    padding:10px;
  justify-content: center;
    margin-top:90px;

}

.social-icons i{
    padding:25px 40px;
    
}

.home{
    margin-top: -20px;
}

.hero-text{
    font-family: 'Poppins',sans-serif;
    margin-top:-60px;
}
.title{
    background-color:rgb(250, 213, 168);
    font-size:14px;
    line-height: 24px;
    padding:10px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0px;
   

}
.name{
    font-size:80px;
    letter-spacing:-1px;
    color: rgb(88, 84, 81);
    
}
.destignation{
    font-size:30px;

}
.email{
    margin-top:40px ;
}
.social-media li{
    list-style:none;
    margin-right: 30px;
    margin-left: 30px;
    font-size: 25px;
    cursor:pointer;
}
.hero-img{
    margin-left:140px;
    margin-top: -150px;
    
}
.hero-img img{
    margin:0 auto;
    float:none;
    text-align:center;
    border:10px solid rgba(0,0,0,0.17);
    border-radius:50%;
}
.img-border{
    height:400px;
    width:400px;
    border:10px solid rgba(0,0,0,0.07);
    margin: 0 auto;
    border-radius: 50%;
}
::-webkit-scrollbar{
    width:10px;
}
::-webkit-scrollbar-track{
    width:10px;
    background:rgb(230, 226, 208);
    border-left: 0 solid white;
    border-right: 0 solid white;
}
::-webkit-scrollbar-thumb{
    background:rgba(29, 22, 4, 0.459);
    width: 0;
    height: 35%;
    transition: 0.5s;
}

.about{
    font-family:'Poppins', sans-serif;
}
.gap{
    margin-left:90px;
}
.tab ul li{
    margin:0px 6px;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 4px 0px;
    display: inline-block;
}
.tab ul li span{
    border:1px solid rgb(203, 247, 203);
    padding: 4px 10px;
    border-radius: 4px;

}
.tab ul li span:hover{
    background-color:transparent !important; 
}
 .btn-danger{
     background-color:beige;
     color:white;
     padding:4px 20px;
     border: none;
     border-radius: 50px;   
    }
.mh-service .mh-service-item{
    padding:20px;
    border-radius: 4px;
    font-family:'Poppins' ,sans-serif ;

}
.mh-service .mh-service-item .fa{
    font-size:30px;
    margin-bottom: 20px;
    margin-top: 16px;
}
.mh-service .mh-service-item .fa.red-color{
    color:rgb(201, 190, 190)
}
.mh-service .mh-service-item .fa.orange-color{
    color:rgb(212, 210, 201)
}
.mh-service .mh-service-item .fa.blue-color{
    color:rgb(118, 119, 129)
}
.mh-service h3{
    font-size:25px;
    margin-bottom:15px;
    line-height: 30px;
}

.section-title h3{
    color:rgb(15, 10, 6);

}
.porject-nav{
    margin:0 auto;
    margin-bottom:40px;
    text-align: center;
    margin-bottom: 50px;
}
.porject-nav ul li{
    display: inline-block;
    margin:0 10px;
    cursor: pointer;
    color:rgb(15, 15, 15);
}
.porject-nav ul li:hover{
    color:rgb(105, 112, 110);

}
.porject-nav ul li.active{
    color:rgb(223, 247, 239);
    
}
.porject-nav ul li span{
    padding:15px 0;
    border-bottom:2px solid transparent;
}
.porject-nav ul li.current span{
    border-bottom: 2px solid rgb(83, 78, 78);
}
.grid-item figure{
    position: relative;
    overflow: hidden;
    border-radius: 10px;

}
.grid-item figure img{
    position:relative;
    width: 100%;
    display: block;
}
.grid-item figure figcaption{
    position:absolute;
    padding: 15px;
    height: 100%;
    width: 100%;
    top:auto;
    left: 0;
    color:rgb(44, 32, 32);
    bottom: 0;
    z-index: 10;
    transition: 0.5s;
}
.grid-item figure figcaption:after{
    content:' ' ;
    position:absolute;
    width: 100%;
    height:100%;
    top:0;
    left: 0;
    transition: all 0.5s ease-out;
    transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(0.95);
    z-index: 1;
    opacity:0;
}

.grid-item figure figure figcaption .fa{
    margin:0;
    padding:0;
    font-size:24px;
    font-weight: 400;
    line-height: 35px;
    position:absolute;
    text-align: center;
    width: 100%;
    left:0;
    top:45%;
    margin-top: -22;
    transform:translateX(0px) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    opacity:0;
    letter-spacing: 0px;
}
.figcaption .title {
    margin:0;
    padding:0;
    position:absolute;
    text-align:center;
    width:100%;
    left:0;
    right:0;
    font-size:18px;
    line-height:30px;
    text-transform: capitalize;
    top:50%;
    margin-top: 30px;
    transform:translateX(80px) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition: all 0.4s ease-out;
    opacity:0;
    letter-spacing: 0px;
}
.figcaption .sub-title {
    margin:0;
    padding:0;
    position:absolute;
    text-align:center;
    width: 100%;
    left:0;
    font-size:13px;
    top:50%;
    margin-top: 30px;
    transform:translateX(-70px) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition: 0.5s;
    opacity:0;
    letter-spacing: 0px;

}
.grid-item figure:hover{
    transition: all 0.4s ease-out;
}
 figure:hover figcaption{
    color:rgb(241, 231, 231);
    background: rgba(168, 167, 161, 0.644);
}
.grid-item figure:hover figcaption:after{
    opacity:1;
    transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition: all 0.4s ease-out;
}
.grid-item figure:hover figcaption .fa{
    transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition: 0.2s;
    opacity:1;    
}
.grid-item figure:hover figcaption .title{
    transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition:0.4s;
    margin-top: -10px;
    opacity:1;
}
.grid-item figure:hover figcaption .sub-title{
    transform:translateX(0) translateY(0) rotateZ(0) rotate(0deg) scale(1);
    transition:0.6s;
    opacity:1;
}

.footer-html{
    width:100%;
    
    bottom: 0;
    background: linear-gradient(to right, rgba(243, 242, 237, 0.726), rgba(196, 192, 189, 0.473));
    color: rgb(79, 83, 83);
    padding: 20px 0 20px;
    border-top-left-radius: 125px;
    font-size:13px;
    line-height:20px;
    
}
.box{
    width:85%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content:space-between;

}
.col{
    flex-basis: 25%;
    padding: 10px;
}
.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
}
.logo{
    
    width:100px;
    height:100px;
}
.col h3{
    height:fit-content;
    margin-bottom:40px;
    position:relative;
}
.email-id{
    width:fit-content;
    border-bottom: 1px solid white;
    margin: 20px 0.
}
ul li a{
    color: rgb(53, 56, 58);
}
form{
   padding-bottom: 10px;
   display:flex;
   align-items:center;
   justify-content:space-between;
   border-bottom: 1px solid black;
   margin-bottom: 50px;
}
form .fa{
   font-size:20px;
   margin-right: 10px;
   
}
form input{
    width:100%;
    background:transparent;
    color: white;
    border:0;
    outline:none;
}
form button{
    background:transparent;
    border:0;
    outline:none;
    cursor:pointer;

}
form button .fa{
    font-size:16px;
    color:white
}
hr{
    width:90%;
    border:0;
    border-bottom: 1px solid white;
    margin:20px auto; 
}
.copyright-footer{
    text-align:center;
   
    font-size: 12px;
}
.underline{
    width:86px;
    height:5px;
    background:rgb(233, 203, 203);
    border-radius: 3px;
    top: 25px;
    left:0;
    overflow: hidden;
}
.underline span{
    width: 15px;
    height:5px;
    background:black;
    border-radius: 3px;
    position:absolute;
    top:-20;
    left: 10px;
    animation: moving 2s linear infinite;

}
@keyframes moving{
    0%{
        left:-7px;
    }
100%{
        left:28%;
    }
}


@media (max-width: 767px) {
    .header .sidemenu{
        width:50%
    }
    .header .sidemenu nav a{
        font-size:1rem ;
    }
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 250%;
       
       
    }
    .col:nth-child(2), .col:nth-child(3){
        flex-basis: 100%;
    }
    
    @keyframes moving{
        0%{
            left:-8px;
        }
    100%{
            left:20%;
        }
    }
    .logo{
        margin-left: 40%;
    }
    .header .sidemenu nav {
        justify-content: center;
    }
    .name{
        font-size:50px;
        
    }
    
}


@media (min-width: 767px) and (max-width: 991px) {
    .header .sidemenu{
        width:20%;
    }
    .header .sidemenu nav a{
        font-size:1.2rem ;
    }
    
}

@media (max-width: 1199px) {
    .header .menu{
        display:none;
    }
    
    
}


