:root{
    --cs-primary:#1E90FF; /*main color*/
    --cs-black:#000000;
    --cs-white:#ffffff;
    --cs-gold:#FFD700;
    --cs-dark-grey:#2F4F4F;
    --cs-danger:#ed000d ;
    --cs-warning: #f4cb17; 
    --cs-success: #3ba635;
    --cs-purple: #fd0e54;
    --cs-dark-orange: #5c0601;
    --cs-orange: #f26f3f;
    --cs-pink: #ed2a62;
    --cs-yellow: #f6b01e;
    --cs-grey: #303438;

}




.breadcrumb-item a{
    color: var(--cs-purple);
    text-decoration: none;
}
.breadcrumb-item.active{
    color: var(--cs-white);
}
.breadcrumb-item::before{
    color: var(--cs-white)!important;
}

.table tr th{
    color: var(--cs-orange);
}

.header
{
    background-color: var(--cs-black);
    padding: 5px 0px;
}

.logo{
    display: flex;
    align-items: center;
}


.logo img{
    width: 100px;
}

/*
.top-menu{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}

.top-menu li a{
    color: var(--cs-white);
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    display: block;
    font-size: 14px;
}

.top-menu li a:hover
{
    color: var(--cs-primary);
}
*/

.main-menu{
    list-style-type: none;
    margin-top: 35px;
    padding: 0px;
    display: flex;
    justify-content: flex-end;
}

.main-menu li a{
    text-decoration: none;
    color: var(--cs-white);

    padding: 10px 10px;
    
}

.main-menu li a:hover
{
    color: var(--cs-white);
    background-color: var(--cs-purple);
}

/*Slideshow*/
.slide-desc{ 
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0px;
    padding: 10px; 
    text-align: center;
}

.slide-desc h3{
    font-family: "Arial Black";
    color: var(--cs-white); 
} 

.slide-desc span{
    padding: 5px;
    display: inline-block;
}

.slide-desc h3 span.start{
    background-color: var(--cs-black);
}
.slide-desc h3 span.price{
    background-color: var(--cs-danger);
}

.slide-desc h2{
    font-family: "Arial Black";
    color: var(--cs-white);
    text-transform: uppercase;
    text-shadow: 1px 1px 2px var(--cs-dark);
}
.slide-desc p{
    display: none; /*untuk menghilangkan p */
    color: var(--cs-white);

}
.slide-desc a:hover{
    display: none;
    color: var(--cs-wh);
}

.wonderful{
    display: none; /*untuk mengilangkan wonderful indonesia*/
    position: absolute;
    width: 209px;
    height: 118px;
    bottom: 50px;
    right: 50px;
}

/*feauture info*/
.feature-info{
    padding: 10px 10px;
    text-align: center;
    color: var(--cs-white);
}
.feature-info h1{
    text-transform: uppercase;
    font-family: "Arial Black";
    margin-bottom: 25px;
    margin-top: 10px;
}
.feature-info p{
    line-height: 1.8em;
    margin-bottom: 30px;
}

