#landingPageImage {
  padding-top: 200px;
}

@media (min-width: 768px) {
  #landingPageImage {
    padding-top: 240px;
  }
}

#vehiculeForm {
  background-color: #ffffff;
  color: #000000;
}

#departDate,
#returnDate {
  height: 40px;
}

.advantages {
  padding-top: 50px;
}

.advantage-card {
  border: none;
  /* background-color: rgb(238, 238, 238); */
}

.advantage-card img {
  align-self: center;
  min-height: 80px;
}

@media (min-width: 992px) {
  /* .advantage-card .card-title {
    min-height: 60px;
  } */
}

@media (min-width: 768px) {
  /* .offer-card .card-title {
    min-height: 60px;
  } */
}

.advantage-card .card-body .card-text {
  font-size: 14px;
}

.advantages-title,
.offers-title {
  color: #e2280d;
  margin-bottom: 25px;
}

.advantage-card-title,
.offer-card-title {
  color: #035b90;
}

.advantage-card-img,
.offer-card-img {
  max-width: 80px !important;
}

.offers-title {
  color: #e2280d;
}

.offers-subtitle {
  color: #035b90;
}

.offer-card {
  /* background-color: #eeeeee; */
  border: none;
}

.offer-card img {
  align-self: center;
  min-height: 100px;
}

.offer-card .card-title {
  text-align: center;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  border: none;
  color: #000 !important;
}

.vehicles {
  text-align: center;
  color: #ffffff;
  background: linear-gradient(rgba(42, 61, 67, 0.5), rgba(42, 61, 67, 0.5)),
    url("/images/home/home-vehicles-back.jpg") no-repeat !important;
  background-size: cover !important;
  padding: 0 !important;
}

.vehicles .standard_wrapper {
  padding: 0;
}

.vehicle-card-container {
  padding: 0 4px;
}

.vehicle-card .card-body .row {
  padding: 10px;
}

@media (min-width: 450px) {
  .vehicles .standard_wrapper {
    padding: 0 30px;
  }

  .vehicle-card .card-body .row {
    padding: 10px 10px 10px 20px;
  }
}

@media (min-width: 550px) {
  .vehicles .standard_wrapper {
    padding: 0 80px;
  }
}

@media (min-width: 650px) {
  .vehicles .standard_wrapper {
    padding: 0 120px;
  }
}

@media (min-width: 768px) {
  .vehicles .standard_wrapper {
    padding: 0 40px;
  }
}

@media (min-width: 992px) {
  .vehicles .standard_wrapper {
    padding: 40px 0;
  }

  .vehicle-card .card-body .row {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .vehicles .standard_wrapper {
    padding: 40px;
  }

  .vehicle-card-container {
    padding: 0 15px;
  }

  .vehicle-card .card-body .row {
    padding: 10px;
  }
}

.vehicles-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.vehicles-section .vehicle-container {
  flex-basis: 32%;
  min-height: 350px;
}

.vehicles-section .vehicle-container .single-vehicle {
  display: flex;
  flex-direction: column-reverse;
  min-height: 350px;
}

/* .vehicles {
  width: calc(100vw - 8px);
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #c5c5c5;
} */

/* .vehicles::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url("../images/parking-lot-234263_1920.jpg");
} */

.vehicles .vehicle-card {
  min-height: 350px;
  height: 460px !important;
  border-radius: unset;
  transition: all 0.2s ease-in-out;
}

.vehicles .vehicle-card .card-title {
  color: rgb(39, 63, 68);
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

.vehicles .vehicle-card .price-btn {
  transition: all 0.25s ease-in-out;
}

.vehicles .vehicle-card:hover {
  background-color: #f0c540;
}

.vehicles .vehicle-card:hover .price-btn {
  background-color: #273f44;
}

.vehiclesWithDriver,
.vehiclesWithoutDriver {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.vehicles-title,
.vehicle-section-title {
  font-weight: bold;
  color: #ffffff;
}

.vehiclesWithDriver .slick-list,
.vehiclesWithoutDriver .slick-list {
  width: 95%;
  display: inline-block;
}

.vehicles .price-btn {
  border: none;
  text-align: left;
  cursor: unset !important;
  background-color: #f0c540;
}

@media (min-width: 380px) {
  .vehicles .price-btn {
    padding: 5px 12px 6px 12px;
  }
}

.vehicles .vehicle-card .card-img-container {
  height: 230px;
  text-align: center;
}

@media (min-width: 500px) {
  .vehicles .vehicle-card .card-img-container {
    padding: 15px;
  }
}

.vehicles .vehicle-card .card-img-container img {
  max-width: 350px;
  display: inline-block;
  height: 100%;
}

.vehicles .price-btn:focus {
  outline: none;
}

.vehicles .slick-slide:focus,
.vehicles .slick-arrow:focus {
  outline: none;
}

.vehicles .vehicle-params {
  color: rgb(119, 119, 119);
  text-align: left;
}

.vehicles .vehicle-params img {
  display: inline-block;
}

.vehicle-with-driver-title,
.vehicle-no-driver-title {
  color: rgb(128, 128, 128);
}

.vehicle-with-driver-img,
.vehicle-no-driver-img {
  max-width: 35px !important;
  width: 35px !important;
}

.w-35 {
  width: 35%;
}

.mb-5px {
  margin-bottom: 5px;
}

.slick-disabled {
  visibility: hidden;
}

@media (min-width: 992px) {
  .vehiclesWithDriver .slick-list .slick-track,
  .vehiclesWithoutDriver .slick-list .slick-track {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
}
