

*{
    margin: 0;
    padding: 0;
box-sizing: border-box;

}
html{
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
    width:0;

}
#scrollpath{
    position: fixed;
    top:0;
    right:0;
    width:10px;
    height:100%;
background-color: rgba(255,255,255,0.05);
}

#progressbar{
    position: fixed;
    top:0;
    right:0;
    width:10px;
    
    background: linear-gradient( #008aff,#00ffe7);
    animation:animate 5s linear infinite;
}
@keyframes animate{
    0%{
        filter: hue-rotate(0deg);
    }
    50%{
        filter: hue-rotate(360deg);
    }
}
#progressbar::before{
    content:'';
    position: absolute;
    top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient( #008aff,#00ffe7);
filter:blur(10px);

}
#progressbar::after{
    content:'';
    position: absolute;
    top:0;
left:0;
width:100%;
height:100%;
background: linear-gradient( #008aff,#00ffe7);
filter:blur(10px);

}
.navbar{
    display: flex;
    justify-content: center;
align-items: center;
background-color:#0005;
position:sticky;
top: 0;
}
.navbar ul{
    
    display: flex;
list-style: none;
margin: 20px 0px;

}
.navbar ul li{
    font-family: century;
    font-size: 1.1rem;
    font-weight: bold;
    /* justify-content: space-between; */

   
}
.navbar ul li a{
    text-decoration: none;
    color: white;
    padding: 8px 30px;
    transition: all .5s ease;
    margin:0.5rem;
    float:right;
}
.navbar ul li a:hover{
    background-color: yellow;
    color:black;  
   box-shadow:0 0 5px yellow,0 0 10px yellow;
    
}
/*Home section*/
#home{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    height: 800px;
    align-items: center;
    color: rgb(5, 59, 52);
}
#home::before{
    content:"";
    position: absolute;
top:0;
right: 0;
background: url('imgs/color.jpg') no-repeat center center/cover;
height: 800px;
width: 100%;
z-index: -1;
/* opacity: .8; */
}
.main{
    
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 20%;
    left:45%;
}
.headings {
    font-family: 'Secular One', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin: 40px 0px;
    color: black;
}
.headings1 {
    font-family: 'Secular One', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin: 40px 10px;
    color: white;
width: 0ch;
overflow: hidden;
white-space: nowrap;
animation: text 5s steps(12) infinite;
border-right: 3px solid black;

}
.headings2{
    font-family: 'Secular One', sans-serif;
    font-size: 2rem;
    text-align: center;
    margin: 40px 0px;
    color: yellow;
}
@keyframes text{
    0%{
        width:0ch;
    }
    50%{
        width:12ch;
    }
}
.btn{
    padding: 10px 30px;
    background-color: transparent;
    border: 2px solid black;
    color:white;
outline:none;
transition: .6s ease;
text-align: center;
}
.btn:hover{
    cursor: pointer;
    background: black;
    color:wheat;
    box-shadow: 0 0 5px black,0 0 10px black;
    font-weight: bold;
}
#about{
    display:flex;
    flex-direction: column;
box-sizing: border-box;
padding: 20px;
margin-bottom: 50px;
}
#pic{
    display: flex;
}
#pic img{
width: 575px;
height: 350px;
}
#intro{
    display:flex;
    flex-direction: column;
    text-align: justify;
    padding: 10px;
    
}
#intro h2{
    font-size: 1rem;
margin-bottom: 20px;
font-family: 'Roboto Slab', serif;
}


#portfolio{
    display:flex;
    flex-direction: column;

color: black;
padding: 20px;
}
.gallery{
    display:flex;
flex-wrap: wrap;
justify-content: space-around;
box-sizing: border-box;
}
.gallery img{
    width: 300px;
    height: 400px;
    margin: 10px;
}
#skills{
    display:flex;
    flex-direction: column;
