.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, #FAE955, #4f4d34);
}
@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: 150px;
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .mainimage.whitesmoke .breadcrumbs a {
    color: black !important;
  }
}
@media screen and (max-width: 575px) {
  .mainimage {
    height: 350px;
  }
}
.mainimage .imgholder {
  height: 100%;
  width: 100%;
  position: relative;
}
.mainimage .imgholder:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.4;
}
.mainimage .imgholder img {
  width: 100%;
  object-fit: cover;
  height: inherit;
}
.mainimage .imageinfo {
  position: absolute;
  top: 100px;
  color: white;
  left: 0px;
  right: 0px;
  padding: 15px 0px;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo {
    top: 10px;
  }
  .mainimage .imageinfo .container {
    margin-top: 10%;
  }
}
.mainimage .imageinfo p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo p {
    font-size: 24px;
    font-weight: 400;
    line-height: 26px;
  }
}
.mainimage .imageinfo p span {
  font-size: 80px;
  font-weight: bold;
  display: block;
  height: 100px;
}
@media screen and (max-width: 575px) {
  .mainimage .imageinfo p span {
    font-size: 35px;
    height: 80px;
    line-height: 35px;
  }
}

.mainimageinfo {
  background: white;
  color: black;
  padding: 45px 0px;
  border-bottom: 1px solid black;
}
@media screen and (max-width: 575px) {
  .mainimageinfo {
    padding: 20px 0px 45px;
  }
}
.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;
  }
}

.text-info {
  padding: 30px 0px;
  text-align: center;
}

.homesplit {
  background: #FAE948;
  color: #000;
  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 {
  margin: 0 auto;
  border-radius: 8px;
}

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

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

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

.arrow {
  transition: transform 0.3s ease;
}

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

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

.faq-question {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}

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

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

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

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

@media screen and (max-width: 575px) {
  .center-btn-mob {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  .d-sm-none {
    display: none !important;
  }
}

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