/* Header */
.page-header {
    padding-top: 20px;
    padding-bottom: 0;
}

.header-client-img {
    width: auto;
    height: auto;
    object-fit: contain;
    object-position: left;
}

.header-client-img.polda {
    height: 64px;
}

.header-img {
    width: auto;
    height: auto;
    position: absolute;
    bottom: 64px;
    right: 16px;
}

.header-vector {
    width: auto;
    height: auto;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.header-gutter {
    margin-left: -12px;
    margin-right: -12px;
}

.header-gutter > [class^="col-"],
.header-gutter > [class^=" col-"] {
    padding-left: 12px;
    padding-right: 12px;
}

.header-content {
    width: 100vw;
    position: absolute;
    z-index: 1;
    left: 48px;
    top: 50%;
    transform: translateY(-50%);
}

.header-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
}

.header-overlay-img {
    width: 100%;
    height: 80vh;
    display: block;
    border: 2px solid var(--border);
    border-radius: 10px;
    object-fit: cover;
}

.header-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .6);
    border-radius: 10px;
}

.header-title {
    font-size: 60px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-1);
    color: white;
    text-align: center;
    margin-bottom: 24px;
}

.header-description {
    font-size: 24px;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: var(--font-2);
    color: white;
    text-align: center;
    margin-bottom: 32px;
}

header button.btn{
    font-size: 24px;
    font-weight: 700;
    border-radius: 10px;
}

.header-carousel .slick-dots {
    bottom: 16px;
}

.header-carousel .slick-dots li button:before {
    font-size: 12px;
    color: white !important;
}

.header-carousel .slick-dots li.active button:before {
    color: white !important;
}

.header-logo-carousel .slick-track {
    margin-left: unset;
}
/* Header */


/* introduction */
#introduction {
    padding-top: 64px;
}

.intro-card {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10) !important;
    border-radius: 24px;
}

.intro-title {
    width: fit-content;
    border-top: 2px solid var(--primary);
    padding-top: 8px;
}

.intro-title.white {
    border-color: white !important;
}

.intro-img {
    width: 100%;
    height: 410px;
    object-fit: cover;
}

.intro-overlay-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    position: absolute;
}

.intro-btn {
    width: 82px;
    height: 82px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro-btn i {
    font-size: 28px;
}

.intro-iframe {
    width: 100%;
    height: 382px;
    object-fit: cover;
}

.intro-item img {
    width: 309px;
    height: 317px;
    object-fit: cover;
    border-radius: 8px;
    margin-left: 20px;
    margin-right: 20px;
}

.intro-carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    background-color: white;
    font-size: 24px;
    color: var(--primary);
}

.intro-carousel-btn.prev {
    left: 0;
}

.intro-carousel-btn.next {
    right: 0;
}
/* introduction */

/* Divider Vector */
#dividerVector img {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: -1;
}
/* Divider Vector */

/* Produksi */
#produksi {
    margin-top: 64px;
}

.produk-title {
    width: fit-content;
    border-top: 2px solid var(--primary);
    padding-top: 8px;
}

.produksi-img {
    width: 100%;
    height: 317px;
    border-radius: 8px;
}

.produksi-carousel-btn {
    position: absolute;
    border-radius: 50%;
    background: var(--prototype-white, #FFF);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    top: 58%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 27px;
    color: var(--primary);
    z-index: 10;
}

.produksi-carousel-btn.prev {
    left: 23px;
}

.produksi-carousel-btn.next {
    right: 23px;
}
/* Produksi */

/* layanan kami */
#layananKami {
    margin-top: 64px;
}

.laka-title {
    width: fit-content;
    border-top: 2px solid var(--primary);
    padding-top: 8px;
}

.laka-vector {
    position: absolute;
    right: 0;
    top: -40%;
    z-index: -1;
}

.laka-card {
    border: 1px solid #F2F2F2;
    border-radius: 4px;
    transition: var(--transition);
    box-shadow: none;
}

.laka-card:hover {
    border: 1px solid var(--primary);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.laka-card .card-body {
    padding: 24px 8px;
}

.laka-card img {
    width: 56px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    object-fit: contain;
    object-position: center;
    margin-bottom: 16px;
}

.laka-card h2 {
    transition: var(--transition);
}

.laka-card:hover h2 {
    color: var(--primary);
}
/* layanan kami */


/* Tentang kami */
#tentangKami {
    margin-top: 64px;
    background-color: var(--primary);
    padding-top: 56px;
    padding-bottom: 140px;
}

.teka-headline {
    font-size: 44px;
    line-height: normal;
    font-family: var(--font-1);
    color: #fff;
}

