html {
  scroll-behavior: smooth;
}
body {
  background: #080f11 !important;
}
section {
  height: 100vh;
}
.vh-80 {
  height: 80vh;
}
h1 {
  font-size: 55px !important;
}
h2 {
  font-size: 45px !important;
}
.text-orange {
  color: #f14901 !important;
}
.bg-orange {
  background-color: #f14901 !important;
}
.orange-thin-divider {
  border: 1px solid #f14901;
}
.navbar-brand .logo {
  width: 150px;
}
.main-section .logo {
  width: 30%;
}
.banner-section.three-car-banner {
  background: #d9d9d9;
}
.banner-section.three-car-banner img {
  margin-top: -8%;
  width: 80%;
}
/* .center-banner-section img {
  width: 320px;
} */
.list-items .l-item img {
  width: 35px;
}
.grey-bg-section {
  background: #161c1e;
  height: 160px;
  margin-top: -15%;
}
.grey-bg-sm-section {
  height: 100px;
  width: 100%;
  background: #4f4f4f;
  margin-top: -25%;
  border-radius: 10px;
}
.car-img-box .img-sec img {
  width: 230px;
  height: 170px;
}
/* testimonial css */
.testimonial-slider {
  width: 80%;
  margin: 0 auto;
}
.testimonial {
  margin-right: 20px;
}
.testimonial:last-child {
  margin-right: 0;
}
.slick-prev:before,
.slick-next:before {
  font-size: 40px !important;
}
.slick-prev {
  left: -50px !important;
}
.slick-next {
  right: -50px !important;
}
.testi-content {
  background: #fff;
  padding: 23px;
}
.testi-content .test-ratings i.fa-solid {
  color: #f2c94c;
}
.testi-content .test-ratings i.fa-regular {
  color: #d9d9d9;
}
footer {
  background-color: #161c1e;
}
@media (max-width: 767px) {
  .main-section .logo {
    width: 100%;
  }
  h1 {
    font-size: 35px !important;
  }

  h2 {
    font-size: 25px !important;
  }

  button.navbar-toggler {
    background: #fff;
  }
  .banner-section.three-car-banner img {
    margin-top: -10%;
    width: 100%;
  }
}
