.homeContainer{margin-top:50px;display:flex;flex-direction:column;align-items:center;gap:30px}.homeTitle{width:1024px;font-size:20px}.featured{width:100%;max-width:1024px;display:flex;justify-content:space-between;margin:0 auto;gap:20px;z-index:1}.featuredItem{position:relative;color:#fff;border-radius:10px;overflow:hidden;height:250px;flex:1 1}.featuredImg{width:100%;height:100%;object-fit:cover}.featuredTitles{position:absolute;bottom:20px;left:20px}.fp{width:100%;max-width:1024px;justify-content:space-between;margin:0 auto;gap:20px}.fp,.fpItem{display:flex}.fpItem{flex:1 1;gap:10px;flex-direction:column}.fpImg{width:100%;height:250px;object-fit:cover}.fpName{color:#333;font-weight:700}.fpCity{font-weight:300}.fpPrice{font-weight:500}.fpRating>button{background-color:#003580;color:#fff;border:none;padding:3px;margin-right:10px;font-weight:700}.fpRating>span{font-size:14px}