@font-face {
    font-family: gilroy;
    src: url(./font/gillRoy.ttf);
}

@font-face {
    font-family: locicola;
    src: url(./font/LOKICOLA.TTF);
}
*{
    margin: 0;
    padding: 0;
    font-family: gilroy;
}

#page1{
    width: 100vw;
    background-color: #fff;
    overflow: hidden;
}


#show1{
    height: 30vh;
    width: 30vw;
    filter: blur(20px);
    border-radius: 50%;
    position: fixed;
    top: 20vh;
    left: 0; 
    z-index: 12;
    background-color: hsla(314, 83%, 81%, 0.299);
    box-shadow: 10px 60px 100px rgba(245, 166, 236, 0.621);
}


#show2{
    height: 30vh;
    width: 30vw;
    filter: blur(20px);
    border-radius: 50%;
    position: fixed;
    top: 50vh;
    right: 0; 
    z-index: 12;
    background-color: rgba(247, 247, 182, 0.354);
    box-shadow: 10px 60px 100px rgba(243, 245, 189, 0.251);
}

#page1 nav{
    height: 10vh;
    width: 100vw;
    background-color:transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

 #hamb{
    display: none;
}

#mleft{
    display: none;
}

nav #left{
    height: 100%;
    width: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1vw;
}

#left #name{
    font-weight: 700;
    font-size: 1.5vw;
}

#left #portfolio{
    background-color:#8FD7EF;
    padding: 0.5vh 1.9vw;
    border-radius: 15px;
box-shadow:  20px 20px 60px #8FD7EF,
             -20px -20px 60px #8FD7EF;
}


#page1 #right{
    width: 40%;
    display: flex;
    align-items: center;
    gap: 3vw;
    justify-content: flex-end;
}

#right #home{
    color: #8FD7EF;
}

#right #git{
    display: flex;
    margin-right: 2vw;

}

#right #git img{
    height: 3vh;
    width: 3vw;
}


#first{
    height: 10vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

#first-info{
    display: flex;
    height: 8vh;
    width: 19vw;
    display: flex;
    border-radius: 9px;
    justify-content: space-evenly;
    align-items: center;
background:#fff;
box-shadow:  20px 20px 60px #c9e9ef,
             -20px -20px 60px #c3d3d2;
}

#first-info #f1{
background-color: hsl(0, 2%, 77%);
padding: 1.5vh 2vw;
border-radius: 8px;
font-weight: bolder;
}

#first-info #f2{
    font-weight: 800;
    color: rgb(191, 40, 225);
}


#second{
    width: 100vw;
    margin-top: 4vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#second #s1,#s3{
  font-size: 10vh;
  font-weight: 900;
}

#second #s2{
    font-family:locicola;
    font-weight: 400;
    font-size: 4vw;
  color: #F06992;  
}

#second #s4{
    font-size: 1.2vw;
    text-align: center;
    font-weight: 500;
    margin-top: 4vh;
}


#btns{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    gap: 5vh;
}

#btns #btn1{
    background-color: #8FD7EF;
    padding: 1vh 3.5vw;
    font-size: 1.3vw;
    font-weight: 700;
    border-radius: 17px;
    border: none;
background: linear-gradient(145deg, #8FD7EF, #f0f0f0);
box-shadow:  20px 20px 60px #8ddaf47e,
             -20px -20px 60px #f0699159;
}


#btns #btn2{
    background-color:#F06992;
    padding: 1vh 3.5vw;
    font-size: 1.3vw;
    font-weight: 700;
    border-radius: 17px;
    border: none;
background: linear-gradient(145deg,#F06992, #f0f0f0,#f06991a1);
box-shadow:  20px 20px 60px #8ddaf47e,
             -20px -20px 60px #f0699159;
}


#imgdiv{
height: 100vh;
    width:100vw;
    align-items: center;
    margin-top: 3vh;
    
}

#imgdiv img{
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(10px 10px 5px gray);
}

body::-webkit-scrollbar{
 display: none;
}

#git-section,#skill,#cert{
    width: 100vw;
margin-top: 10vh;
}

#git-section .heading{
    width: 20vw;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-left: 10vw;
}



.heading >div{
    height: 1vh;
    width: 4vw;
    background-color: black;
}

.heading h3{
    font-weight: 300;
    font-size: 2vw;
    text-wrap: nowrap;
}

#git-section h2{
    font-size: 4.5vw;
    margin-left: 12vw;
    margin-top: 0;
}



#pro-container{
    height: 30vh;
    width: 100vw;
display: flex;
align-items: center;
gap: 5vw;
justify-content: space-around;
}

#pro-container #pro1,#pro2,#see-more{
    height: 25vh;
    width: 20vw;
    background-color: rgba(213, 210, 210, 0.525);
    border-radius: 5px;
    border: 0.01px solid rgba(128, 128, 128, 0.447);
   overflow: hidden;
   box-shadow: 10px 10px 50px #c6e9f0;
}

