@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  font-family: 'Poppins', sans-serif;
}
body {
    background-color: #1A1A1A;
    color: #fff;
    font-size: 1.5rem;
    padding: 0px;
    margin:0;
}
.flex-div {
    display: flex;
}
.vertical-center{
    align-items: center;
}
.between{
    justify-content: space-between;
}
.flex-center{
    justify-content: center;
}
.last-item {
    margin-left: auto;
}
.first-item {
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.container {
    padding: 8% 10%;
}
#home{
    margin-top: 55px;
    padding: 2% 10%;
}
.sub-div{
    width: 50%;
}
h1,h2,h3,h4{
    margin: 5px 0px;
}
h1{
    font-size: 3.5rem;
}
h2{
    font-size: 2.5rem;
}
.huge-font{
    font-size: 8rem;
    font-weight: 800;
    margin: 0px;
}
/*---------------------------------------Colors------------------------------------------*/
.color1 {
    color: #85C040;
}
.color2 {
    color: #fff;
}

.bg-color1 {
    background-color: #85C040;
}
.bg-color2 {
    background-color: #fff;
}
.bg-color3 {
    background-color: #222222;
}

/*--------------------------------------------BuTTONS--------------------------------------*/
.btn-2, .btn-1 {
    width: 250px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    border-radius: 5px;
}

.btn-2:hover, .btn-1 {
    background: none;
    border: 2px solid #85C040;
}
.btn-2 , .btn-1:hover{
    background-color: #85C040;
    border: none;
}

/*----------------------------------------------------------------------------Navigation----------------------------------*/
.navigation {
    height: 55px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #1A1A1A;
    padding: 10px 0px;
    z-index: 1;
}
.brand{
    width: 150px;
}
.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
}
.brand>img {
    width: 100%;
}
.nav-container {
    max-width: 80%;
    margin: 0 auto;
}
nav {
    float: right;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    float: left;
    position: relative;
}
nav ul li a,nav ul li a:visited{
    display: block;
    padding: 0 20px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
}

nav ul li a{
    background: transparent;
    color: #FFF;
}
nav ul li a:hover, nav ul li a:visited:hover {
    color: #85C040;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' \025BE';
}
nav ul li ul li {
    min-width: 190px;
}
nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}
.navbar-dropdown {
    width: 300px;
    position: absolute;
    display: none;
    z-index: 1;
    background: #222222;
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 55px;
    width: 70px;
}
.call, .whats{
    width: 80px;
    position: fixed;
    top: 90%;
    z-index: 1;
}
.whats{
    left: 5%;
}
.call{
    right: 5%;
}
@media only screen and (max-width: 800px) {
    .navigation {
        padding: 10px 0px 0px 0px;
        border-bottom: 4px solid #85C040;
    }
    .nav-container {
        max-width: 100%;
    }
    .nav-mobile {
        display: block;
   }
    nav {
        width: 100%;
        padding: 55px 0 15px;
   }
    nav ul {
        display: none;
   }
    nav ul li {
        float: none;
   }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
        background: #262626;
   }
    nav ul li ul li a {
        padding-left: 30px;
   }
    .navbar-dropdown {
        position: static;
        width: 100%;
    }
    .nav-list {
        background-color: #1A1A1A;
   }
   .brand{
    width: 120px;
}
}
@media screen and (min-width:800px) {
    .nav-list {
        display: block !important;
   }
}
#navbar-toggle {
    position: absolute;
    left: 18px;
    top: 15px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}
#navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}
#navbar-toggle span:before {
    top: -10px;
}
#navbar-toggle span:after {
    bottom: -10px;
}
#navbar-toggle.active span {
    background-color: transparent;
}
#navbar-toggle.active span:before, #navbar-toggle.active span:after {
    top: 0;
}
#navbar-toggle.active span:before {
    transform: rotate(45deg);
}
#navbar-toggle.active span:after {
    transform: rotate(-45deg);
}


