body{
    background:#0f172a;
    color:white;
}

a{
    text-decoration: none;
}
label{
    color: white;
}

.hero{
    min-height:90vh;
}

.profile-box{

    position:relative;
}

html .text-muted {
    --bs-text-opacity: 1;
    color: rgb(156 168 180 / 75%) !important;
}
.profile-img{

    width:450px;
    height:450px;

    border-radius:50%;

    object-fit:cover;

    border:8px solid rgba(255,255,255,.1);

    box-shadow:
    0 0 50px rgba(13,110,253,.5);

}


.project-card{

    background:#1e293b;

    color:white;

    border-radius:20px;

    overflow:hidden;

    transition:.4s;
}

.project-card:hover{

    transform:translateY(-10px);

}

.card-img-top{

    height:220px;

    object-fit:cover;

}

.skill-progress{

    height:12px;

    border-radius:30px;

    background:#1e293b;

}

.progress-bar{

    border-radius:30px;

}

.btn{

    border-radius:30px;

}

.badge{

    font-size:14px;
}

.glass-card{

backdrop-filter:blur(20px);
background:rgba(255,255,255,.05);
border:1px solid rgba(255,255,255,.1);



}

.profile-img{

width:420px;
height:420px;
border-radius:50%;
object-fit:cover;
border:5px solid rgba(255,255,255,.1);

}

.search-box{

display:flex;
background:#1f1f1f;
padding:10px;
border-radius:50px;
align-items:center;

}

.search-box input{

flex:1;
border:none;
background:none;
outline:none;
color:white;
padding:10px;

}

.search-box button{

border:none;
padding:10px 30px;
border-radius:50px;

}

.project-card{

overflow:hidden;
transition:.4s;

}

.project-card:hover{

transform:translateY(-10px);

}

.project-img{

height:250px;
object-fit:cover;

}

.skill-progress{

height:12px;
border-radius:20px;

}

.progress-bar{

border-radius:20px;

}

.navbar{

    padding:15px 0;

}


.navbar-brand{

    font-size:24px;

}


.nav-link{

    transition:.3s;
}


.nav-link:hover{

    color:#0d6efd !important;

    transform:translateY(-2px);

}


.navbar .form-control{

    border-radius:20px;

}


.navbar .btn{

    border-radius:20px;

}

@media (max-width: 765px) {
    .profile-img {
        width: 100%;
        height: auto;
    }

}

