.swiper-body {
	position: relative;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.swiper.featured-swiper {
	width: 100%;
	height: 100%;
}

.featured-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.featured-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height:  350px;
	max-height:  350px;
	object-fit: cover;
}
.featured-swiper  .swiper-title{
	position: absolute;
	bottom:0;
	left:0;
	min-height: 100px;
	width: 100%;
	background: rgb(5 20 43 / 72%);
	font-family: "GT walsheim", Sans-serif;
	text-transform: uppercase;
	font-size:1.5rem;
	color:white;
	display: flex;
	flex-direction: column;
	padding: 10px 20px;
	justify-content: center;
	align-items: center;
}
.count-hotel{
	text-transform: none;
}

.featured-swiper .swiper {
	width: 100%;
	height:  350px;
	margin-left: auto;
	margin-right: auto;
}

.featured-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.featured-swiper {
	height: 350px;
	width: 100%;
}

.thumbnail-swiper {
	height: 100px;
	box-sizing: border-box;
	padding: 10px 0;
}

.thumbnail-swiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.thumbnail-swiper .swiper-slide-thumb-active {
	opacity: 1;
}