/*----------------------------------------------Home----------------------------------*/
.title {
    padding: 10px 30px;
    text-align: left;
}
.car{
    width: 99vh;
}
/*---------------------------------------------Service-----------------------------------------------*/
.Service-item{
    width: 230px;
    height: 260px;
    background-color: #222222;
    border-radius: 0px 0px 20px 20px;
    border-top: 10px solid #85C040;
    padding: 20px;
    margin: 30px;
}
.Service-item>p{
    margin: 0px;
    text-decoration: none;
}
.Service-img{
    width: 70%;
    margin: 10px;
}
/*------------------------------------------------Transmission------------------------------------------------*/
.transmission{
    width: 90vh;
    margin-top: -20vh;
}
.gears{
    background-image: url("../img/gears-bg.svg");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.grid-container3, .grid-container2, .grid-container {
    display: grid;
    justify-content:space-around;
    padding: 10px;
}
.grid-container {
    grid-template-columns: auto auto auto;
}
.grid-container2 {
    grid-template-columns: auto auto auto auto;
}
.grid-item {
  width: 320px;
  height: 180px;
  background-color: #1A1A1A;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 1.3rem;
}
/*------------------------------------------------OFFER------------------------------------------------*/
.offer{
    width: 350px;
    border: 9px solid #85C040;
    padding: 20px;
    text-align: center;
    border-radius: 25px;
}
.offer-details{
    margin-left: 60px;
}
.offer-item{
    display: flex;
}
.offer-item>img{
    width: 2rem;
    margin-right: 5px;
}
/*--------------------------------------------engine-------------------------------------------------*/
.engine{
    width: 90%;
}
.cars-type{
    width: 1000px;
    background-color: #85C040;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: auto;
    border-radius: 50px;
    color: #1A1A1A;
    padding: 10px 30px;
}
.hline{
    width: 3px;
    height: 40px;
    background-color: #1A1A1A;
}
.cars{
    width: 1000px;
    padding: 10px;
    margin: auto;
    text-align: center;
}
.car-logo{
    height: 70px;
    margin: 20px;
}
.usa, .japan, .korea{
    display: none;
}
/*--------------------------------------------questions-------------------------------------------------*/
.questions-co{
    width: 1000px;
    margin: auto;
    background-color: #222222;
    border-radius: 20px 20px 20px 20px;
}
.question{
    border-radius: 100px;
    padding: 2px 50px;
    color: #1A1A1A;
    margin-top: 10px;
    cursor: pointer;
}
.anser{
    display: none;
    padding: 20px;
    font-size: 1rem;
}
#anser1{
    display: block;
}
.partner{
    width: 200px;
    margin: 20px;
}
.call-us{
    position: fixed;
    top: 90vh;
    width: 90%;
    padding: 0px 20px;
    display: flex;
    justify-content: space-between;
}
.call-ico{
    width: 60px;
}
/*--------------------------------------------Footer & Contacts-------------------------------------------------*/
select, textarea, input{
    width: 80%;
    border: 1px solid #85C040;
    background: none;
    color: #fff;
    font-size: 18px;
    margin: 5px 10px;
    border-radius: 5px;
    max-width: 600px;
    padding: 10px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}
select option {
  background-color: #222222;
  color: #fff;
}
footer{
    padding: 2% 10%;
}
footer>div{
    width: 23%;
    margin: 20px;
}
.social>a>img{
    width: 60px;
}

.link, .sitmap>a, .contact>a, .links>div>a{
    text-decoration: none;
    color: #fff;
}
.payment{
    width: 200px;
}
.map{
    padding: 0% 10%;
}
@media screen and (min-width: 300px) and (max-width: 600px) {
    body {
        font-size: 1rem;
    }
    .flex-div{
        display: block;
    }
    #home,.container{
        padding: 2% 5%;
        text-align: center;
    }
    #home{
        margin-top: 70px;
    }
    .car{
        width: 100%;
        margin: auto;
    }
    .title {
        padding: 0px;
        text-align: center;
    }
    .sub-div{
        width: 100%;
    }
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 1.5rem;
    }
    .huge-font{
        font-size: 2.5rem;
    }

    /*-----------------------Service------------------------*/
    .Service-item{
        width: 120px;
        height: 145px;
        border-radius: 0px 0px 10px 10px;
        padding: 5px;
        margin: 10px;
        float: left;
    }
    .Service-item>p{
        font-size: 1rem;
    }
    .Service-img{
        width: 70%;
        margin: 0px;
    }
    /*-----------------------transmission------------------------*/
    .transmission{
        width: 90%;
        margin-top: -20%;
    }
    .grid-container {
        grid-template-columns: auto;
    }
    .grid-container2 {
        grid-template-columns: auto auto;
    }
    .grid-item {
        width: 260px;
        height: 120px;
        padding: 10px;
        margin-bottom: 10px;
        font-size: 1rem;
    }
    .gears{
        background-position: left;
    }
    /*-----------------------Offer------------------------*/
    .offer{
        width: 80%;
        margin: auto;
        border: 4px solid #85C040;
        padding: 10px;
        border-radius: 10px;
    }
    .offer-details{
        margin-left: 0px;
    }
    /*-----------------------cars------------------------*/
    .cars-type{
        width: 95%;
        padding: 5px;
    }
    .cars-type>h3{
        font-size: 16px;
    }
    .hline{
        width: 2px;
        height: 20px;
    }
    .cars{
        width: 100%;
        padding: 10px;
    }
    .car-logo{
        height: 40px;
        margin: 10px;
    }
    .questions-co{
        width: 100%;
    }
    .question{
        border-radius: 100px;
        padding: 2px 10px;
    }
    .question>h4{
        font-size: 0.8rem;
    }
    .anser{
        display: none;
        padding: 5px;
        font-size: 0.8rem;
    }
    .partner{
        width: 140px;
        margin: 10px;
    }
    footer{
        padding: 2% 5%;
        text-align: center;
    }
    footer>div{
        width: 100%;
        margin: 10px;
    }
    .social>a>img{
        width: 30px;
    }
    .map{
        padding: 0%;
    }
    .call, .whats{
        width: 60px;
    }
}