*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    height: 100%;
    width: 100%;
    font-family:    "PP Mori Regular";
  
   color: #323232;


    position: relative;
}


*::selection{
    background-color: #6D6D6D;
    color: #ffffff;
}
body::-webkit-scrollbar{
    display: block;
    width: 8px;
    background:#6D6D6D;
}
body::-webkit-scrollbar-thumb{
    background-color: #323232;
    border-radius: 50px ;

}
#cursor{
        height: 20px;
        width: 20px;
        background-color: #6D6D6D;
        border-radius: 50%;
        position: fixed;
        z-index: 99;
}
/* #cursor-blur{
        height: 500px;
        width: 500px;
        background-color: #96c11e2b;
        border-radius: 50%;
        position: fixed;
        filter: blur(50px);
        z-index: 9;
        mix-blend-mode: difference;
} */



#cursor-tstmnl{
height: 220px;
width: 220px;
background-color: #d8d2d2;
border-radius: 50%;
position: fixed;
transform: translate(-50%,-50%) scale(0);
z-index: 9;
}


    /* Hide body content initially */
     /* body.loaded main {
      display: block;
    }  */
/* Hidden by default, shown after intro */
     /* main {
      display: none; 
    }  */

    /* Video Intro Styling */
    /* #intro-video {
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: black;
      z-index: 9999;
      display: flex;
      justify-content: center;
      align-items: center;
    } */

    /* #intro-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }  */



nav{
    width: 100%;
    height: 60px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:2.5vw 3vw;
    position: fixed;
    z-index: 10;


}
nav h3{
    font-size: 3vh;
    font-weight: 400;
    letter-spacing: 0.1vw;

}
nav #right-nav{
display: flex;
align-items: flex-end;

}
nav #right-nav p{

margin-right: 30px;
font-size: 0.9rem;
}
nav #right-nav i{
font-size: 1.5rem;
   color: #323232;



}


#whatsapp-Contact{
    z-index: 11;
        position: fixed;
    top: 92%;
    left: 95%;
    transform: translate(-50% , -50%);
}
#whatsapp-Contact a{

    text-decoration: none;
}
#whatsapp-Contact i{

    font-weight: 500;
    font-size: 2.5rem;
    padding: 1vh 1vh;
    color: white;
    background-color: #49E670;
    border-radius: 50%;
}


#part1{
    

    height: 100vh;
    display: flex;
    align-items: center;
}
#left-main{
height: 100%;
width: 50%;
/* background-color: red; */
position: relative;
}
#left-main #ready{
    margin-bottom: 30px ;
    padding: 0.5vw 1vw;
    width: 75%;
    height: 3vw;
    border: 1px solid rgb(29, 29, 29);
    border-radius: 5px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
#left-main #ready h3{
    margin-right: 20px;
    font-size: 1.2vw;
    font-weight: 100;
}
#left-main #ready #green-circle{
    height: 15px;
    width: 15px;
    border: 2px solid #19FA00;
    border-radius: 50%;
    background-color: #19FA00;
}
#left-main-Container{
    padding: 3vw 4vw;
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-50% , -50%);
}
#left-main-Container h2{
    font-size: 3rem;
    font-weight: 200;
    word-spacing: 4px;

}
#left-main-Container h1{
    margin-top: 2rem;
    font-size: 1.5rem;
    font-weight: 200;
    word-spacing: 4px;

}
#right-main{
height: 100%;
width: 50%;
/* background-color: blue; */
position: relative;
}
#right-main-Container{
position: absolute;
top: 60%;
left: 10%;
}
#right-main-Container>p{
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 2vw;
    letter-spacing: 0.1vw;
    line-height: 2vw;
}
#right-main-Container>button{
    border: none;
    font-size: 1.2vw;
    padding: 1vw 1vw;
    background-color: #323232;
    color: white;
    border-radius: 5px;
}
#right-main-Container>button:hover{
background-color: #414141;
}


#part2{

        height: 100vh;
    width: 100%;
    position: relative;
    z-index: 9;
}
#part2-container{
    background-color: #BBBBB8;

    position:absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50% , -50%);
    /* background-color: blue; */
      height: 70%;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-evenly   ;

}
#part2-container .img-container{
    height: 100%;
    width: 20%;
    /* background-color: green; */
    overflow: hidden;
    margin-left: 4px;

}
#part2-container .img-container img{
    margin-top: 3px;
    height: 60%;
    width: 100%;
    object-fit: cover;
}
.track {
  display: flex;
  flex-direction: column;
}
.track img {
  width: 100%;
  display: block;
}
#part3{
    width: 100%;
    height: 50vh;
    /* background-color: red; */
    
}
#part3 #part3-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#left-part3{
    /* background-color: #19FA00; */
    width: 50%;
    height: 100%;
    padding: 3vw 5vw;

}
#left-part3 h2{
    font-size: 2rem;
}



