
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;500;600;700;800;900&display=swap');

*{
    padding: 0;
    margin: 0 ;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
    text-decoration: none;
    

}

html,body{
cursor: pointer;

}

:root{
    --text-color:#f5f5f5;
    --hover-color:#0ff2f9;
    --bg-color:#030303;
    --secon-bg-color:#292e33;
    --big-font:2.5rem;
    --norma-font:2rem;
    --neon-box-shadow:0 0 10px rgba(18,247,255,0.3),
    0 0 20px rgba(18,247,255,0.3),
    0 0 30px rgba(18,247,255,0.3),
    0 0 40px rgba(18,247,255,0.3),
    0 0 70px rgba(18,247,255,0.3),
    0 0 80px rgba(18,247,255,0.3),
    0 0 100px rgba(18,247,255,0.3),
    0 0 150px rgba(18,247,255,0.3),



}

::-webkit-scrollbar{
    height: 0;
    width: .5rem;
}


::-webkit-scrollbar-track{
    background: var(--secon-bg-color);
}

::-webkit-scrollbar-thumb{
    background: var(--hover-color);
    border-radius: 5rem;
}




body{
    font-family: "Poppins",sans-serif;
    background-color: var(--bg-color);
  
}




header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 10%;
    height: 50px;
    border-radius: 30px;
    
  backdrop-filter: blur(10px);
 
  background: linear-gradient(95deg,#d2001a,#7462ff,#f48e21,#23d5ab);
  backdrop-filter: blur(10px);
}

.logo{
    font-size: 26px;
    color: #f5f5f5;
    font-weight: 700;
    letter-spacing: 1px;

}
span{
    color: var(--hover-color);
    margin-left: 2.9px;
}

.navlist{
    display: flex;
    
   
  
}

.navlist a{
    color: var(--text-color);
    font-weight: 500;
    padding: 10px 20px;

}

.navlist a:hover{
    color: var(--hover-color);
    text-shadow: 0 0 10px rgba(18,247,255,0.6),
    0 0 20px rgba(18,247,255,0.6),
    0 0 30px rgba(18,247,255,0.6),
    0 0 40px rgba(18,247,255,0.6),
    0 0 70px rgba(18,247,255,0.6),
    0 0 80px rgba(18,247,255,0.6),
    0 0 100px rgba(18,247,255,0.6),
    0 0 150px rgba(18,247,255,0.6);
}

#menu-icon{
    font-size: 1.8rem;
    z-index: 10001;
    cursor: pointer;
    margin-left: 25px;
    background:var(--hover-color);
    border-radius: 3px;
    color: var(--secon-bg-color);
   display: none;
}

section{
    padding: 40px 10%;
}

.home{
    max-height: 100vh;
    height: 100%;
    width:100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    grid-gap: 4em;

}

.home-content{
    max-width: 600px;
}

.home-content h1{
    font-size: var(--big-font);
    font-weight: 700;

}

.change-text{
    font-size: 1.5rem;
    font-weight: 600;
    

}



.change-text h3{
    display: inline-flex;
    margin: 0;
    vertical-align: top;

}

.multiple-text{
    margin-left: 4px;
    
}

.home-content{
    color: #bdbdbd;
   line-height:1.6 ;
}

.info-box{
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
}

.info-box h5{
    font-weight: 600;
    color: var(--text-color);
    font-size: 1rem;

}

.info-box span{
    margin-left: 0px;
    font-size: 12.5px;
    color: #bdbdbd;;
}

.btn-box{
    display: flex;
    justify-content: space-between;
    width: 320px;
    height: 45px;
}

.infocnt {
    padding-left: 8px;

}

.btn-box a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background: var(--hover-color);
    color: var(--bg-color);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: .80s;
    border-radius: 9px;
    margin-top: 5px;
    position: relative ;
    overflow: hidden;
    z-index: 1;
    border: 2px solid var(--hover-color);

}
.btn-box a:hover{
    color: var(--hover-color);
}

