.box-nav-ul .menu-list .menu-link-text{
    font-size: 14px;
}

#header .box-nav-ul .item-link{
    font-size: 15px;
    font-weight: 400;
}
.swiper-slide .box-content{
    background: linear-gradient(to right, #00000061, #00000000);
}

main{
    height: 100vh;
    overflow: hidden;
}
#welcome {
    height: 100%;
    background: url(../images/cars/welcome-bg.webp) no-repeat center;
    background-size: cover;
    position: relative;
}

#welcome::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    height: 100%;
}

#welcome .container{
    position: relative;
    z-index: 9;
}

#welcome h1{
    font-weight: 300;
    font-size: 2em;
}

#welcome h1 strong{
    font-weight: 600;
}

.welcome-title p{
    font-size: 1.1em;
    font-weight: 300;
    opacity: 0.5;
}
.brand-item{
    text-decoration: none;
}

.brand-item .holder{
    border-radius: 20px;
    overflow: hidden;
}

.brand-item .holder img{
    border-radius: 20px;
}

.brand-item h3{
    font-weight: 200;
    font-size: 1em;
}

.brand-item p{
    font-weight: 200;
}

.brand-item .holder p{
    opacity: 0.5;
}

.zoom-on-hover {
    transition: transform 0.3s ease;
    will-change: transform;
}

.brand-item:hover .zoom-on-hover {
    transform: scale(1.05);
}

.footer h2{
    font-size: 1.2em;
    font-weight: 300;
}
.breadcrumb{
    background-color: #D9D9D9;
}
.breadcrumb nav li{
    display: inline-block;
}
.breadcrumb nav li a{
    background-color: #EFEFEF;
    padding: 0.3em 1em;
    border-radius: 10px;
    font-size: 13px;
    width: 120px;
    transition: all 0.3s ease-in-out;
    font-weight: 500;
}
.breadcrumb nav li a:hover{
    background-color: #000;
    color: #EFEFEF;
}
.breadcrumb nav li a.active{
    background-color: #000;
    color: #fff;
}
.form-btn{

}
.form-btn.submit{
    background-color: #ff0400;
    border-color: #ff0400;
    color: #fff;
}
.form-btn.default{
    background-color: #DDDDDD;
    border-color: #DDDDDD;
}
@media only screen and (max-width: 991px) {
    main {
        height: auto;
        overflow: auto;
    }
    .footer h2 {
        padding: 2em;
    }
    .welcome-title{
        padding: 2em;
    }
    .brand-item h3{
        font-size: 1.2em;
    }
    .brand-item p{
        font-size: 0.9em;
    }
    .brand-item .holder {
        border-radius: 10px;
    }
    .brand-item .holder img {
        border-radius: 10px;
    }
}

@media only screen and (max-width: 767px) {
    #welcome h1 {
        font-size: 1.2em;
    }
    .welcome-title p {
        font-size: 0.9em;
    }
    .footer h2 {
        font-size: 1em;
        line-height: 1.5em;
    }
    main {
        height: 100vh;
    }
    .tf-slideshow .wrap-slider {
        height: 600px;
    }
}
