.package-details-area .package-img-group {
	border-radius: 10px;
	background: #fff;
	padding: 10px;
	box-shadow: 0 4px 25px 0 rgba(0, 0, 0, .08);
}

.package-details-area .package-img-group .gallery-img-wrap {
	position: relative;
	transition: all .45s;
	height: 100%;
}

.package-details-area .package-img-group .gallery-img-wrap img {
	object-fit: cover;
	height: 100%;
	border-radius: 10px;
}

.popup-tuvan {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.popup-content {
	background: #fff;
	width: 465px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.popup-body {
	display: flex;
	flex-direction: row;
}

.popup-image {
	width: 50%;
}

.popup-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.popup-form {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: var(--bg-base);
}

.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	cursor: pointer;
	color: var(--bg-base);
}

.popup-tuvan input,
textarea {
	width: 100%;
	padding: 8px;
	margin-top: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.popup-tuvan button {
	margin-top: 15px;
	padding: 10px;
	width: 100%;
	background: var(--color-main);
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 14px;
	border-radius: 5px;
}

.popup-form h2 {
	color: var(--bg-base);
}

.gallery-img-wrap a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(16, 12, 8, .6);
	color: var(--white-color);
	text-align: center;
	font-family: var(--font-rubik);
	font-size: 15px;
	font-weight: 400;
	letter-spacing: .6px;
	flex-direction: column;
	transition: all .45s;
	transform: scale(.4);
	border-radius: 10px;
	opacity: 0;
}

.gallery-img-wrap a svg {
	height: 24px;
	fill: #E3D8D8;
	margin-bottom: 5px;
}


.gallery-img-wrap {
	position: relative;
	transition: all .45s;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.gallery-img-wrap img {
	width: 100%;
	height: 100%;
}

.g-3 {
	gap: 10px 0px;
}

.package-details-area .package-img-group .gallery-img-wrap.active a,
.package-details-area .package-img-group .gallery-img-wrap.active button,
.package-details-area .package-img-group .gallery-img-wrap:hover a,
.package-details-area .package-img-group .gallery-img-wrap:hover button {
	transform: scale(1);
	opacity: 1;
}

.box-content-details {
	padding: 20px 0px;
}

.box-content-details h2 {
	margin-bottom: 20px;
	font-size: 33px;
	color: #2a4012;
}


.box-form-books {
	background: #ededed;
	padding: 20px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	position: sticky;
	top: 20px;
}

.booking-input-box {
	position: relative;
	width: 100%;
	display: inline-block;
	border: 1px solid #2a401278;
	margin: 0 10px 10px;
	padding: 5px 9px 5px;
	background: #ffffff75;
}

.booking-input-box h4 {
	color: #2a4012;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 0;
}

.booking-input-box p {
	padding-bottom: 0px;
}

.booking-input-box input {
	width: 100% !important;
	outline: 0 !important;
	background: transparent;
	border: transparent !important;
	color: #000;
	padding: 0 6px 0 0 !important;
	font-size: 15px;
	font-weight: 500;
	margin: 4px 0 0;
}

.booking-input__group {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	width: 100%;
	margin: 0 10px;
}

.booking-input__group .booking-input-box {
	margin: 0;
}

.booking-input-box input::-webkit-calendar-picker-indicator {
	color: #2a4012;
}

.booking-input-box select {
	width: 100%;
	outline: 0;
	background: transparent;
	border: transparent;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 4px 0 0;
}

.booking-button button {
	background: var(--color-main);
	border: transparent;
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	padding: 10px 50px;
	font-size: 15px;
	width: 100%;
}

.booking-button {
	margin: 0px 10px;
	width: 100%;
}

.box-desc-details {
	margin-bottom: 20px;
}

.booking-input-box textarea {
	width: 100% !important;
	outline: 0 !important;
	background: transparent;
	border: transparent !important;
	color: #000;
	padding: 0 6px 0 0 !important;
	/* font-size: 15px; */
	margin: 4px 0 0;
}

.contact-form-books-details {
	display: flex;
}

.booking-input-box input::placeholder {
	color: #2a4012;
}

.booking-input-box textarea::placeholder {
	color: #2a4012;
	font-weight: 400;
}


.booking-input-box textarea,
.booking-input-box input {
	font-family: var(--font-body-family);
	font-weight: 400;
	font-size: 14px;
}


.booking-calendar {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	z-index: 10;
}

.booking-input-box:focus-within .booking-calendar {
	display: block;
}

.booking-input-box input {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	cursor: pointer;
	height: 20px;
}

.h2-title-center-products-details h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 27px;
	text-transform: uppercase;
}

.h2-title-center-products-details {
	text-align: center;
}

section.title-hedding-products-lq {
	padding-top: 50px;
}

.head-title {
	margin-top: -10px;
	margin-bottom: 10px;
}

.head-title .hl-1 {
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #010517;
}

.head-title .hl-2 {
	display: inline-block;
	height: 12px;
	margin: 0 5px;
	position: relative;
	top: 5px;
	width: 12px;
	border: 1px solid #010517;
	border-radius: 50px;
	background: #ffffff;
}

.head-title .hl-3 {
	width: 80px;
	height: 1px;
	display: inline-block;
	background: #010517;
}

.box-details-service {
	margin-bottom: 30px;
}

.box-details-service .row .clm:nth-child(1) .item-details-services {
	background: #e6e2d8;
}

.item-details-services {
	text-align: center;
	padding: 10px;
	background: #cdcdcd;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item-details-services img {
	width: auto;
	height: 40px;
}

.jet-listing-dynamic-field__content {
	font-weight: 700;
	font-size: 17px;
	color: #01415c;
}

.jet-listing-dynamic-field__content {
	margin-top: 10px;
}

.box-details-service .row .clm:nth-child(2) .item-details-services {
	background: #bcdbe3;
}

.box-details-service .row .clm:nth-child(3) .item-details-services {
	background: #f2f2f2;
}

.box-details-service .row .clm:nth-child(4) .item-details-services {
	background: #f2c5a9;
}

.box-details-service .row .clm:nth-child(5) .item-details-services {
	background: #a7cdeb;
}

.box-abum-fancybox img {
	height: 200px !important;
}

.box-abum-fancybox .row .clm:nth-child(n+5) {
	display: none;
}

.box-abum-fancybox .galarry-icon-fancybox {
	display: none;
}

.box-abum-fancybox .clm:nth-child(4) .galarry-icon-fancybox {
	display: block;
}

.box-abum-fancybox .clm:nth-child(4) svg {
	display: none;
}

.box-abum-fancybox img {
	display: block;
}

.box-content-details ul li {
	list-style: disc !important;
	margin-left: 20px;
}

/* fix */
@media(max-width:990px) {
	.item-details-services {
		margin-bottom: 20px;
	}
	.room.bg--section-color{
		padding-bottom: 20px;
	}
	section.title-hedding-products-lq{
		padding-top: 10px;
	}
}

.swal2-container.swal2-center {
	z-index: 99999999999999 !important;
}