#right-part3{
    height: 100%;
    width: 50%;
    /* background-color: #fac000; */
    padding: 3vw 5vw;
}
#right-part3 h1{
font-size: 2.5rem;
font-weight: 400;
margin-bottom: 3rem;
}
#right-part3>button{
        border: 1px solid #323232;
    font-size: 1.2vw;
    padding: 1vw 1vw;
    border-radius: 5px;
    transition: 0.3s all ease;
    background-color: white;
    margin-right:1.5vw ;
}
#right-part3>button:hover{
    background-color: #323232;
    color: white;

}
#part4{
    width: 100%;
    height: 100%;
    /* background-color: red; */
    padding: 2vw 2vw;
}
#part4 #f-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#part4 #f-btn>button{
        border: none;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;
    margin-right:1.5vw ;

}
#part4 #projects #projects-container{
    margin-top: 15vh;
    /* background-color: #414141; */
    height: 100%;
    width: 100%;
}
#part4 #projects #projects-container #top-prj{
    display: flex;
    align-items: center;
    justify-content: center;
}
#part4 #projects #projects-container #top-prj #project1{


    height: 50vh;
    width: 50%;
    /* background-color: rgb(229, 255, 0); */
        margin-right: 3vh;

}
#part4 #projects #projects-container #top-prj #project2{
        height: 50vh;
    width: 50%;
    /* background-color: rgb(0, 255, 98); */

}
#part4 #projects #projects-container #project3{
        margin-top: 3vh;
     height: 60vh;
    width: 100%;
    /* background-color: rgb(4, 0, 255); */
}
#part4 #projects #projects-container .img-proj{
    overflow: hidden;
 border-radius: 10px;
 position: relative;
}
#part4 #projects #projects-container .img-proj img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 0.6s ease all;

}
#part4 #projects #projects-container .img-proj:hover  img { 
    scale: 1.2;
}


#part5{
    height: 100vh;
    width: 100%;
    /* background-color: #19FA00; */
    display: flex;

}
#part5-left{
    position: relative;
    /* background-color: red; */
    height: 100%;
    width: 50%;
}

#part5-right{
    /* background-color: rgb(0, 38, 255); */
    height: 100%;
    width: 50%;
    position: relative;
}
#part5-left-container{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#part5-left h3{
    padding-bottom: 10vh;
    font-size: 2rem;
}
#part5-left button{
        border: none;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;
    margin-right:1.5vw ;

}
#part5-right-container{
    width: 90%;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#part5-right-container .dets{

    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    font-size: 1.5rem;
    border: 1px solid #6D6D6D;
    border-radius: 0.5rem ;
    padding: 1.7rem 1.7rem;
    margin-top: 1vh;

}


#part6{
    padding: 5vh 5vh;
    width: 100%;
    /* background-color: green; */
}
#part6 h1{
    margin-left: 3rem;
    font-size: 3rem;
    font-weight: 200;
}
#testemonal-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
#part6  #testemonal-con #reviewSec{
    padding: 5vh 5vh;
    margin-top: 10vh;
    height: 120vh;
    width: 95%;
    /* background-color: red; */
    border: 1px solid #323232;
    border-radius: 2vh;
    z-index: 10;
}
#part6  #testemonal-con #reviewSec h2{
    width: 90%;
    font-weight: 100;
    letter-spacing: 1px;
}


#tesmnl-pn-con{
    margin-top: 25rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
#pic-tesmnl{
    margin-right: 1rem;
    height: 4rem;
    width: 4rem;
    background-color: purple;
    border: 1px solid #323232;
    border-radius: 50%;
}


#part7{
    height: 70vh;
    width: 100%;
    /* background-color: red; */


}
#part7-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#part7 #part7-left{
    position: relative;

    height: 100%;
    width: 50%;
    /* background-color: blue; */

}
#part7-left-container{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#part7 #part7-left h1{
font-size: 2rem;
font-weight: 200;
}
#part7 #part7-left p{
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 1.2rem;
font-weight: 100;
}
#part7-left button{
        border: none;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;
    margin-right:1.5vw ;

}

#part7 #part7-right{
        height: 100%;
    width: 50%;
    /* background-color: rgb(238, 255, 0); */
    position: relative;

}
#part7 #part7-right h1{
    width: 90%;
    font-size: 1.7rem;
    font-weight: 200;
   position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);

}


footer{
    height: 60vh;
    width: 100%;
    background-color: #323232;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;

}