.teka-img {
    width: 100%;
    height: 392px;
    object-fit: cover;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

#tentangKami .btn-custom-primary {
    background-color: rgba(255, 255, 255, 15%);
    border: 2px solid var(--white);
    border-radius: 30px;
    padding: 0 24px;
    height: 60px;
    font-size: 20px;
    font-weight: semibold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.teka-btn-link {
    background: var(--secondary-one);
    border: 2px solid transparent;
    color: var(--primary) !important;
    border-radius: 30px;
    padding: 0 24px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
.teka-btn-link:hover {
    color: var(--primary) !important;
}

.ajakan-img-container {
    position: relative;
}

.ajakan-img-container .ornament {
    position: absolute;
}

.ajakan-img-container .ornament.ornament-top {
    left: -20px;
    top: -30px;
    width: 165px;
    height: 165px;
}
.ajakan-img-container .ornament.ornament-bottom {
    right: -20px;
    bottom: -30px;
}

#tentangKami .wave-ornament {
    width: 100%;
    position: absolute;
    bottom: -1rem;
}
/* Tentang kami */



/* Daftar produk */
#all-produk {
    margin-top: 64px;
}

.mb-32 {
    margin-bottom: 32px;
}

.no-data-img {
    width: 300px;
    height: 300px;
}

nav[aria-label="breadcrumb"] ol {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: 0;
    background-color: #FAFAFA;
}

nav[aria-label="breadcrumb"] ol a {
    text-decoration: none;
    color: var(--primary);
}

.header-divider {
    background-color: var(--primary);
    width: 100%;
    height: 1px;
    margin-top: 24px;
    margin-bottom: 32px;
}

.tshirt-produk-container .card {
    box-shadow: none;
    border: 1px solid #f2f2f2;
    transition: all 200ms ease;
}

.tshirt-produk-container .card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 10%);
    border-color: transparent;
}

.tshirt-produk-container .product-img {
    width: 100%;
    height: 287px;
    object-fit: cover;
}

.tshirt-item {
    margin-bottom: 32px;
}

.produk-title {
    width: fit-content;
    border-top: 2px solid var(--primary);
    padding-top: 8px;
}

.produk-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 12px;
    margin-bottom: 32px;
    margin-top: 32px;
}
/* Daftar produk */

/* Penyedia jasa */
#penyediaJasa {
    margin-top: 80px;
}

.peja-img {
    width: 136px;
    height: 158px;
    object-fit: contain;
    margin-right: 32px;
}
/* Penyedia jasa */


/* Cara order */
#caraOrder {
    padding-top: 64px;
}

.cader-number {
    width: 69px;
    height: 69px;
    object-fit: cover;
    border-radius: 50%;
    background-color: var(--white);
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.05px;
    color: var(--dark);
    display: flex;
    margin: 0 auto 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary);
}

.cader-card {
    border: 1px solid #F2F2F2;
    border-radius: 8px;
}

.cader-card:hover {
    border: 1px solid var(--secondary);
}

.cader-card .card-body {
    padding: 44px 20px;
}

.cader-img {
    width: 89px;
    height: 89px;
    object-fit: contain;
    object-position: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
}

.cader-number-line {
    border: 1px solid var(--secondary);
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
}

.ornament-top-cara-order {
    position: absolute;
    top: -48px;
    right: -48px;
    z-index: -1;
}

.ornament-bottom-cara-order {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

/* Cara order */


/* Faq */
#faq {
    margin-top: 64px;
    padding-top: 52px;
    padding-bottom: 80px;
    background: var(--primary);
}

.faq-ornament-top {
    position: absolute;
    top: -2px;
    width: 100%;
}

/* Faq */

/* Promosi */
#promosi {
    margin-top: 64px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.promosi-headline {
    font-family: var(--font-1);
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    text-align: center;
    letter-spacing: 0.05px;
    color: #FFFFFF;
    margin-bottom: 24px;
}
/* Promosi */


/* Client kami */
#clientKami {
    margin-top: 64px;
}

.clika-img {
    width: 75%;
    height: 40px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/* Client kami */

/* Portfolio */
#portfolio {
    margin-top: 64px;
    margin-bottom: 64px;
}


.portfolio-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    border-radius: 4px;
}

.ornament-portofolio-left {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.ornament-portofolio-right {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1;
}

/* Portfolio */

/* Video Testimony */
#videoTestimony {
    margin-top: 56px;
}

.vite-overlay-container {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 8px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.10);
    overflow: hidden;
}

.vite-overlay-img {
    width: 100%;
    height: 375px;
    display: block;
    object-fit: cover;
}

