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

/* Desktop First Design */

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

@media (min-width : 1500px) and (max-width: 1700px) {}

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

/* Medium Devices, Desktops */
@media only screen and (max-width : 1200px) {}

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

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

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

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

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

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

    /*TYPOGRAPHY*/
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    span,
    label,
    strong,
    i,
    b {
        text-rendering: optimizeLegibility;
        -webkit-font-smoothing: antialiased;
    }

    /*GENERAL*/
    .hide-for-desktop {
        display: block;
    }

    .hide-for-mobile {
        display: none;
    }

    .section {
        padding: 1.6rem 0 1.6rem;
    }

    .section-top {
        padding-top: 70px;
    }

    /*BUTTON*/
    .btn-mjk {
        font-size: 13px;
    }

    /*BREADCRUMB*/
    .breadcrumb-box {
        display: none;
    }

    /*SLIDER*/
    .xlider-caption {
        padding: 15px;
    }

    .xlider-caption-desc h1,
    .xlider-caption-desc h2,
    .xlider-caption-desc h3 {
        font-size: 22px;
    }

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

    .xlider-button-prev .nav-circle-box,
    .xlider-button-next .nav-circle-box {
        height: 30px;
        width: 30px;
    }

    .xlider-button-prev i,
    .xlider-button-next i {
        font-size: 18px;
    }

    /*CARD*/
    .card-mjk.variant-horizontal {
        flex-direction: column;
    }

    .card-mjk.variant-horizontal .card-mjk-img {
        width: 100%;
    }

    .card-event-time {
        margin-right: 15px;
    }

    .card-event-desc {
        padding: 15px;
    }

    /*AUTH*/
    .auth-box {
        background-color: rgb(255 255 255);
        border-radius: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
    }

    /*AUTH LOGIN SINGLE PAGE*/
    .frontsite-auth-col-img,
    img.bg-auth-img {
        display: none;
    }

    .frontsite-auth-col-desc {
        width: 100%;
    }

    img.bg-auth-desc {
        display: block;
    }

    /*BANNER TOP PAGES*/
    .banner-top-box {
        height: 180px;
    }

    .banner-top-box .banner-top-caption {
        width: 100%;
    }

    .banner-top-box .banner-top-caption h1,
    .banner-top-box .banner-top-caption h2,
    .banner-top-box .banner-top-caption h3 {
        font-size: 22px;
    }

    .banner-top-box .banner-top-caption p {
        font-size: 14px;
        font-weight: 400;
    }

    /*BANNER CONTENT*/
    .banner-caption {
        width: 95%;
    }

    /*FILTER VERTICAL*/
    /*button menu filter vertical responsive */
    .btn-filter-mobile {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        width: 100%;
        z-index: 3;
    }

    .btn-filter-mobile-item {
        display: flex;
        background-color: transparent;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

    /*menu filter vertical responsive */
    .filter-vertical-box {
        display: none;
        opacity: 0;
    }

    .filter-horizontal-box.open .close,
    .filter-vertical-box.open .close {
        position: absolute;
        top: 10px;
        right: 15px;
        width: 45px;
        height: 45px;
        line-height: 0;
        background-color: var(--color-1);
        text-shadow: none;
        padding: 0;
        border: none;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        z-index: 10;
        outline: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        opacity: 1;
    }

    .filter-horizontal-box.open .close i,
    .filter-vertical-box.open .close i {
        opacity: 1 !important;
        font-size: 16px;
        color: var(--white);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transform-origin: center center;
        -webkit-transform-origin: center center;
        -moz-transform-origin: center center;
    }

    .filter-vertical-box.open {
        display: block;
        padding: 70px 15px 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #f5f5f5;
        z-index: 1200;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        opacity: 1;
    }

    .filter-vertical-box.open .filter-vertical-head {
        display: block;
    }

    .filter-vertical-box.open .filter-vertical {
        position: relative;
        display: block;
        height: calc(100vh - 80px);
    }

    .filter-vertical-box.open .filter-vertical-list {
        display: block;
        padding: 0;
        width: 100%;
        height: calc(100vh - 130px);
        overflow-x: hidden;
        overflow-y: auto;
        -moz-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 15px;
        background-color: transparent;
    }

    /*menu filter vertical responsive */
    .filter-horizontal-box {
        display: none;
        opacity: 0;
    }

    .filter-horizontal-box.open .close {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        padding: 0;
        margin: 0;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
    }

    .filter-horizontal-box.open .close i {
        font-size: 17px;
    }

    .filter-horizontal-box.open {
        display: block;
        padding: 70px 15px 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #f5f5f5;
        z-index: 1200;
        animation-name: fadeInUp;
        -webkit-animation-name: fadeInUp;
        animation-duration: 0.5s;
        -webkit-animation-duration: 0.5s;
        opacity: 1;
    }

    .filter-horizontal-box.open .filter-horizontal {
        position: relative;
        display: block;
        height: calc(100vh - 80px);
    }

    .filter-horizontal-box.open .filter-vertical-list {
        display: block;
        padding: 0;
        width: 100%;
        height: calc(100vh - 130px);
        overflow-x: hidden;
        overflow-y: auto;
        -moz-overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 15px;
    }

    .filter-fine-mobile.sort {
        border: 1px solid var(--white);
        background-color: var(--color-1);
        color: var(--color-text-1);
        border-top-left-radius: 6px;
        -webkit-border-top-left-radius: 6px;
        -moz-border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-bottom-left-radius: 6px;
        margin: -1px;
    }

    .filter-fine-mobile.filter {
        border: 1px solid var(--white);
        background-color: var(--color-1);
        color: var(--color-text-1);
        border-top-right-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-bottom-right-radius: 6px;
        margin: -1px;
    }

    .filter-fine-mobile .btn-mjk {
        background-color: var(--color-1);
        color: var(--color-text-1);
    }

    .filter-fine-mobile .btn-mjk i {
        color: var(--color-text-1);
    }

    .content-filter-gone-mobile {
        position: relative;
        display: block;
    }

    /*FILTER*/
    .filter-mjk-group-box {
        flex-direction: column;
    }

    .filter-mjk-group {
        flex-direction: column;
        width: 100%;
    }

    .filter-mjk-group .form-group {
        width: 100%;
    }

    .filter-mjk-group .select-mjk-box {
        width: 100%;
        max-width: 100%;
    }

    .filter-mjk-group-action {
        width: 100%;
    }

    .select-mjk-group label {
        min-width: 80px;
    }

    /*SPINNER LOADING*/
    .btn-spinner .spinner-border {
        position: absolute;
        left: 10px;
        top: 7px;
    }

    /* WIZARD / STEPPER */
    .stepper-egg-item h4 {
        font-size: 12px;
    }

    .stepper-checkout-item-label h4,
    .stepper-checkout-item-label i {
        font-size: 12px;
    }

    /* TABS*/
    .tabs-vertical .tabs-mjk-nav {
        border-right: none;
    }

    .tabs-vertical .tabs-mjk-nav .nav-pills {
        justify-content: center;
        border-bottom: 1px solid #ddd;
        padding: 10px 0;
    }

    .tabs-vertical .tabs-mjk-content {
        padding: 20px 0;
    }

    .tabs-vertical .tabs-mjk-nav .nav {
        flex-direction: row;
    }

    .tabs-vertical .tabs-mjk-nav .nav h4 {
        display: none;
    }

    .tabs-rounded .tabs-mjk-nav {
        border-radius: unset;
        box-shadow: unset;
        border-bottom: 1px solid #2055c7;
    }

    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item {
        margin: 5px;
    }

    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item .nav-link {
        border-radius: 40px;
    }

    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item.show .nav-link,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-link.active,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item .nav-link:hover {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item.show:first-child .nav-link,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item:first-child .nav-link.active,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item:first-child .nav-link:hover {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item.show:last-child .nav-link,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item:last-child .nav-link.active,
    .tabs-rounded .tabs-mjk-nav .nav-tabs .nav-item:last-child .nav-link:hover {
        border-radius: 40px;
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
    }

    /* FAQ*/
    .tabs-faq {
        justify-content: center;
    }

    /*bottom navigation bar mobile*/
    .navigabar-bottom-box {
        display: block;
        position: relative;
        bottom: 0;
        left: 0;
    }

    /*navigation back to top*/
    .navtotop {
        right: 25px;
        bottom: 85px;
    }

    /*floating button*/
    .floatfly {
        right: 20px;
        bottom: 85px;
    }

    .floatfly.active {
        bottom: 135px;
        transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
    }

    /*sticky sidebar disabled*/
    .sidebar__inner {
        position: relative !important;
        transform: none !important;
        top: unset !important;
        left: unset !important;
        width: unset !important;
    }

    /*smenu page anchor*/
    .menupage-sticky-box {
        display: none;
        visibility: hidden;
    }

}

/* Small Devices, Desktops */
@media only screen and (max-width : 812px) {}

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

    /*TYOPOGRAPHY*/
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 14px;
    }

    /*Title Primary*/
    .title-primary h1 {
        font-size: 28px;
    }

    .title-primary h2 {
        font-size: 24px;
    }

    .title-primary h3 {
        font-size: 20px;
    }

    .title-primary h4 {
        font-size: 16px;
    }

    /*Title Secondary*/
    .title-secondary h3 {
        font-size: 20px;
    }

    .title-secondary h4 {
        font-size: 16px;
    }

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

    .banner-caption p {
        font-size: 14px;
    }

    /* WIZARD / STEPPER */
    .stepper-egg-list {
        width: 100%;
        max-width: 100%;
        overflow: scroll;
        padding: 10px 0 20px;
    }

    .stepper-egg-item {
        width: 130px;
    }

    .stepper-checkout-box {
        padding: 10px;
    }

    .stepper-checkout-list {
        justify-content: space-between;
        align-items: flex-start;
    }

    .stepper-checkout-list li {
        margin-right: 0;
    }

    .stepper-checkout-item {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 90px;
    }

    .stepper-checkout-item-label {
        margin-top: 10px;
        padding-left: 0;
    }

    .stepper-checkout-item-label h4 {
        text-align: center;
    }

    .stepper-checkout-item-label i {
        position: absolute;
        top: 8px;
        right: 0;
        margin-left: 0;
    }

    /*footer*/
    footer {
        font-size: 14px;
    }

    .foo-menu li {
        font-size: 14px;
        line-height: 1.8;
    }

    .foo-menu h3,
    .foo-address h3,
    .foo-social-network h3,
    .foo-list-images h3 {
        font-size: 14px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

    /*BREADCRUMB*/
    .breadcrumb {
        flex-direction: column;
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb .breadcrumb-item {
        padding-left: 0;
    }

    .breadcrumb-item+.breadcrumb-item::before {
        padding-left: 0;
        padding-right: 0.7rem;
    }

    .breadcrumb .breadcrumb-item {
        font-size: 13px;
    }

    /*SLIDER*/
    .xlider-caption-desc h1,
    .xlider-caption-desc h2,
    .xlider-caption-desc h3 {
        font-size: 18px;
    }

    .xlider-caption-desc p {
        font-size: 14px;
    }

    /*FAQ*/
    .tab-mjk-nav {
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        border-right: none;
        margin-bottom: 10px;
    }

    .tab-mjk-nav .nav-link {
        padding: 5px 15px 5px;
    }

    .terms-list ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-flow: wrap;
    }

    .terms-list ul li {
        width: 50%;
    }

    /*cookie law*/
    .cookielawpop-box {
        width: calc(100vw - 20px);
    }

    .cookielawpop {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .cookielawpop-action {
        width: 100%;
        padding-top: 15px;
    }

}

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

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

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

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

    /*LIST*/
    .form-text-group .form-text-label {
        justify-content: flex-start;
    }

    .form-text-group .form-text-desc {
        padding-left: 30px;
    }

    /* RECAPTCHA */
    .g-recaptcha {
        transform: scale(0.77) !Important;
        transform-origin: 0 0 !important;
    }

    /*empty page*/
    .emptypage {
        width: 100%;
        padding: 10px;
    }

    .emptypage-img img {
        width: 100%;
    }

    .emptypage-label h3 {
        font-size: 18px;
    }

    .emptypage-label h2 {
        font-size: 50px;
    }

    .emptypage-label h4 {
        font-size: 28px;
    }

    /* 	BANNER TOP */
    .banner-top-box.variant-2 {
        display: flex;
        flex-direction: column;
    }

    .banner-top-box.variant-2 .banner-top-caption-box {
        position: relative;
        width: 100%;
        height: unset;
        top: unset;
        left: unset;
        overflow: unset;
        order: 2;
    }

    .banner-top-box.variant-2 .banner-top-caption {
        width: 100%;
        max-width: unset;
        margin: -60px auto 0;
        padding: 15px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        -moz-backdrop-filter: blur(20px);
    }

    .banner-top-box.variant-2 .banner-top-caption h1,
    .banner-top-box.variant-2 .banner-top-caption h2,
    .banner-top-box.variant-2 .banner-top-caption h3 {
        font-size: 18px;
    }

    .banner-top-box.variant-2 .banner-top-caption p {
        font-size: 14px;
    }

    .banner-top-box.variant-2 .img-banner-top {
        order: 1;
    }

    /*SLIDER*/
    .xlider-caption-box {
        justify-content: center;
        align-items: flex-end;
    }

    .xlider-caption {
        width: 89%;
        margin: 0 auto 80px;
    }

    .xlider-box.variant-parallax {
        height: 340px;
    }

    /*condition photo slider for desktop*/
    .xlider-img-desktop {
        display: none !important;
    }

    /*condition photo slider for mobile*/
    .xlider-img-mobile {
        display: block !important;
    }

}

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

    /* auth */
    .auth-box {
        width: calc(100% - 20px);
    }

    /* WIZARD / STEPPER */
    .stepper-egg-item {
        width: 90px;
    }

    /* SLIDER PRODUCT */
    .xlider-syncing-box.variant-sideleft .xlider-syncing-preview {
        padding-left: 85px;
    }

    .xlider-syncing-box.variant-sideleft .xlider-syncing-thumb {
        width: 85px;
    }

    .xlider-syncing-thumb .xlider-syncing-thumb-preview .xst-img {
        width: 60px;
        height: 60px;
    }

    /* fullcalendarr */
    .fc .fc-toolbar.fc-header-toolbar {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .fc .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk {
        margin-bottom: 5px !important;
    }

    /* 	searching */
    .card-searching {
        flex-direction: column;
    }

    .card-searching-img {
        width: 100%;
        height: 150px;
    }

}

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

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

@media only screen and (max-width : 320px) {
    .terms-list ul li {
        width: 100%;
    }
}