.project-card:hover img {
    transform: scale(1.05);
    transition: transform 0.3s ease-in-out;
}