.card-hover{
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16),0px 3px 6px rgba(0, 0, 0, 0.23);
}

.card-hover-2{
    position: absolute;
    background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4),black);
    width: 100%;
    height: 100%;
    color: #fff;
    align-content: center;
    text-align: center;
    top: 400px;
    transition: all .5s;
}

.card-hover:hover .card-hover-2{
    top: 0;
}

.bi-twitter{
    color: #000;
}
.bi-twitter:hover{
    color: darkcyan;
    transition: .5s;
}
.bi-facebook{
    color: #000;
}
.bi-facebook:hover{
    color: navy;
    transition: .5s;
}
.bi-instagram{
    color: #000;
}
.bi-instagram:hover{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: .5s;
}
.bi-linkedin{
    color: #000;
}
.bi-linkedin:hover{
    color: blue;
    transition: .5s;
}
.bi-whatsapp{
    color: #000;
}
.bi-whatsapp:hover{
    color: darkgreen;
    transition: .5s;
}

