:root{
    --dark-color: #191919;
    --gold-color: #f00;
}
body{
    background-color: #000;
}

.appends h5{
    color: #fff;
}

.btn-theme{
    background-color: transparent !important;
    border: 0 !important;
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
}
.btn-theme:hover{
    background-color: transparent !important;
    border: 0 !important;
    color: var(--gold-color);
}

.section-title h1{
    color: var(--gold-color);
}

.section-title p{
    color: #fff;
}
.fixed-top-margin{
    margin-top: 60px;
}
/* Start Header */

#header{
    background-color: #000 !important;
    top: 0;
    /*box-shadow: 0 0 12px 18px #191919 !important;*/
    overflow-x: clip;
}

#header.header-scrolled{
    box-shadow: none !important;
}

#header .logo img
{
    max-height: 30px;
    margin-top: 0px;
}
.navbar>ul>li{
    margin: 0 12px;
    padding-bottom: 17px !important;
}

.header-no-bg .navbar a, .topbar-no-bg .header-dropdown .btn{
    font-size: 17px;
}

.header-scrolled .navbar a, .header-scrolled .header-dropdown .btn,
.navbar a, .navbar a:focus{
    color: #FFF !important;
}

.header-scrolled a.active, .header-scrolled  a.active:focus,
.navbar a.active, .navbar a.active:focus,
.navbar a.active, .navbar a:focus{
    color: var(--gold-color) !important;
}

.navbar-mobile .mobile-nav-toggle{
    background-color: #191919;
    color: #fff;
    border-color: #191919;
}

.navbar-mobile ul{
    background-color: #191919;
    top: 60px;
}

.navbar-mobile .mobile-nav-toggle{
    top: 36px;
}

.navbar .dropdown ul{
    background-color: #000;
    box-shadow: 0 0 10px #403e3e;
}

/* End Header */

/* Start hero */
#hero{
    position: relative;
    overflow: hidden;
}

/* #hero::before{
    background-color: #191919;
    width: 10%;
    top: 0;
    right: 0;
    height: 100%;
    position: absolute;
    content: '';
    box-shadow: 0 0 30px 10px #191919;
    z-index: 3;
} */
#hero .carousel-item::before{
    background-color: #19191971 !important;
}

#hero .carousel-control-next, #hero .carousel-control-prev{
    display: none;
}

.carousel-indicators .active{
    background-color: var(--gold-color);
}

#hero h2, #hero p{
    font-size: 40px;
}

/* End hero */

/* Start home-welcome */

.home-welcome .image{
    position: relative;
}
.home-welcome .image img{
    object-fit: cover;
}

.home-welcome .details{
    
}
.home-welcome .details h1{
    font-size: 50px;
    color: #fff;
    line-height: 180%;
}
.home-welcome .details p{
    color: #fff;
    line-height: 33px;
    font-size: 18px;
}

/* End home-welcome */

/* Start text-banners */

.text-banners .card{
    display: flex !important;
}

.text-banners .icon{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid var(--gold-color);
    color: var(--gold-color);
    font-size: 25px;
}

.text-banners h4{
    color: #fff;
}

.text-banners p{
    color: #fff;
}

.text-banners .btn-theme{
    color: var(--gold-color);
}

/* End text-banners */

/* Start products */
.products .owl-carousel.owl-drag .owl-item{
    padding: 10px 0;
}
.products .card{
    box-shadow: 0 0 10px #000;
    padding: 10px;
}

.products .card-header{
    height: 232px;
}
.products .card-header img{
    object-fit: cover;
}

.products .card-body h4{
    
}
.products .card-body h4 a{
    color: #fff;
}
.products .card-body h4 a:hover{
    color: var(--gold-color);
}
.products .nav-tabs{
    justify-content: center;
    border: 0;
}
.products .nav-tabs button{
    background-color: transparent !important;
    height: 60px; 
    margin: 0 30px;
    padding: 10px;
    border: 0;
    transition: all .5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.products .nav-tabs button img{
    width: fit-content !important;
    height: 21px;
}

.products .nav-tabs button.active,
.products .nav-tabs button:hover{
    border: 1px solid var(--gold-color);
}

.products .products-categories {
    
}
.products .products-categories li {
    margin: 0 26px;
}
.products .products-categories li a {
    position: relative;
    color: #fff;
    transition: all .5s ease-in-out;
}
.products .products-categories li a.active {
    color: var(--gold-color);
}
.products .products-categories li a::after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    width: 0%;
    bottom: 0;
    background-color: var(--gold-color);
    transition: all .5s ease-in-out;
}

