/* ===========================
   Footer Social Media
=========================== */

.footer-social{
    margin-top:25px;
}

.footer-social .social-title{
    display:block;
    color:#ffffff;
    font-size:15px;
    font-weight:600;
    margin-bottom:15px;
    letter-spacing:1px;
}

.footer-social .social-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    width:48px;
    height:48px;
    margin-right:10px;
    border-radius:50%;
    background:rgba(255,255,255,.08);
    color:#fff;
    text-decoration:none;
    font-size:20px;
    transition:.4s;
    border:1px solid rgba(255,255,255,.1);
}

.footer-social .social-btn:hover{
    transform:translateY(-8px) rotate(360deg);
    box-shadow:0 12px 25px rgba(0,0,0,.35);
}

/* Warna Hover */

.facebook:hover{
    background:#1877F2;
}

.instagram:hover{
    background:linear-gradient(45deg,#f58529,#dd2a7b,#8134af);
}

.youtube:hover{
    background:#FF0000;
}

.tiktok:hover{
    background:#000000;
}

.whatsapp:hover{
    background:#25D366;
}