.hidden {
    display: none;
}
body {
    font-family: "Poppins", sans-serif;
}
.kontak-bot {
    /* min-height: 100vh; */
    background: url("../assets/images/kontak-bawah.png") center/cover no-repeat;
    /* display: flex; */
    /* padding-top : 8rem; */
    align-items: center;
}

.kontak-bot p {
    color: black;
    max-width: 800px;
    margin: 0 auto;
    font-size: 20px;
}
.btn-outline-primary {
    border-radius: 25px;
    padding: 10px 25px;
}
.btn-outline-primary:hover {
    background-color: #487fff !important;
}
.btn-primary:hover {
    background-color: white !important;
    color: #487fff;
}
.btn-primary {
    border-radius: 25px;
    padding: 10px 25px;
    background-color: #487fff;
}
/* SMALL */
@media (max-width: 379px) {
    #header-top button {
        margin-bottom: 1rem !important;
    }
}
@media (min-width: 576px) {
}
@media (max-width: 767px) {
    #navbar .btn-nav-login {
        display: none;
    }
    #navbar .nav-big {
        display: none;
    }
    #testimoni h5 {
        padding-top: 1rem !important;
    }
    #footer .text-footer {
        text-align: center !important;
    }
}
/* ///////////////////////////////////////////////// */
/* MEDIUM */
@media (min-width: 768px) {
    #mobile-menu-button {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    /* .tentang-page .logo {
        width: 60% !important;
    }
    .tentang .logo-2 {
        width: 75% !important;
    } */
    /* TENTANG HOMEPAGE*/
    #tentang h3 {
        text-align: center;
        margin-top: 1rem;
    }
    #tentang h5 {
        text-align: center;
    }
    /* END TENTANG HOMEPAGE */
    /* TESTIMONI */
    #testimoni h5 {
        padding-top: 2rem;
    }
    /* END TESTIMONI */
    /* FAQ */
    #faq h3 {
        text-align: center;
    }
    #bg-faq {
        display: none;
    }
    #faq p {
        text-align: center;
    }
    #faq h4 {
        text-align: center;
        margin-bottom: 2rem;
    }
    /* END FAQ */
    /* KONTAK */
    #kontak .btn-kontak {
        text-align: center !important;
        margin-bottom: 1rem;
    }
    /* HARGA */
    .pricing-card {
        padding-top: 3rem !important;
    }
    /* FITUR */
    #fitur .icon {
        width: 20% !important;
    }
    .margin-divide {
        margin-top: 4rem !important;
    }

    .featured {
        transform: scale(1) !important;
    }
    .gap-respon {
        margin-top: 2rem !important;
    }
    .image-loginpage {
        display: none;
    }
}
/* ///////////////////////////////////////////////// */
/* LARGE */
@media (min-width: 992px) {
}
@media (max-width: 1199px) {
    #bg-faq {
        width: 75% !important;
    }
}
@media (max-width: 1025px) {
    #head .text-header {
        padding: 5rem 1rem !important;
    }
    .login {
        padding: 5rem 5rem !important;
    }
    /* .tentang-page .logo {
        width: 40% !important;
    }
    .tentang .logo-2 {
        width: 55% !important;
    } */
}

/* CUSTOM HAMBURGER DI NAVBAR */
/* Custom hamburger */
.navbar-toggler {
    width: 30px;
    height: 22px;
    position: relative;
}

.toggler-icon,
.toggler-icon::before,
.toggler-icon::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #000;
    left: 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

/* garis tengah */
.toggler-icon {
    top: 50%;
    transform: translateY(-50%);
}

/* garis atas & bawah */
.toggler-icon::before {
    top: -8px;
}
.toggler-icon::after {
    top: 8px;
}

/* Saat menu terbuka → jadi X */
.navbar-toggler[aria-expanded="true"] .toggler-icon {
    background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon::before {
    transform: rotate(45deg);
    top: 0;
}

.navbar-toggler[aria-expanded="true"] .toggler-icon::after {
    transform: rotate(-45deg);
    top: 0;
}
