.social-menu ul li{
    list-style: none;
    margin: 0 30px;
    padding-right:  20px;
}

.social-menu ul li .fab{
    font-size: 200px;
    line-height: 60px;
    transition: .3s;
    color: #000;
}

.social-menu ul li .fab:hover{
    color: #000000;
}

.social-menu ul li a{
    position: relative;
    display: block;
    /* width: 60px;
    height: 60px; */
    /* border-radius: 50%; */
    /* background-color: #141414; */
    text-align: center;
    transition: .6s;
    /* box-shadow: 0 5px 4px rgba(0,0,0,.5); */
}

.social-menu ul li a:hover{
    transform: translate(0, -10%);
}

/* .social-menu ul li:nth-child(1) a:hover{
    background-color: #dfa27942;
}
.social-menu ul li:nth-child(2) a:hover{
    background-color: #dfa27942;
}
.social-menu ul li:nth-child(3) a:hover{
    background-color: #dfa27942;
}
.social-menu ul li:nth-child(4) a:hover{
    background-color: #dfa27942;
} */
/* .colinstagram{
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
} */

.colyoutube{
    color: #997e32;
}

.colwhite {
    color: aliceblue;
}

