/* header */
.jumbotron {
    border-radius: 0;
    padding: 0;
    background-color: rgba(174, 39, 28, 0.04);
}

.jumbotron .container .row .col-lg-6 .header-title {
    color: var(--primary);
    font-weight: 700;
}

.jumbotron .container .row .col-lg-6 .header-sub-title {
    color: var(--black);
    font-weight: 500;
    margin-bottom: 16px;
}

.jumbotron .container .row .col-lg-6 .header-desc {
    color: var(--grey);
    margin-bottom: 28px;
}
/* end header */

/* keper */
.keper {
    position: relative;
}

.keper .onion-img {
    position: absolute;
    top: 30%;
}

.keper .onion-img.onion-img-1 {
    left: 0;
}

.keper .onion-img.onion-img-2 {
    right: 0;
}

.keper .container .keper-header {
    text-align: center;
    margin-bottom: 32px;
}

.keper .container .keper-header .header-2 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 16px;
}

.keper .container .keper-body .row .col-lg-3 .card {
    border: 1px solid #ebebeb;
    transition: all 0.2s ease;
}

.keper .container .keper-body .row .col-lg-3 .card:hover {
    box-shadow: 0 0 22px rgba(242, 91, 10, 25%);
}

.keper .container .keper-body .row .col-lg-3 .card .card-title {
    transition: all 0.2s ease;
}

.keper .container .keper-body .row .col-lg-3 .card:hover .card-title {
    color: var(--primary);
}

.keper .container .keper-body .row .col-lg-3 .card .card-img-top {
    width: 70px !important;
    margin: auto;
    padding-top: 30px;
}

.keper .container .keper-body .row .col-lg-3 .card .card-body {
    text-align: center;
}

.keper .container .keper-body .row .col-lg-3 .card .card-body .card-text {
    font-size: 14px;
}
/* end keper */

/* kepro */
.kepro .container .row .kepro-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 10px;
}

.kepro .container .row .kepro-desc .card {
    padding: 20px 30px;
}

.kepro .container .row .kepro-desc .card .header-2 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 32px;
}

.kepro .container .row .kepro-desc .card .accordion .accordion-wrapper {
    margin-bottom: 24px;
}

.kepro
    .container
    .row
    .kepro-desc
    .card
    .accordion
    .accordion-wrapper
    .accordion-header
    button {
    padding: 0 !important;
    color: var(--primary);
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
}

.kepro
    .container
    .row
    .kepro-desc
    .card
    .accordion
    .accordion-wrapper
    .accordion-header
    button
    i {
    font-size: 25px;
}