#pro1 img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: all 1s ease-in-out;
    
}

#pro2 img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    box-shadow: 10px 10px 60px hsl(342, 82%, 68%); 
    transition: all 1s ease-in-out;
}

#pro2 img:hover{
    transform:scale(1.1);
}
#pro1 img:hover{
    transform:scale(1.1);
}

#see-more img:hover{
    transform:scale(1.1);
}

#see-more{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#see-more>a{
    font-weight: 700;
}

#see-more >img{
    height:10vh;
    width: 10vw;
    transition: all 1s ease-in-out;
}  

#skills{
    height: 30vh;
    width: 85vw;
    margin: 0 10vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#skills .skill-div{
    height: 80%;
    width: 15vw;
    border-radius: 5px;
    border: 0..1px solid rgba(128, 128, 128, 0.53);
    background-color: rgba(231, 226, 226, 0.619);

}
.skill-div img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: all 1s ease-in;
   filter: drop-shadow(10px 10px 10px rgb(45, 44, 44));
}
.skill-div img:hover{
    scale: 1.1;
    filter: drop-shadow(20px 20px 60px rgb(212, 248, 248));
}

#skills #mern{
 width: 20vw;
 
}

#pics{
    height: 30vh;
    width: 95vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5vw;
}
#pics #pic1,#pic2{
    height: 80%;
    width: 25vw;
    border-radius: 5px;
    overflow: hidden;
    border: 0..1px solid rgba(128, 128, 128, 0.53);
    background-color: rgba(231, 226, 226, 0.619);
}


#pic1 img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: all 1s ease-in-out;
}

#pic2 img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    transition: all 1s ease-in-out;
}

#pic1 img:hover{
    transform:scale(1.1);
}
#pic2 img:hover{
    transform:scale(1.1);
}


#about{
    width: 100vw;
    margin-top: 4vh;
}

#ab1,#ab3{
    margin-left: 10vw;
    font-size: 3.5vw;
}

#last{
    display: flex;  
}

#ab2{
    font-size: 9vw;
    font-weight: bold;
    margin-left: 10vw;
    line-height: 0.99;
}


#msg-logo{
    height: 9vh;
    width: 5vw;
}

#msg-logo img{
    width: 100%;
    height: 100%;
    object-fit: fill;
    filter: drop-shadow(20px 20px 60px black);

}

#video{
    width: 40vw;
    margin-top: 4vh;
    height: 40vh;
    background-color: wheat;
  margin-bottom: 10vh;
  color: #F06992;
  margin-left: 10vw;
  border-radius: 15px;
  overflow: hidden;
}

#video video{
    opacity: 0.9;
    filter: brightness(0.5);
    height: 100%;
    width: 100%;
    object-fit: fill;
}


#last-head{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#last-head #head1,#head2{
    white-space: nowrap;
    font-size: 3vw;
    font-weight: 600;
    letter-spacing: -1;
}

#msg-opt{
    margin-top: 5vh;
    display: flex;
    align-items: center;
    gap: 1vw;
    justify-content: center;
    height: 5vh;
    width: 20vw;
    background-color: #0EB152;
    border-radius: 20px;
    box-shadow: 20px 20px 60px rgba(53, 184, 154, 0.776);
    margin-bottom: 10vh;
}

#ball{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: white;
}

#msg-opt h4{
    color: white;
    font-weight: 100;
    font-size: 1vw;
}


#screen{
    height: 30vh;
    width: 90vw;
    border: 1px solid black;
    position: relative;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-top: 10vh;
    border-radius: 7px;
}

#dino{
    height: 9vh;
    width: 10vw;
    position: absolute;
    left: 10%;
    bottom: 10%;
    z-index: 10;
}

#dino img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    user-select: none;
}

#thred-container{
    height:10vh;
    width: 100%;
    position: absolute;
    bottom: 10%;
    display: flex;
    gap:15vw;
    align-items: end;
    justify-content: space-evenly;
    border-bottom: 1px dotted black;
}

#thred-container .thred-design{
    height: 10vh;
    width: 10vw;
}

.thred-design img{
    height: 100%;
    width: 100%;
    object-fit: fill;
    user-select: none;
}

#building{
    
    position: absolute;
    animation: moving 7s linear infinite;
}

#short-tree{
    position: absolute;
    animation: moving 5s linear infinite;
}

#tree{
    position: absolute;
    left: 20%;
    animation: moving 10s linear infinite;
}

@keyframes moving {
    0%{
        left: 100%;
    }
    50%{
        left: 0%;
    }
   
    100%{
        left: -100%;
    }
}





#last-txt{
    width: 100vw;
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15vh;
}

#last-txt h3{
    font-size: 1.5vw; 
    font-family: locicola;
    color: #F06992;

}