.btn-box a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background:var(--bg-color);
   width: 0;
    height: 100%;
    z-index: -1;
    transition: .4s;

}
.btn-box a:hover::before{
    width: 100%;
}



 /*#whatsapp,#twitter,#linkedin,#instagram{
    font-size: 20px;
    background-color: #a7d0d1;
    color: #fff;
    box-shadow: 2px 2px 2px #00000080,10px 1px 12px #00000080,2px 2px 10px #00000080,2px 2px 3px #00000080,inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080,
    inset 2px 2px 10px #00000080;
    
   border-radius: 29px;
   padding: 15px 19px;
   margin:3px 40px;
  
   animation: animate 3s linear infinite;
   text-shadow: 0 0 50px #1173eb,
                0 0 100px #0072ff,
                0 0 150px #0072ff,
                0 0 200px #0072ff;
 }
 #twitter{
    animation-delay: 0.3s;
    margin-left: 0px;
    margin-bottom: 20px;
 }

 #whatsapp{
        animation-delay: 0.7s; 
        margin-left: 0px;
 }

 #instagram{
    animation-delay: 1s; 
    margin-left: 0px;
}

#linkedin{
    animation-delay: 1.5s; 
    margin-left: 0px;
}

@keyframes animate{
    from{
        filter:hue-rotate(0deg);
    }
    to{
        filter:hue-rotate(360deg);
    }
}
    */

    .social-icons{
        margin-top: 3rem;
        display: flex;
        justify-content: space-between;
        width: 220px;
        height: 40px;
        
         }
        
         #whatsapp,#twitter,#linkedin,#instagram{
            font-size: 20px;
            background-color: #0ff2f9;
            color: #fff;
            box-shadow: 2px 2px 2px #00000080,10px 1px 12px #00000080,2px 2px 10px #00000080,2px 2px 3px #00000080,inset 2px 2px 10px #00000080,
            inset 2px 2px 10px #00000080,
            inset 2px 2px 10px #00000080,
            inset 2px 2px 10px #00000080;
            
           border-radius: 29px;
           padding: 15px 19px;
           margin:3px 40px;
          
           animation: animates 3s linear infinite;
           text-shadow: 0 0 50px #0072ff,
                        0 0 100px #0072ff,
                        0 0 150px #0072ff,
                        0 0 200px #0072ff;
         }
         #twitter{
            animation-delay: 0.3s;
            margin-left: 0px;
            margin-bottom: 20px;
         }
        
         #whatsapp{
                animation-delay: 0.7s; 
                margin-left: 0px;
         }
        
         #instagram{
            animation-delay: 1s; 
            margin-left: 0px;
        }
        
        #linkedin{
            animation-delay: 1.5s; 
            margin-left: 0px;
        }
        
        @keyframes animates{
            from{
                filter:hue-rotate(0deg);
            }
            to{
                filter:hue-rotate(360deg);
            }
        }






.home-image{
    position: relative;
}

.img-box{
    text-align: center;
    margin-left: 150px;
    margin-bottom: 50px;
}

.img-box img{
    width: 100%;
    max-width: 350px;
    height: auto;

}

.liquid-shape{
    position: absolute;
    width: 90%;
    height: 95%;
    z-index: -1;
    top: 10%;
    margin-left: 100px;
    margin-top: 10px;
 

}

.liquid-shape:nth-child(2){
    filter: blur(2px);
}

.about{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 2em;
    background: var(--secon-bg-color);
}

.about .img-about{
    text-align: center;
 
    position: relative;

}

.about .img-about img{
    border-radius: 50px;
    border: 10px solid var(--hover-color);
    
    border-color: #0ff2f9;
    box-shadow: #0ff2f9;
    
    max-width: 400px;

    height: auto;
}

.about-content span{
        color: #fdfdfd;
        font-size: .8rem;
        font-weight: 200;
        letter-spacing: 2px;
        text-transform: uppercase;
}

.about-content h2{
    color: var(--hover-color);
    font-weight: 700;
    font-size: var(--norma-font);

}

.about-content h3{
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.2rem;
}

.about-content p{
     color: #fdfdfd;
     font-weight: 400;
     line-gap-override: 200px;

}

.about-content .btn{
    margin-top: 30px;
}


.main-text {
    margin-top: 30px;
     width: 100%;
     text-align: center;
     margin-bottom: 2rem;
     color: var(--hover-color);
}
.main-text h1{
    color: var(--text-color);
    font-size: 32px;
}

.main-text h2{
    font-weight: 700;
    font-size: var(--norma-font);

}

.main-text span{
    color: #fdfdfd;
    font-size: .8rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.services{
  height: fit-content;
    margin-top: -20px;
 
}

.section-services{
display: flex;    
color: #0ff2f9;
    justify-content: center;
   align-items: center;
    grid-gap: 4rem;
 border: 8PX solid var(--hover-color);
 border-radius: 8PX;



}

.service-box{
   
  border-radius: 109px;
  height: 400px;
  line-height: 25px;
    padding: 29px 20px ;
    text-align: center;
    background: var(--secon-bg-color);
    
}



#bt1{
    display: flex;
    justify-content: right;
   
    margin-right: 20px;
}