#footer-left{
    height: 100%;
    width: 50%;
    /* background-color: blue; */
    position: relative;


}
#f-left-container{
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50% , -50%);
}
#f-left-container h1{
    font-size: 1.9rem;
    font-weight: 600;
}
#f-left-container h2{
  font-size: 1.2rem;
    font-weight: 200;
    margin-top: 1rem;
}
#f-left-container .office-time{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#footer-right{
    height: 100%;
    width: 50%;
    /* background-color: red; */
    position: relative;
}
#f-right-container{
    width: 80%;

position: absolute;
top: 40%;
left: 50%;
transform: translate(-50% , -50%);

}
.social-links{
margin-bottom: 3rem;

}
.social-links a{
text-decoration: none;

}
.social-links a i{
font-size: 2rem;
font-weight: 200;
color: white;
margin-right: 2rem;
}
#f-right-container h1{
    font-weight: 500;
    margin-bottom: 3rem;
}































@media(max-width:600px){


#cursor{
    display: none;
}
#cursor-tstmnl{
    display: none;
}
nav{
    width: 100%;
    padding: 3vw 4vw;
}
nav h3{
    font-size: 3vh;
    font-weight: 500;
    letter-spacing: 0.2vw;

}

nav #right-nav i{
font-size: 2rem;
}
#right-nav>p{
    display: none;
}
#whatsapp-Contact{
    z-index: 11;
        position: fixed;
    top: 90%;
    left: 90%;
    transform: translate(-50% , -50%);
}
#whatsapp-Contact a{

    text-decoration: none;
}
#whatsapp-Contact i{

    font-weight: 500;
    font-size: 2.5rem;
    padding: 1vh 1vh;
    color: white;
    background-color: #49E670;
    border-radius: 50%;
}

#part1{
display: flex;
flex-direction: column;
margin-bottom: 1rem;
}
#left-main {
    margin-top: 7vh;
    width: 100%;
    position: relative;

}
#left-main-Container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#left-main #ready{
    margin-left: 30px;
    width: 80%;
    height: 6vh;
    border: 1px solid rgb(29, 29, 29);
    border-radius: 5px;
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}
#left-main #ready h3{
    margin-right: 10px;
    font-size: 2.3vh;
    letter-spacing: 0.2px;
    font-weight: 600;
}
#left-main #ready #green-circle{
    height: 15px;
    width: 15px;
    border: 2px solid #19FA00;
    border-radius: 50%;
    background-color: #19FA00;
}

#left-main-Container h2{
    font-size: 4rem;
    word-spacing: 4px;
    font-weight: 700;


}
#left-main-Container h1{
    font-size: 1.5rem;
    margin-top: 0.4rem;
    word-spacing: 2px;
    margin-left: 25px;
    font-weight: 300;

}
#right-main{
    position: absolute;
    top: -2.5%;
    /* background-color: blue; */
          width: 90%;
    position: relative;
}
#right-main-Container{
    position: absolute;
    top: 2%;
    left: 2%;
}
#right-main-Container>p{
    font-size: 1.3rem;
    line-height: 1.5rem;
    font-weight: 300;
}
#right-main-Container>button{
    margin-top: 5px;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    background-color: #323232;
    color: white;
}



#part2{

    height: 80vh;
    width: 100%;

    position: relative;
}
#part2-container{
    height: 100%;
    position:absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50% , -50%);
        background-color: #BBBBB8;
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: space-evenly   ;

}
#part2-container .img-container{
    height: 100%;
    width: 100%;
    /* background-color: green; */
    overflow: hidden;

}
#part2-container .img-container img{
height: 25vh;
width: 60vw;
}
#part2-container .d-none{
    display: none;
}







#part3{
    width: 100%;
    height: 50vh;
    /* background-color: red; */

}
#part3 #part3-container{
        display: flex;
    flex-direction: column;

}
   
#left-part3 h2{
    font-size: 2rem;
}



#right-part3{
    height: auto;
    width: 100%;
    /* background-color: #fac000; */
    padding: 3vw 5vw;
    
}
#right-part3 h1{
font-size: 1.6rem;
}
#right-part3>button{
    margin-top: 2vh;
    font-size: 1.2rem;
    padding: 1rem 1rem;
}


#part4{
    width: 100%;
    height: 100%;
    /* background-color: red; */
    padding: 2vw 2vw;
    padding-bottom: 8vh;

}
#part4 #f-btn{
    display: flex;
    flex-direction: column;
}
#part4 #f-btn>button{
    margin-top: 2rem;
        border: none;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;


}
#part4 #projects #projects-container{
    margin-top: 5vh;
    /* background-color: #414141; */
    height: 100%;
    width: 100%;
    padding: 1vh 1vh;
}
#part4 #projects #projects-container #top-prj{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#part4 #projects #projects-container #top-prj #project1{

