section.banner-desktop {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 26px;
}

.item-slick-backs img {
	/* height: 100vh; */

	object-fit: cover;
}


.section-form-books {
	position: absolute;
	bottom: 0;
	width: 84%;
	left: 50%;
	transform: translateX(-50%);
}





.box-form-books {
	background: #2a4012;
	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;
}

.bookings__desktop-button {
	color: #fff
}

.booking-input-box {
	width: calc(100% / 6);
	position: relative;
	display: inline-block;
	border: 1px solid #dcdcdc;
	margin: 0 11px 0;
	padding: 12px 20px 12px;
}

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

.booking-input-box h4 {
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	text-transform: uppercase;
	margin: 0 0 0;
}

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

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

.booking-button {
	margin-left: 20px;
}

.booking-button p {
	padding-bottom: 0px;
	font-size: 20px;
}

.booking-button button {
	background: #aacf34;
	border: transparent;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 500;
	position: relative;
	z-index: 1;
	transition: 0.5s;
	padding: 25px 50px;
	font-size: 15px;
}

.booking-input-box input::-webkit-calendar-picker-indicator {
	color: #fff;
	filter: invert(16);
}

.subtitle {
	color: #000;
	margin-bottom: 1rem;
	text-align: center;
	font-weight: 700;
	
}
span.h-sub-font{
	font-weight: 700;
}

.common-header h2 {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	text-align: center;
	color: #333;
	text-transform: uppercase;
}

.about__wrapper .common-header h2,
.about__wrapper .subtitle {
	text-align: inherit;
}

.about__wrapper>.row {
	align-items: center;
	--gutter: 20px;
	gap: 20px 0;
}

.about__content p {
	color: #333;
	padding-bottom: 0px;
	font-weight: 400;

}

.about__content p.subtitle {
	
	font-size: 16px;
}

.about__item-inner {
	gap: 20px;
}

.about__item-thumb {
	width: 60px;
	height: 60px;
	box-shadow: 0px 4px 15px rgba(217, 217, 217, 0.8);
	display: flex;
	justify-content: center;
	padding: 14px;
	border-radius: 5px;
}

.about__item-content {
	/* width: calc(100% - 60px - 20px); */
}

.about__item-content h5 {
	font-size: 17px;
}

.about__item-inner {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.custom-btn {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #f2612c;
	border-radius: 5px;
	background-color: #f2612c;
	color: #ffffff;
	padding-inline: 2rem;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	padding: 3px 20px;
	position: relative;
	z-index: 1;
}
.custom-btn::before{
	content: "";
	height: 100%;
	width: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition: all .3s ease-in;
}
.custom-btn:hover:before{
	left: 0;
	right: auto;
	width: 100%;
	background: var(--color-hover);
}
.custom-btn:hover{
	color: white;
	border-color: var(--color-hover);
}

.about__image-sm {
	right: -30px;
	bottom: -50px;
	position: absolute;
	animation: floating 4s linear alternate infinite;
	border-radius: 10px;
	overflow: hidden;
}

.about__image {
	position: relative;
}

section.about.about--shape {
	padding-bottom: 60px;
	padding-top: 0px;
	overflow: hidden;
}
.about--shape .common-header{
	margin-bottom: 35px;
}
section#video {
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	position: relative;
	z-index: 0;
	padding: 80px 0px 65px;
}

.bg-content {
	position: relative;
	z-index: 2;
	height: 100%;
	text-align: center;
}

section#video:before {
	background: rgba(0, 0, 0, .4);
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

span.h-sub-font {
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}

h2.special-font-body-emphasis {
	text-align: center;
	color: #fff;
	font-size: 35px;
	display: block;
	padding: 15px 0px;
	width: 80%;
	margin: 0 auto;
	text-transform: uppercase;
}

.btn-video-play {
	--bs-btn-video-play-color: #32b8b8;
	--bs-btn-video-play-size: 64px;
	--bs-btn-video-play-size-md: 64px;
	--bs-btn-video-play-size-sm: 48px;
	--bs-btn-video-play-size-lg: 80px;
	--bs-btn-video-play-border-size: 16px;
	--bs-btn-video-play-border-size-md: 16px;
	--bs-btn-video-play-border-size-sm: 12px;
	--bs-btn-video-play-border-size-lg: 20px;
	--bs-btn-video-play-animation: pulse-border 1500ms ease-out infinite;
	--bs-btn-video-play-transition: all 0.35s ease-in-out;
	padding-left: 5px;
	position: relative;
	box-sizing: content-box;
	display: inline-flex;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin-bottom: 35px;
}

.btn-video-play:after,
.btn-video-play:before {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	background: #32b8b8;
}

.desc-videos {
	width: 95%;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	margin: 0 auto;
}

.btn-video-play:before {
	animation: pulse-border 1500ms ease-out infinite;
}

.btn-video-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

.btn-video-play:after,
.btn-video-play:before {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	content: "";
	display: inline-block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.35s ease-in-out;
	background: var(--color-main);
}



