@font-face {
  font-family: "Figtree";
  src: url("../assets/fonts/Figtree-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Figtree";
  src: url("../assets/fonts/Figtree-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "BasisGrotesqueArabicPro";
  src: url("../assets/fonts/BasisGrotesqueArabicPro-Light.8eb7d5ab.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: "Figtree", sans-serif;
}

.navbar {
  padding: 0;
  transition: background-color 0.3s ease;
}

.logo-dealer {
  margin-right: 0;
}
.logo-dealer img {
  max-width: 170px;
}

.logo-brand img {
  max-width: 115px;
}

.logo-dark {
  display: none !important;
}

.hamburger-black {
  display: none;
}

.navbar-nav {
  justify-content: center;
}

.nav-item {
  position: relative;
  margin: 0 10px;
}
.nav-item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #a4ce4c;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
}
.nav-item:hover:before {
  width: 100%;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
  color: #000;
  background-color: transparent;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
}

.nav-item-bold {
  font-weight: 700;
}

.navbar-nav .nav-link.show {
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.nav-link {
  color: #fff;
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.scrolled.navbar.bg-transparent {
  background: rgba(255, 255, 255, 0.95) !important;
}
.scrolled .nav-link {
  color: #000;
}
.scrolled .logo-white {
  display: none !important;
}
.scrolled .logo-dark {
  display: block !important;
}
.scrolled .hamburger-black {
  display: block;
}
.scrolled .hamburger-white {
  display: none;
}

.navbar-toggler {
  --bs-border-width: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991px) {
  .navbar-nav {
    gap: 15px;
  }
  .navbar-nav .nav-link {
    color: #000;
  }
  .navbar-nav .nav-link:hover {
    color: #000;
  }
  .navbar-nav .nav-link.show {
    color: #000;
  }
  .navbar-nav .nav-item {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .navbar-nav .nav-item:before {
    display: none;
  }
  .navbar-nav .nav-item .dropdown-menu {
    --bs-dropdown-border-width: 0;
    --bs-dropdown-bg: #F9F9F9;
    text-align: center;
  }
  .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    --bs-dropdown-item-padding-y: 7px;
  }
  .offcanvas-body .logo-dealer {
    display: none;
  }
}
@media (min-width: 992px) {
  .nav-item .dropdown-menu.show {
    display: none;
  }
  .nav-item:hover .dropdown-menu {
    display: block;
    right: 50%;
    transform: translate(50%, 0px);
  }
  .nav-item:hover .dropdown-menu.show {
    display: none;
  }
  .dropdown .dropdown-toggle::after {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .nav-item {
    margin: 0;
  }
}
footer {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0 13px 0;
}
footer .footer-top .column-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 600;
}
footer .footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-top ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
footer .footer-top ul li a:hover {
  opacity: 0.6;
}
footer .footer-middle {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
footer .footer-middle .btn-link {
  padding: 0;
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
}
footer .footer-middle .text-social-media {
  font-size: 14px;
}
footer .footer-middle .footer-social {
  color: #000;
}
footer .footer-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0 15px 0;
}/*# sourceMappingURL=style.css.map */