body {
  font-family: sans-serif;
  font-size: 18px;
  color: #343434;
  padding-top: 58px;
}
@media (max-width: 991px) {
  body {
    padding-top: 42px;
  }
}

.bg-secondary-subtle {
  background-color: #d2d1d0 !important;
}

.btn {
  border-radius: 5px;
  border: 1px solid transparent;
  border-color: rgba(0, 0, 0, 0.05) !important;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.45px;
  font-weight: 700;
  padding: 11px 77px 11px 77px;
  transition: all 0.2s;
}
.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
}

.btn-primary {
  background-color: #947b65 !important;
}

.btn-secondary {
  background-color: rgba(164, 137, 108, 0.8) !important;
}

.btn-success {
  background-color: #7a9c59;
}

.btn-link {
  border: none;
  padding: 0;
  text-decoration: none;
  color: rgba(164, 137, 108, 0.8);
}
.btn-link:hover {
  color: #343434;
  box-shadow: none;
}

.navbar {
  position: relative;
  --bs-navbar-padding-y: 0!important;
}

.navbar-nav .dropdown {
  position: static;
}
.navbar-nav .dropdown .dropdown-menu.show {
  position: absolute;
  width: 100%;
  padding: 15px 218px;
  background-color: rgb(164, 158, 151);
  transition: all 0.2s;
  --bs-dropdown-border-radius: 0!important;
  --bs-dropdown-border-width: 0!important;
  margin-top: 0;
  display: flex;
  gap: 40px;
}
.navbar-nav .dropdown .submenu-link {
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  color: #fff;
  transition: all 0.2s;
  text-decoration: none;
  text-transform: uppercase;
}
.navbar-nav .dropdown .submenu-link:hover {
  color: #343434;
}

