body{
    background-color: rgba(245, 245, 245, 1);
    font-family:poppins !important;

}


.location-bar {
    padding: 10px 14px;
    background-color: #fff;
    /* border-bottom: 1px solid #ddd; */
}

.location-bar .profile-icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}
.few_home{
    font-family: Poppins;
font-size: 14px;
font-weight: 600;
line-height: 21px;
color: rgba(255, 255, 255, 1);
}
.book_home{
    font-family: Poppins;
font-size: 10px;
font-weight: 600;
line-height: 15px;
color: rgba(247, 100, 240, 1);
;

}
.on_home{
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}

.custom-card_home {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    object-fit: cover;
    /* height: 200px !important; */
  }
  .custom-card img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .card-title_home {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
   color:rgba(230, 9, 9, 1) ;
  }
  .card-text_home{
    font-family: Poppins;
font-size: 10px;
font-weight: 500;
line-height: 15px;
color: rgba(85, 85, 85, 1);

  }
  .rating_home {
    font-size: 0.9rem;
    color: rgba(243, 153, 67, 1);
  }
  .rating_hometext{
    font-family: Poppins;
font-size: 10.67px;
font-weight: 600;
line-height: 16px;
color: rgba(85, 85, 85, 1);
white-space: nowrap;

  }
  .price-icon {
    width: 21.43px;
    height: 21.42px;
    /* display: flex;
    justify-content: center;
    align-items: center;
     */
  }

  .cardh_home{
    font-family: Poppins;
font-size: 20px;
font-weight: 600;
line-height: 30px;
color: rgba(24, 24, 24, 1);

  }
  .see_home{
    font-family: Poppins;
font-size: 16px;
font-weight: 600;
line-height: 24px;
color: rgba(255, 62, 62, 1);

  }
  .nav-link.active .nav-icon {
    filter: brightness(0) saturate(100%) invert(33%) sepia(96%) saturate(2084%) hue-rotate(342deg) brightness(94%) contrast(104%);
  }

  .nav-link.active .nav-text {
    color: rgba(230, 9, 9, 1);
  }