body{
    scroll-behavior: smooth;
background-color: #F2F2F2;
/* user-select:none; */

}
::selection {
  color: blue;
  /* background: yellow; */
}
span{
    position: relative;
}

.letter {
    /* position: relative; */
    overflow-y: hidden;
    display: inline-flex;
   /* padding: none;
   margin: none; */
    /* background-color: red; */
}
.letter-inner{
    /* background-color: red; */
    position: relative;
    top: 70px;
  line-height: 90%;
    animation: animate 0.8s ease-in-out forwards;
    animation-delay: calc(0.1s*var(--i));
}
.letter-inner2{
    /* background-color: red; */
    position: relative;
    top: 70px;
  line-height: 89%;
    animation: animate 0.8s ease-in-out forwards;
    animation-delay: calc(0.1s*var(--i));
}


@keyframes animate{
 /* 0%   {top: 30px;} */
  to {top: 0px;  }


}
#toggle{
    position: fixed;
    top: 45%;
    color: black;
   left: 96%;
    padding:10px;
    /* border: 1px solid rgba(64, 64, 65, 0.322); */
background-color : #ffffff;
 box-shadow: 0px 0px 2px 2px rgba(196, 194, 194, 0.308);
border-radius: 10px;
    /* left: 94vw; */
    z-index: 4;
    cursor: pointer;
}
#toggle > i{
    color: orange !important;
}
#toggle:hover{
/* border : 1 px solid #F2F2F2; */
background-color : #F2F2F2; 
    box-shadow: 0px 0px 3px 3px rgba(163, 162, 162, 0.199);
    
    
}
/* .navtags:hover ~ #cursor,#toggle:hover ~ #cursor{
    background-color:blue;
    width: 10px;
    height: 10px;
    animation: cursor 0.5s ease-in-out forwards;
} */

@keyframes cursor{
    0%{
        width: 10px;
        height: 10px;
    }
    40%{
        width: 15px;
        height: 15px;
    }
    100%{
        width: 10px;
        height: 10px;
    }
}
#cursor{
    top: 0px;
    width: 50px;
    height: 50px;
    position: fixed;
    border-radius: 100px;
    background-color: rgba(117, 117, 240, 0.144);
    
-webkit-transition: all 0.6s  cubic-bezier(0.25, 1, 0.3, 1);
-ms-transition: all 0.6s  cubic-bezier(0.25, 1, 0.3, 1);
-o-transition: all 0.6s  cubic-bezier(0.25, 1, 0.3, 1);
-moz-transition: all 0.6s  cubic-bezier(0.25, 1, 0.3, 1);

    z-index: 3;
    
}
#display{
    display: inline-flex;
}
#layer{
    background-color: #F2F2F2 ;
color: #FFFFFF;

    width: 100%;
    height: 100vh;
    position: fixed;
    margin-top: 0vh;
background-size: 100% 400%;
/* background-image : linear-gradient(to top, #FFFFFF, #FFFFFF 25%, #F2F2F2 25%, #F2F2F2 50%, #FFFFFF 50%, #FFFFFF 75%, #F2F2F2 75%, #F2F2F2); */
background-image : linear-gradient(to top, #FFFFFF, #FFFFFF 25%, #F2F2F2 25%, #F2F2F2 50%, #FFFFFF 50%, #FFFFFF 75%, #F2F2F2 75%, #F2F2F2);






-webkit-transition:  all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;

/* -moz-transition:  all 0.5s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;

-ms-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;

-o-transition: all 0.5s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease; */

transition: all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;



}
.darkLayer{
    background-color: black !important;
color : #101010 !important;

}
.layer2{


background-position: 0% 33.5%;
/* -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;

transition: all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease; */

color: #F2F2F2 !important;

}
.layer3{


background-position: 0% 67%;
/* -webkit-transition: all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease;

transition: all 1s cubic-bezier(0.25, 1, 0.3, 1), color 0.5s ease; */

color: #FFFFFF !important;

}
#skills{
    height: 100%;
    overflow: hidden;
    
}
.row{
    width: 100%;
      
    /* border: 1px solid black; */
}
#front{
    transform: translateY(20%);
   margin-bottom: 5%;
    /* border: 1px solid black; */
  
}
#back{
    margin-top: 2%;
}
.skillTitle{
    width: 200px;
    font-family: "Balsamiq Sans", cursive;
    font-size: 4vw;
   color: rgba(65, 63, 63, 0.829);
}


.logos >img{
    width: 96px;
    height: 96px;
    margin-right: 5%;
}
#skillsHeader{
    position: relative;
    text-align: center;
    font-family: "Mukta", sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    color: black;
    
}
#projectHeader{
     position: absolute;
    text-align: center;
    font-family: "Mukta", sans-serif;
    font-size: 30px;
    letter-spacing: 8px;
    color: black;
    margin-top: 6%;
    margin-left: 43%;
    z-index: 3;
    /* top: 30%; */
}

