body {
    background-color: #181818;
    margin: auto;
    padding: 0;
    margin: 0;
}

html{scroll-behavior:smooth}

header{
    display: flex;
    flex-direction: row;
    text-align: justify;
    margin-bottom: 7%;
}

#hamburger-icon{
    display: none;
    cursor: pointer;
    padding: 10px;
}

.line{
    width: 30px;
    height: 3px;
    background-color: #181818;
    margin: 6px 0;
}

#links {
    margin-right: 3% !important;
}

.navbar{
    background: transparent;
    backdrop-filter: blur(10px);
    width: 100%;
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    top: 0;
    height: auto;
    z-index: 3;
}

.direct{
    display: flex;
    gap: 20px;
    margin-right: 3%;
    align-items: center;
}

.navbar li{
    text-decoration: none;
    align-items: stretch;
    display: inline;
    font-family: "Arimo", sans-serif;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
}


.curr{
    color: #D37F31 !important;
    font-weight: bolder;
    }
    
.direct a:hover {
    color: #D37F31;
    font-weight: bolder;
}

.navbar-logo{
    margin-right: auto;
    height: 30%;
    width: 30%;
    margin-left: 3%;
    margin-top: 0.5%;
}

img.navbar-img{
    height: auto;
    max-width: 80%;
    align-items: flex-start;
}
    
.section-header{
    display: block;
    position: relative;
    text-align: center;
}
    
section{
    overflow: hidden;
    position: relative;
}

a, a:link, a:visited{
    color:#181818;
    text-decoration: none;
}

.navbar a{
    text-decoration: none;
    color: #ececec;
    margin-left: auto;
}

.carousel-slider{
    height: 560px;
    position: relative;
    width: 100%;
}

.carousel-slider.fullwidth{
    height: 500px;
}

.carousel-slider.fullwidth .carousel{
    height: 480px;
    line-height: 480px;
    width: 100%;
}

.slider-wrapper{
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    perspective: 800px !important;
}

.carousel{
    box-shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.12);
    display: none;
    height: 320px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 320px;
    cursor: pointer;
}

.indicators{
    left: 43.5%;
    padding: 10px;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
}

.indicators li{
    color: #ececec;
    float: left;
    height: 16px;
    margin-right: 8px;
    text-align: center;
    width: 16px;
}

.indicators li:last-child{
    margin:0;
}

.indicators a{
    background-color: #ececec;
    border-radius: 8px;
    display: inline-block;
    height: 16px;
    width: 16px;
}

.indicators .active a{
    background: #D37F31;
    width: 18px;
    height: 18px;
}

.our-gallery-text{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    font-weight: 600;
    font-size: 24px;
    color: #ececec;
    margin-left: 10%;
}

.new-veh{
    margin-top: 5%;
}

.gallery-cars-list{
    margin-left: 10%;
    display: flex;
    justify-content: start;
    gap: 50px;
    margin-bottom: 3%;
}

.image-list-home{
    margin-right: 9%;
    width: 15%;
}

.home-img {
    display: flex;
    flex-direction: column;
}

.home-img img {
    width: 270px;
    height: 153px;
}

.brand{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    color: #ececec;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-top: 5px;
}

.brand-price{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    color: #ececec;
    font-size: 20px;
    margin: 0;
    margin-top: 5px;
    font-weight: 300;
}

footer{
    margin-top: 3%;
}

.copyright{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
        "slnt" 0;
    color: #181818;
    background-color: #ececec;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
}