.project-item{
    overflow: hidden;
}
.portfolio-item .project-title-area{
    position: relative;
    z-index: 2;
    background-color: #ffffff12 !important;
}
.portfolio-item .project-title-area .text-muted{
    color: rgb(213, 213, 213) !important;
}
.uniform-img {
    height: 250px; /* Adjust this value as needed for your design */
    
    width: 100%; 
    
    object-fit: cover; 
}

.navbar-brand h1{
    font-size: clamp(1rem, calc(1.4rem + 0.8vw), 3rem);
}