section.room.bg--section-color {
	background: #F8F5F0;
	padding-block-end: 30px;
	padding-block-start: 30px;
}

.section-header {
	margin-block-end: 10px;
}

.section-header.aos-animate {}

.section-header__content h2 {
	margin-bottom: 0;
	/*  */
	
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
}

.section-header__content p {
	color: #70717B;
	width: 95%;
	margin: auto 20px;
	text-align: center !important;
	font-weight: 400;
	padding-bottom: 10px;
}

.section-header__content {
	text-align: center;
}

.room__item-thumb {
	border-radius: 0.25rem;
}

.room__item-thumb img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	object-fit: cover;
	display: block;
}

.room__item-thumb:after {
	background-image: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 58.73%, rgba(7, 7, 7, 0.9) 89.09%);
	top: 0;
	left: 0;
}



.room__item-header {
	margin-block-end: 40px;
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.rating {
	gap: 3px;
	display: flex;
}

.rating__star i,
.rating__star svg {
	font-size: 0.875rem;
	color: #e9ba17;
	width: 20px;
	height: 20px;
}

.room__item-inner {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.room__item-header h3 a {
	color: #fff;
	font-size: 24px;
}

.room__item-header p {
	color: #fff;
}

.room__item-header p {
	color: #fff;
	padding-bottom: 0px;
}

.room__item-thumb:after {
	background-image: linear-gradient(179.89deg, rgba(0, 0, 0, 0) 58.73%, rgba(7, 7, 7, 0.9) 89.09%);
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	content: "";
}

.room__item-body>p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: initial;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	padding-bottom: 0px;
	margin-bottom: 16px;
}

.room__feature {
	column-count: 2;
	margin-bottom: 15px;
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room__feature-item {
	padding-bottom: 5px;
	gap: 15px;
	display: flex;
	align-items: center;
	width: calc((100% - 20px) / 2);
}



.room__item.room__item--style1:hover .room__item-name h3 a {
	color: #000;
}

.room__item.room__item--style1:hover .room__item-name p {
	color: #000;
}

.room__item.room__item--style1:hover .room__item-price p {
	color: #000;
}

.room__feature-text p {
	font-weight: 500;
	padding-bottom: 0px;
}


@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0
	}
}

section.collection {
	background: #ffffff14;
	padding: 3rem 0px;
}

.collection-hedding {
	text-align: center;
}

section.collection {}

.collection-hedding h2 {
	/* font-family: "Lora", serif; */
	display: block;
	padding: 10px 0px 15px;

	position: relative;
	display: inline-block;
}

.placerat-desc {
	padding: 20px;
	text-align: center;
}

.placerat-desc h3 {
	/* font-family: "Lora", serif; */
	font-weight: 500;
	font-size: 19px;
	text-transform: uppercase;
	padding-bottom: 11px;
	padding-top: 10px;
	color: var(--color-main);
}

.placerat-desc p {
	font-size: 17px;
	font-weight: 300;
}

a.btn-Explore {
	background: #2a4012;
	display: inline-flex;
	align-items: center;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
}

a.btn-Explore svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

a.btn-Explore svg path {
	fill: #fff;
}

span.Modern-hedding {
	font-size: 15px;
	display: block;
	color: #70717B;
	width: 95%;
	margin: 0 auto;
	text-align: center !important;
	font-weight: 400;
}

section.Gallery {
	background: #F8F5F0;
	padding: 3rem 0px;
}

.single-gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	border-radius: 5px;
}

.single-gallery>a:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #2a401280;
	transition: .5s;
	opacity: 0;
}

.gallery_enlarge_icon {
	background-color: #fff;
	color: #333;
	width: 45px;
	height: 45px;
	line-height: 46px;
	position: absolute;
	right: 0px;
	bottom: 20px;
	text-align: center;
	border-radius: 50%;
	font-size: 19px;
	transition: .5s;
}

.gallery_enlarge_icon {
	opacity: 0;
}

.single-gallery h4 {
	position: absolute;
	top: 80%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 20px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	letter-spacing: inherit;
	font-weight: 700;
	text-align: center;
}

.single-gallery:hover a:before {
	opacity: 0.8;
}

.single-gallery:hover .gallery_enlarge_icon {
	opacity: 1;
	right: 20px;
	bottom: 20px;
}

.single-gallery:hover h4 {
	opacity: 1;
	top: 50%;
	left: 50%;
}

.single-gallery img {
	display: block;
}

a.gallery_enlarge_icon svg {
	width: 25px;
	height: 25px;
	margin-bottom: -6px;
}

