
footer{
    background-color: rgba(0, 0, 0, 1);
    overflow-x: hidden;
    max-width: 100%;
}

.footer-nav{
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
}

.footer-title {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
}

.footer-desc{
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.footer-btn {
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-email{
    font-family: Inter;
    font-weight: 600;
    font-size: 56px;
    color: rgba(255, 255, 255, 0.75);
}

.footer-sosmed{
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 576px) {
    .footer-email{
        font-size: 32px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .footer-email{
        font-size: 38px;
    }
}