#bt2{
    display: flex;
    justify-content: right;
   
    margin-right: 20px;
}


#bt3{
    display: flex;
    justify-content: right;
    margin-right: 20px;
  
}
.skills{
    margin-top: -20px;
   height: 650px;
   background: #45484c;
      
}

.skills .skills-bar{
    display: grid;
    height:75%;
    place-items: start;
    height: 400px;
    margin-top: 16px;

}

.skills-bar{
    margin-left: -129px;
    margin-top: 290px;
   margin-bottom: 2000px;
   height: 900px;
   background: #292e33;
    border-radius: 10px;
    padding: 20px 20px;
   box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);

}

.skills-bar .bar{
    margin: 5px 0;
}

.skills-bar .bar:first-child{
    margin-top: 0px;

}

.skills-bar .bar .info{
    margin-bottom: 5px;
}

.skills-bar .bar .info span{
    font-size: 17px;
    font-weight: 500;
    
}



.skills-bar .bar .progress-line{
    height: 13px;
    position: relative;
    width: 530px;
    background: #f0f0f0;
    border-radius: 20px;
    transform: scaleX(0);
    transform-origin: left;
    animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;

    box-shadow: inset 0px 1px 1px rgba(0,0, 0 ,0.05),0px 1px rgba(255,255,255,0.8);
}

.bar .progress-line span{
      height: 100%;
      width: 100%;
      background:var(--hover-color);
      margin-left: 0px;
   position: absolute;
   border-radius: 10px;
   transform: scaleX(0);
    transform-origin: left;
    animation: animate 1s 1s cubic-bezier(1,0,0.5,1) forwards;
}

@keyframes animate {
    100%{
        transform: scaleX(1);
    }
    
}

.progress-line.html span{
  
    width:70% ;
 
}

.progress-line.css span{
    width:30% ;
   
}
.progress-line.javascript span{
    width:70% ;
}

.progress-line.c span{
    width:50% ;
}

.progress-line.python span{
    width:40% ;
}

.progress-line.data-visualization span{
      width:40% ;
}


.progress-line span::before{
    position: absolute;
    content: "";
    right: 0;
    top: -10px;
    height: 0;
    width:0;
    border: 7px solid transparent;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-color: #000;


}

.progress-line span::after{
    position: absolute;
  
    right: 0px;
    top: -28px;
    color: #24ffa4;

    font-size: 12px;
    font-weight: 500;
    background: #000000;
    padding: 1px 8px;
    border-radius: 3px;
    opacity: 0;
    animation: showText 0.5s 1.5s linear forwards;

    

}

@keyframes showText {
    100%{
        opacity: 1;
    }
}

.progress-line.html span::after{
    content: "70%";
   
 
}

.progress-line.css span::after{
    content: "30%";
   
}
.progress-line.javascript span::after{
    content: "70%";
}

.progress-line.c span::after{
    content: "50%";
}

.progress-line.python span::after{
    content: "40%";
}

.progress-line.data-visualization span::after{
    content: "40%";
}

.professional-skills{
    display: flex;
    justify-content: space-between;
   height:300px;
    


}


#t1{
 
    margin-left: 130px;
 margin-top: -10px;
    height: 10%;
}

#t1 {
   
    color: var(--hover-color);
    font-size: 20px;
   margin-left: 80px;
   font-weight: 600;
}

#p1{
    position: relative;
    margin-right: 220px;
    margin-top: 40px;
    color: hsl(155, 100%, 57%);
    font-size: 20px;
    
}

.p12{
    display: flex;
    justify-content: space-between;
    align-items: center;
   

}

.container{
    display: flex;
    width: 137px;
    height: 310px;
    margin-top: 85px;                                           
    margin-left: 89px;
    row-gap: 012px;
    flex-direction: column;
    align-items: center;
    max-width: fit-content;
}
.circular-progress{
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient(rgb(0, 255, 42) 3.6deg, #ededed 0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circular-progress::before{
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background-color: #e7a6a6;
}
.progress-value{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color:var(--hover-color);
}
.text{
    font-size: 20px;
    font-weight: 500;
    color: #cba611c7;
    margin-right: 0px;
   word-spacing: 3px;
 
}

#c12{
       display: flex;
    margin-top: 95px;
     
       margin-bottom: -200px;
}