#heart-img{
    height: 5vh;
    width: 5vw;
}

#heart-img >img{
    height: 100%;
    width: 100%;
    object-fit: fill;
}


.pt{
    cursor: pointer;
}

/* scroll bar*/






/*
responsive_code

*/

@media screen and (max-width:600px){
  nav{
    flex-direction: row-reverse;
  }
    nav #left{
        height: 100%;
        width: 50vw;
        justify-content: flex-start;
  }
   #mleft{
    display: block;
    height: 100%;
    width: 30vw;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1vw;
   }

   #mleft img{
    height: 7vh;
    width: 7vw;
   } 

     #hamb{
        height: 100%;
        width: 100vw;
        display: block;
        position: absolute;
        z-index: 11;
        left:-100%;
        background-color: #fff;
        transition: all 1s ease-in-out;
        overflow: hidden;
    }
   #hamb #cross{
    height: 10vh;
    width: 10vw;
    position:absolute;
    top: 0;
    right:0;
   }
#cross img{
    height: 100%;
    width: 100%;
}

#hamb #list{
 display: flex;
 flex-direction: column;
 align-items: center;
 margin-top: 45%;
 gap: 5vh;
}

#list span{
    height: 4vh;
    font-size: 4vw;
    border-bottom: 0.5px solid black;
}

#list #list-img{
    display: flex;
    gap: 2vw;
    align-items: center;
}

#list #list-img img{
  height: 4vh;
  width: 4vw;   
}


 #left #portfolio{
    font-size: 3vw;
    padding: 0.5vw 1vw;
    border-radius: 15px;
}

    #left #name{
        font-weight: 700;
        font-size: 3.3vw;
    }
    
    

    #page1 #right{
        display: none;
    }
  
    
#first-info{
    height: 6vh;
    width: 60vw;
}

#first-info #f1{
padding: 0.5vh 2vw;
text-wrap: nowrap;
}


#second{
 margin-top: 1vh;
}

#second #s1,#s3{
  font-size: 12vw;
  text-wrap: nowrap;
}

#second #s2{
    font-size: 7.5vw; 
}

#second #s4{
    font-size: 4vw;
    margin-top: 3vh;
}


#btns{
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5vh;
    gap: 5vh;
    flex-direction: column;
}

#btns #btn1{
    padding: 1vh 15vw;
    font-size: 3vw;
    font-weight: 700;
}


#btns #btn2{
    padding: 1vh 15vw;
    font-size: 3vw;
}



#imgdiv{
        height: 40vh;
        margin-top: 5vh;
        
    }
    


    
#git-section,#skill{
margin-top: 2vh;
}

#git-section .heading{
    width: 100vw;
    gap: 1vw;
}



.heading >div{
    height: 0.5vh;
    width: 10vw;
}

.heading h3{
    font-weight: 300;
    font-size: 6vw;
    text-wrap: nowrap;
}

#git-section h2{
    font-size: 10vw;
    margin-left: 12vw;
    margin-top: 0;
}


#pro-container{
    height: 20vh;
    width: 100vw;
    gap: 1vw;
}

#pro-container #pro1,#pro2,#see-more{
    height: 15vh;
    width: 25vw;
}

#see-more{
    gap: 0;
}

#see-more>a{
    font-weight: 700;
    font-size: 4vw;
}

#see-more >img{
    height:8vh;
    width: 15vw;
    transition: all 1s ease-in-out;
}

#skills{
    height: 20vh;
    width: 90vw;
    margin: 0 5vw;
}

#skills .skill-div{
    height: 70%;
    width: 15vw;
    border-radius: 5px;

}

#pics{
    height: 60 vh;
    width: 80vw;
    flex-direction: column;
    margin-top: 5vh;
}
#pics #pic1,#pic2{
    height: 30vh;
    width: 70vw;
}

#video{
    width: 80vw;
    margin-top: 4vh;
    height: 25vh;
    background-color: wheat;
  margin-bottom: 10vh;
  color: #F06992;
  margin-left: 10vw;
  border-radius: 7px;
  overflow: hidden;
}




#about{
    width: 100vw;
    margin-top: 4vh;
}

#ab1,#ab3{
    font-size: 7vw;
}

#last{
    display: flex;  
}

#ab2{
    font-size: 13vw;
    
}


#msg-logo{
    height: 4vh;
    width: 5vw;
}






#last-head #head1,#head2{
    white-space: nowrap;
    font-size: 4.5vw;
}

#msg-opt{
    margin-top: 3vh;
    display: flex;
    height: 4.5vh;
    width: 50vw;
}

#ball{
    height: 5px;
    width: 5px;
}

#msg-opt h4{
    color: white;
    font-weight: 100;
    font-size: 2.5vw;
}

#circle1{
    left: -50%;
}


#last-txt{
    margin-top: 6vh;
}
#last-txt h3{
    font-size: 4.5vw;
}

}