@-ms-viewport {
    width: device-width;
}

html,
body {
    scroll-behavior: smooth;
    background: #fff !important;
    font-family: 'Nunito', sans-serif;
    color: #333;
    width: 100%;
}

body {
    color: #333;
    background: #fff !important;
    font-size: 14px;
    width: 100%;
    overflow-x: hidden;
}

.navbar-custom {
    background-color: #fff;
    opacity: 1;
    backdrop-filter: blur(5px);
    color: #333;
    z-index: 99;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #333;
    font-weight: 500;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12.5pt;
    border-radius: 30px;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    background-color: #3c73a8;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    font-weight: 500;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link2 {
    color: #333;
    font-weight: 500;
    margin-left: 5px;
    text-align: center;
    font-size: 12.5pt;
    text-decoration: none;
    border-radius: 30px;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item2.active .nav-link2,
.navbar-custom .nav-item2:focus .nav-link2,
.navbar-custom .nav-item2:hover .nav-link2 {
    background-color: #3c73a8;
    backdrop-filter: blur(5px);
    color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 30px;
    font-weight: 500;
}

/* for dropdown only - change the color of droodown */
.navbar-custom .dropdown-menu {
    background-color: rgb(255, 255, 255);
    /* border-radius: 10px; */
}

.navbar-custom .dropdown-item {
    color: #333;
    padding-top: 10px;
    padding-bottom: 5px;
}

.navbar-custom .dropdown-item:hover,
.navbar-custom .dropdown-item:focus {
    color: #ffffff;
    background-color: #3c73a8;
    backdrop-filter: blur(5px);
    font-weight: 500;
}

.promosi {
    background: #ffe5d8;
    color: #e0160f;
    font-weight: bold;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/** Background **/
.bg-primary {
    background-color: #0c4e68 !important;
}

.bg-success {
    background-color: #47993a !important;
}

.bg-danger {
    background-color: #d12c24 !important;
}

/** text color **/
.text-primary {
    color: #0c4e68 !important;
}

.text-success {
    color: #47993a !important;
}

.text-danger {
    color: #d12c24 !important;
}

/* button */
.btn-primary {
    background-color: #0c4e68 !important;
    border: 0px;
}

.btn-primary:hover {
    background-color: #136788 !important;
    border: 0px;
}

.btn-success {
    background-color: #47993a !important;
    border: 0px;
}

.btn-success:hover {
    background-color: #52b842 !important;
    border: 0px;
}

.btn-danger {
    background-color: #d12c24 !important;
    border: 0px;
}

.btn-danger:hover {
    background-color: #e23930 !important;
    border: 0px;
}

.card-rounded {
    border-radius: 8px !important;
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
}

.card-header {
    border-radius: 8px 8px 0px 0px !important;
    font-weight: 700 !important;
}

.card-rounded:hover {
    border-radius: 8px !important;
    box-shadow: 2px 10px 55px rgba(0, 0, 0, 0.1);
}

.card-rounded-back {
    border-radius: 10px;
    box-shadow: 0px 0px 15px var(--primary-color);
}

/* card-product */
.card-product {
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: center;
}

.card-product:hover {
    padding: 10px !important;
    border-radius: 8px !important;
    box-shadow: 2px 10px 55px rgba(1, 12, 46, 0.103);
}

.text-produk {
    text-decoration: none;
    color: #333;
    font-size: 12pt;
    font-weight: bold;
}

.text-produk:hover {
    color: #3c73a8;
    font-weight: bold;
}

.detail-produk {
    font-size: 12pt;
}

.btn-filter {
    border: 2px solid black !important;
    background-color: white !important;
    color: black !important;
    padding: 2px 5px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    border-color: #2196F3 !important;
    color: dodgerblue !important;
}

.btn-filter:hover {
    background: #2196F3 !important;
    color: white !important;
}

.official {
    background-color: #f1f1f1;
    color: #333;
}

.official-content {
    padding-top: 4pc;
    padding-left: 2pc;
    padding-right: 2pc;
    padding-bottom: 3pc;
    font-size: 12pt;
}

.footer {
    /* margin-top:3pc; */
    background-color: #008eec;
    color: #333;
    padding-top: 4pc;
    padding-bottom: 4pc;
    font-size: 12pt;

}

.footer h4 {
    color: #333;
    font-weight: bold;

}

.text-terhubung {
    color: #333;
    font-size: 20pt;
    padding-right: 10px;
    padding-top: 5px;
}

.copyright {
    color: #333;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
}

#gambar_slider {
    height: 450px !important;
    object-fit: cover;
}

/* Tablet */
@media only screen and (min-width: 671px) and (max-width: 960px) {

    #gambar_slider {
        height: 350px !important;
        object-fit: cover;
    }
}


/* Mobile */
@media only screen and (max-width: 670px) {
    #gambar_slider {
        height: 250px !important;
        object-fit: cover;
    }
}

.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}