@media (max-width: 576px) {

    /* Mobile */
    .navbar-brand span {
        font-size: 0.7rem !important;
        /* Ukuran font lebih kecil untuk mobile */
    }
}



@media (min-width: 577px) and (max-width: 768px) {

    /* Tablet */
    .navbar-brand span {
        font-size: 0.9rem !important;
        /* Sedikit lebih besar di tablet */
    }
}

@media (min-width: 769px) {

    /* Desktop */
    .navbar-brand span {
        font-size: 1.25rem !important;
        /* Default untuk desktop */
    }
}

.fa-instagram {
    color: #483623;
    /* 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;
}

.fa-facebook {
    color: #483623;
    /* color: #3b5998;
    background-image: linear-gradient(to bottom, transparent 20%, white 20%, white 93%, transparent 93%); */
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.fa-youtube {
    color: #483623;
    /* color: #a20606;
    background-image: linear-gradient(to bottom, transparent 20%, white 20%, white 93%, transparent 93%); */
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}

.fa-tiktok {
    color: #483623;
    /* color: #ffffff;
    background-color: black; */
    background-size: 55%;
    background-position: 70% 0;
    background-repeat: no-repeat;
}
