.socila-footer {
  list-style: none;
  display: flex;
  padding-left: 0px;
}
@media screen and (max-width: 575px) {
  .socila-footer {
    display: block;
  }
}
.socila-footer li {
  margin-right: 15px;
}

.mainimage {
  height: 550px;
  position: relative;
}
.mainimage.small {
  height: 400px;
}
.mainimage.small .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainimage.small .container h1 {
  font-size: 60px;
  color: white;
  font-weight: 600;
}
.mainimage.small .container .small-title {
  font-size: 50px;
  letter-spacing: 0px;
}
@media screen and (max-width: 575px) {
  .mainimage.small .container .small-title {
    font-size: 33px;
  }
}
.mainimage.small .container .breadcrumbs {
  margin-top: 20px;
  color: white;
}
@media screen and (max-width: 575px) {
  .mainimage.small .container .breadcrumbs {
    display: none;
  }
}
.mainimage.small .container .breadcrumbs a {
  color: white;
}
@media screen and (max-width: 575px) {
  .mainimage.small {
    height: 230px;
  }
  .mainimage.small .container {
    position: relative;
    margin-top: -180px;
  }
  .mainimage.small .container h1 {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2px;
    margin-left: -5px;
  }
}
.mainimage.whitesmoke {
  background: black;
  height: 300px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.mainimage.whitesmoke .container {
  margin-top: 0px;
}
.mainimage.whitesmoke .container h1 {
  color: black;
  font-size: 3em;
  letter-spacing: inherit;
  margin-left: 0px;
  padding: 20px 0px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #cc5803, #e07527);
}
@media screen and (max-width: 575px) {
  .mainimage.whitesmoke .container h1 {
    font-size: 2em;
  }
}
.mainimage.whitesmoke .container .breadcrumbs a {
  color: white !important;
}
@media screen and (max-width: 575px) {
  .mainimage.whitesmoke {
    height: 250px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .mainimage.whitesmoke .breadcrumbs a {
    color: black !important;
  }
}
@media screen and (max-width: 575px) {
  .mainimage {
    height: inherit;
  }
}
.mainimage .imgholder {
  height: 100%;
  width: 100%;
  position: relative;
}
.mainimage .imgholder:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: linear-gradient(45deg, rgb(0, 0, 0) 50%, #FAE948 100%);
  opacity: 0.4;
}
.mainimage .imgholder img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
@media screen and (max-width: 575px) {
  .mainimage .imgholder {
    height: 250px;
  }
}
.mainimage .imageinfo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  left: 0px;
  right: 0px;
  padding: 15px 0px;
}
.mainimage .imageinfo .homebox {
  background: rgba(0, 0, 0, 0.5);
  padding: 25px;
  border-radius: 15px;
  color: white;
}
.mainimage .imageinfo .homebox h1 {
  font-weight: bold;
  font-size: 60px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo .homebox h1 {
    font-size: 35px;
  }
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo .homebox {
    padding: 5px;
  }
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo {
    position: inherit;
    top: 10px;
    transform: none;
  }
  .mainimage .imageinfo .container {
    margin-top: 10px;
  }
}
.mainimage .imageinfo p {
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
.mainimage .imageinfo p span {
  font-size: 18px;
  font-weight: bold;
  margin-right: 5px;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo p span {
    font-size: 18px;
    height: 80px;
    line-height: 22px;
  }
}

.mainimageinfo {
  background: #FAE948;
  color: black;
  padding: 15px 0px 25px;
}
.mainimageinfo h1 {
  font-size: 1.7em;
}
.mainimageinfo p {
  margin-bottom: 0px;
}
@media screen and (max-width: 575px) {
  .mainimageinfo h1 {
    font-size: 1.2em;
    margin-bottom: 5px;
  }
  .mainimageinfo .container {
    display: block !important;
    text-align: center;
  }
  .mainimageinfo .container p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .mainimageinfo .cta {
    padding: 12px 22px;
    font-weight: bold;
  }
  .mainimageinfo h2 {
    font-size: 20px;
  }
}

.text-info {
  padding: 30px 0px;
  text-align: center;
}
.text-info h2 {
  font-weight: bold;
  max-width: 480px;
  margin: 0px auto 40px;
}
.text-info h4 {
  font-weight: bold;
  margin-bottom: 20px;
}

.homesplit {
  background: #000;
  color: white;
  padding: 20px 0px;
  text-align: center;
  font-weight: 600;
}

.banner-home {
  box-shadow: 1px 1px 7px 2px rgba(0, 0, 0, 0.31);
  border-radius: 10px;
}

.top-vehicles {
  padding: 20px 0px;
  margin: 20px 0px;
}
@media screen and (max-width: 575px) {
  .top-vehicles .row {
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
  }
  .top-vehicles .car {
    flex: 0 0 auto;
    width: 60%;
  }
}

.faq-container {
  max-width: 600px;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.faq-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-container h3 {
  font-size: 18px;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.faq-question:hover {
  background-color: #eee;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 10px;
}

.faq-answer p {
  margin: 10px 0;
}

.arrow {
  font-size: 1.2em;
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

/*# sourceMappingURL=home.css.map */
