/*!
* 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) {}

@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) {
    .banner-top-box {
        height: auto;
    }

    .banner-top-caption h2 {
        font-size: 14px !important;
    }

    .banner-top-caption h3 {
        font-size: 40px !important;
    }

    .banner-top-box.hc-variant-3 .banner-top-caption h3 {
        font-size: 80px !important;
    }

    .contact-form-box {
        padding: 32px;
    }

    /* banner */
    .hc-banner-sc-box.variant-column-desc .hc-banner-sc-desc {
        min-height: unset;
        gap: 15px;
        flex-direction: column;
    }

    .hc-banner-sc-box.variant-column-desc .hc-banner-sc-desc h2 {
        min-width: unset;
    }

    /* Timeline */
    .hc-process-timeline-line {
        left: 24px;
        transform: none;
    }

    .hc-process-step-left,
    .hc-process-step-right {
        justify-content: flex-start;
        padding-left: 56px;
        padding-right: 0;
    }

    .hc-process-step::before {
        left: 24px;
    }

    .hc-process-card {
        width: 100%;
        max-width: 100%;
    }

    .hc-how-we-work-heading .hc-title {
        font-size: 32px;
    }

    .hc-process-step-left .hc-process-card {
        align-items: start;
    }

    .hc-process-step-left .hc-process-icon-box {
        flex-direction: row;
    }

    /* About */
    .hc-counter-item .hc-counter-item-title {
        font-size: 40px;
    }
}

@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) {
    .hc-heading-section .hc-title {
        font-size: 40px;
    }

    .banner-top-box.hc-variant-3 .banner-top-caption h3 {
        font-size: 65px !important;
    }
}

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

@media only screen and (max-width : 480px) {
    .banner-top-box.hc-variant-3 .banner-top-caption h3 {
        font-size: 50px !important;
    }
}

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

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

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