.wellness__tours {
	margin-bottom: 30px;
}
.wellness{
	color:#000;	
}
.wellness-title {
	text-align: center;
	font-size: 30px;
	font-weight: 900;
	margin-bottom: 15px;
}

.wellness-desc {
	text-align: center;
	margin-bottom: 30px;
}

.wellness__tours h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.wellness__tours h2::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 2px;
	background-color: #ffb200;
	bottom: 0;
	left: 0;
}

.wellness__tours-link {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}

.wellness__tours-link h5 {
	color: #ffb200;
}

.wellness__tours-items {
	width: 100%;
	height: 300px;
	position: relative;
}

.wellness__tours-items::after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	z-index: 1;
	display: none;
}

.wellness__tours-link:hover .wellness__tours-items::after {
	display: block;
}

.wellness__tours-items img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.wellness__tours-items p {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 2;
}

.wellness-link {
	padding: 8px 12px;
	background-color: #ffb200;
	color: #fff;
	margin: 0 auto 50px;
}

/* DETAIL */
.wellness__detail-why-text {
	padding: 30px;
	text-align: center;
}

.wellness__detail-why-item {
	margin: 30px 0;
	display: flex;
}

.wellness__detail-why-item li {
	flex: 1;
	text-align: center;
	border-left: 1px solid #ccc;
}

.wellness__detail-why-item li:nth-child(1) {
	border: none;
}

.wellness__detail-why-item li a {
	display: inline-block;
	line-height: 40px;
	color: #999;
}

.wellness__detail-why-btn {
	margin: 0 auto;
	display: block;
	min-width: 350px;
	height: 50px;
	border: none;
	background-color: #ffb200;
	color: #fff;
	border-radius: 4px;
	font-size: 18px;
}

.wellness__detail-why-btn a {
	display: block;
	color: #fff;
}
.wellness__detail-why p{
	margin-bottom:10px;	
}
.wellness__detail-why-btn a i {
	margin-right: 4px;
}

.wellness__detail-img {
	margin: 50px 0 20px;
}

.wellness__detail-img-wrap {
	position: relative;
}

.wellness__detail-img-wrap img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	position: relative;
	z-index: 1;
}

.wellness__detail-img-wrap::before {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
	box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
	left: 5px;
	right: 50%;
	bottom: 8px;
	height: 30%;
	z-index: 0;
	border-radius: inherit;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewY(-6deg);
	-ms-transform: skewY(-6deg);
	transform: skewY(-6deg);
}

.wellness__detail-img-wrap::after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
	box-shadow: 0 15px 10px rgb(0 0 0 / 60%);
	left: 50%;
	right: 5px;
	bottom: 8px;
	height: 30%;
	z-index: 0;
	border-radius: inherit;
	transform-origin: 100% 0;
	-webkit-transform: skewY(6deg);
	-ms-transform: skewY(6deg);
	transform: skewY(6deg);
}

.wellness__detail-itinerary {
	background-color: #323232;
	padding: 60px 0;
}

.wellness__detail-itinerary-tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
	cursor: pointer;
}

.wellness__detail-itinerary-tab-title i {
	color: #999;
	font-size: 20px;
	margin-right: 8px;
}

.wellness__detail-itinerary-tab-title h5 {
	display: inline-block;
	color: #fff;
}

.wellness__detail-itinerary-tab-icon .icon-down {
	color: #fff;
	display: none;
}

.wellness__detail-itinerary-tab-icon .icon-right {
	color: #999;
	display: block;
}

.wellness__detail-itinerary-tab-icon.active .icon-right {
	display: none;
}

.wellness__detail-itinerary-tab-icon.active .icon-down {
	display: block;
}

.wellness__detail-itinerary-desc {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	transition: all linear 0.5s;
}

.line-right {
	border-right: 2px solid #ffb200;
	margin-right: -15px;
}

.wellness__detail-itinerary-desc h6 {
	text-align: center;
	font-size: 24px;
	color: #ffb200;
	font-weight: 600;
	padding: 40px 0;
	margin-bottom: 0;
}

.wellness__detail-itinerary-desc p {
	line-height: 30px;
	color: #5a5858;
}

.wellness__detail-itinerary-btn {
	margin: 30px auto 0;
	display: block;
	height: 50px;
	padding: 0 60px;
	background-color: #ffb200;
	border: none;
	color: #fff;
	border-radius: 4px;
}

.wellness__detail-itinerary-btn a {
	color: #fff;
}

@media (max-width: 739px) {
	.m-b-30 {
		margin-bottom: 30px;
	}

	.line-right {
		border: none;
	}

	.wellness__detail-itinerary-desc h6 {
		padding: 20px;
	}

	.wellness__detail-why-item {
		display: block;
	}

	.wellness__detail-why-item li {
		border-left: none;
	}

	.wellness__detail-why-btn {
		min-width: 80%;
	}
}
.section__tour-items{
	position:relative;	
}
.section__tour-items .section__tour-option{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin-bottom: 0;
	padding: 10px 0;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	z-index: 2;
}