.kepro
    .container
    .row
    .kepro-desc
    .card
    .accordion
    .accordion-wrapper
    .card-body {
    padding-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
/* end kepro */

/* galeri */
.gapro .container .gapro-header {
    margin-bottom: 32px;
}

.gapro .container .gapro-header h1 {
    margin-bottom: 16px;
    color: var(--primary);
    font-weight: 600;
}

.gapro .container .gapro-body .galeri-carousel .galeri-carousel-item img {
    width: 20rem;
    height: 20rem;
    margin: 0 10px;
    border-radius: 10px;
    object-fit: cover;
}

.gapro .container .gapro-body .galeri-carousel .slick-arrow::before {
    color: var(--primary);
    font-size: 25px;
}
/* end galeri */

/* teka */
.teka .container .row .teka-img img {
    width: 120%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
}

.teka .container .row .teka-desc {
    background-color: var(--black);
    padding: 20px 30px;
    border-radius: 10px;
    background: url(../../../../back_assets/dist/img/public/teka-card-bg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.teka .container .row .teka-desc .header-2 {
    color: var(--white);
    font-weight: 600;
    margin-bottom: 16px;
}

.teka .container .row .teka-desc .body-1 {
    color: #999;
    margin-bottom: 32px;
}

.teka .container .row .teka-desc .media {
    margin-bottom: 15px;
}

.teka .container .row .teka-desc .media img {
    width: 30px;
    margin-right: 10px;
}

.teka .container .row .teka-desc .media span {
    color: #999;
    margin-bottom: 0;
}
/* end teka */

/* keha */
.keha .container .keha-header {
    text-align: center;
    margin-bottom: 6rem;
}

.keha .container .keha-header h1 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 16px;
}

.keha .container .keha-header p {
    color: var(--grey);
}

.keha .container .keha-body .row .keha-item {
    position: relative;
}

.keha .container .keha-body .row .keha-item .card {
    /* box-shadow: none; */
    overflow: visible;
    box-shadow: none;
    border: 1px solid var(--border);
    transition: all 0.2s ease;
}

.keha .container .keha-body .row .keha-item .card:hover {
    box-shadow: 0 0 22px rgba(242, 91, 10, 25%);
}

.keha .container .keha-body .row .keha-item .card:hover .card-title {
    color: var(--primary) !important;
}

.keha .container .keha-body .row .keha-item .card img {
    position: absolute;
    width: 150px;
    top: -60px;
    margin: auto !important;
    left: 82px;
}

.keha .container .keha-body .row .keha-item .card .card-body {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 5rem;
    text-align: center;
}

.keha .container .keha-body .row .keha-item .card .card-body .card-title {
    transition: all 0.2s ease;
    color: var(--black);
    font-weight: 500;
}
/* end keha */

/* testimonial */
.testimoni .chili {
    position: absolute;
}

.testimoni .chili.chili-1 {
    left: 0;
    bottom: 0;
}
.testimoni .chili.chili-2 {
    right: 0;
}

.testimoni .container .testimoni-header {
    margin-bottom: 32px;
    display: flex;
    justify-content: space-between;
}

.testimoni .container .testimoni-header .btn-carousel {
    background-color: var(--primary);
    border-radius: 50%;
    border: 1px solid transparent;
    padding: 5px 12px;
}

.testimoni .container .testimoni-header .btn-carousel i {
    color: var(--white);
    font-size: 30px;
}

.testimoni .container .testimoni-header .header-2 {
    color: var(--primary);
    font-weight: 600;
}

.testimoni .container .testimoni-body .testimonial-slick .testimonial-item {
    margin: 0 24px;
}

.testimoni
    .container
    .testimoni-body
    .testimonial-slick
    .testimonial-item
    .card {
    box-shadow: none;
    border: 1px solid var(--border);
}

.testimoni .container .testimoni-body .card .card-footer {
    display: flex;
    align-items: center;
    background-color: unset;
}

.testimoni .container .testimoni-body .card .card-footer .profile-img {
    width: 60px;
    margin-right: 10px;
}
.testimoni .container .testimoni-body .card .card-footer .profile-name {
    color: var(--primary);
    font-weight: 500;
}
/* end testimonial */

/* dapro */
.dapro .container .dapro-header {
    margin-bottom: 32px;
}

.dapro .container .dapro-header h1 {
    color: var(--primary);
    font-weight: 600;
}

.dapro .container .dapro-body .row .dapro-item {
    margin-bottom: 24px;
}

.dapro .container .dapro-body .row .dapro-item .card {
    border: 1px solid var(--border);
    transition: all 0.2s ease;
}

.dapro .container .dapro-body .row .dapro-item .card:hover {
    box-shadow: 0 0 22px rgba(242, 91, 10, 50%);
}

.dapro .container .dapro-body .row .dapro-item .card .card-body {
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.dapro .container .dapro-body .row .dapro-item .card .card-body .card-desc {
    padding: 10px 10px;
}

.dapro .container .dapro-body .row .dapro-item .card .card-body .card-desc h4 {
    font-size: 16px;
    color: var(--dark);
    font-weight: 500;
    margin-bottom: 8px;
}

.dapro
    .container
    .dapro-body
    .row
    .dapro-item
    .card
    .card-body
    .card-desc
    span {
    color: var(--primary);
}

.dapro
    .container
    .dapro-body
    .row
    .dapro-item
    .card
    .card-body
    .card-hot-wa-button {
    width: 50%;
    height: 100px;
    padding: 10px 5px;
    background-color: var(--primary);
    display: flex;
    place-items: center;
    justify-content: center;
}

.dapro
    .container
    .dapro-body
    .row
    .dapro-item
    .card
    .card-body
    .card-hot-wa-button
    a {
    color: var(--white);
    font-size: 25px;
}

.dapro-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
/* end dapro */

@media (min-width: 768px) and (max-width: 998px) {
    .content-wrapper .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .keper .onion-img {
        display: none;
    }

    .jumbotron .container {
        padding: 50px 0;
    }

    .jumbotron .container .jumbotron-item img {
        width: 100%;
    }

    .jumbotron .container .jumbotron-item .header-title {
        font-size: 32px;
    }

    .jumbotron .container .jumbotron-item .header-desc {
        font-size: 14px;
    }

    .jumbotron .container .jumbotron-item .btn-primary {
        font-size: 14px;
    }

    .keper .container .keper-body .row .col-lg-3 {
        margin-bottom: 24px;
    }

    .kepro .container .row .kepro-img img {
        height: 400px;
        object-fit: cover;
    }

    .kepro .container .row .kepro-desc {
        margin-top: 24px;
    }

    .teka .container .row .teka-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        margin-bottom: 24px;
    }

    .teka .container .row .teka-desc {
        width: 100%;
    }

    .keha .container .keha-body .row .keha-item {
        margin-bottom: 54px;
    }

    .keha .container .keha-body .row .keha-item .card img {
        left: 90px;
    }

    .testimoni .chili {
        display: none;
    }

    .testimoni .btn-carousel {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .content-wrapper .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .jumbotron .container {
        padding: 50px 15px;
    }

    .jumbotron .container .jumbotron-item img {
        width: 100%;
    }

    .keper .onion-img {
        display: none;
    }

    .keper .container .keper-body .row .col-lg-3 {
        margin-bottom: 24px;
    }

    .kepro .container .row .kepro-desc {
        margin-top: 24px;
    }

    .teka .container .row .teka-img img {
        margin-bottom: 24px;
    }

    .teka .container .row .teka-img img {
        width: 100%;
    }

    .keha .container .keha-body .row .keha-item {
        margin-bottom: 54px;
    }

    .keha .container .keha-body .row .keha-item .card img {
        left: 110px;
    }

    .testimoni .chili {
        display: none;
    }

    .testimoni .btn-carousel {
        display: none;
    }
}
