.navbar-expand-lg {
  background-color: #FFFFFF;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.navbar-expand-lg .navbar-nav {
  gap: 0px 20px;
}
.navbar-expand-lg div#mySidenav {
  display: flex !important;
  width: 100% !important;
  justify-content: end;
}
.navbar-expand-lg a#closebtn {
  display: none;
}

.container-fluid {
  padding-left: 5% !important;
  padding-right: 5% !important;
}

.common-btn {
  background-color: #1D4ED8;
  border-radius: 5px;
  text-transform: capitalize;
  padding: 7px 20px !important;
  color: white;
  border: none;
}

.navbar-nav .nav-link,
.navbar-nav .nav-link.show {
  color: #F8FAFC !important;
}

body {
  font-family: "Inter", sans-serif;
}

.banner {
  margin: 50px 0px;
  margin-top: 80px;
}
.banner .left-content {
  position: relative;
}
.banner .left-content .banner-img-2 {
  position: absolute;
  bottom: 0;
}
.banner .left-content .banner-img {
  width: 50%;
  margin-left: auto;
  display: block;
}
.banner .left-content .heading {
  position: absolute;
}
.banner .row {
  justify-content: end;
}
.banner h1 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 53px;
  background: linear-gradient(to right, #d50000, #ff6f00, #ffd600);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: 100%;
}
.banner h1::after {
  content: "";
  position: absolute;
  right: 20%;
  z-index: -1;
  background-image: url("../images/before-heading.svg");
  background-repeat: no-repeat;
  width: 30%;
  height: 40%;
  bottom: -11px;
  z-index: -1;
}

.banner-img {
  width: 100%;
  height: auto;
}

.about {
  margin-bottom: 50px;
}
.about .content {
  position: relative;
}
.about .content .text-area {
  position: absolute;
  /* top: 0; */
  right: 20px;
  bottom: -10%;
  width: 60%;
  height: 100%;
  display: flex;
  align-items: center;
}
.about .content .text-area h2 {
  text-align: left;
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 20px;
}
.about .content .text-area p {
  margin-bottom: 30px;
}
.about .content .text-area a {
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.2px;
  text-align: center;
  vertical-align: middle;
  background-color: #000000;
  color: #FFFFFF;
  padding: 7px 40px;
  border-radius: 50px;
}
.about img {
  width: 100%;
  height: auto;
}

.why-choose-us .why-content {
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1215686275);
  padding: 40px 60px;
}
.why-choose-us .why-content .row {
  align-items: center;
}
.why-choose-us .why-content .right-content {
  display: flex;
  align-items: center;
  gap: 0px 20px;
  margin-bottom: 20px;
}
.why-choose-us .why-content .right-content:last-child {
  margin-bottom: 0px;
}
.why-choose-us .why-content .right-content h6 {
  font-family: Poppins;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #000000;
  margin-bottom: 10px;
}
.why-choose-us .why-content .right-content p {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #6D6D6D;
  margin-bottom: 0px;
  width: 81%;
}
.why-choose-us .why-content .left-content h3 {
  color: #14183E;
  font-family: Poppins;
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.why-choose-us h2 {
  margin-bottom: 40px;
}

h2 {
  font-family: Poppins;
  font-weight: 400;
  font-size: 45px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #000000;
  text-align: center;
}

section.brand {
  padding: 50px 0px;
}
section.brand .row {
  align-items: center;
  justify-content: space-between;
}
section.brand .row .col-sm-2.col-md-2.col-lg-2 {
  width: 13%;
}
section.brand img {
  width: 100%;
  height: auto;
}

.everything {
  padding-bottom: 50px;
}
.everything .common-content {
  background-color: #C0C0C0;
  height: 100%;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
.everything .common-content div {
  width: 100%;
  position: relative;
  z-index: 1;
}
.everything .common-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/everything-bg-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.everything .common-content img {
  display: block;
  margin-left: auto;
  width: 60%;
}
.everything .common-content h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -1%;
  vertical-align: middle;
  margin-bottom: 14px;
}
.everything .common-content p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 2%;
  vertical-align: middle;
  color: #1A202C;
  margin-bottom: 24px;
  width: 70%;
}
.everything .common-content a {
  border-radius: 1.58px;
  background-color: #000000;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  padding: 10px 40px;
}
.everything h2 {
  margin-bottom: 40px;
}

