/* --------- General --------- */
html,
body
{
    height: 100%;
    /* overflow-x: hidden; */
    scroll-behavior: smooth;
    font-family: 'RussoOne Regular';
}

@font-face
{
  font-family: 'Questrial';
  src: url('../font/Questrial-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}

@font-face
{
    font-family: 'RussoOne Regular';
    src: url('../font/RussoOne-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

.container-custom
{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}

@media(min-width: 768px)
{
    .container
    {
        max-width: 810px;
    }
}

@media(min-width: 992px)
{
    .container
    {
        max-width: 960px;
    }
}

@media(min-width: 1200px)
{
    .container
    {
        max-width: 1320px;
    }

    .container-custom
    {
        max-width: 1720px;
    }
}

@media(max-width:1200px) {
    :root {
        font-size: 14px;
    }
}

@media(max-width:992px) {
    :root {
        font-size: 12px;
    }
}

@media(max-width:769px) {
    :root {
        font-size: 10px;
    }
}

section
{
    padding: 60px 0;
}

#banner
{
    padding: 0;
    position: relative;
}

#usedCar
{
    background-image: linear-gradient(to right,  #d9d9d9, #0e0e0e);
}

#brand-slide
{
    height: 710px;
}

.wheel-row
{
    height: 100%;
}

.logo-img
{
    max-height: 50px;
    height: 100%;
    width: auto;
}

.navbar-custom
{
    position: fixed;
    z-index: 999;
    width: 100%;
    font-family: 'RussoOne Regular';
}

.nav-container-custom, .nav-ct-cus
{
    padding: 0;
    margin: 0 auto;
    max-width: 80pc;
}

.vl-info
{
    display: flex;
    padding-top: 5px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    width: 710px;
}

.nav-fa-icon
{
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.vl-det
{
    margin-bottom: 0;
    margin-right: 15px;
    letter-spacing: 2px;
}

.vl-navbar-nav
{
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    -ms-flex-direction: row;
    flex-direction: row;

    align-items: center;
    border-right: 1px solid #fff;
}

.vl-navbar-item
{
    padding: 5px 10px;
    color: #fff;
}

.vl-navbar-item a
{
    color: #fff;
}

.vl-navbar-item a.dropdown-item
{
    color: #212529;
}

.vl-navbar-item a.dropdown-item:active
{
    color: #fff;
}

.vl-navbar-brand
{
    display: inline-block;
    padding-top: 0;
    padding-left: 1rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;

    color: #fff;
    font-weight: 800;
}

.dropdown-item:active
{
    background-color: #000;
}

/* Nav-menu-icon */
#nav-icon1{
    width: 30px;
    height: 26px;
    position: relative;
    margin: 15px auto 15px 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span{
    display: block;
    position: absolute;
    height: 5px;
    width: 30px;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 10px;
}

#nav-icon1 span:nth-child(3) {
    top: 20px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.vl-background-cover
{
    background-image: url('../images/black-polygon-pattern-background_311715-13-s.jpg');
    background-repeat: repeat;
    background-position: center;
    /* background-size: cover; */
}

.mobile-vl-detail
{
    display: none;
}

@media(max-width: 1400px)
{
    #brand-slide
    {
        height: 800px;
    }
}

@media(max-width: 1200px)
{
    #brand-slide
    {
        height: 650px;
    }

    .vl-info
    {
        width: 640px;
    }

    .vl-det
    {
        letter-spacing: .5px;
    }
}

@media(max-width: 992.9px)
{
    .vl-info
    {
        width: 570px;
    }

    .vl-det
    {
        letter-spacing: normal;
    }
}

@media(max-width: 991.9px)
{
    #brand-slide
    {
        height: auto;
    }
    
}

@media(min-width: 768px)
{
    #nav-icon1
    {
        display: none;
    }

    .navbar .container
    {
        justify-content: center;
    }
}

@media(max-width: 767.9px)
{
    .vl-info
    {
        display: none;
    }

    .navbar
    {
        padding: 0 15px;
    }

    .navbar .container
    {
        padding: .5rem 1rem;
    }

    .nav-container-custom
    {
        margin: 0;
        max-width: unset;
    }

    .nav-ct-cus
    {
        display: none !important;
    }

    .vl-navbar-nav
    {
        display: none;
    }

    .open-nav .vl-navbar-nav
    {
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-right: 0;
    }

    .navbar.popup-nav
    {
        align-items: flex-start;
        background-color: #333030;
        height: 100vh;
        transition: .2s ease-in;
        overflow-y: scroll;
    }

    .vl-navbar-item
    {
        font-size: 3rem;
    }

    #nav-icon1 + .vl-navbar-nav .vl-navbar-item
    {
        opacity: 0;
        -webkit-transition: opacity .5s ease-in;
        -moz-transition: opacity .5s ease-in;
        -o-transition: opacity .5s ease-in;
        transition: opacity .5s ease-in;
    }

    #nav-icon1.open + .vl-navbar-nav .vl-navbar-item
    {
        opacity: 1;
    }

    .mobile-vl-detail
    {
        display: none;
        color: #fff;
        position: absolute;
        bottom: 0;
        font-size: 14px;
        padding: 0 15px 20px;
        margin-top: 1rem;

    }

    .open-nav .mobile-vl-detail
    {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .mobile-nav-fa-icon
    {
        margin-right: 15px;
    }

    .mobile-vl-det
    {
        margin-right: 15px;
        margin-bottom: 0;
    }
}

/* Team Section */
.snip1359 {
/* font-family: 'Roboto', Arial, sans-serif; */
position: relative;
overflow: hidden;
min-width: 230px;
width: 100%;
color: #ffffff;
text-align: left;
line-height: 1.4em;
/* background-color: #78b18f; */
background-color: rgba(255,255,255,.5);
backdrop-filter: blur(10px);
padding-top: 120px;
height: 240px;
}
.snip1359 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.snip1359 img {
max-width: 100%;
vertical-align: top;
opacity: 0.85;
}
.snip1359 figcaption {
width: 100%;
background-color: #fff;
padding: 25px;
position: relative;
height: 100%;
}
.snip1359 figcaption:before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 55px 0 0 400px;
border-color: transparent transparent transparent #d3d3d3;
}
.snip1359 .profile {
border-radius: 50%;
position: absolute;
bottom: 100%;
left: 25px;
z-index: 1;
max-width: 90px;
opacity: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.snip1359 h3 {
font-size: 1.3em;
margin: 25px;
font-weight: 300;
position: absolute;
top: 0;
right: 0;
text-align: right;
color: #000;
}
.snip1359 h3 span {
display: block;
font-size: 0.65em;
color: #000;
}
.snip1359 blockquote {
margin: 0 0 10px;
padding: 0 0 30px;
letter-spacing: 1px;
opacity: 0.8;
font-style: italic;
font-weight: 700;
color: #775841;
font-size: 14px;
}

.review-carousel.owl-carousel .owl-item img
{
    display:inline;
}

.review-carousel.owl-carousel .owl-dots
{
    display: flex;
    justify-content: center;
    align-items: center;
}

.review-carousel.owl-carousel .owl-dot
{
    background-color: #5a5a5b;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 1rem 10px !important;
}

.review-carousel.owl-carousel .owl-dot.active
{
    background-color: #060606;
    border: 0;
    /* transform: scale(1.2); */
    transition: transform .5s;
}

/* Footer */
.footer
{
    padding: 3rem 7%;
    background-color: #a0b89e;
}

.footer-logo
{
    margin-bottom: 1rem;
}

.footer-logo-img
{
    width: 250px;
}

.footer-title
{
    color: #fff;
    font-size: 1.65rem;
    font-family: 'Inter';
    margin-bottom: 1rem;
}

.footer-content1
{
    color: #fff;
    font-family: 'Inter';
    font-size: 0.98rem;
}

.shop-contact
{
    color: #fff;
    display: flex;
    gap: 1rem;
}

.footer-social-icon
{
    font-size: 1.6rem;
    font-family: 'Inter';
    color: white;
}

.footer-icon
{
    font-size: 1.5rem;
}

.fa-phone
{
    font-size: 1.4rem;
}

.footer-license
{
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 1% 0;
}