.products .products-categories li a.active::after{
    width: 100%;
}
.products .products-categories li a span{

}

/* End products */

/* Start gallery */

.gallery .swiper,
.car-details-files .swiper{
    padding-bottom: 53px !important;
}

.gallery .card{
    
}

.gallery .card::after,
.car-details-files .card::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    left: 0;
    top: 0;
}
.gallery .card-header{
    height: 500px;
}
.gallary-page .card-header{
    height: 400px;
}

.car-details-files .card-header{
    height: 400px;
}
.car-details-files .card-header img{
    object-fit: cover;
}

.gallery .card-header img{
    object-fit: cover;
}
.gallery .card-body,
.car-details-files .card-body{
    left: 0;
    z-index: 1;
}
.gallery .card-body h4,
.car-details-files .card-body h4{
    color: #fff;
}
.gallery .card-body p{
    color: #fff;
}

.gallery .btn-theme{
    color: var(--gold-color);
}

.gallery .swiper-horizontal>.swiper-pagination-bullets, .gallery .swiper-pagination-bullets.swiper-pagination-horizontal, 
.gallery .swiper-pagination-custom, .gallery .swiper-pagination-fraction,
.car-details-files .swiper-horizontal>.swiper-pagination-bullets, .car-details-files .swiper-pagination-bullets.swiper-pagination-horizontal, 
.car-details-files .swiper-pagination-custom, .car-details-files .swiper-pagination-fraction{
    bottom: 7px;
    width: 100% !important;
}

.gallery .swiper-pagination-bullet,
.car-details-files .swiper-pagination-bullet{
    background-color: #ccc;
    width: 30px;
    height: 7px;
    border-radius: 10px;
}

.gallery .swiper-pagination-bullet-active,
.car-details-files .swiper-pagination-bullet-active{
    background-color: var(--gold-color);
}

/* End gallery */

/* Start video */

.video {

}

.video h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 77px !important;
}

.video h1 a{
    color: #fff;
}
.video h1 a:hover{
    color: var(--gold-color);
}

.video .iamge {

}

.video .iamge img{

}
/* End video */

/* Start Footer */

footer{
    background-color: #191919 !important;
}

footer .footer-image img{
    width: 32%;
}

.footer-title h1::before{
    content: none;
}

footer .footer-links a,
footer .footer-links p{
    color: #cbcbcb !important;
}

footer .copyright{
    font-size: 14px;
    line-height: 22px;
}

footer .credits{

}

footer .social-links a{
    background-color: transparent !important;
    color: var(--gold-color);
}

/* End Footer */

/* Start breadcrumbs */

.breadcrumbs{
    height: 300px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.breadcrumbs::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
}

.breadcrumbs-2{
    height: 300px;
    background-color: #191919 !important;
}

.breadcrumbs .container{
    position: relative;
    z-index: 1;
}

.breadcrumbs h1{
    color: #fff;
    margin-bottom: 20px;
    font-size: 50px;
}

.breadcrumbs li{
    color: #fff;
    font-size: 19px;
}
.breadcrumbs li.active{

}

.breadcrumbs li a{
    color: #fff;
}

.breadcrumbs li.active a,
.breadcrumbs li.active{
    color: var(--gold-color);
}

/* End breadcrumbs */

/* Start Car Details */

.car-details .swiper{
    padding: 0 !important;
}

.car-details .swiper-backface-hidden .swiper-slide{
    margin: 0 !important;
}

.car-details .card{
    height: 450px;
    overflow: hidden;
}

.car-details .card img{
    object-fit: cover;
}