.single-gallery:hover {
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.box-gallery-ablum {
	padding-top: 35px;
}

i.material-icons p {
	padding-bottom: 0px;
}

.single_choose h3 {
	font-size: 18px;
	margin-bottom: 15px;
}

i.material-icons svg {
	width: 45px;
	height: 45px;
}

.single_choose {
	padding: 15px;
	column-gap: 20px;
	background: #F2FBFA;
	border-radius: 20px;
	/* cursor: pointer; */
	transition: all 0.3s ease;
}

.single_choose .material-icons {
	width: 45px;
	margin-bottom: 10px;
}
.single_choose .material-icons img{
	animation: beat  1.5s ease 0s infinite;
}
.single_choose .servion img {
	width: 100%;
}

.single_choose .servion {
	/* width: calc(100% - 50px); */
}

.why_list_row {
	--gutter: 20px;
	gap: 20px 0;
}

.why_list_items {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

section.why_choose {
	padding: 20px 0px;
}

.servion p:last-child {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;

}



.choose_img .pbtn {
	background-color: #00000069;
	color: #ffffff;
	display: inline-flex;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .5s;
	align-items: center;
	justify-content: center;
	padding: 9px 20px;
	width: 95%;
	bottom: 0;
	height: 95%;
	top: 50%;
	border-radius: 10px;
	text-transform: uppercase;
}

.choose_img img {
	display: block;
	height: 100%;
	min-height: 660px;
	object-fit: cover;
}

.choose_img {
	height: 100%;
	border-radius: 200px;
	overflow: hidden;
	position: relative;
	box-shadow: 0px 0px 13px 0 rgba(0, 1, 1, .2);
}

.choose_img .pbtn svg {
	width: 35px;
	height: 35px;
	fill: #fff;
	stroke: #fff;
}

.choose_img .pbtn svg path {
	fill: #Fff;
	stroke: #fff;
}

section.blogs {
	background: #F8F5F0;
	padding: 3rem 0px;
}

.block-title {
	text-align: center;
}

.block-title .sub-title {
	display: block;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .135rem;
	margin-bottom: .25rem;
	font-size: 15px;
}

.block-title h2 {
	font-size: 30px;
	display: block;
	padding: 5px 0px 15px;
	text-transform: uppercase;
	
	font-weight: 200;
	display: inline-block;
	position: relative;
}

.splide__track {
	position: relative;
	display: block;
	/* margin-left: 3rem; */
	/* width: 30%; */
	margin-top: 30px;
}

.splide__slide {
	position: relative;
}

.news-img {
	position: relative;
}

a.news-cat.shadow-sm {
	margin-left: -3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	font-size: 13px;
	letter-spacing: .135rem;
	background-color: #fff;
	color: var(--color-main);
	width: 3rem;
	z-index: 1;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

a.news-cat.shadow-sm strong {
	transform: rotate(180deg);
	writing-mode: vertical-lr;
	text-transform: uppercase;
	font-weight: 700;
}

.news-date {
	position: absolute;
	top: 1rem;
	right: 1rem;
	background-color: #ffffffd9;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.25;
	padding: .5rem;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

.news-date span:last-child {
	border-top: 1px solid #000;
}

.news-content.shadow-sm {
	padding: 1.5rem;
	background-color: #fff;
	box-shadow: 0 0.15rem 0.35rem rgba(0, 0, 0, 0.075);
}

h3.news-title a {
	font-size: 19px;
}

h3.news-title {
	line-height: unset;
}

a.velora-hedding {
	font-size: 19px;
	font-weight: 700;
	line-height: 1.1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

figure.image-hover.image-hover-overlay img {
	display: block;
	width: 100%;
	height: 230px;
}

a.news-link svg {
	width: 25px;
	height: 25px;
	margin-left: 10px;
}

a.news-link {
	display: inline-flex;
	align-items: center;
}

.comment-view {
	padding-top: 10px;
}

.news.hover-effect {
	padding-left: 40px;
	padding-right: 10px;
	transition: 0.5s ease;
}
.news.hover-effect.slick-slide{
	padding-bottom: 5px;
}

.splide__track button svg {
	width: 20px;
	height: 20px;
	fill: #fff !important;
}

button.slick-prev-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: var(--color-main);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	right: 0;
	opacity: 0;
}

button.slick-prev-blogs.slick-arrow svg path {
	fill: #fff;
	stroke: #fff;
}

.splide__track button svg path {
	stroke: #fff;
	fill: #fff;
}

button.slick-next-blogs.slick-arrow {
	-ms-flex-align: center;
	position: absolute;
	align-items: center;
	background: var(--color-main);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 1;
	padding: 0;
	top: 50%;
	width: 40px;
	height: 40px;
	font-size: .85rem;
	z-index: 1;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: .25s ease-in-out;
	left: 35px;
	opacity: 0;
}

button.slick-next-blogs.slick-arrow svg {
	transform: rotate(180deg);
}

.splide__track:hover button.slick-next-blogs.slick-arrow,
.splide__track:hover button.slick-prev-blogs.slick-arrow {
	opacity: 1;
}

.hover-effect:hover {
	transform: translateY(-.5rem);
}

.newsletter__wrapper {
	background-color: #F8F5F0;
	border-radius: 0.75rem;
}

.newsletter__wrapper {
	padding: 60px;
}

.newsletter__wrapper {
	padding: 25px;
}

.newsletter__wrapper {
	background-color: #F8F5F0;
	border-radius: 0.75rem;
	z-index: 999;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	width: 85%;
	margin: 0 auto;
}

.newsletter .common-header {
	width: 48%;
}

.newsletter.newsletter--lowerd .subtitle {
	color: #000;
	letter-spacing: 0.2em;
	margin-bottom: 1rem !important;
	padding-bottom: 0px;
	font-weight: 500;
}


.newsletter.newsletter--lowerd .input-group {
	position: relative;
	display: flex;
	/* flex-wrap: wrap; */
	align-items: stretch;
	width: 100%;
}

.newsletter.newsletter--lowerd .form-control {
	display: block;
	width: 75%;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	border-right: none;
}

.newsletter .subscribe-btn {
	width: 25%;
	background-color: #6b9946;
	border: none;
	box-shadow: none;
	color: #ffffff;
	padding: 1rem 1.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	font-size: 16px;
	font-weight: 700;
}

.newsletter.newsletter--lowerd .form-control:focus {
	outline: none;
}

.newsletter--lowerd {
	/* margin-bottom: -110px; */
	z-index: 1;
	/* padding-top: 20px; */
	display: none;
}



























.md_slider {
	position: relative;
	overflow: hidden;
	z-index: 9;
}

.md_slider__circle {
	pointer-events: none;
}

.md_slider__circle__line.-sm {
	width: 26.66667vw;
}

.md_slider__circle__line {}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}



.md_slider__circle__line.-sm .md_slider__circle__line__rotate {}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate:before {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50%;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
	border-top-color: transparent;
	border-right-width: 0;
	border-bottom-width: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate:after {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background-color: rgb(255 255 255);
	top: -4px;
	margin-left: -3px;
	left: 50%;
	transition: all 6.15s ease-in-out;
}

.md_slider__circle__line.-md {
	width: 50.26042vw;
}

.md_slider__circle__line {}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.md_slider__circle__line.-lg {
	width: 87.76042vw;
	border-color: rgba(255, 255, 255, .1);
}

.md_slider__circle__line {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	border-style: solid;
	border-color: rgba(255, 255, 255, .3);
	border-width: 1px;
	border-top-width: 0;
}

.md_slider__circle__line:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid:before {
	width: 9px;
	height: 9px;
	margin-top: -5px;
	left: -2px;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid:after,
.md_slider__circle__line.-lg .md_slider__circle__line__solid:before {
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}

.md_slider__thumb .slick-slide {
	cursor: pointer;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	/* border: 1px solid transparent; */
}

.md_slider__thumb .slick-slide.slick-slide .md_slider__thumb__img {
	left: 0px;
}

.md_slider__thumb .slick-slide:not(.slick-current) .md_slider__thumb__img {
	-webkit-transform: scale(.1);
	-ms-transform: scale(.1);
	transform: scale(.1);
}

.md_slider__thumb__img {
	margin: auto;
	width: 5.20833vw;
	height: 5.20833vw;
	border-radius: 50%;
	border: solid 1px transparent;
	position: relative;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .8s ease-in-out;
	-o-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.md_slider__thumb .slick-slide:not(.slick-current) .md_slider__thumb__img img {
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.md_slider__thumb__img img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	-webkit-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	position: relative;
	z-index: 999;
}

.md_slider__item {
	position: relative;
}

.md_slider__item__img {
	position: relative;
}

.md_slider__item__img img {
	display: block;
	width: 100%;
	min-height: 340px;
	height: 100vh;
}

.md_slider__item__img:after {
	background: rgb(0 0 0 / 38%) !important;
}

.md_slider__item__img:after {
	content: '';
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .25);
}

.md_slider__item__ct {
	position: absolute;
	left: 16%;
	right: 16%;
	bottom: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
	padding-top: 55px;
}

.md_slider__item__title {
	text-transform: uppercase;
	color: #fff;
	font-weight: 800;
	font-size: 52px;
	font-size: 1.70833vw;
	line-height: 1.38462;
	max-width: 35.41667vw;
	margin-bottom: 10px;
}

.i-btn,
a.i-btn {
	background-color: #ff8b24;
	border-radius: 40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-transform: uppercase;
}

.i-btn i {
	margin-left: 15px;
	margin-top: -.3em;
	vertical-align: middle;
}

.icon-arrow-right {
	background-image: url(https://flamingoholdings.vn/public/images/arrow-right.png);
	width: 23px;
	height: 12px;
}

.md_slider__thumb {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	pointer-events: all;
	width: 8.64583vw;
	margin-left: -4.32292vw;
}

.md_slider__thumb .slick-current .md_slider__thumb__img:after {
	top: -1.71875vw;
	left: -1.71875vw;
	right: -1.71875vw;
	bottom: -1.71875vw;
	position: absolute;
	content: '';
	border-radius: inherit;
	border: solid 1.71875vw rgba(255, 139, 36, .1);
}

.md_slider__thumb .slick-current .md_slider__thumb__img:before {
	top: -1.14583vw;
	left: -1.14583vw;
	right: -1.14583vw;
	bottom: -1.14583vw;
	position: absolute;
	content: '';
	border-radius: inherit;
	border: solid 1.14583vw rgba(255, 139, 36, .1);
	z-index: 9999;
}

.md_slider__thumb .slick-slide.slick-slide+.slick-active+.slick-current .md_slider__thumb__img {
	left: 0;
}

.md_slider__thumb .slick-slide {
	cursor: pointer;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	border: none;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	/* border: 1px solid transparent; */
}

.slick-slide-dots.slick-slide.slick-current.slick-active {
	left: 0;
	/* box-shadow: 0 0 0 .57292vw rgba(255, 139, 36, .1); */
	border-color: #ff8b24;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.md_slider__circle__line.-lg .md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line__solid {
	height: 1px;
	background-color: rgba(255, 255, 255, .3);
	width: 30.54688vw;
	top: 50%;
	left: 0;
	position: absolute;
	z-index: 1;
	pointer-events: none;
}

.md_slider__circle__line__solid:before {
	width: 9px;
	height: 9px;
	margin-top: -5px;
	left: -2px;
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}

.md_slider__circle__line__solid:after {
	width: 5px;
	height: 5px;
	margin-top: -3px;
	right: -2px;
	content: '';
	background: #fff;
	border-radius: 50%;
	top: 50%;
	position: absolute;
}

.md_slider__thumb .slick-list.draggable {
	overflow: unset;
	position: relative;
	top: 250px;
}

.md_slider__thumb .slick-slide-dots.slick-slide.slick-cloned {
	opacity: 0;
}

.md_slider__thumb .slick-slide-dots.slick-slide {
	opacity: 0;
}

.md_slider__thumb .slick-slide-dots.slick-slide.slick-current.slick-active {
	opacity: 1;
}

.md_slider__circle__line.-sm .md_slider__circle__line__rotate {
	bottom: -1px;
	left: -1px;
	position: absolute;
	right: -1px;
	top: -1px;
	transition: opacity 1s ease-in-out;
	opacity: .2;
}

@keyframes Tzoom {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.slick-slide-md.slick-slide.slick-current.slick-active {
	-webkit-animation-name: Tzoom;
	animation-name: Tzoom;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
}

a.custom-btn {
	display: inline-flex;
	position: relative;
}

a.custom-btn span:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
	bottom: -2px;
	left: -2px;
	border-bottom: none;
	border-left: none;
}

a.custom-btn span:after {
	bottom: 3px;
	right: 3px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: transparent;
	transition: 1s;
}

a.custom-btn span:hover::after {
	width: calc(100% / 1.3);
	height: calc(100% / 1.3);
	content: '';
	position: absolute;
	background: transparent;
	transition: 1s;
}



section.inner-section {
	padding: 40px 0px 10px;
	position: relative;
	background: #F8F5F0;
}

.hedding-Suites {
	text-align: center;
}

.hedding-Suites h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
}

.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;
}

.item-tag__type {
	position: absolute;
	right: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 9;
	top: 5px;
}

.tags-label {
	background: #2a4012;
	padding: 5px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.item_pointer {
	position: relative;
	margin-bottom: 28px;
}

.tags-label:before {}


.room-box {
	margin-top: 20px;
	transition: all 0.3s;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px 20px 20px 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.room-box .image {
	position: relative;
	background: #CCCCCC;
	overflow: hidden;
}

.room-box .image img {
	width: 100%;
	display: block;
	transition: 0.5s ease;
}

.detail-zoom {
	padding: 10px 15px 17px 15px;
	background-color: #eee;
	text-align: center;
}

.text-details-type {
	margin-bottom: 15px;
	text-align: center;
}

a.room-title-link {
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-transform: none;
	color: var(--color-main);
	font-size: 21px;
	font-weight: 600;
}

.text-details-type p {
	padding-bottom: 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	font-size: 14px;
}

span.per-night {
	font-weight: 500;
	font-size: 18px;
}

section.inner-section:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 30%;
	left: 0;
	bottom: 0;
	background-color: var(--color-main);
	padding-bottom: 0;
}

@keyframes floating {
	0% {
		transform: translate(0, 0px);
	}

	50% {
		transform: translate(0, 15px);
	}

	100% {
		transform: translate(0, 0px);
	}
}


.about__image-sm img {
	width: 315px;
	height: 328px;
	object-fit: cover;
	display: block;
}

.about__image-lg img {
	display: block;
	border-radius: 10px;
}

.room__item-name img {
	width: 45px;
	height: 45px;
}

.desc-videos p {
	text-align: center !important;
}

.single-gallery h4 a {
	color: #000000;
	font-size: 27px;
	display: inline-block;
	width: 100%;
}

.single-gallery h4 {
	display: inline-block;
	width: 90%;
	padding: 9px;
	background: #ffffff8f;
	border-radius: 5px;
}

.comment-view p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-weight: 500;
}

i.material-icons img {
	width: 45px;
	height: 45px;
}

.about__content .row {
	margin-top: 15px;
}

.about__content {
	/* padding-right: 20px; */
	text-align: justify;
	line-height: 1.5;
}

.about__content:not(:last-child) {
	margin-bottom: 20px;
}

.choose_img .pbtn h2 {
	font-size: 23px;
}

.servion p:nth-child(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0px;
	color: var(--color-main);
}

.wrapper.home {
	overflow: hidden;
}

.room-box .image:hover img {
	transform: scale(1.1);
}

figure.image-hover.image-hover-overlay {
	overflow: hidden;
}

figure.image-hover.image-hover-overlay:hover {
	transform: scale(1.1);
	transition: 0.5s ease;
}

.news-img a {
	display: block;
	overflow: hidden;
}

.news-img a img {
	display: block;
}

.room__item.room__item--style1 img {
	height: 450px;
}

.room__item-name img {
	height: 45px !important;
}

.room__feature-icon img {
	width: 35px;
	height: 35px !important;
}

.md_slider__thumb .slick-dots li {
	display: block;
	margin-bottom: 86%;
	background: #fff;
}

.md_slider__thumb .slick-dots {
	position: absolute;
	top: 41%;
	transform: translateY(-50%);
	margin-left: 77px;
}

.md_slider__thumb .slick-dots :nth-child(1) {
	margin-left: 1.8vw;
}

.md_slider__thumb .slick-dots :nth-child(4) {
	margin-left: 1.8vw;
}




.md_slider__thumb .slick-dots {
	display: none;
}


.booking-input-box select option {
	color: #333;
}

















/* .images-bannes-before:before {
   content: ""; 
    position: absolute;
    width: 1000px;
    height: 100vh;
    background: url(../images/bg-banner2.png);
    z-index: 9999999;
} */
.svg-khung-banner {
	-webkit-mask-image: url(../images/baner-01.svg);
	mask-image: url(../images/baner-01.svg);
	-webkit-mask-size: 200px 300px !important;
	/* Ãƒâ€žÃ‚ÂÃƒÂ¡Ã‚ÂºÃ‚Â·t kÃƒÆ’Ã‚Â­ch thÃƒâ€ Ã‚Â°ÃƒÂ¡Ã‚Â»Ã¢â‚¬Âºc width: 200px vÃƒÆ’Ã‚Â  height: 300px */
	mask-size: auto auto !important;
	-webkit-mask-repeat: no-repeat !important;
	mask-repeat: no-repeat;
	-webkit-mask-position: center center !important;
	mask-position: top right !important;
	position: absolute;
	display: block;
	transform: initial;
	z-index: 999999999999998;
}

.mask-image img {
	width: auto;
	height: 100vh;
}

.content-slider-items {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30%;
	left: 36%;
}

.content-slider-items h2 {
	font-size: 64px;
	color: #0aacfc;
}


.svg-khung-banner {
	position: absolute;
	top: 0;
	right: 0px;
	bottom: 0px;
}

.list-slider-items {
	height: 100vh;
	position: relative;
	background: radial-gradient(circle, #98ccfa5e 0%, rgb(255 255 255) 45%, rgb(255 255 255) 100%);
	overflow: hidden;
}

.images-bannes-before img {
	width: auto;
	height: 112vh;
	display: block;
}

.images-bannes-before {
	position: absolute;
	right: -7px;
	width: unset;
	height: unset;
	transform: rotate(5deg);
}

.room__item-content .custom-btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	border-radius: unset;
	justify-content: center;
	text-transform: uppercase;
}

.newsletter__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newsletter__content form {
	width: 49%;
}


.banner-desktops {
	position: relative;
}

.banner-desktops:before {
	/* background: url(https://demo46.bivaco.net/frontend/images/heder2-01.png); */
	background: transparent;
	z-index: 9;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}




.descp-bars {
	width: 30%;
	/* float: left; */
	position: relative;
	z-index: 999;
}

.box-desc-bars {
	/* display: flex; */
}

.box-bar-toaus {}

.descp-bars {
	background: #ffffffa1;
	padding: 20px 20px 0px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
}

.room-accommodation {
	margin-bottom: 0px;
}

.why_choose .collection-hedding h2 {
	/* margin-bottom: 45px; */
	font-size: 45px;
	padding-bottom: 0;
}

.why_choose .collection-hedding {
	margin-bottom: 45px;
}
.why_choose .collection-hedding h2, .Gallery .collection-hedding h2{
	padding-bottom: 0;
}
.room__wrapper .slick-room {
	margin-bottom: 0;
}

section.why_choose .collection-hedding h2,
.collection-hedding h2,
.section-header__content h2,
.block-title h2 {
	color: #333;
	font-size: 30px;
	text-transform: uppercase;
	/*  */
	font-weight: 700;
	margin: 0;
	padding: 0 0 0;
}

.slick-room {
	gap: 15px 0px;
}

.placerat-desc p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}

.placerat-desc .title {
	
	color: #333;
	display: inline-block;
	padding: 10px 0px 15px;
	font-size: 17px;
	width: 100%;
}

.video-one__action {
	position: absolute;
	top: 155px;
	right: 130px;
	z-index: 3;
}
.collection-block{
	gap: 20px 0;
}
.collection-block .collection-hedding{
	text-align: left;
	margin-bottom: 30px;
}
.collection-block span.Modern-hedding{
	width: 100%;
	text-align: justify !important;
}
@media (max-width: 767px) {
	.video-one__action {
		top: 50px;
		right: 50px;
	}
}

.video-one__action .popup-video {
	display: inline-block;
	font-size: 20px;
	color: #fff;
	background: #f8af59;
	text-align: center;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	width: 80px;
	height: 80px;
	line-height: 80px;
}

.video-one__action .popup-video::before {
	position: absolute;
	content: '';
	left: -40px;
	top: -40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 160px;
	width: 160px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.video-one__action .popup-video::after {
	position: absolute;
	content: '';
	left: -20px;
	top: -20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 120px;
	width: 120px;
	border: 1px solid #fff;
	opacity: 0;
	-webkit-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}

.video-two__action {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
}

.video-two__action:before {
	content: '';
	position: absolute;
	bottom: 20px;
	right: -65px;
	width: 49px;
	height: 50px;
	background: url("../images/video-arrow.png") no-repeat bottom right;
}

.video-two__action .popup-video {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-ms-transition: all 0.35s;
	width: 150px;
	height: 150px;

	border-radius: 50%;
	border: 25px solid #fff;
	background: #f8af59;
	-webkit-box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 60px 0 rgba(0, 0, 0, 0.07);
}

.video-two__action .popup-video svg {
	width: 32px;
	height: 32px;
}

@media (max-width: 1024px) {
	.video-two__action .popup-video {
		width: 120px;
		height: 120px;
		font-size: 20px;
	}
}

.video-two__action .popup-video::before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #f8af59;
	opacity: 0;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 2s linear infinite;
	animation: pulse-border-2 2s linear infinite;
}

.video-two__action .popup-video::after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	height: 100%;
	width: 100%;
	border: 1px solid #f8af59;
	opacity: 0;
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s linear infinite;
	animation: pulse-border 1.5s linear infinite;
}
.video-two__title {
  font-size: 22px;
  padding-left: 180px;
}

@media (max-width: 1024px) {
  .video-two__title {
    padding-left: 30px;
    padding-top: 20px;
  }
}

.video-two__title div {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}


@-webkit-keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}
@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.82);
    transform: scale(0.82);
  }
}
.utility-grid{}
.utility-grid>.row{
	gap: 20px 0;
	--gutter: 10px;
}
.utility-grid__item{}
.utility-grid__wrap{
	display: block;
	color: var(--color-base);
	background: #fff url(../images/bg-iconbox.png) no-repeat bottom/cover;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
	padding: 30px;
	border-radius: 10px;
}
.utility-grid__icon{
	width: 65px;
	height: 65px;
	margin-bottom: 10px;
}
.utility-grid__icon img{
	width: 100%;
	height: 100%;
}
.utility-grid__ttl{
	font-size: 20px;
	padding: 5px 0 5px 0;
}
.utility-grid__brief{
	color: #6b6a71;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.utility-grid__wrap:hover .utility-grid__icon img{
    animation: fade-bg2 1.5s ease 0s infinite;
}
@keyframes fade-bg2 {
	0% {
		transform: translate(0);
	}

	25% {
		transform: translate(0, -6px);
	}

	37% {
		transform: translate(0, 6px);
	}

	50% {
		transform: translate(0, -6px);
	}

	60% {
		transform: translate(0);
	}

	100% {
		transform: translate(0);
	}
}
@media(min-width:1800px) {
	.md_slider__thumb .slick-dots {
		display: block;
	}
}

