body {
    background: gainsboro
}

#app {
    margin: 80px 0px 0px 0px;

}

.layout {
    min-height: 500px;
}

.bg-yellow {
    background: #fcd150 !important
}



.navbar {
    border-bottom: 1px solid green;
}

.content-body {
    margin-top: 30px;
}

.navbar-1 {
    padding-right: 50px;
    height: 30px;
}

.navbar-2 {
    margin-top: 30px
}

@media (min-width: 601px) {
    .show-display {
        display: none !important;
    }

    .show-sm-display {
        display: block;
    }
}

@media (max-width: 600px) {
    .show-display {
        display: block;
    }

    .show-sm-display {
        display: none !important;
    }
}

.float_right {
    float: right;
    color: rgb(226, 222, 222);
    margin-right: 20px;
}

.kategori-column .kategori-title-index {
    margin-top: 20px;
    margin-bottom: 20px
}

.kategori-column .kategori-title {
    margin-top: 60px;
    margin-bottom: 20px
}


@media (min-width: 601px) {
    .carousel-banner .carousel-inner .carousel-item {
        height: 670px;
        margin-top: 15px;
    }

    .carousel-banner .carousel-inner img {
        height: 670px;
    }
}

@media (max-width: 600px) {
    .carousel-banner {
        padding: 40px 10px 10px 10px;
    }

    .carousel-banner .carousel-inner .carousel-item {
        text-align: center;
        height: 251px;
        border: 1px solid rgb(209, 207, 207);
        border-radius: 20px;
    }

    .carousel-banner .carousel-inner img {
        border: 1px solid rgb(209, 207, 207);
        border-radius: 20px;
        height: 250px;
    }
}

.carousel-caption-banner {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

.carousel-caption-banner .text {
    color: white;
}

.artikel-show .row .artikel-body .artikel-text {
    margin-top: 10px
}

@media (max-width: 601px) {
    .img-artikel {
        width: 100%;
        max-height: 300px;
        margin: 0px 0px 20px 0px
    }
}

@media (min-width: 601px) {
    .img-artikel {
        width: 100%;
        max-height: 300px;
        margin: 0px 0px 20px 0px
    }
}

| .produk-show {
    padding: 50px 0px 50px 0px;
}

@media (min-width: 601px) {
    .carousel-produk-show .carousel-inner-produk-show .carousel-item-produk-show {
        width: 100%;
        height: 500px;
        margin-top: 15px;
    }
}

@media (max-width: 600px) {
    .carousel-produk-show .carousel-inner-produk-show .carousel-item-produk-show {
        width: 100%;
        height: 400px;
        margin-top: 15px;

    }
}

.produk-list a {
    float: right
}



.produk-show {
    overflow: visible;
}

.produk-show-deskripsi {
    text-align: justify;
    padding: 10px;
    font-family: 'Nunito';
    font-size: 15px;
    text-align: left;
    white-space: normal;
}

@media (min-width: 600px) {
    .produk-image {
        height: 200px;
    }
}

@media (max-width: 600px) {
    .produk-image {
        height: 200px;
    }
}

a:link {
    text-decoration: none;
    color: #000
}

a:visited {
    text-decoration: none;
    color: #000
}

a:hover {
    text-decoration: none;
    color: #000
}

a:active {
    text-decoration: none;
    color: #000
}


.spinner {
    z-index: 1100;
    position: absolute;
    top: 45%;
    right: 50%;
}

.footer {
    border-top: 1px solid gray;
    background: rgb(244, 242, 242);
    width: 100%;
    min-height: 400px;
    padding: 30px 60px 30px 30px;
    color: rgb(126, 124, 124);
    margin-right: -20px;
}


@media (min-width: 600px) {
    .banner-group {
        margin-top: 60px !important;
        margin-bottom: 50px !important;
    }

    #height-service-post {
        min-height: 250px !important;
    }

    .footer .colom-1,
    .footer .colom-2,
    .footer .colom-3 {
        text-align: left;
        padding: 10px;
    }

}

@media (max-width: 600px) {
    .banner-group {
        margin-top: 60px !important;
        margin-bottom: 0px !important;
    }

    #height-service-post {
        min-height: 200px !important;
    }

    .footer .colom-1,
    .footer .colom-2,
    .footer .colom-3 {
        text-align: center;
        padding: 20px;

    }

}


.container-paket-kepala {
    position: relative;
    height: 50px;
}

.paket-kepala {
    position: absolute;
    color: #ffffff;
    font-weight: 500;
    top: 40%;
    left: 0%;
    right: 0%;
    height: 100px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;

    text-shadow: 0 0 2px #000;
    /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}

/**PARALLAX*/
.noteCategory {
    height: 100%;
}

.container-parallax {
    position: relative;
}

@media screen and (min-width: 601px) {
    .parallax {
        /** The image used */
        /* background-image: url('/storage/jeep_light.jpg'); */
        /* height: 400px; */

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        /*background-size: cover;*/
        background-size: 90% auto;
        margin-bottom: 30px;
        position: relative;
        filter: contrast(50%) brightness(150%);
    }
}

