.border-top-1 {
  border-top: 1px solid #e4e4e4;
  ;
}

.box-shadow-1 {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.hover-zoom {
  transition: transform 0.5s;

}

.container-grid-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  grid-gap: 30px
}

.card :is(.feature-text, .feature-icon) {
  font-weight: lighter;
  color: #6B7280 !important;
}

.card .feature-icon {
  padding: 0.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
}

.card .feature-text {
  text-align: start !important;
  white-space: wrap !important;
}

.card:hover img {
  transform: scale(1.1);
}

.container-img {
  height: 230px;

}

.container-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
  image-rendering: auto; 
  will-change: transform; 
  backface-visibility: hidden;
}

.badge-rating-tour {
  background-color: #fff;
  font-weight: lighter;
  color: #f6824d !important;
  border-radius: .75rem;
}

.card i {
  font-size: 10px;
}

@media only screen and (max-width: 768px) {
  .container-grid-card {
    margin: 0 1rem;
  }

}
