/* ? Home Start */
.mainFilter {
  width: 1300px;
  max-width: 95%;
  margin: 10px auto;
  position: relative;
  z-index: 6;
  background-color: #ededed;
  border-radius: 10px;
}

.searchDiv {
  border: 1px solid #16a085;
  padding: 8px;
  border-radius: 10px;
  width: 100%;
  background-color: #ededed;
}

.modelMarkaFilter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  gap: 15px;
}

#suggestions-list {
  background-color: #ededed;
}

.modelMarkaFilterForm select {
  width: 50%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #16a085;
  background-color: #ededed;
}

.modelMarkaFilterForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  gap: 5px;
}

/* Emin Backend  */
#suggestions-list {
  padding: 5px 0px;
  display: none;
  width: 50%;
  max-height: 200px;
  overflow: auto;
  border: none;
  position: relative;
  background-color: white;
  z-index: 7;
}

#suggestions-list li {
  padding: 8px;
  cursor: pointer;
  overflow: auto;
  background-color: white;
  z-index: 4;
}

#suggestions-list li:hover {
  background-color: #f0f0f0;
}

/*  */
/* .filterBtnDiv {
} */
.look {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: aliceblue;
  opacity: 0;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
}

.look a {
  color: rgb(3, 3, 3);
  cursor: pointer;
}

.suggestions-list {
  width: 100%;
  padding: 5px;
  border: none;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.look:hover {
  opacity: 0.5;
}

.filterBtnDiv button {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #16a085;
  border: none;
  color: #fff;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.search svg {
  color: gray;
}

.search input {
  width: 100%;
  border: 1px solid #ededed;
  padding: 5px;
}

.search input:focus {
  outline: 0px;
}

.filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 3px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.filter select {
  width: calc((100% - (5px * (4 - 1))) / 4);
  font-size: 15px;
}

.filter select,
input {
  font-size: 16px;
  padding: 10px;
  border-radius: 10px;
  background-color: #ededed;
  border: 1px solid #16a085;
}

.filterHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.black {
  background-color: #106d5a !important;
  color: white !important;
}

.price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price i {
  color: #106d5a;
}

.price,
.year {
  width: calc((100% - (5px * (4 - 1))) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  gap: 5px;
}

#maxMil,
#location {
  width: calc((100% - (5px * (4 - 1))) / 4);
  font-size: 15px;
  height: 42px;
}

.price input {
  width: 100%;
  font-size: 15px;
  height: 42px;
}

.year input {
  width: 100%;
  font-size: 15px;
  height: 42px;
}

.premiumCars,
.cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
  /* min-height: 80vh; */
}

.allCars {
  width: 900px;
  max-width: 95%;
  margin: 0px auto;
}

.allCars h1 {
  font-size: 30px;
  margin: 20px 0px;
}

.car {
  width: calc((100% - (15px * (4 - 1))) / 4);
  border: 1px solid rgb(148, 142, 142);
  border-radius: 10px;
  overflow: hidden;
}

.carImg {
  width: 100%;
}

.carImg img {
  width: 100%;
}

.carData {
  padding: 10px;
}

.carDataPart1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.carDataPart2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.card {
  width: calc((100% - (15px * (4 - 1))) / 4);
  height: 293px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}

.card:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 255, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.card-image:hover .overlay {
  opacity: 1;
}

.infos p {
  font-size: 12px;
  /* display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.infos p span {
  width: 35px;
  color: #000;
}

.infos p i {
  font-size: 11px;
  color: #106d5a;
}

.infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.infos p i {
  font-size: 11px;
}

.card-content {
  padding: 5px 6px;
  background-color: white;
}

.card-content h3 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  /* width: 100%; */
}

.brand-model {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: black;
}

.price_3 {
  font-size: 19px;
  color: #106d5a;
  margin: 5px 0;
  gap: 5px;
}

.info_mil {
  text-align: center;
}

.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.info p i {
  color: #106d5a;
}

.infoP {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.info p {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
}

.premiumLogo {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}

.mainAdvertising {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}











.filterBtnDiv {
  width: 33%;
}



.info i {
  margin-left: 4px;
  margin-right: 1px;
  color: #007bff;
}

.location-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.location-date p {
  font-size: 11px;
  color: rgb(97, 97, 97);
}

.location-date i {
  margin-right: 5px;
  color: #106d5a;
}

.card-content .info p i {
  font-size: 11px;
}



/* ! Home End */