.vite-overlay-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.50);
}

.vite-overlay-content button {
    font-family: var(--font-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.05px;
    padding: 12px 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 8px;
}

.vite-overlay-content p {
    width: 58%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.modal-iframe {
    width: 100%;
    height: 80vh;
}

.video-testimony-mobile-carousel .slick-dots {
    bottom: -40px;
}

.video-testimony-mobile-carousel .slick-dots li button:before {
    color: white;
}

.video-testimony-mobile-carousel .slick-list {
    margin: 0 -24px;
}

.video-testimony-mobile-carousel .slick-slide > div {
    padding: 0 24px;
}
/* End Video Testimony */

@media(max-width: 997.98px) {

    /* Header */
    .page-header {
        padding-top: 0;
        padding-bottom: 0;
    }

    .header-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .header-gutter > [class^="col-"],
    .header-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .header-content {
        width: 90vw;
        position: absolute;
        z-index: 1;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-logo-carousel .slick-dots li button:before {
        color: white;
    }

    /* Header */

    .cader-card.scrolled-hover {
        border: 1px solid var(--secondary);
        transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 5%) !important;
    }

    /* cara order */
    .cader-number-line {
        display: none;
    }
    /* cara order */

    /* Layanan Kami */
    .laka-title {
        margin-left: auto;
        margin-right: auto;
    }
    /* Layanan Kami */

}

@media(max-width: 767.98px) {

    /* Utilities */
    .fab-wa {
        width: 48px;
        height: 48px;
        right: 12px;
        bottom: 12px;
    }
    /* End Utilities */

    /* Header */

    .header-img,
    .header-vector {
        display: block;
        position: static;
    }

    .header-vector {
        left: -60vh;
        width: auto;
        position: absolute;
        height: auto;
    }

    .header-client-img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .header-client-img.polda {
        height: 100px;
    }

    .header-logo-carousel .slick-dots {
        bottom: -40px;
    }

    #headerTyped {
        height: 35px;
    }
    /* Header */

    /* Introduction */
    #introduction {
        padding-top: 56px;
    }

    .intro-title {
        margin-left: auto;
        margin-right: auto;
    }

    .intro-img {
        height: 200px;
    }

    .intro-iframe {
        height: 100%;
    }

    .intro-btn {
        width: 64px;
        height: 64px;
    }

    .intro-btn i {
        font-size: 32px;
    }

    .intro-item img {
        width: 180px;
        height: 160px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .intro-carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    /* Introduction */

    /* Produksi */
    #produksi {
        margin-top: 56px;
    }

    .produk-title {
        margin-left: auto;
        margin-right: auto;
    }

    .produksi-img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        margin-left: 0;
        margin-right: 0;
    }

    .produksi-carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 62%;
    }

    .produksi-carousel-btn.prev {
        left: 4px;
    }

    .produksi-carousel-btn.next {
        right: 4px;
    }
    /* Produksi */

    /* layanan kami */
    #layananKami {
        margin-top: 56px;
    }

    .laka-gutter {
        margin-left: -8px;
        margin-right: -8px;
        row-gap: 16px;
    }

    .laka-gutter > [class^="col-"],
    .laka-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .laka-vector {
        top: -11%;
        width: 30%;
        height: auto;
    }
    /* layanan kami */

    /* Tentang kami */
    #tentangKami {
        margin-top: 56px;
        padding-bottom: 64px;
    }

    #tentangKami .wave-ornament {
        bottom: -1rem;
    }

    .teka-img {
        height: 220px;
    }

    .teka-headline {
        font-size: 24px;
    }
    /* Tentang kami */

    /* Daftar produk */
    #all-produk {
        margin-top: 56px;
    }

    .tshirt-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tshirt-gutter > [class^="col-"],
    .tshirt-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tshirt-produk-container .product-img {
        height: 160px;
    }

    .tshirt-item {
        margin-bottom: 16px;
    }

    .tshirt-item .card-body {
        padding: 12px;
    }
    /* Daftar produk */

    /* Penyedia jasa */
    #penyediaJasa {
        margin-top: 56px;
    }

    .peja-img {
        margin-right: 0;
        margin-bottom: 16px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    /* Penyedia jasa */

    /* Cara Order */
    #caraOrder {
        padding-top: 56px;
        padding-bottom: 0;
    }

    .cader-number {
        width: 48px;
        height: 48px;
        font-size: 24px;
        margin-bottom: 16px;
    }
    /* Cara Order */

    /* Faq */
    #faq {
        margin-top: 0px;
        padding-bottom: 48px;
    }
    /* Faq */

    /* Promosi */
    #promosi {
        margin-top: 56px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .promosi-headline {
        font-size: 26px !important;
    }
    /* Promosi */

    /* Client kami */
    #clientKami {
        margin-top: 56px;
    }

    .clika-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .clika-gutter > [class^="col-"],
    .clika-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .clika-img {
        width: 100%;
        height: 64px;
    }
    /* Client kami */

    /* Portfolio */
    #portfolio {
        margin-top: 56px;
        margin-bottom: 0px;
    }

    .portfolio-gutter {
        margin-left: -4px;
        margin-right: -4px;
    }

    .portfolio-gutter > [class^="col-"],
    .portfolio-gutter > [class^=" col-"] {
        padding-left: 4px;
        padding-right: 4px;
    }

    .portfolio-gutter .mb-32 {
        margin-bottom: 8px;
    }

    .portfolio-img {
        height: 220px;
    }

    .ornament-portofolio-left {
        z-index: -1;
    }

    .ornament-portofolio-right {
        z-index: -1;
        width: 15%;
        bottom: 20%;
    }
    /* Portfolio */

    /* Video testimony */
    .vite-overlay-img {
        height: 240px;
    }

    .vite-overlay-content p {
        width: 90%;
    }

    .video-testimony-mobile-carousel  .vite-overlay-container {
        width: 80vw;
        margin-left: 4px;
        margin-right: 4px;
    }

    .video-testimony-mobile-carousel .slick-slide {
        opacity: .5;
        transition: all 300ms ease;
    }

    .video-testimony-mobile-carousel .slick-slide.slick-active {
        opacity: 1;
    }

    #modalVideo .modal-iframe {
        height: 300px;
    }
    /* End Video testimony */

}

