body{
    background-color: black;
}
.foot {
    background-color: rgb(54, 54, 54);
    padding: 10px;
    margin-top: 110px;
  }
  #footrow {
    padding: 30px;
  }
  .footer-link {
    color: white;
    text-align: center;
  }
  .property-card {
    background-color: #ffffff;
    border-radius: 2px;
    padding: 15px 0px;
    margin: 20px auto;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.property-card:focus,
.property-card:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.image-container {
    text-align: center;
}

@media (max-width: 768px) {
    .image-container {
        padding-bottom: 12px;
    }
}

.image-container img {
    width: 100%;
    max-width: 300px;
}

.star-container i {
    color: #EA322E;
    font-size: 10px;
    margin-right: 6px;
}

.interested-container {
    text-align: center;
    padding: 8px 16px;
}

.interested-container i {
    color: #EA322E;
    font-size: 20px;
    cursor: pointer;
}

.interested-text {
    font-size: 10px;
}

.detail-container {
    padding-bottom: 10px;
}

.property-name {
    font-size: 18px;
    font-weight: 600;
}

.property-address {
    color: #6f6f6f;
    font-size: 13px;
    padding-bottom: 5px;
}

.property-gender img {
    width: 40px;
}

.rent-container {
    display: flex;
    align-items: center;
}

.rent {
    font-size: 18px;
    font-weight: bold;
    padding-right: 10px;
}

.rent-unit {
    color: #6f6f6f;
    font-size: 12px;
}

.button-container .btn {
    font-size: 14px;
    border-radius: 0px;
    width: 140px;
    float: right;
}
#profile1{
    transition: 1s;
}
#profile1:hover{
    box-shadow: 0 0 50px #007bff;
    transition: 1s;
}
.rating {
    color: #ffc400;
  }
  .price {
    font-weight: bold;
    color: #007bff;
  }
  .card{
    transition: 1s;
  }
  .card:hover {
    box-shadow: 0 0 50px #007bff;
    transition: box-shadow 1s;
  }
  @media (max-width: 767.98px) {
    .card-img {
      margin: auto; /* Center image */
    }
    .heart-icon {
      position: absolute;
      bottom: 5px;
      left: 5px;
    }
  }
  @media (min-width: 768px) {
    .heart-icon {
      position: absolute;
      bottom: 5px;
      right: 5px;
    }
  }
  .heart-icon {
    color: #ff0000; /* Set heart color to red */
  }
  .main{
    padding-top: 200px;
    padding-bottom: 50px;
    
  }
