/*** Button Start ***/

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
    background: green;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 rgb(197, 241, 197) !important;
    color: var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color: var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--bs-primary);
}

.section-title::before {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    margin-right: -50px;
    border: 1px solid var(--bs-primary) !important;
}

.section-title::after {
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
}


@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
    
    .whatsapp-icon {
        position: fixed;
        /* display: none; */
        right: 18px;
        bottom: 80px;
        z-index: 99;
    }
    
    .whatsapp-icon:hover {
        transform: scale(1.5);
    }
    
    .back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 99;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption {
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        background-size: cover;
    }

    /*** Topbar Start ***/
    .fixed-top .container {
        transition: 0.5s;
    }

    .topbar {
        padding: 2px 10px 2px 20px;
        background: var(--bs-primary) !important;
    }

    .topbar a,
    .topbar a i {
        transition: 0.5s;
    }

    .topbar a:hover,
    .topbar a i:hover {
        color: var(--bs-secondary) !important;
    }

    /*** Navbar ***/
    .navbar-light .navbar-nav .nav-link {
        font-family: 'Roboto', sans-serif;
        position: relative;
        padding: 10px 15px;
        /* color: var(--bs-white) !important; */
        font-size: 16px;
        font-weight: 600;
        outline: none;
        transition: .5s;
        color: black;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-green) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-white);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
    }
}
/*** Topbar End ***/

@media (min-width: 1200px) {
    .whatsapp-icon {
        position: fixed;
        /* display: none; */
        right: 18px;
        bottom: 80px;
        z-index: 99;
    }
    
    .whatsapp-icon:hover {
        transform: scale(1.5);
    }

    .back-to-top {
        position: fixed;
        right: 30px;
        bottom: 30px;
        display: flex;
        width: 45px;
        height: 45px;
        align-items: center;
        justify-content: center;
        transition: 0.5s;
        z-index: 99;
    }

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

    .btn-selaboutus{
        margin-top: 120px;
    }

    .kerjasama {
        margin-top: 120px;
    }

    .lpgcng {
        margin-top: 120px;
    }

    /*** Carousel Hero Header Start ***/
    .carousel-header .carousel-control-prev,
    .carousel-header .carousel-control-next {
        background: transparent;
    }

    .carousel-header .carousel-control-prev .carousel-control-prev-icon {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding: 25px 30px;
        border-top-left-radius: 0;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 50px;
        background-size: 60% 60%;
    }

    .carousel-header .carousel-control-next .carousel-control-next-icon {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        padding: 25px 30px;
        border-top-left-radius: 50px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 0;
        background-size: 60% 60%;

    }

    .carousel-header .carousel .carousel-indicators li,
    .carousel-header .carousel .carousel-indicators li,
    .carousel-header .carousel .carousel-indicators li {
        opacity: 0;
    }

    .carousel-header .carousel-inner .carousel-item {
        position: relative;
        /* min-height: 100vh  */
    }

    .carousel-header .carousel-inner .carousel-item img {
        /* position: absolute; */
        width: 100%;
        height: 100%;
        margin-top: 96px;
    }

    .carousel-text {
        margin-top: -100px;
    }

    .carousel-header .carousel-inner .carousel-item .carousel-caption  {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        padding-top: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        /*background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(253, 253, 253, 0.7));*/
        /* background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0.5)); */
        background-size: cover;
    }

    /*** Topbar Start ***/
    .fixed-top .container {
        transition: 0.5s;
    }

    .topbar {
        padding: 2px 10px 2px 20px;
        background: var(--bs-primary) !important;
    }

    .topbar a,
    .topbar a i {
        transition: 0.5s;
    }

    .topbar a:hover,
    .topbar a i:hover {
        color: var(--bs-secondary) !important;
    }

    /*** Navbar ***/
    .navbar-light .navbar-nav .nav-link {
        font-family: 'Roboto', sans-serif;
        position: relative;
        padding: 35px 15px;
        /* color: var(--bs-white) !important; */
        font-size: 16px;
        font-weight: 600;
        outline: none;
        transition: .5s;
        color: black;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active {
        color: var(--bs-green) !important;
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-white);
    }

    .sticky-top.navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar-light .navbar-brand img {
        max-height: 60px;
        transition: .5s;
    }

    .sticky-top.navbar-light .navbar-brand img {
        max-height: 45px;
    }

    .navbar .dropdown-toggle::after {
        border: none;
        content: "\f107";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        vertical-align: middle;
        margin-left: 8px;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    transition: .5s;
    opacity: 1;
}

/* @media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar-light .navbar-brand h1 {
        color: var(--bs-primary);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--bs-primary);
        color: var(--bs-primary);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        color: var(--bs-dark) !important;
    }

    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .nav-link.active  {
        color: var(--bs-primary) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
} */

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
        background: var(--bs-white); 
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light);
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 0;
        bottom: -1px;
        left: 0;
        color: var(--bs-white);
        background: lightgreen;
        transition: .5s;
        z-index: -1;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        height: calc(100% + 1px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Tour About CNG Start ***/
.about-cng {
    background: url(../img/bg-about-cng.jpg);
    background-size: 100% 100% !important;
}

.about-cng h2 {
    font-weight: bold;
}

.lpgcng p {
    font-size: 12px;
}

.about-cng ul li {
    font-size: 12px;
}

.about-cng li::marker {
    color: #38A744;
}

.about-us {
    background: url(../img/bg-about-us.jpg);
    background-size: 100% 100% !important;
}

.about-us h2 {
    font-weight: bold;
}

.product {
    background: url(../img/bg-product.jpg);
    background-size: 100% 100% !important;
}

.product h2 {
    font-weight: bold;
}

.product ul li {
    font-size: 12px;
    text-align: justify;
}

.product li::marker {
    color: #38A744;
}

.facilities-main {
    background: url(../img/bg-facilities.jpg);
    background-size: 100% 100% !important;
}

.facilities-main h2 {
    font-weight: bold;
}

.facilities-main table {
    font-size: 14px;
    font-weight: bold;
}

.fasilities {
    margin-top: 50px;
}

/*** Fasilities Start ***/
.fasilities .fasilities-item .fasilities-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}
 
