/*!
* 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) {
    .hero-caption h3 {
        font-size: 30px;
    }

    .hero-caption h1 {
        font-size: 50px;
    }

    .hero-action .btn-mjk {
        font-size: 16px;
    }
}

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

@media only screen and (max-width : 1024.98px) {
    .hero-intro {
        height: 640px;
    }

    .card-heading-box .card-ch-title h1,
    .card-heading-box .card-ch-title h2,
    .card-heading-box .card-ch-title h3 {
        font-size: 35px;
    }

    .card-heading-box .card-ch-desc p {
        font-size: 16px;
    }

    .hero-caption h1 {
        font-size: 45px;
    }

    .hero-caption h3 {
        font-size: 30px;
    }

    .banner-bg-box:after {
        width: 100%;
    }

    .section-cta .banner-caption h1,
    .section-cta .banner-caption h2,
    .section-cta .banner-caption h3 {
        font-size: 35px;
    }

    .card-featured-title h3 {
        font-size: 30px;
    }

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

    .card-featured-item:only-child .card-featured-media {
        width: 46%;
    }

    .card-featured-item:only-child .card-featured-caption-box {
        padding: 20px 20px 20px 20px;
    }

    .card-featured-item:only-child .card-featured-desc p {
        font-size: 16px;
    }

    .card-featured-caption-box {
        padding: 20px;
    }

    .card-featured-item .card-featured-title h3 {
        font-size: 20px;
    }

    .card-featured-item:only-child .card-featured-title h3 {
        font-size: 24px;
    }

    .bg-blue .card-heading-box .card-ch-title h1,
    .bg-blue .card-heading-box .card-ch-title h2,
    .bg-blue .card-heading-box .card-ch-title h3 {
        font-size: 26px;
    }

    .bg-blue .card-ch-list ul li {
        font-size: 14px;
    }

    .card-product-title h3 {
        font-size: 16px;
        min-height: unset;
    }

    .counter-numb-item-desc h3 {
        font-size: 40px;
    }

    .card-service-heading h3 {
        font-size: 20px;
    }

    .banner-big-title h3 {
        font-size: 40px;
    }

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

    .slider-culture {
        height: 400px;
    }

    .slider-culture .swiper {
        height: 190px;
    }

    .slider-culture .swiper-slide {
        transform: scale(1.8);
    }

    .banner-intro {
        height: 540px;
    }

    .banner-intro-box .banner-action .btn-mjk {
        font-size: 16px;
    }

    .banner-intro-box .banner-caption h3 {
        font-size: 16px;
    }

    .banner-intro-box .banner-caption h1 {
        font-size: 40px;
    }

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

    .productset-title h1,
    .productset-title h2,
    .productset-title h3 {
        font-size: 24px;
    }

    .productset-price h3 {
        font-size: 20px;
    }

    .productset-section-media .swiper-button-prev {
        left: 15px;
        bottom: -54px;
    }

    .productset-section-media .swiper-button-next {
        right: 15px;
        bottom: -54px;
    }

    .foo-logo-highlight h3 {
        font-size: 20px;
    }
}

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

@media only screen and (max-width : 991.98px) {
    .hero-caption-box {
        padding: 40px 30px 40px 30px;
    }

    .hero-caption h1 {
        font-size: 34px;
    }

    .hero-caption h3 {
        font-size: 28px;
    }

    .hero-action .btn-mjk {
        font-size: 16px;
        padding: 10px 20px;
    }

    .card-featured-item {
        width: calc((100% - 30px) / 2);
    }

    .card-featured-item:only-child {
        flex-direction: column;
    }

    .card-featured-item:only-child .card-featured-caption-box {
        min-height: unset;
        justify-content: flex-start;
    }

    .card-featured-item:only-child .card-featured-caption-box {
        padding: 0px 20px 20px 20px;
    }

    .card-featured-item:only-child .card-featured-media {
        width: 100%;
    }

    .filter-vertical-list .collapse-mjk-item {
        background-color: var(--white);
        padding: 10px;
    }

    .filter-vertical-content {
        padding: 4px 4px 4px;
    }

    .category-menu-list ul {
        margin-bottom: 5px;
    }

    .productset-desc-table .table-striped-columns>:not(caption)>tr>:nth-child(1n) {
        min-width: unset;
    }

    .productset-desc-table .table-striped-columns>:not(caption)>tr>:nth-child(2n) {
        min-width: unset;
    }

    .accordion-mjk-box {
        padding: 20px;
    }

    .accordion-mjk-item {
        padding: 0 10px;
    }

    .banner-intro-box .banner-caption h1 {
        font-size: 30px;
    }

    .swiper-button-prev {
        left: 0;
        padding-left: 7px;
    }

    .swiper-button-next {
        right: 0px;
        padding-right: 7px;
    }

    .slider-culture .swiper-slide {
        position: relative;
        opacity: .5;
        transform: scale(1);
        transition: all .7s ease-in-out;
        overflow: hidden;
    }

    .slider-culture .swiper-slide.swiper-slide-active {
        transform: scale(1.7) !important;
        opacity: 1 !important;
        z-index: 5;
    }
}

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

    .card-heading-box .card-ch-title h1,
    .card-heading-box .card-ch-title h2,
    .card-heading-box .card-ch-title h3 {
        font-size: 30px;
    }

    .hero-caption {
        max-width: 100%;
        text-align: center;
    }

    .hero-caption h3 {
        font-size: 24px;
    }

    .hero-caption h1 {
        font-size: 30px;
    }

    .section-cta .banner-caption h1,
    .section-cta .banner-caption h2,
    .section-cta .banner-caption h3 {
        font-size: 30px;
    }

    .section-cta .banner-caption p {
        text-align: center;
        font-size: 16px;
    }

    .banner-caption-item {
        align-items: center;
    }

    .card-counter-column {
        flex-wrap: wrap;
    }

    .card-counter-box {
        width: calc((100% - 20px) / 2);
        align-items: center;
    }

    .banner-big-heading {
        min-height: unset;
    }

    .banner-big-title h3 {
        font-size: 30px;
    }

    .banner-big-box {
        padding: 20px 20px;
    }

    .card-heading-box.variant-left {
        min-height: unset;
    }

    .card-product-title h3 {
        font-size: 14px;
    }

    .card-product-price h4 {
        font-size: 14px;
    }

    .card-product-price {
        margin: 10px 0 5px;
    }

    .slider-culture .swiper-slide.swiper-slide-active {
        transform: unset;
    }

    .slider-culture .swiper-slide {
        transform: unset;
    }

    .card-history-caption-box {
        flex-direction: column;
    }

    .card-history-year {
        width: 100%;
        padding: 10px;
    }

    .card-featured-content h2,
    .card-featured-content h3 {
        font-size: 24px;
    }

    .gallery-layout .gallery-item:nth-child(6n + 1) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .gallery-layout .gallery-item:nth-child(6n + 4) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .card-product-simple-box.withcheckbox {
        flex-direction: column;
    }

    .card-product-simple-box .caps-desc-price h4 {
        font-size: 14px;
    }

    .contact-box-info-list .list-mjk-icon-item p,
    .contact-box-info-list .list-mjk-icon-item a {
        font-size: 16px;
    }

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

    .card-product-simple-box {
        flex-direction: column;
    }

    .expedition-select-price p {
        font-size: 14px;
    }

    .expedition-select {
        flex-direction: column;
        align-items: flex-end;
    }

    .expedition-select-addon {
        flex-direction: column;
        align-items: flex-start;
    }

    .insurance-select-price {
        width: 100%;
    }

    .cart-product-list-preview {
        flex-direction: column;
    }

    .cart-product-list-preview .label-cart {
        align-self: flex-end;
    }

    .payout-card-result h3 {
        font-size: 18px;
    }

    .payout-card-result h4 {
        font-size: 14px;
    }

    .tipmood {
        margin-bottom: 10px;
    }

    .tipmood h4 {
        font-size: 14px;
    }

    .address-caption {
        flex-direction: column-reverse;
    }

    .slider-culture {
        height: 300px;
    }

    .slider-culture .swiper-slide.swiper-slide-active {
        transform: scale(1) !important;
        opacity: 1 !important;
        z-index: 5;
    }
}

@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*/
    .hero-img-desktop {
        display: none !important;
    }

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

    .auth-account-box.auth-box {
        width: unset;
    }

    .card-auth-column {
        flex-direction: column;
    }

    .card-auth-box {
        width: 100%;
    }

    .section-product-home .bg-blue {
        border-radius: 0;
    }

    .banner-intro {
        height: 640px;
    }

    .orderitemset-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media only screen and (max-width : 480px) {
    .hero-action .btn-mjk {
        width: 100%;
    }

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

    .card-featured-item .card-featured-title h3 {
        display: box;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        overflow: hidden;

    }

    .card-featured-item:only-child .card-featured-desc p {
        display: box;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-featured-desc p {
        display: box;
        display: -moz-box;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .card-counter-box:last-child {
        border-right: none;
    }

    .counter-numb-item-desc p {
        font-size: 16px;
    }

    .counter-numb-item-desc h3 {
        font-size: 24px;
    }

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

    .card-service-item {
        min-height: unset;
    }

    .accordion-mjk-box {
        padding: 10px;
    }

    .productset-section-media .swiper-button-prev,
    .productset-section-media .swiper-button-next {
        bottom: -60px;
    }

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

    .card-download-item p {
        font-size: 14px;
    }
}

@media only screen and (max-width : 375px) {
    .orderitemset.variant-2 .orderitemset-head-date p {
        font-size: 14px;
    }

    .orderitemset.variant-2 .orderitemset-head-date h5 {
        font-size: 14px;
    }
}

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

@media only screen and (max-width : 320px) {
    .card-counter-box {
        width: calc((100% - 0px) / 1);
        align-items: flex-start;
    }
}