.car-details .swiper-button{
    flex-direction: row-reverse;
}

.car-details .swiper-button-next, .car-details .swiper-button-prev{
    position: relative;
    left: 0 !important;
    right: 0 !important;
    width: 55px;
    height: 55px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin: 0px 14px;
    margin-right: 0;
}

.car-details .swiper-button-next:after, .car-details .swiper-rtl .swiper-button-prev:after,
.car-details .swiper-button-next:after, .car-details .swiper-button-prev:after{
    font-size: 27px;
}

.car-details .swiper-pagination{
    position: relative;
    color: #fff;
    margin: 0 10px;
    font-size: 20px;
    bottom: 0;
    width: auto;
}

.car-details .swiper-pagination-current{
    color: var(--gold-color);
}

.car-details h1{
    font-size: 50px;
    margin-bottom: 30px;
}

.car-details .details,
.car-details .details p{
    font-size: 18px;
    line-height: 36px;
}
.car-details-options{
    background-color: #191919;
}
.car-details-options .card{
    text-align: center;
    padding: 40px 10px !important;
    background-color: transparent;
    color: #fff;
    border-color: #6b6a6a;
}

.car-details-options .card h5{
    color: var(--gold-color);
    font-size: 25px;
}
.car-details-options .card a{
    color: #fff !important;
}

/* End Car Details */

/* Start Topics Page */

.post-card{
    border-radius: 0;
    background-color: #191919;
    border: 0;
    box-shadow: 0 0 8px #575454;
}

.video-container {
    height: 283px;
}

.video-container img{
    object-fit: cover;
}

.post-card .card-title{
    color: #fff;
    line-height: 37px;
}
.post-card a:hover .card-title{
    color: var(--gold-color);
}

/* End Topics Page */

/* Start Topic Details */

.about-us{
    background-color: #191919;
}

.about-us .details{
    color: #fff;
    padding: 0 20px;
    line-height: 30px;
}

.about-us .details h1{
    color: #fff;
    margin-bottom: 30px;
}

.post-heading h1{
    color: #fff;
    font-size: 46px;
    line-height: 145%;
}

.topic-page .article-body,
.topic-page .article-body p,
.topic-page .article-body li{
    color: #fff;
    margin-top: 20px;
    font-size: 17px;
    line-height: 30px;

}

.bottom-article ul.social-network li a{
    background-color: var(--gold-color) !important;
}

.partners-2 .image img{
    width: 200px;
}
.partners-2 .card{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-2 .card img{
    width: 100px;
}

/* End Topic Details */

/* Start contact */
.contact p,
.contact span,
.contact li{
    color: #fff;
}
.contact .sub-title{
    color: #fff;
}

.contact .info, .contact .php-email-form{
    background-color: transparent;
}

.contact .form-control{
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding: 15px;
}

.form-control:focus{
    border-color: #fff !important;
    background-color: transparent !important;
}

.form-control::placeholder{
    color: #fff;
}

.contact .info h4,
.contact .info p{
    color: #fff;
}

/* End contact */

@media (max-width: 991px){
    .mobile-nav-toggle{
        color: #fff;
    }
    
}
@media (max-width: 768px){
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        padding: 0 .8rem;
    }
    .navbar-mobile-bg{
        background-color: #191919;
    }

    #hero h2 {
        font-size: 30px;
    }
    #hero p{
        font-size: 20px;
    }

    .home-welcome .details h1{
        font-size: 36px;
        line-height: 141%;
    }

    .gallery .card-header{
        height: 310px;
    }

    footer .footer-image,
    footer .copyright,
    footer .credits{
        text-align: center;
    }

    footer .social-links{
        justify-content: center;
    }

    .breadcrumbs{
        /*height: 328px;*/
    }

    .about-us .details{
        padding: 0;
    }

    .car-details h1{
        font-size: 39px;
        margin-bottom: 13px;
    }
    .car-details .details, .car-details .details p{
        font-size: 16px;
        line-height: 33px;    
    }

    .car-details .card{
        height: 320px;
    }

    .car-details-files .card-header{
        height: 300px;
    }
}