padding: 20px;
}
.row{
    display: flex;
    
justify-content: space-around;
flex-wrap: wrap;
box-sizing: border-box;
}
.box{
    display:flex;
    flex-direction: column;
width: 350px;
height: 350px;
border:1px solid black;
margin: 10px;
align-items: center;
text-align: justify;
padding: 10px;
border-radius: 15px;
background: linear-gradient(to top,rgb(4, 69, 85), rgb(148, 230, 233)50%, white 50%);
background-size: 100% 200%;
transition: all .8s;
}
.box:hover{
    background-position: left bottom;
    color:rgb(6, 62, 70);
box-shadow: 0 0 20px rgb(6, 62, 70);

}
.para{
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(2, 41, 46, 0.856);
}
.projects h3{
    color:black;
}
.projects{
    justify-content: center;
    align-items: center;
}
.calculator{
    
    box-shadow: 0 0 5px rgb(202, 221, 32),0 0 10px rgb(174, 192, 11);

    width:200px;
    height: 170px;
    margin:50px;
    padding: 50px 50px;
    background-color: white;
    border: 1px solid black;
    color:white;
outline:none;
transition: .6s ease;
text-align: center;
}
.calculator:hover{
    border-radius:100px;
    cursor: pointer;
    background: linear-gradient(rgb(202, 221, 32),rgb(95, 104, 13)  ) ;
    color:wheat;
    box-shadow: 0 0 5px rgb(202, 221, 32),0 0 10px rgb(174, 192, 11);
    font-weight: bold;
}
.clock{
   
    width:200px;
    height: 170px;
    margin:50px;
    padding: 50px 50px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 0 5px rgb(45, 112, 167),0 0 10px rgb(63, 156, 231);

outline:none;
transition: .6s ease;
text-align: center;
}
.clock:hover{
    border-radius:100px;
    cursor: pointer;
    background:linear-gradient(rgb(76, 191, 219),rgb(33, 91, 105));
    
    box-shadow: 0 0 5px rgb(45, 112, 167),0 0 10px rgb(63, 156, 231);
    font-weight: bold;
}
.tick{
    
    width:200px;
    height: 170px;
    margin:50px;
    padding: 50px 50px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 0 5px rgb(219, 88, 231),0 0 10px rgb(127, 46, 134);
outline:none;
transition: .6s ease;
text-align: center;
}
.tick:hover{
    border-radius:100px;
    cursor: pointer;
    background: linear-gradient(rgb(219, 88, 231),rgb(112, 34, 119)) ;
    
    box-shadow: 0 0 5px rgb(219, 88, 231),0 0 10px rgb(127, 46, 134);
    font-weight: bold;
}
.cube{
    width:200px;
    height: 170px;
    margin:50px;
    padding: 50px 50px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 0 5px rgb(20, 138, 35),0 0 10px rgb(6, 94, 25);
outline:none;
transition: .6s ease;
text-align: center;
}
.cube:hover{
    border-radius:100px;
    cursor: pointer;
    background:linear-gradient(greenyellow,rgb(73, 119, 5));
    
    box-shadow: 0 0 5px rgb(20, 138, 35),0 0 10px rgb(6, 94, 25);
    font-weight: bold;
}
.snake{
    width:200px;
    height: 170px;
    margin:50px;
    padding: 50px 50px;
    background-color: white;
    border: 1px solid black;
    box-shadow: 0 0 5px rgb(138, 20, 59),0 0 10px rgb(233, 115, 213);
outline:none;
transition: .6s ease;
text-align: center;
}
.snake:hover{
    border-radius:100px;
    cursor: pointer;
    background:linear-gradient(rgb(240, 67, 148),rgb(214, 54, 214));
    box-shadow: 0 0 5px rgb(138, 20, 59),0 0 10px rgb(233, 115, 213);
   
    font-weight: bold;
}
#contact{
    display:flex;
    flex-direction: column;
box-sizing: border-box;
border: 2px solid wheat;
background-color: black;
color: white;
padding: 10px;
margin:10px;
}
 .form{
    display:flex;
    flex-direction: column;
align-items: center;
box-sizing: border-box;
margin:20px 0px;
 } 
 .input{
     padding: 10px;
margin: 15px;
width: 50%;
border: none;
outline: none;
 }
 .msg{
     width: 20%;
     padding: 10px;
     margin: 15px;
     border: none;
     outline: none;
    }
 #send{
     padding: 15px;
width: 10%;
margin: 20px;

 }
 #send:hover{
     cursor: pointer;
     box-shadow: 0 0 10px white;
 }
 footer{
    padding:10px;
    margin:0;
    height:60px;
    background-color: black;
}
.social ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
}
.social ul li {
    padding: 15px;
}
.social ul li a{
    color:white;
}
.social ul li a:hover{
    color:yellow;
    
}
 
