body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Arial", sans-serif;
    transition: filter 0.5s ease;
    background: url("../img/cabang/bgg.png");
    transition: transform 0.3s ease;
    background-size: cover;
}

body.blurred {
    filter: blur(10px);
}
.navbar {
    background-color: #02008f;
    transition: top 0.3s;
}
.navbar-brand {
    /* font-family: 'Playfair Display', serif; */
    font-size: 28px;
    font-weight: 600;
}
.nav-item a {
    color: white;
}
.logo1 {
    height: 70px;
}
a {
    text-decoration: none;
    color: black;
}
.button {
    background-color: #fff100 !important;
    border-radius: 10px;
    color: #01018f !important;
}
.button:hover {
    background-color: white !important;
}
.nav-menu a:hover {
    background-color: #fff100 !important;
    border-radius: 10px;
    color: #01018f !important;
}
.hidden {
    display: none;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 999;
}
.humberger {
    background-color: #fff100 !important;
}

/* BOX MAPS */
.box-cabang1 {
    background-color: #003bc4;
    color: white;
}
.box-cabang2 {
    background-color: #a8008c;
    color: white;
}
.box-cabang3 {
    background-color: #fc4600;
    color: white;
}
.box-cabang1,
.box-cabang2,
.box-cabang3 {
    border-radius: 20px;
}
.box-cabang1,
.box-cabang2,
.box-cabang3 h1,
p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.peta {
    border-radius: 30px;
    height: 40vh;
    margin-bottom: -80px;
}
.peta2 {
    border-radius: 30px;
    height: 40vh;
    margin-bottom: -100px;
}

.socmed {
    margin-top: -6vw;
    margin-right: 10vw;
}
@media (max-width: 992px) {
    .text-navbar-brand {
        display: none;
    }
    .logo1 {
        height: 30px;
    }
    .menu-atas {
        margin-left: 0;
    }
    h5 {
        font-size: 15px;
    }
    p {
        font-size: 10px;
    }

    .peta {
        height: 20vh;
        margin-bottom: -40px;
    }

    .socmed {
        margin-top: -7vh;
        margin-right: 8vw;
    }
}