a {
  text-decoration: none !important;
}

.vehicle {
  padding-bottom: 50px;
}
.vehicle .com-sm-3.col-md-3.col-lg-3 {
  padding: 7px;
}
.vehicle .show-btn {
  text-align: center;
}
.vehicle .show {
  border: 1px solid #E0E0E0;
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #4E4E4E;
  display: inline-block;
  margin-top: 40px;
  padding: 7px 25px;
}
.vehicle .top-content {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 30px 10px;
}
.vehicle .top-content ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.vehicle .top-content ul:last-child {
  margin-bottom: 0;
}
.vehicle .top-content ul:last-child p {
  margin-bottom: 0;
  font-family: Poppins;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A202C;
}
.vehicle .top-content ul a {
  background-color: #0422FF;
  color: #FFFFFF;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}
.vehicle .top-content ul span {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #90A3BF;
}
.vehicle .top-content .main-img {
  width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 37px;
}
.vehicle .top-content .all-content {
  display: flex;
  justify-content: space-between;
}
.vehicle .top-content .all-content .model h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #1A202C;
  margin-bottom: 16px;
}
.vehicle .top-content .all-content .car h6 {
  font-family: Poppins;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #90A3BF;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

footer {
  background-color: #0F172A;
}
footer .row.top {
  padding: 50px 0pc;
}
footer .logo {
  width: 100%;
  height: auto;
}
footer a {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #F4F4F5 !important;
}
footer ul {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}
footer hr {
  color: white !important;
  margin-bottom: 0;
}
footer .bottom-footer {
  text-align: center;
  padding: 30px 0px;
}
footer .bottom-footer p {
  margin-bottom: 0;
}
footer .bottom-footer img {
  margin-right: 5px;
}
footer .bottom-footer a {
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #CBD5E1;
}

.people {
  margin-bottom: 50px;
}
.people .col-sm-8.col-md-8.col-lg-8 {
  width: 60% !important;
}
.people .row {
  justify-content: space-between;
}
.people .people-content {
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.1215686275);
  padding: 50px 0px;
}
.people .people-content h2 {
  font-family: "Volkhov", serif;
  text-align: left;
  font-weight: 700;
  font-size: 50px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #14183E;
  margin-top: 20px;
}
.people .slick-slide img {
  width: auto !important;
}
.people .slider-wrapper {
  width: 100%;
  height: 400px;
  position: relative;
}
.people .slider-wrapper .content {
  background-color: #FFFFFF;
}
.people .slider-wrapper .content .para {
  font-family: Poppins;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #5E6282;
}
.people .slider-wrapper .content h6 {
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5E6282;
}
.people .slider-wrapper .content p {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #5E6282;
}
.people .slider-wrapper .your-class {
  height: 100%;
}
.people .slider-wrapper .your-class .slick-prev {
  top: 30% !important;
  right: -25px !important;
  left: auto !important;
}
.people .slider-wrapper .your-class .slick-prev::before {
  position: absolute;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../images/prev.svg");
  background-repeat: no-repeat;
  opacity: 1 !important;
}
.people .slider-wrapper .your-class .slick-next::before {
  content: "" !important;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/next.svg");
  background-repeat: no-repeat;
}
.people .slider-wrapper .your-class .slick-next,
.people .slider-wrapper .your-class .slick-prev {
  border-radius: 0 !important;
  background: transparent !important;
}
.people .slider-wrapper .your-class .slick-next::before,
.people .slider-wrapper .your-class .slick-prev::before {
  color: #BCB7C2 !important;
}

section.contact {
  padding: 50px 0px;
}
section.contact .left-side-img {
  width: 100%;
  height: auto;
}
section.contact .row {
  align-items: end;
  justify-content: space-between;
}
section.contact .row .col-sm-8.col-md-8.col-lg-8 {
  width: 60%;
}
section.contact h2 {
  font-family: Inter;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: left;
  color: #101828;
  margin-bottom: 20px;
}
section.contact label {
  font-family: Poppins;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #344054;
  margin-bottom: 6px;
  text-transform: capitalize;
}
section.contact .input-field {
  width: 49%;
  margin-bottom: 24px;
}
section.contact .input-field:last-child {
  margin-bottom: 0;
}
section.contact textarea {
  margin-bottom: 20px;
}
section.contact .common-btn {
  width: 100%;
}
section.contact .form-content {
  display: flex;
  justify-content: space-between;
}