margin-right: 0vh;
    height: 50vh;
    width: 100%;

}
#part4 #projects #projects-container #top-prj #project2{
        margin-top: 3vh;

        height: 50vh;
    width: 100%;
    /* background-color: rgb(0, 255, 98); */

}
#part4 #projects #projects-container #project3{
        margin-top: 3vh;
     height: 50vh;
    width: 100%;
    /* background-color: rgb(4, 0, 255); */
}





#part5{
    height: 80vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* background-color: red; */
    overflow:hidden;
    padding: 3vh 3vh;
    padding-bottom: 8vh;
}
#part5-left{

    /* background-color: red; */
    height: 100%;
    width: 100%;
    margin-bottom: 1rem;
}

#part5-right{
    /* background-color: rgb(0, 38, 255); */
    height: 100%;
    width: 100%;
    position: relative;
}
#part5-left-container{
    width: 90%;

}
#part5-left h3{
    padding-bottom: 4vh;
    font-size: 1.3rem;

}
#part5-left button{
        border: none;
    font-size: 1.2rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;
    margin-right:1.5vw ;

}
#part5-right-container{
    
    width: 100%;
      position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#part5-right-container .dets{
    width: 100%;
    background-color: white;
    font-size: 1rem;
    border: 1px solid #6D6D6D;
    border-radius: 0.5rem ;
    padding: 1.3rem 1.7rem;
    margin-top: 1vh;
}
#part5-right-container .dets i{
   color:  #6D6D6D;

}



#part6{
    /* background-color: red; */
   
    padding: 2vh 2vh;
    width: 100%;
    /* background-color: green; */
}
#part6 h1{
     padding-top: 2rem;
    font-size: 2rem;
    font-weight: 400;
    padding-right: 0.7rem;
}
#testemonal-con{
    display: flex;
    align-items: center;
    justify-content: center;
}
#part6  #testemonal-con #reviewSec{
    padding: 2vh 2vh;
    margin-top: 4vh;
    height: 70vh;
    width: 100%;
    /* background-color: red; */
    border: 1px solid #323232;
    border-radius: 2vh;
}
#part6  #testemonal-con #reviewSec h2{
    font-size: 1rem;
    width: 100%;
    font-weight: 500;
    letter-spacing: 1px;
}


#tesmnl-pn-con{
    margin-top: 5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}
#pic-tesmnl{
    margin-right: 1rem;
    height: 4rem;
    width: 4rem;
    background-color: purple;
    border: 1px solid #323232;
    border-radius: 50%;
}





#part7{
    height: 80vh;
    width: 100%;
    /* background-color: red; */


}
#part7-container{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column-reverse ;
}

#part7 #part7-left{


    height: 100%;
    width: 100%;
    /* background-color: blue; */

}
#part7-left-container{
    width: 90%;
padding-bottom: 10rem;
}
#part7 #part7-left h1{
font-size: 1.8rem;
font-weight: 500;
}
#part7 #part7-left p{
margin-top: 2rem;
margin-bottom: 2rem;
font-size: 1rem;
font-weight: 300;
}
#part7-left button{
        border: none;
    font-size: 1.1rem;
    padding: 1rem 1rem;
    color: white;
    border-radius: 5px;
    background-color: #323232;
    margin-right:1.5vw ;



}

#part7 #part7-right{
        height: 100%;
    width: 100%;
    /* background-color: rgb(238, 255, 0); */


}
#part7 #part7-right h1{
    width: 90%;
    font-size: 1.4rem;
    font-weight: 400;
padding-bottom: 7rem;

}







footer{
    height: 90vh;
    width: 100%;
    background-color: #323232;
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-left: 3rem;
    padding-top: 3rem;

}

#footer-left{
    height: 100%;
    width: 100%;
    /* background-color: blue; */



}

#f-left-container h1{
    font-size: 1.9rem;
    font-weight: 600;
}
#f-left-container h2{
  font-size: 1.2rem;
    font-weight: 200;
    margin-top: 1rem;
}
#f-left-container .office-time{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
#footer-right{
    height: 100%;
    width: 100%;
    /* background-color: red; */

}
#f-right-container{
    width: 80%;


}
.social-links{

display: flex;
align-items: center;
justify-content: center;

}
.social-links a{
text-decoration: none;

}
.social-links a i{
font-size: 2rem;
font-weight: 200;
color: white;
margin-right: 2rem;
}
#f-right-container h1{
    padding-top: 9rem;
    font-size: 1.3rem;
    font-weight: 500;
}
#f-right-container h4{
    /* background-color: #19FA00; */
    color: black;
}




}