@media screen and (max-width: 600px) {
    .parallax {
        /** The image used */
        /* background-image: url('/storage/jeep_light.jpg'); */
        /* height: 400px; */

        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        /*background-size: cover;*/
        background-size: auto auto;
        margin-bottom: 30px;
        position: relative;
        filter: contrast(50%) brightness(150%);
        /**mobile effect*/
        background-attachment: scroll;
    }
}



.kontak-fix {
    font-size: 18px !important;
    z-index: 999;
    position: absolute;
    bottom: 30px;
    right: 30px;
    position: fixed;
    color: green;
}

@media screen and (max-width: 601px) {
    .apa {
        line-height: 100px;
        text-align: center;
        margin: 0px 0px 40px 0px;
    }
}

@media screen and (min-width: 601px) {
    .apa {
        line-height: 100px;
        text-align: center;
        margin: 10px 0px 100px 0px;
    }
}

.apa-apa {
    margin: 10px 0px 10px 0px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}


@media screen and (min-width: 601px) {
    .apa-apa .sub-1 {
        width: 50%;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        gap: 50px;
    }

    .apa-apa .sub-1 .card {
        width: 150px;
        height: 150px;
        background: transparent;
        text-align: center;
    }

    .apa-apa .sub-1 .card .card-body i {
        color: rgb(206, 205, 205);
        font-size: 40px;
    }

    .apa-apa .sub-1 .card .card-body .card-title {
        font-size: 15px;
        color: white;
        margin-top: 20px;
    }


}


@media screen and (max-width: 600px) {
    .apa-apa .sub-1 {
        width: 50%;
        display: grid;
        grid-template-columns: auto auto auto auto auto;
        gap: 2px;
    }

    .apa-apa .sub-1 .card {
        width: 75px;
        height: 75px;
        background: transparent;
        text-align: center;
    }

    .apa-apa .sub-1 .card .card-body i {
        color: rgb(206, 205, 205);
        font-size: 30px;
    }

    .apa-apa .sub-1 .card .card-body .card-title {
        font-size: 8px;
        color: white;
    }
}



@media screen and (min-width: 601px) {
    .keteranganKategori {
        text-align: justify;
        font-size: 13pt;
        margin: 20px 5px 20px 5px;
        top: 10%;
        right: 0px;
        position: absolute;

    }
}


@media screen and (max-width: 600px) {
    .keteranganKategori {
        text-align: justify;
        font-size: 12pt;
        margin: 20px 5px 20px 5px;
        top: 10%;
        right: 0px;
        position: absolute;
    }
}

.keteranganKategori {
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px;
    text-shadow: 0 0 2px #000;
    /* horizontal-offset vertical-offset 'blur' colour */
    -moz-text-shadow: 0 0 2px #000;
    -webkit-text-shadow: 0 0 2px #000;
}

.grid-2 {
    width: 50%;
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}

.grid-2 div {
    width: 100%;
    color: rgb(138, 136, 136)
}

.beranda-content {
    width: 100%;
    height: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
    scrollbar-width: 5px;
    scrollbar-height: 5px;
}


#scroll-box::-webkit-scrollbar {
    height: 5px;
}

/* Track */
#scroll-box::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
#scroll-box::-webkit-scrollbar-thumb {
    background: rgb(192, 191, 191);
}

/* Handle on hover */
#scroll-box::-webkit-scrollbar-thumb:hover {
    background: rgb(130, 129, 129);
}



.produk-item-grid-container {
    justify-content: start;
    padding:0px;
    margin:0px;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    background-color: transparent;
    gap:0px;
}

.produk-item-grid-container .grid-item {
    padding:0px;
    margin:0px;
    width: 200px;
    text-align: center;
}

.produk-item-grid-container .all-item {
    padding:0px;
    margin:0px;
    text-align: center;
}

.produk-item-grid-container .all-item  a .card {
    height:335px; 
    width: 200px;
    padding-top:40%
}


.menu_horisontal {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
}

.menu_vertikal {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    width: 20%;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

.modal-close {
    z-index: 10;
    position: absolute;
    right: 28px;
    top: 20px;
    background: transparent;
    border: 1px solid transparent
}


@media screen and (min-width: 601px) {
    #youtubeFrame {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 250px
    }
}

@media screen and (max-width: 601px) {
    #youtubeFrame {
        padding: 0px;
        margin: 0px;
        width: 100%;
        height: 120px
    }
}

.youtube-container {
    padding: 0px;
    margin: 0px;
    position: relative;
    text-align: center;
    color: white;
    z-index: 12;
}

/* Bottom left text */
.youtube-view {
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 100%;
    width: 100%
}

.container-youtube-view {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 100%;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */

}

.responsive-youtube-iframe {
    position: absolute;
    padding: 0px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 600px;
    border: none;
}