section.vehicle.all-vehicle {
  padding-top: 50px;
}
section.vehicle.all-vehicle .row {
  gap: 25px 0px;
}
section.vehicle.all-vehicle h2 {
  text-align: left;
  margin-bottom: 25px;
}

@media (min-width: 320px) and (max-width: 767px) {
  a#closebtn {
    position: absolute;
    right: 15px;
    color: #000;
    font-weight: 400;
    font-size: 30px;
    top: 10px;
  }
  div#mySidenav {
    display: block !important;
    background: #fff;
    /* padding: 20px 0px; */
  }
  ul.navbar-nav.mb-2.mb-lg-0 {
    padding: 20px;
  }
  .sidenav {
    height: 100%;
    /* width: 100% !important; */
    position: fixed;
    z-index: 999999;
    top: 0;
    overflow-x: hidden;
    transition: 0.3s;
    margin-left: -60px;
    left: 0;
  }
  span#openbtn svg {
    width: 22px;
  }
  .why-choose-us .why-content .left-content h3 {
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  .banner h1::after {
    display: none;
  }
  .banner {
    margin-top: 30px;
  }
  .banner .left-content .banner-img {
    width: 100%;
  }
  .banner .left-content .banner-img-2 {
    display: none;
  }
  .banner .left-content .heading {
    position: relative;
  }
  .banner .left-content .heading h1 {
    font-size: 35px;
  }
  .banner .left-content .heading h1 br {
    display: none;
  }
  .about {
    padding: 30px 0px;
    background: #FFE794;
    margin-bottom: 30px;
  }
  .about img {
    display: none;
  }
  .about .content .text-area {
    position: initial;
    display: block;
    width: 100%;
    height: auto;
  }
  .about .content .text-area h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .everything h2 {
    margin-bottom: 20px;
  }
  .everything .common-content {
    padding: 20px;
  }
  .everything .common-content p {
    width: 100%;
  }
  .everything .common-content img {
    width: 100%;
    margin-top: 20px;
  }
  section.brand .row .col-sm-2.col-md-2.col-lg-2 {
    width: 50%;
  }
  .people .col-sm-8.col-md-8.col-lg-8 {
    width: 90% !important;
  }
  .people .slider-wrapper {
    height: auto;
  }
  .people .slider-wrapper .your-class .slick-prev {
    top: 38% !important;
  }
  .people .people-content {
    padding: 30px 0px;
  }
  .people .people-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  footer .logo {
    width: 50%;
    margin-bottom: 20px;
  }
  footer .row.top {
    padding: 30px 0px;
    gap: 20px 0px;
  }
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .why-choose-us h2 {
    margin-bottom: 20px;
  }
  .why-choose-us .why-content {
    padding: 20px;
  }
  .why-choose-us .why-content .right-content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .why-choose-us .why-content .right-content div {
    text-align: center;
  }
  .why-choose-us .why-content .right-content p {
    width: 100%;
  }
  .vehicle {
    /* padding: 7px; */
  }
  .vehicle .com-sm-3.col-md-3.col-lg-3 {
    padding: 0px 7px;
  }
  section.vehicle.all-vehicle {
    padding-top: 30px;
  }
  section.vehicle.all-vehicle .row {
    gap: 10px 0px;
  }
  section.contact {
    padding: 30px 0px;
  }
  section.contact h2 {
    font-size: 30px;
    line-height: 40px;
  }
  section.contact .row {
    flex-direction: column-reverse;
  }
  section.contact .row .col-sm-8.col-md-8.col-lg-8 {
    width: 100%;
  }
  section.contact .input-field {
    width: 100%;
    margin-bottom: 15px;
  }
  section.contact .form-content {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  section.brand {
    padding: 30px 0px;
  }
}/*# sourceMappingURL=style.css.map */