@media(min-width:990px) {
	.utility-grid__brief, .servion p:last-child, .comment-view p{
		text-align: justify;
	}
	.booking-input-box {
		width: calc(83% / 6);
	}


	.section-form-books {
		width: 95%;
	}
}

@media(min-width:1400px) {
	.booking-input-box {
		width: calc(88% / 6);
	}

	.section-form-books {
		width: 84%;
	}
}

@media(min-width:1800px) {
	.booking-input-box {
		width: calc(96% / 6);
	}

}

@media(max-width:1100px) {
	.main-contact .row {
		gap: 10px 0px;
	}

	.booking-input-box {
		width: calc(83% / 3);
		padding: 10px 10px;
	}

	.section-form-books {
		width: 95%;
	}

	.booking-button button {
		padding: 20px 50px;
	}
}



@media(max-width:990px) {

	section.why_choose .collection-hedding h2,
	.block-title .sub-title,
	.collection-hedding h2,
	.section-header__content h2 {
		font-size: 30px;
	}

	.about__image-sm {
		position: absolute;
	}

	.about__image-sm img {
		width: 200px;
		height: 200px;
		object-fit: cover;
		border-radius: 10px;
	}

	.md_slider__item__ct {
		display: none;
	}

	.md_slider__circle {
		display: none;
	}

	.md_slider__item__img:after {
		background: none !important;
	}

	.choose_img .pbtn h2 {
		font-size: 23px;
	}

	.about__content {
		padding-right: 0px;
		margin-bottom: 25px;
	}

	a.news-cat.shadow-sm strong {
		font-size: 10px;
	}

	i.hicon-assembly-restaurant-line img {
		width: 100%;
		height: auto;
	}

	.md_slider__item__img img {
		min-height: unset;
		height: unset;
	}

	section.about.about--shape {
		padding-bottom: 30px;
	}

	.about__image-sm {
		right: 11px;
		bottom: -33px;
		position: absolute;
		animation: floating 4s linear alternate infinite;
		border-radius: 10px;
		overflow: hidden;
	}

	.section-form-books {
		position: unset;
		transform: unset;
		margin: 0 auto;
	}

	.booking-input-box {
		width: 30%;
		margin: 0 11px 25px;
	}

	.main-contact .row {
		flex-wrap: wrap;
		gap: 15px 0px;
	}

	.about__item-inner {
		display: block;
		text-align: center;
	}

	.about__item-content {
		width: 100%;
	}

	.about__item-thumb {
		margin: 0 auto 10px;
	}

	section.collection .row {
		justify-content: center;
	}
	.video-two__title{
	    padding-left: 90px;
        padding-top: 10px;
	}
	section.inner-section{
		padding-top: 35px;
	}
	section.room.bg--section-color{
		padding-block-end: 0;
	}
}

