*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    line-height: 1.5;
    background: rgb(2,0,36);
background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(32,117,134,1) 0%, rgba(59,59,158,1) 89%);
}
.container{
    display: flex;
    height: 100vh;
}
.side-bar{
    display: flex;
    width: 230px;
    height: 100vh;
    background: #BDE8CA;
    padding: 5px 0;
    flex-direction: column;
    position: fixed;
    border-right: 3px solid rgb(249, 247, 248);
} 
.profile h1{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    border: 2px solid rgb(187, 157, 187);
    background-color: rgba(32,117,134,1);
    border-radius: 20px;
    text-transform: uppercase;
    color:bisque;
    
}

.profile h2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    font-weight: 800;
}
.profile p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-weight: 750;
    font-size: 15px;
    text-decoration: underline;
}
.profile img:hover{
    cursor: pointer;
    transform:translateY(-5px);
box-shadow: 1px 1px 15px 5px rgb(241, 36, 214) ;
border: 2px solid rgb(27, 26, 28);
}
.profile img{
    display: flex;
    margin: auto;
    width: 140px;
    height: 140px;
    border: 4px solid rgb(252, 251, 252);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    image-resolution: 300dpi;
    box-shadow: 1px 1px 15px 5px rgb(41, 28, 114);
    transition: 0.15s ease;
}
.nav{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}
.nav a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    width: 200px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    transition: 0.5s ease;

}
.nav a:hover{
    background-color: #009990;
    color: bisque;
    border: 2px solid rgb(114, 28, 48);
    box-shadow: 2px 2px 10px 2px rgb(114, 28, 48);
    font-weight: 900;
    transform: translateX(5px);
}
.main-content{
    display: flex;
    flex:1;
    flex-direction: column;
    margin-left: 245px;
    margin-top: 10px;
    margin-right: 17px;
    padding: 10px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    background-color: #BDE8CA;
    width: 100%;
    border-radius: 20px;

}
.header h1{
    font-size: 30px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
}
.Search-bar{
    display: flex;
    gap:5px;
}
.Search-bar input{
    padding: 10px 15px;
    width: 250px;
    border-radius: 50px;
    border: 2px solid rgb(114, 28, 48);
    box-shadow: 2px 2px 10px 2px rgb(114, 28, 48);
    font-weight: 900;
    height: 30px;
    box-sizing: border-box;
}

.Search-bar img{
    display: flex;
    position: absolute;
    right: 36px;
    width: 30px;
    top:33px;
    height: 22px;
    border-radius: 20px;

}
.Search-bar img:hover{
    cursor: pointer;
    background-color: rgb(180, 183, 191);
    border-radius: 8px;
    width: 30px;
}
.resume{
    background-color: #3c5ec3;
    cursor: pointer;
    color: bisque;
    border: 2px solid rgb(9, 9, 9);
    font-weight: 900;
    width: 80px;
    height: 33px;
    border-radius: 30px;
    margin-top: 5px;
    transition: 0.10s ease;
}
.resume:hover{
    transform: translateY(-4px);
    box-shadow: 2px 2px 10px 2px rgb(241, 36, 214) ;
}

.social img{
    width: 35px;
    height: 35px;
    border-radius: 20px;
    border: 2px solid rgb(12, 12, 12);
margin-top: 4px;
transition: 0.10s ease;
}
.social img:hover{
    transform:translateY(-4px);
    box-shadow: 2px 2px 10px 5px rgb(241, 36, 214) ;

}
.social{
    display: flex;
    gap: 30px;
    margin-left: 40px;
}
.stats{
    display: flex;
    flex-direction: row;
    gap: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
    justify-content: space-between;
}
.stat-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 10px 10px;
    border-radius: 50px;
    background-color: #BDE8CA;
    font-weight: 300;
    text-align: center;
    transition: 0.10s ease;
}
.stat-card:hover{
    cursor: pointer;
    transform:translateY(-8px);
    box-shadow: 2px 2px 11px 10px rgb(241, 36, 214) ;
}
.stat-card h3{
    font-weight: 800;
}
.skills-sectons{
    display: flex;
    flex-direction: column;
    background-color: #BDE8CA;
    border-radius: 20px;
    padding: 20px;
}
.skills-sectons h2{
   font-size: 25px;
   font-weight: 700;
   text-decoration:underline;
}
.skill-div{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
progress{
    width: 100%;
    height: 8px; 
    border-radius: 20px;
    border-radius: 20px;
    position: relative;
}
progress::-webkit-progress-bar {
    background-color: rgb(216, 187, 211);
    border-radius: 10px;
}
progress::-webkit-progress-value {
    background-color: rgb(11, 98, 229);
    border-radius: 20px;
}
progress:hover::after {
    content: attr(value) '%';
    position: absolute;
    top: -25px; 
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 15px;
    white-space: nowrap;
}
.project-section{
   background-color: #BDE8CA;
   margin-top: 20px;
   border-radius: 20px;
   padding: 10px;
   display: flex;
   flex-direction: column;
}
.pdiv{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    gap: 50px;
    margin: 5px;
}
.project-div1{
    background-color: #608BC1;
    padding: 15px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.15s ease;
}
.project-div1:hover,
.project-div2:hover,
.project-div3:hover {
    transform: translateY(-10px);
    box-shadow: 2px 2px 10px 2px rgb(241, 36, 214) ;
}
.project-div2{
    background-color: #608BC1;
    padding: 20px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.15s ease;
}
.project-div3{
    background-color: #608BC1;
    padding: 20px;
    border-radius: 30px;
    margin-right: 10px;
    font-weight: 600; transition: 0.15s ease;
}
.project-div1 h3{
    font-weight: 800;
    color: antiquewhite;
}
.span1{
    background-color: rgb(12, 236, 162);
    border-radius: 5px;
}
.project-div2 h3{
    font-weight: 800;
    color: antiquewhite;
}
.span2{
    background-color: rgb(241, 85, 135);
    border-radius: 5px;
}
.project-div3 h3{
    font-weight: 800;
    color: antiquewhite;
}
.span3{
    background-color: rgba(12, 236, 221, 0.908);
    border-radius: 5px;
}