@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Questrial:wght@400;700&display=swap");

/* parkimi  */
.parking-space {
  margin-bottom: 24px;
}
.location-photos {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}
.parking-space .card {
  width: 410px;
  height: 350px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: rgba(217, 217, 217, 0.2);
  border: 0;
  margin-bottom: 20px;
  padding: 18px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.parking-space .card img {
  width: 323px;
  height: 232px;
  /* margin-top: 30px; */
  border-radius: 10px;
}

.parking-space .title {
  /* KU TË PARKONI */
  width: 100%;
  /* height: 104px; */
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 65px;
  display: flex;
  align-items: center;
  color: #444546;
}
.parking-space .subtitle {
  /* Sugjerohet të vini në këmbë, megjithatë ju ofrojmë si zgjidhje parkimet e mëposhtme. */
  width: 100%;
  height: 22px;
  font-family: "Questrial";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #444546;
}
.parking-space .card-subtitle {
  color: rgba(1, 87, 121, 1);
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 22px;
  text-align: center;
}

@media (max-width: 1399px) {
  .parking-space .card {
    width: 28%;
    margin-bottom: 15px;
  }

  .parking-space .location-photos {
    justify-content: space-between;
  }

  .parking-space .card img {
    width: 80%;
    height: 50%;
  }
  .parking-space .title {
    font-size: 24px;
    line-height: 28px;
  }

  .parking-space .subtitle {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .parking-space .card img {
    width: 105%;
  }
  .parking-space .card {
    width: 31%;
  }
}

/* Responsive styles for smaller screens */
/* @media (min-width: 481px) and */

@media (max-width: 768px) {
  .location-photos {
    flex-direction: column;
    align-items: center;
  }

  .parking-space .location-photos {
    margin-top: 35px;
  }

  .parking-space .card {
    width: 80%;
    margin-bottom: 25px;
  }

  .parking-space .card img {
    width: 75%;
    height: 80%;
  }

  .parking-space .title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 25px;
  }

  .parking-space .subtitle {
    font-size: 18px;
    line-height: 24px;
  }

  .parking-space .card-subtitle {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 480px) {
  .parking-space .title {
    font-size: 24px;
    line-height: 28px;
    justify-content: center;
  }

  .parking-space .subtitle {
    font-size: 16px;
    line-height: 22px;
    width: 87%;
    padding-bottom: 20px;
    margin-left: 14%;
    margin-top: 25px;
  }

  .parking-space .card img {
    width: 85%;
    height: 60%;
  }
}
