.hotel-cards-item{background-color:#252525;border-radius:1.6rem;box-shadow:0 3px 7px #0000002e;color:#fff;display:flex;flex:1;flex-direction:column;overflow:hidden;transition:background-color .3s ease,transform .3s ease}.hotel-cards-item:hover{background-color:#1b1b1b;cursor:pointer}.hotel-cards-item:hover .hotel-cards-item__image{transform:scale(1.02)}.hotel-cards-item__image{background-attachment:scroll;background-blend-mode:saturation;background-position:50%;background-repeat:no-repeat;background-size:cover;height:20rem;transition:transform .3s ease;width:100%}.hotel-cards-item__content{display:flex;flex:1;flex-direction:column;padding:2rem}.hotel-cards-item__title{font-size:1.6rem;margin-bottom:2rem}.hotel-cards-item__description{color:#ffffffb3;display:-webkit-box;font-size:1.4rem;margin-bottom:3rem;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hotel-cards-item__props{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem 2rem;justify-content:space-between;margin-top:auto}.hotel-cards-item__prop{align-items:center;color:#ffffffb3;display:flex;font-size:1.2rem;gap:1.5rem}.hotel-cards__title{font-size:2.4rem;margin-bottom:3rem}.hotel-cards__subtitle{color:#ffffff80}.hotel-cards__items{display:grid;gap:3rem 2rem;grid-template-columns:repeat(auto-fill,minmax(30rem,1fr));justify-content:center;margin:auto auto 3rem;width:100%}.hotel-cards__items>*{margin:0;width:auto}