.worksColor{
color: #F2F2F2 !important;

}


.text {
    display:flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    font-size: 200px;
    font-family: "Oswald", sans-serif;
    transform: scale(1.8, 3);
/* color: #FFFFFF; */
    flex-wrap: nowrap;
    flex-direction: column;
    
}

#header {
text-align: center;
    position: fixed;
    margin-top: 20px;
    font-size: 17px;
z-index: 4;

}
#name {
   
    /* display: inline; */
    font-family: "Mukta", sans-serif;
    letter-spacing: 5px;
    color: blue;


    /* font-weight: bolder; */
}
#home {
    position: fixed;
    font-size : 17px;
    margin: 15px;
    text-decoration: none;
    color: black;
    font-family: "Mukta", sans-serif;

    /* top: 90%; */
    /* left: 90%; */
    z-index: 4;
}
#wrk {
    position: fixed;
    float: right;
    font-size: 17px;
    margin: 15px;
    left: 94.5%; 
    text-decoration: none;
    color: black;
    font-family: "Mukta", sans-serif;
    /* top: 90%; */
    /* left: 90%; */
    z-index: 4;
}
#about {
    display: flex;
    text-align: center;
    height: 104%;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 50px;
    font-family: "Balsamiq Sans", cursive;
    word-spacing: 5px;
    letter-spacing: 3px;
    color: black;
z-index: 3;

}
#contact{
    position: absolute;
    display: inline-flex;
    top:77%;
    z-index: 3;
    /* text-align: center; */
    justify-content: center;
    
}
#contact >a{
    margin:5px 10px;
    
   color: black;
font-family: "Balsamiq Sans", cursive;
}


.highlight {
    color: blue;
}
.fab{
    color: white ;
}
.fas{
    color: white ;
}
.fab:hover{
    color: orange !important;
    
}
.fas:hover {
    color: orange !important ;

}


.btn{
margin: 5px 10px;

    padding: 0px;
    border:none;
color: black !important;

    background-color: rgba(0, 128, 0, 0);
}
.btn:hover{
background-color: rgba(0, 128, 0, 0);

}



#works{
    /* position: relative; */
    /* height: 90vh; */
    /* padding: 50px; */
    z-index: 3;
    
}



.project-title h1 {
    font-weight: 300;
z-index: 4;



}
/* .project-title{
    z-index: 4;
} */


.project-categ {
    /* font-weight: lighter; */
font-family: "Balsamiq Sans", cursive;

    z-index:4
}

.cursor {
    position: absolute;
    width: 600px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: scale(0.1);
    opacity: 0;
    margin: -120px 0 0 -100px;
    background: url('image-2.jpg') no-repeat 50% 50%;
    border-radius: 4px;
    box-shadow: 2px 2px 2px 2px rgba(39, 39, 39, 0.068);
    /* background-color: red; */
    background-size: cover;
    z-index: 1;
}

.wrapper {
    width: 80%;
    margin: 15% auto;
    height: 50%;
}

.project {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-basis: 1;
    
    flex-wrap: nowrap;
    position: relative;
    z-index: 4;
    color: white;
    mix-blend-mode: difference;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

@media only screen and (max-width:1100px){
#works {
    height: 80vh;
}
#wrk{
    left: 92%;
}
#back{
    margin-top: 10%;
}
}

@media only screen and (max-width: 1000px) {
    #about {
        font-size: 33px;
        
    }
    #wrk {
        left: 90%;
    }
    

.text{
    font-size: 130px;
transform: scale(1.8, 5);

}
#header{
    font-size: 15px;
}
#name{
    letter-spacing: normal;
}
.cursor{
    width: 300px;
    height: 200px;
}
.project{
    flex-direction: column;
    text-align:  center;
}
#contact{
    top:83%
}
#toggle{
    left:93%
}
#back {
    margin-top: 10%;
}
#projectHeader{
    margin-left: 35%;
    margin-top: -10%;
}

}

@media only screen and (max-width: 500px){
   .cursor{
display: none;

   }
   .text{
    font-size: 90px;
transform: scale(1.8, 5);

}
   #wrk{
       left: 80%;
   }
   #toggle{
       left:89% 
   }
   .logos > img{
       width: 70px;
       height: 70px;
   }
   #projectHeader{
       position: relative;
       margin-left: -5%;
       /* font-size: 30px; */
   }
   #back > .logos > img{
       
    width: 100px !important;
    height: 60px !important;
   }
   #front > .logos >img{
       margin-left: 20px;
   }
   #back{
        margin-top: 20%;
   }
   
}