/*title info*/
.title-info
{
    color: var(--cs-white);
    border-bottom: solid 1px var(--cs-white);
    padding-bottom: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.title-info span{
    border-bottom: solid 2px var(--cs-purple);
    padding-bottom: 11px;
}

/*Popular img*/
.popular-img{
    position: relative;
}

.popular-img h3{
    position: absolute;
    color: var(--cs-primary);

    width: 100%;
    bottom: 0px;
    margin: 0px;
    text-align: center;
}

.popular-img h3 a{
    color: var(--cs-white);
    text-decoration: none;
    background-color: rgb(0, 0, 0, 0.7);
    display: block;
    padding: 10px;
}
.popular-img h3 a:hover{
    background-color: rgb(0, 0, 0, 0.8);
    color: var(--cs-purple);
}

/*Popular Desc*/
.popular-desc h2{
    color: var(--cs-primary);
    padding: 10px;
    margin: 0px;
    text-transform: uppercase;
}
.popular-desc p
{
    color: var(--cs-white);
    padding: 10px;
    font-size: 20px;

    
}
.popular-desc p a{
    text-decoration: none;
    color: var(--cs-white);
}
.popular-desc p a:hover{
    color: var(--cs-purple);
}
.popular-desc span{
    color: var(--cs-white);
    padding: 10px;
}


/*Popular Price*/
.popular-price
{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: dotted 1px var(--cs-primary);
    border-bottom: dotted 1px var(--cs-primary);
    margin-bottom:  30px;
    color: var(--cs-white);
}
.popular-price span{
    display: block;
}

.popular-price big{
    color: var(--cs-purple);
}
.popular-price sub{
    color: var(--cs-white);
    text-decoration: line-through;
    color: var(--cs-danger);
}

.popular-price span a{
    color: var(--cs-white);
    text-decoration: none;
}
.popular-price span a:hover
{
    color: var(--cs-white);
}

/*Testimonial*/
.testimonials img{
    margin: 10px 5px;
    padding: 0px;
}




/*footer*/

.footer{
    padding: 30px 0px ;
}

.footer h2{
    color: var(--cs-white);
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: dotted 1px var(--cs-white);
    padding-bottom: 10px;
}
.footer h3{
    color: var(--cs-orange);
    font-family: "Arial Black";
    text-transform: uppercase;
    font-size: 24px;
    margin: 15px 0px;
}

.footer img{
    border-radius: 50%;
    width: 150px;
}
.footer address{
    color: var(--cs-orange);
    
}

.footer ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none; 
}
.footer ul li a{
    color: var(--cs-orange);
    text-decoration: none;
    border-bottom: dotted 1px var(--cs-white);
    display: block;
    padding: 10px;
}
.footer ul li a:hover
{
    columns: var(--cs-white);
}

/*copyright*/
.copyright{
    background-color: var(--cs-black);
    text-align: center;
    color: var(--cs-white); 
    padding: 15px;
}


/*Car and motorbike Inspection*/
.car-inspection img{
    margin-top: 5px;
    margin-left: 0px;
    padding: 0px;
    border-radius: 5px;
    padding: 0px;
    
    
    
}
/*Benefit Description*/
.benefit-desc
{
    padding: 10px 15px;
    background-color: var(--cs-orange);
    color: var(--cs-white);
    border-radius: 5px;
    
}
.benefit-desc h3{
    text-decoration: underline;
}


/*motor bike*/
.motor-price{
    background-color: var(--cs-grey);
    border-radius: 10px;
    margin-top: 10px;
}
.motor-price h3{
    color: var(--cs-black);
    background-color: var(--cs-white);
    text-align: center;
    margin: 10px 40px; 
    padding: 10px 10px;
    border-radius: 5px;
}
.motor-price a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 40px;
}
.motor-price a:hover
{
    color: var(--cs-white);
}

/*Contact Us*/
.contact-us{
    display: flex;
}
.contact-us address{
    color: var(--cs-white);
}
.contact-us address a{
    text-decoration: none;
}

.social-media 
{
    color: var(--cs-white);
}

.open-hours{
    color: var(--cs-white);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
}

.day{
    font-weight: bold;
}
.hour{
    justify-self: end;
}

@media(min-width: 992px) 
{
    .slide-desc{ 
        position: absolute;
        width: 50%;
        bottom: 50px;
        left: 50px;
        padding: 10px; 
        text-align: left; 
    }
    
    .slide-desc h2{
        font-size: 24px;

    }
    .slide-desc p{
        display: block; /*untuk menampilkan kembali p*/
    
    }
   
    .wonderful{
        display: block; /*untuk menampilkan kembali worderful indonesia*/
    }

    .feature-info{
        padding: 30px 150px;
        text-align: center;
    }
}



