.mainFilter {
  width: 1300px;
  max-width: 95%;
  margin: 20px auto;
}

/* 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;
}

/*  */

.filter {
  background-color: #ededed;
    position: relative;
   
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 5px;
    align-items: center;
    z-index: 6;
    border-radius: 5px;
}
.filter select {
  width: calc((100% - (5px * (4 - 1))) / 4);
  font-size: 15px;
}
.filter select,
input {
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: #ededed;
}
.filterHead {
  display: flex;
  gap: 10px;
}

.hisseBtn {
  width: calc((100% - (5px * (4 - 1))) / 4);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all 0.5s;
}
.carPart {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.carPart p,
.carPart h3 {
  color: #000;
}

.hisseBtn:hover {
  background-color: #8fb9e6;
}
.hisse {
  width: calc((100% - (5px * (2 - 1))) / 2);
}
.price {
  width: calc((100% - (5px * (2 - 1))) / 2);
  display: flex;
  font-size: 15px;
  gap: 5px;
}
.price_3{
  color:#106d5a!important;

}
.price input {
  width: 100%;
  font-size: 15px;
  height: 41px;
}
.year input {
  width: 100%;
  font-size: 15px;
}

.cars {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
  /* min-height: 80vh; */
}
.allCars {
  width: 900px;
  max-width: 95%;
  margin: 20px auto;
  /* min-height: 100vh; */
}
.allCars h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.carDataPart2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.card {
  width: calc((100% - (15px * (4 - 1))) / 4);
  height: 300px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  height: 320px;
  background-color: #fff;
}
.parcala{
  word-wrap: break-word;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-image:hover .overlay {
  opacity: 1;
}

.card-content {
  padding: 5px 6px;
  background-color: white;
}

.brand-model {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  color: #000;
}

.price {
  font-size: 16px;
  color: #007bff;
  margin: 5px 0;
}
hr {
  margin: 10px 0;
  color: #007bff;
}
.info{
  color: #000;
}
.info p {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}




.info i {
  margin-left: 4px;
  margin-right: 1px;

  color: #007bff;
}
.location-date {
  display: flex;
  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: 16px;
}

.mainFilter {
  width: 1300px;
  max-width: 95%;
  margin: 20px auto;
}

/* .filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  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;
  border: 1px solid #16a085;
  /* color: #16a085; */
}
.filterHead {
  display: flex;
  gap: 10px;
}

.hisseBtn {
  width: calc((100% - (5px * (4 - 1))) / 4);
  border-radius: 10px;
  cursor: pointer;
  border: none;
  transition: all 0.5s;
  padding: 13px;
  font-size: 10px;
}

.hisseBtn:hover {
  background-color: #16a085;
  color: #fff;
}
.hisse {
  width: calc((100% - (5px * (2 - 1))) / 2);
}
.price {
  width: calc((100% - (5px * (2 - 1))) / 2);
  display: flex;
  font-size: 15px;
}

.price input {
  width: 100%;
  font-size: 15px;
}
.year input {
  width: 100%;
  font-size: 15px;
}

.cars {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.allCars {
  width: 900px;
  max-width: 95%;
  margin: 20px auto;
}
.allCars h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.carDataPart2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}


.card:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.card-image {
  position: relative;
}

.card-image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 255, 0.1);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.card-image:hover .overlay {
  opacity: 1;
}


.brand-model {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.price {
  font-size: 16px;
  color: #007bff;
  margin: 5px 0;
}
hr {
  margin: 5px 0;
  color: #16a085;
}

.info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.info p {
  font-size: 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
}


.mainAdvertising {
  display: flex;
  gap: 5px;
}

.info i {
  margin-left: 4px;
  margin-right: 1px;

  color: #106d5a;
}


.card-content .info p i {
  font-size: 16px;
}