.fa-instagram:hover{
color: rgb(243, 6, 192)!important; /* Instagram logo color */
transform: scale(1.9); /* Logo size */
transition: all 0.2s ease-in-out; /* animation */
}
.container-fluild-custom .contact i:hover,.container-fluild-custom .contact span:hover{
color: rgb(255, 1, 179)!important;
transform: scale(1.1);
transition: color 0.3s ease-in-out;
}