.fasilities .fasilities-item .fasilities-img img {
    transition: 0.5s;
}

.fasilities .fasilities-item .fasilities-img:hover img {
    transform: scale(1.3);
}

.fasilities .fasilities-carousel {
    position: relative;
}

.fasilities .fasilities-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 100px;
    left: 0;
    padding: 15px;
    /* border: 1px solid var(--bs-primary); */
    border-radius: 30px;
    transition: 0.5s;
}

.fasilities .fasilities-carousel .owl-nav .owl-next {
    position: absolute;
    top: 100px;
    right: 0;
    padding: 15px;
    /* border: 1px solid var(--bs-primary); */
    border-radius: 30px;
    transition: 0.5s;
}

.fasilities .fasilities-carousel .owl-nav .owl-prev i,
.fasilities .fasilities-carousel .owl-nav .owl-next i {
    color: var(--bs-white);
    font-size: 17px;
    transition: 0.5s;
}

.fasilities .fasilities-carousel .owl-nav .owl-prev:hover,
.fasilities .fasilities-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.fasilities .fasilities-carousel .owl-nav .owl-prev:hover i,
.fasilities .fasilities-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/* End fasilities carousel */

.customer {
    background: url(../img/bg-customer.jpg);
    background-size: 100% 100% !important;
}

.footer {
    background: url(../img/bg-contact.jpg);
    background-size: 100% 100% !important;
}

.footer h2 {
    font-weight: bold;
}

.footer-maps {
    margin-top: 60px;
}

/*** customers Start ***/
.customers .customers-item .customers-img {
    position: relative;
    height: 120px;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}
 
.customers .customers-item .customers-img img {
    transition: 0.5s;
}

.customers .customers-item .customers-img:hover img {
    transform: scale(0.9);
}

.customers .customers-carousel {
    position: relative;
}

.customers .customers-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 15px;
    /* border: 1px solid var(--bs-primary); */
    border-radius: 30px;
    transition: 0.5s;
}

.customers .customers-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50px;
    right: 0;
    padding: 15px;
    /* border: 1px solid var(--bs-primary); */
    border-radius: 30px;
    transition: 0.5s;
}

.customers .customers-carousel .owl-nav .owl-prev i,
.customers .customers-carousel .owl-nav .owl-next i {
    color: var(--bs-white);
    font-size: 17px;
    transition: 0.5s;
}

.customers .customers-carousel .owl-nav .owl-prev:hover,
.customers .customers-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
}

.customers .customers-carousel .owl-nav .owl-prev:hover i,
.customers .customers-carousel .owl-nav .owl-next:hover i {
    color: var(--bs-white);
}
/* End customers carousel */