/*!
* 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) {
    .hc-btn.variant-outline {
        font-size: 16px;
    }

    /* = HERO
    -------------------------------------------------------------*/
    .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: 640px;
    }

    .hero-intro-box .hero-caption-box {
        min-height: 640px;
    }

    /* banner */
    .banner-top-caption h1,
    .banner-top-caption h2,
    .banner-top-caption h3 {
        font-size: 26px;
    }

    .banner-top-box {
        height: 350px;
    }

    .hc-banner-caption-desc h1,
    .hc-banner-caption-desc h2,
    .hc-banner-caption-desc h3 {
        font-size: 26px;
    }

    .hc-banner-caption-desc p {
        font-size: 16px;
    }

    .hc-btn.variant-solid {
        font-size: 16px;
    }

    .hc-banner-box,
    .hc-banner-box.variant-basic {
        min-height: 340px;
    }

    .hc-banner-caption-box,
    .hc-banner-box.variant-basic .hc-banner-caption-box {
        min-height: 340px;
    }

    .hc-heading-section .hc-heading-title {
        font-size: 26px;
    }

    .hc-heading-section .hc-heading-desc {
        font-size: 16px;
    }

    .hc-card-feature-desc h3 {
        font-size: 24px;
    }

    .hc-card-feature-desc.variant-big h3 {
        font-size: 24px;
    }

    .hc-card-feature-desc h4 {
        font-size: 18px;
    }

    .hc-card-feature-desc p {
        font-size: 16px;
    }

    .history-link-head h3 {
        font-size: 20px;
    }

    .hc-card-box.hc-card-icon .hc-card-title h3 {
        font-size: 18px;
    }

    .hc-card-box.hc-card-icon .hc-card-desc p {
        font-size: 16px;
    }

    .productset-section-media .js-swiper-variant-thumbnail {
        width: 50%;
    }

    .productset-section-media .swiper-button-prev {
        left: 15%;
    }

    .productset-section-media .swiper-button-next {
        right: 15%;
    }

    .hc-tab-product-menu .nav-link-pills {
        font-size: 16px
    }

    .hc-card-title h3 {
        font-size: 16px;
    }
}

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

@media only screen and (max-width : 1024px) {
    .hc-card-infrastructure .hc-card-title h3 {
        font-size: 18px;
    }

    .hc-card-infrastructure .hc-card-desc p {
        font-size: 16px;
    }

    .card-searching-caption h4 {
        font-size: 18px;
    }

    .card-searching-date p {
        font-size: 14px;
    }
}

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

@media only screen and (max-width : 991.98px) {
    .spacing-top {
        padding-top: 0;
    }

    .hc-heading-section .hc-heading-title {
        font-size: 24px;
    }

    .hc-heading-section .hc-heading-desc {
        font-size: 16px;
    }

    .contact-box-info-heading h3 {
        font-size: 24px;
    }

    .article-meta ul li {
        font-size: 16px;
    }

    .article-title h1,
    .article-title h2,
    .article-title h3,
    .article-title h4,
    .article-title h5 {
        font-size: 26px;
    }

    .hc-card-news .hc-card-category h5,
    .hc-card-news .hc-card-date {
        font-size: 14px;
        ;
    }

    .hc-card-news .hc-card-title h3 {
        font-size: 18px;
    }

    .hc-card-news .hc-card-desc p {
        font-size: 14px;
    }

    .hc-card-icon.variant-2 .hc-card {
        padding: 10px 0;
    }

    .hc-heading-section .hc-heading-subtitle {
        font-size: 18px;
    }

    .hc-heading-section.variant-product .hc-heading-title {
        font-size: 24px;
    }

    .card-download-caption h4 {
        font-size: 16px;
    }

    .card-download-caption ul li {
        font-size: 14px;
    }

    .tabs-product-detail .tabs-mjk-content {
        padding: 10px 0 0;
    }

    .tabs-product-detail .tabs-mjk-nav .nav-tabs .nav-item {
        margin-bottom: 10px;
    }

    .tabs-product-detail .tabs-mjk-nav .nav-tabs .nav-item .nav-link-tab {
        padding: 5px;
    }

    .productset-section-media .js-swiper-variant-thumbnail {
        width: 80%;
    }

    .productset-section-media .swiper-button-prev {
        left: 0%;
    }

    .productset-section-media .swiper-button-next {
        right: 0%;
    }

    .hc-card-infrastructure {
        width: calc((100% - 0px) / 2);
    }

}

@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) {

    /* = HERO
    -------------------------------------------------------------*/
    .hero-intro-box .hero-caption h1,
    .hero-intro-box .hero-caption h2,
    .hero-intro-box .hero-caption h3 {
        font-size: 26px;
    }

    .hero-intro-box .hero-caption {
        flex-direction: column;
    }

    .hc-tab-product-menu .nav-link-pills {
        max-width: 200px;
    }
}

@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) {
    .hc-img-banner-dekstop {
        display: none !important;
    }

    .hc-img-banner-mobile {
        display: block !important;
    }

    .hero-intro {
        height: 540px;
    }

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

    .hero-intro-box .hero-caption-box {
        padding: 0px 10px 0 10px;
    }

    .hero-intro-box .hero-caption {
        padding: 20px 20px 40px;
    }

    .hc-card-infrastructure {
        width: calc((100% - 0px) / 1);
    }
}

@media only screen and (max-width : 480px) {
    .pagination {
        column-gap: 4px;
        justify-content: center;
    }

    .page-item:first-child .page-link p,
    .page-item:last-child .page-link p {
        display: none
    }

    .pagination .page-link {
        font-size: 14px;
    }

    .js-swiper-variant-thumbnail .swiper-slide img {
        padding: 10px;
    }

    .productset-section-media .js-swiper-variant-thumbnail {
        width: 70%;
    }

    .productset-section-media .swiper-button-prev {
        bottom: -70px;
    }

    .productset-section-media .swiper-button-next {
        bottom: -70px;
    }

    .productset-section-media .swiper-button-prev .nav-circle-box,
    .productset-section-media .swiper-button-next .nav-circle-box {
        height: 35px;
        width: 35px;
        padding: 6px;
    }

    .home-hero-slider .swiper-pagination {
        left: 5px;
    }

    .hc-tab-product-menu .nav-link-pills {
        max-width: unset;
        padding: 15px 20px;
    }

    .hc-tab-product-menu .nav-pills {
        gap: 10px;
    }

}

@media only screen and (max-width : 415px) {
    .productset-section-media .swiper-button-prev {
        bottom: -90px;
    }

    .productset-section-media .swiper-button-next {
        bottom: -90px;
    }
}

@media only screen and (max-width : 375px) {
    .productset-section-media .swiper-button-prev {
        bottom: -90px;
    }

    .productset-section-media .swiper-button-next {
        bottom: -90px;
    }
}

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

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

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

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