/*!
* PT. IMAJIKU CIPTA MEDIA
* Copyright 2019-2024 IMAJIKU.
*/

/* 3k Larger Devices, Wider Screens */
@media only screen and (min-width: 3840px) {}

/* 2k Larger Devices, Wider Screens */
@media only screen and (min-width: 2560px) {}

/* 1k Larger Devices, Wider Screens */
@media only screen and (min-width: 1920px) {}

/* x-large devices, large desktops */
@media only screen and (min-width : 1400px) {}

@media only screen and (max-width : 1399.98px) {}

/* large devices, desktops */
@media only screen and (min-width : 1200px) {}

@media only screen and (max-width : 1199.98px) {

    /*glightbox*/
    .glightbox-mobile .goverlay {
        background: rgba(0, 0, 0, .92);
    }

    .glightbox-clean .gprev {
        top: 45%;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .glightbox-clean .gnext {
        top: 45%;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .gclose svg,
    .gnext svg,
    .gprev svg {
        width: 20px;
    }

    /* tabs value */
    .tabs-value-mp .nav-tabs .nav-item .nav-link h3 {
        font-size: 18px;
    }

    .tabs-value-mp .nav-link img {
        width: 100px;
        height: 100px;
    }

    .tabs-value-mp .nav-tabs .nav-item .nav-link {
        padding: 20px 15px;
    }

    .banner-icon-box-item {
        width: calc((100% - 120px) / 5);
    }

    .card-feature-form .form-control {
        width: 75%;
    }

}

@media only screen and (min-width : 1024px) {}

@media only screen and (max-width : 1024px) {}

/* medium devices, tablets */
@media only screen and (min-width : 992px) {}

@media only screen and (max-width : 991.98px) {
    .mjk-heading-container {
        padding: 10px;
    }

    /* HERO SLIDER */
    .home-hero-slider {
        margin-top: 70px;
    }

    .hero-intro-box .hero-caption h1,
    .hero-intro-box .hero-caption h2,
    .hero-intro-box .hero-caption h3 {
        font-size: 30px;
    }

    .hero-intro-box .hero-caption p {
        font-size: 16px;
    }

    .hero-intro {
        height: 540px;
    }

    .home-hero-slider.swslider-box .swiper-button-prev {
        left: 10px;
    }

    .home-hero-slider.swslider-box .swiper-button-next {
        right: 10px;
    }

    .hero-intro-box .hero-caption-box {
        padding: 40px;
        min-height: 540px;
    }

    /* BANNER */
    .banner-cta-big .banner-caption h1,
    .banner-cta-big .banner-caption h2,
    .banner-cta-big .banner-caption h3 {
        font-size: 30px;
    }

    .banner-cta .banner-caption-box {
        padding: 40px 20px;
    }

    .banner-cta-big .banner-caption {
        padding: 0 0px;
    }

    .banner-cta-big .banner-caption p {
        font-size: 16px;
    }

    /* tabs value */
    .tabs-value-mp .tabs-mjk-nav .nav-tabs .nav-item {
        width: calc((100% - 30px) / 3);
    }

    .tabs-value-mp .nav-tabs .nav-item .nav-link {
        padding: 10px 10px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
    }

    .tabs-value-mp .nav-link img {
        width: 50px;
        height: 50px;
        object-fit: cover;
        margin-bottom: 0;
    }

    /* product */
    .card-headline {
        height: 150px;
    }

    .card-headline-desc-text h4 {
        font-size: 22px;
    }

    .card-headline:before {
        height: 100%;
    }

    /*filter horizontal */
    .filter-horizontal-box.open .close {
        top: 15px;
        right: 15px;
        line-height: 41px;
        background-color: var(--color-2);
    }

    .filter-horizontal-box.open .close i,
    .filter-vertical-box.open .close i {
        color: var(--white);
    }

    .btn-filter-mobile {
        gap: 5px;
    }

    .filter-fine-mobile.sort {
        border-radius: 6px;
    }

    .filter-fine-mobile .btn:first-child:active {
        background-color: transparent;
        border: none;
    }

    .filter-fine-mobile .btn {
        border: none;
        border-color: transparent;
    }

    .filter-fine-mobile .btn:focus-visible {
        background-color: transparent;
        border: none;
        border-color: transparent;
        border-radius: 0;
    }

    .filter-horizontal-title {
        display: block;
    }

    .filter-horizontal-title h3 {
        font-size: 20px;
        font-weight: 400;
        font-family: var(--font-family-1);
        color: var(--color-text-1);
        margin-bottom: 5px;
    }

    .filter-horizontal-title p {
        font-size: 14px;
        font-weight: 400;
        font-family: var(--font-family-2);
        color: var(--color-text-2);
        margin-bottom: 15px;
    }

    .card-renew-box.variant-rsv .card-renew-desc-text h3 {
        font-size: 24px;
    }

    .banner-icon-box-item {
        width: calc((100% - 90px) / 4);
    }

    .banner-icon-box-item p {
        font-size: 16px;
    }

}

@media only screen and (max-width : 812px) {}

/* small devices, landscape phone */
@media only screen and (min-width : 768px) {}

@media only screen and (max-width : 767.98px) {

    /* tabs value */
    .tabs-value-mp .tabs-mjk-nav .nav-tabs .nav-item {
        width: calc((100% - 30px) / 2);
    }
}

@media only screen and (max-width : 640px) {}

/* x-small Devices, portrait phones */
@media only screen and (min-width : 576px) {}

@media only screen and (max-width : 575.98px) {

    /*condition banner content for desktop*/
    .banner-img-desktop {
        display: none !important;
    }

    /*condition banner content for mobile*/
    .banner-img-mobile {
        display: block !important;
    }

    .banner-icon-box-item {
        width: calc((100% - 60px) / 3);
    }

    .banner-icon-box {
        height: 70px;
        width: 70px;
    }

    .banner-icon-box img {
        width: 30px;
        height: 30px;
    }

}

@media only screen and (max-width : 480px) {

    /* tabs value */
    .tabs-value-mp .tabs-mjk-nav .nav-tabs .nav-item {
        width: calc((100% - 15px) / 1);
    }

    .card-list-box {
        min-width: unset;
    }

    .mjk-card-simple-3-box .mjk-card-simple-3-content p {
        font-size: 16px;
    }

    .card-feature-image-item {
        width: 160px;
    }

    .mjk-card-profile .mjk-card-profile-details {
        padding: 20px;
    }
}

@media only screen and (max-width : 375px) {}

@media only screen and (max-width : 360px) {}

@media only screen and (max-width : 320px) {
    .card-feature-image-item {
        width: 140px;
    }
}