@media (min-width: 768px) and (max-width: 997.98px) {

    /* Header */
    .header-vector {
        left: -15vh;
        width: auto;
        position: absolute;
        height: auto;
    }

    .header-client-img {
        width: 100%;
        height: 54px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 32px;
    }

    .header-client-img.polda {
        height: 80px;
    }
    /* Header */

    /* Introduction */
    #introduction {
        padding-top: 40px;
    }

    .intro-img {
        height: 300px;
    }

    .intro-title {
        margin-left: auto;
        margin-right: auto;
    }

    .intro-iframe {
        height: 100%;
    }

    .intro-btn {
        width: 64px;
        height: 64px;
    }

    .intro-btn i {
        font-size: 32px;
    }

    .intro-item img {
        width: 280px;
        height: 220px;
        margin-left: 4px;
        margin-right: 4px;
    }

    .intro-carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
    /* Introduction */

    /* Produksi */
    .produk-title {
        margin-left: auto;
        margin-right: auto;
    }

    .produksi-carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 16px;
        top: 62%;
    }

    .produksi-carousel-btn.prev {
        left: 4px;
    }

    .produksi-carousel-btn.next {
        right: 4px;
    }
    /* Produksi */

    /* layanan kami */
    .laka-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .laka-gutter > [class^="col-"],
    .laka-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    /* layanan kami */

    /* Tentang kami */
    #tentangKami {
        padding-bottom: 120px;
    }

    #tentangKami .wave-ornament {
        bottom: -1rem;
    }

    .teka-img {
        display: block;
        width: 85%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    /* Tentang kami */

    /* Daftar produk */

    .tshirt-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tshirt-gutter > [class^="col-"],
    .tshirt-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .tshirt-item {
        margin-bottom: 16px;
    }
    /* Daftar produk */

    /* Client Kami */
    .clika-img {
        width: 100%;
        height: 80px;
    }
    /* Client Kami */

    /* Portfolio */
    #portfolio {
        margin-top: 56px;
        margin-bottom: 56px;
    }

    .portfolio-gutter {
        margin-left: -8px;
        margin-right: -8px;
    }

    .portfolio-gutter > [class^="col-"],
    .portfolio-gutter > [class^=" col-"] {
        padding-left: 8px;
        padding-right: 8px;
    }

    .portfolio-gutter .mb-32 {
        margin-bottom: 16px;
    }

    .portfolio-img {
        height: 280px;
    }
    /* Portfolio */

    /* video testimony */
    .video-testimony-mobile-carousel  .vite-overlay-container {
        width: 80vw;
        margin-left: 4px;
        margin-right: 4px;
    }

    .video-testimony-mobile-carousel .slick-slide {
        opacity: .5;
        transition: all 300ms ease;
    }

    .video-testimony-mobile-carousel .slick-slide.slick-active {
        opacity: 1;
    }
    /* End video testimony */

}