#c13{
   position: relative;
 margin-top: 95px;
    
    margin-bottom: -200px;
}


.circular-progress1{
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient( 3.6deg, #de7474 0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circular-progress1::before{
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background-color: #d6d6d3;
}

.circular-progress2{
    position: relative;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background: conic-gradient(#7de599 3.6deg, #ededed 0deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.circular-progress2::before{
    content: "";
    position: absolute;
    height: 210px;
    width: 210px;
    border-radius: 50%;
    background-color:rgb(22, 230, 150);
}

.progress-value1{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #13d329;
}
.progress-value2{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #ebf790;
}

.circular-progress2{
    margin-left: 60px;
}

.circular-progress1{
    margin-left: 5px;
}

.circular-progress{
    margin-left: -50px;
}



#c6{
    margin-left: 70px;
   width: 230px;
   
    
}

#c7{
    margin-left: 250px;
    width: 400px;
}

#c8{
    margin-left: 330px;
    width: 500px;
}

#p6{
    position: absolute;
    margin-left: 730px;
    margin-right: 90px;
    margin-top: 30px;
    text-align: center;
    width: 190px;
}

.filter-buttons{
    margin: 2rem;
    text-align: center;

}

.filter-buttons .btn{
    color: #ffffff;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
     letter-spacing: .4px;
     margin-left: 1.5rem;
}

.filter-buttons .btn:hover{
    color: var(--hover-color);
}

.portfolio-gallery{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(270px,1fr));
    gap: 2rem;


}

.port-box{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #292e33;
    display: flex;
    width: 350px;
    height: 250px;
    grid-template-rows: 1fr auto;
    border: 2px solid var(--hover-color);
    box-shadow: var(--neon-box-shadow);

}

.port-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.port-image img{
    width: 100%;
    opacity: 0.5s;
    height: 100%;
    transition: 0.5s;
}
.portfolio{
min-height: 100vh;

 background: rgb(81, 80, 80);
}

.port-content{
    position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 100%;
 opacity: 0;
 background: linear-gradient(rgba(1,0,0,.8),#eff1ef);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
transition: 0.5s;
padding: 0 2rem;

}

.port-box:hover .port-content{
    opacity: 1;
}

.port-box:hover .port-image img{
    transform: scale(1.1);
}

.port-content h3{
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 600;
    color: orange;

}

.port-content p{
    font-weight: 600;
    padding-left: 10px;
    font-size: 0.9rem;
    margin: 5px 0 15px 0;
    
}
.port-content a{
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    border: 1px solid var(--hover-color);
    height: 50px;
    outline:2px solid #fff;


}

.port-content a i{
    font-size: 1.3rem;
    color: var(--secon-bg-color);

}

.contact{
    background: var(--secon-bg-color);
    width: 100%;

}

.contact form{
    text-align: center;
    max-width: 50rem;
    margin: 1rem auto;
    margin-bottom: 3rem;
}

.contact form input,.contact form textarea{
    width: 100%;
    color: var(--text-color);
    background: var(--bg-color);
    margin-bottom: .8rem;
    border: none;
    border-radius: 5px;
    padding: 0.7rem;

}

.contact form textarea{
    resize: none;
}

.btn-box1{
    display: flex;
    justify-content: center;
    width: 100%;
   
    
}
.btn-box1 .btn{
    background: #12f7ff;
    border: none;
    padding: 13px 15px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    border-radius: 15px;
}


footer{
    margin-top: 10px;
    padding: 1.1rem 10%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}

footer p{
    padding-left: 225px;
    color: #bdbdbd;
    
   

}

footer a{
    display: inline-flex;
    justify-content: center;
    color: var(--text-color);
    background: var(--hover-color);
    padding: 0.6rem;
    border-radius: 6px;
    
}


footer a i{
          
        font-size: 2rem;
        color: var(--secon-bg-color);

}


.contact h1{
    margin-left: 450px;
    color: #12f7ff;
    margin-top: 10px;
}

#result{
  margin-left: 5px;
  margin-top: 6px;
    color: #24ffa4;
}

.nk{
border-radius: 50px;
margin-left: 50px;

margin-right: 50px;
margin-bottom: 10px;
margin-top: -100px;
}

.nk a{
    position: relative;
   
    margin-left: 90px;
}