.submenu-modele {
  align-items: stretch;
  gap: 0;
}
.submenu-modele .logo-column {
  flex: 0 0 20%;
  background: rgb(149, 140, 133);
  color: #fff;
  padding: 50px 20px;
  text-align: center;
}
.submenu-modele .logo-column img {
  max-width: 150px;
  margin-bottom: 20px;
}
.submenu-modele .modele-colum {
  flex: 0 0 20%;
  background: rgb(164, 158, 151);
  color: #dbd8d6;
  padding: 50px 20px;
  height: 100%;
  text-align: center;
}
.submenu-modele .modele-colum h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #dbd8d6;
  margin-bottom: 10px;
}
.submenu-modele .modele-colum ul {
  list-style: none;
  margin-bottom: 30px;
  padding: 0;
}
.submenu-modele .modele-colum ul li {
  padding: 10px 0;
}
.submenu-modele .modele-colum ul li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 18px;
  color: white;
  font-weight: 400;
  transition: all 0.2s;
  padding: 5px 0;
}
.submenu-modele .modele-colum ul li a:hover {
  color: #dbd8d6;
}
.submenu-modele .image-column {
  flex: 0 0 60%;
  background: url("../img/bg-car.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  position: relative;
  padding: 20px;
  text-align: center;
  height: 430px;
}
.submenu-modele .image-column .logo-suprapus {
  position: absolute;
  width: 90%;
  left: 50%;
  top: 20px;
  opacity: 0.06;
  transform: translateX(-50%);
}
.submenu-modele .image-column .car-image {
  max-width: 600px;
  height: auto;
  margin-top: 80px;
}
.submenu-modele .image-column .car-details-grid {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.submenu-modele .image-column .car-details-grid .car-spec p {
  color: black;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: left;
}
.submenu-modele .image-column .car-details-grid .car-spec p.spec-values {
  font-size: 40px;
  font-weight: 500;
  font-stretch: condensed;
  color: black;
  line-height: 1;
}

.navbar-brand {
  max-width: 78px;
}

.logo-dealer {
  max-width: 100px;
}

.nav-item {
  margin: 0 13px;
  transition: all 0.2s;
}
.nav-item:hover .nav-link {
  color: #a4896c;
  position: relative;
}
.nav-item:hover .nav-link:before {
  content: " ";
  background-color: #a4896c;
  height: 3px;
  left: 50%;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.2s;
  width: 100%;
}
.nav-item .nav-link {
  font-size: 13px;
  line-height: 38px;
  font-weight: 700;
  letter-spacing: 0.25px;
  text-transform: uppercase;
  padding: 10px 0;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .navbar-toggler {
    --bs-border-width: 0!important;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .offcanvas {
    --bs-offcanvas-width: 300px!important;
  }
  .offcanvas-title {
    text-transform: uppercase;
    color: #343434;
  }
  .text-bg-dark {
    color: hsla(0, 0%, 40%, 0.85);
    background-color: hsla(0, 0%, 100%, 0.95) !important;
  }
  .nav-item {
    margin: 0;
    border-top: 1px solid #ececec;
  }
  .nav-item .nav-link {
    padding: 5px;
  }
  .navbar-nav .dropdown {
    position: relative;
  }
  .navbar-nav .dropdown .dropdown-menu.show {
    position: relative;
    flex-direction: column;
    gap: 0;
    background-color: transparent;
    padding: 10px 20px;
    text-align: start;
  }
  .navbar-nav .dropdown .dropdown-menu.show .logo-column {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu.show .modele-colum {
    background: transparent;
    padding: 10px 20px;
    text-align: start;
  }
  .navbar-nav .dropdown .dropdown-menu.show .modele-colum h5 {
    display: none;
  }
  .navbar-nav .dropdown .dropdown-menu.show .modele-colum ul {
    margin-bottom: 5px;
  }
  .navbar-nav .dropdown .dropdown-menu.show .modele-colum ul li {
    padding: 7px 0;
  }
  .navbar-nav .dropdown .dropdown-menu.show .modele-colum ul li a {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 14px;
    text-transform: capitalize;
  }
  .navbar-nav .dropdown .dropdown-menu.show .image-column {
    display: none;
  }
  .navbar-nav .dropdown .submenu-link {
    color: #3f3f3f;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding: 7px 0;
    text-transform: capitalize;
  }
}
.hero-slider .slide {
  position: relative;
}
.hero-slider .slide .wrapper-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -14%);
  color: #fff;
  font-size: 90px;
}
.hero-slider img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-slider .slick-arrow {
  display: none !important;
}

@media (max-width: 1199px) {
  .hero-slider img {
    height: 400px;
  }
  .hero-slider .slide .slider-text {
    font-size: 65px;
  }
}
@media (max-width: 576px) {
  .hero-slider img {
    height: 300px;
  }
  .hero-slider .slide .slider-text {
    font-size: 40px;
  }
}
footer {
  background-color: #f4f4f4;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
footer .footer-top {
  padding: 30px 0;
}
footer .footer-top h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
footer .footer-top li a {
  font-size: 12px;
  line-height: 19px;
  text-transform: uppercase;
  color: #3f3f3f;
  text-decoration: none;
  transition: all 0.2s;
}
footer .footer-top li a:hover {
  color: red;
}
footer .footer-top .wrapper-logo-social {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 10px;
  height: 100%;
}
footer .footer-top .wrapper-logo-social .brand-logo {
  max-width: 120px;
}
footer .footer-top .wrapper-logo-social .footer-social {
  display: flex;
  gap: 8px;
}
footer .footer-top .wrapper-logo-social .footer-social a {
  color: #3f3f3f;
  transition: all 0.2s;
}
footer .footer-top .wrapper-logo-social .footer-social a:hover {
  color: red;
}
footer .footer-top .wrapper-logo-social .footer-social a svg {
  font-size: 20px;
}
footer .footer-bottom {
  padding: 10px 0 15px;
}
footer .footer-bottom .wrapper-bottom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  padding-bottom: 5px;
}
footer .footer-bottom .wrapper-bottom-footer .copyright-footer {
  font-size: 14px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.5);
}
footer .footer-bottom .wrapper-bottom-footer .copyright-footer a {
  text-decoration: none;
  color: #3f3f3f;
  transition: all 0.2s;
}
footer .footer-bottom .wrapper-bottom-footer .copyright-footer a:hover {
  color: red;
}
footer .footer-bottom .wrapper-bottom-footer .anpc {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
footer .footer-bottom .wrapper-bottom-footer .anpc img {
  width: 135px;
}