@media(max-width:768px) {
	.banner-desktops:after {
		content: "";
		background: none;
	}



	.bookings__desktop button {
		width: 100%;
	}



	.choose_img img {
		width: 100%;
	}

	.choose_img {
		height: 260px;
		overflow: hidden;
	}

	.booking-input-box {
		width: 100%;
		margin: 0 0px 5px;
		padding: 5px 20px;
	}

	.booking-button button {
		padding: 10px 20px;
	}

	.booking-button {
		margin-left: 0px;
	}

	.common-header h2 {
		font-size: 24px;
		margin: 0;
	}

	.about__content p {
		margin-bottom: 0px;
		padding-bottom: 10px;
	}

	.desc-videos {
		width: 99%;
		font-size: 15px;
	}

	h2.special-font-body-emphasis {
		font-size: 31px;
	}

	span.h-sub-font {
		font-size: 15px;
	}

	.section-header__content p {
		width: 100%;
		margin: 0;
	}

	.section-header__content h2 {
		font-size: 27px;
		margin-bottom: 0;
	}

	.collection-hedding h2 {
		font-size: 27px;
	}

	span.Modern-hedding {
		font-size: 15px;
	}

	.placerat-desc p {
		font-size: 15px;
	}

	.collection-hedding h2 {
		font-size: 27px;
	}

	section.why_choose .collection-hedding h2,
	.block-title .sub-title,
	.collection-hedding h2,
	.section-header__content h2 {
		font-size: 22px;
	}

	a.room-title-link {
		font-size: 27px;
	}

	.choose_img {
		margin-left: 0px;
	}

	.choose_img .pbtn {}

	.choose_img .pbtn svg {
		width: 28px;
		height: 28px;
	}


	.custom-btn {
		font-size: 15px;
		/* padding: 6px 20px; */
	}


	.block-title h2 {
		font-size: 31px;
		padding: 0px;
	}

	.splide__track button svg {
		width: 15px;
		height: 15px;
	}

	.splide__track {
		margin-left: 0px;
	}

	button.slick-next-blogs.slick-arrow {
		width: 30px;
		height: 30px;
		top: 50%;
		left: 0;
	}

	button.slick-prev-blogs.slick-arrow {
		width: 30px;
		height: 30px;
		top: 50%;
		right: 0;
	}

	.about__wrapper .row .clm:nth-child(2) {
		order: 1;
	}

	.about__wrapper .row .clm:nth-child(1) {
		order: 2;
	}

	.md_slider__item__ct {
		display: none;
	}

	.md_slider__circle {
		display: none;
	}

	.md_slider__item__img:after {
		background: none !important;
	}

	.btn-flex-box {
		text-align: center;
		margin-top: 0;
	}
	.about--shape .common-header{
		margin-bottom: 15px;
	}

}

@media (max-width: 767px) {
	.single-gallery h4 {
		opacity: 1;
	}

	.single-gallery h4 a {
		font-size: 20px;
	}

	section.blogs .sub-title {
		font-size: 12px;
	}

	.why_choose .collection-hedding{
		margin-bottom: 20px;
	}
	.splide__track{
		margin-top: 20px;
	}
	.collection-block .collection-hedding{
		margin-bottom: 20px;
	}

}

@media(max-width:550px) {

	.newsletter.newsletter--lowerd .form-control {
		width: 68%;
	}

	.newsletter .subscribe-btn {
		width: 32%;
	}
	.common-header h2{
		font-size: 20px;
	}
	.choose_img img{
		height: 100%;
		min-height: auto;
	}

	h2.special-font-body-emphasis{
		font-size: 25px;
	}
}
