/* global styles - global for all pages*/
@import url('https://fonts.googleapis.com/css?family=Comfortaa');
@import url('https://fonts.googleapis.com/css?family=Tangerine&display=swap');

* {
	font-family: 'Comfortaa', cursive;
}

html,
body {
	width: 100%;
	height: 100%;
}
html { scroll-behavior: smooth; }
body.wda-site {
	background: transparent;
	margin-top: 0;
	padding-top: var(--wda-header-offset, 72px);
	overflow-x: clip;
}

#counters {
	display: none;
}

.logo {
	max-width: 210px;
}

.text_center {
	text-align: center;
}

.accent-title {
	font-family: 'Tangerine', cursive;
	font-size: clamp(2.5rem, 8vw, var(--wda-font-size-accent-title, 100px));
	line-height: 1.1;
}

.main_color {
	color: #00B1D8;
}

.main_color_bg {
	background-color: #00B1D8;
}

.main_color_button {
	background-color: #00B1D8;
	border-radius: 8px;
	border-style: none;
	box-sizing: border-box;
	color: #FFFFFF;
	cursor: pointer;
	flex-shrink: 0;
	font-size: 16px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 1.6rem;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
	transition: all .5s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.main_color_button:hover {
	background-color: #00a1c5;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  	transition-duration: .1s;
}


@media (min-width: 768px) {
	.main_color_button {
	  padding: 0 2.6rem;
	}
}


.text {
	line-height: 30px;
}

.outline_button {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 600;
	padding: 12px 40px;
}

.outline_button:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #666;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.light {
	color: #fff;
}


.nopadding {
	padding-left: 0;
	padding-right: 0;
}

.cta {
	padding-top: 3%;
	padding-bottom: 3%;
}

.cta p {
	font-size: 22px;
	letter-spacing: 0.05rem;
}

i.good {
	color: #FFA500;
}

.btn-primary:focus {
	box-shadow: 0 0 0 .1rem rgba(248, 249, 250, .5);
}

#scroll {
	position: fixed;
	right: 20px;
	bottom: 40px;
	cursor: pointer;
	z-index: 1030;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	padding: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-webkit-box-shadow: 2px 4px 9px 1px rgba(0, 0, 0, .15);
}

#scroll i::before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 20px;
	transform: translate(-50%, -50%);
	color: #00B1D8;
	transition: all 0.2s ease-out;
}

#scroll:hover i::before {
	transition: all 0.2s ease-out;
	margin-top: -5px;
}

.hotel_name {
	margin-top: 2%;
}

.fancy-title {
	margin-bottom: 3rem;
	font-weight: normal;
	font-size: 2rem;
}

.text-center.fancy-title span::after {
	content: "";
	display: block;
	height: 5px;
	margin: 20px auto -3px;
	position: relative;
	width: 8%;
}

.fancy-title span::after {
	background-color: #00B1D8;
	content: "";
	display: block;
	height: 4px;
	margin: 20px 0 -2px;
	position: relative;
	width: 30%;
	z-index: 2;
}

/* fases */
.serch_result,
.mybookings {
	padding: 1% 2% 1% 2%;
	background-color: #00B1D8;
	color: #fff;
	margin-bottom: 2%;
	background-image: -webkit-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -moz-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -ms-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -o-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: linear-gradient(to bottom, #2AD6FB, #00B1D8);
}

.no_book_msg {
	padding: 1% 2% 1% 2%;
	background-color: #00B1D8;
	color: #fff;
	margin-bottom: 2%;
	background-image: -webkit-linear-gradient(top, #ABB1BA, #C7CBD1);
	background-image: -moz-linear-gradient(top, #ABB1BA, #C7CBD1);
	background-image: -ms-linear-gradient(top, #ABB1BA, #C7CBD1);
	background-image: -o-linear-gradient(top, #ABB1BA, #C7CBD1);
	background-image: linear-gradient(to bottom, #ABB1BA, #C7CBD1);
}

.mybookings h4,
.serch_result h4,
.no_book_msg h4 {
	margin-bottom: 0;
}

/* end of fases */
.page_img_holder {
	position: relative;
	max-height: 280px;
	min-height: 280px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.page_img_holder > .container {
	position: relative;
	z-index: 1;
}

.row-img-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
}

.page_img_holder .page_title,
.page_img_holder .page_hero_subtitle {
	position: relative;
	z-index: 1;
}

#err_404_page {
	background-color: #F0F0F0;
}

#err_404_page div.err_404_cont {
	padding: 3%;
}

/* global styles*/

/*homepage styles */
#homepage {
	background: url(../../img/background.jpg) no-repeat center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	max-height: 800px;
}

@supports (background-attachment: fixed) {
	@media (min-width: 992px) {
		#homepage {
			background-attachment: fixed;
		}
	}
}

.slider-text h1 {
	font-size: 150px;
	font-weight: 400;
	color: #fff;
	font-family: 'Tangerine', cursive;
}

.slider-text h2 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 200;
	color: rgba(255, 255, 255, .8);
	display: inline-block;
	position: relative;
	letter-spacing: 4px;
}

.slider-text h2::before {
	position: absolute;
	top: 50%;
	left: -170px;
	width: 150px;
	height: 1px;
	content: '';
	background: rgba(255, 255, 255, .6);
}

.slider-text h2::after {
	position: absolute;
	top: 50%;
	right: -170px;
	width: 150px;
	height: 1px;
	content: '';
	background: rgba(255, 255, 255, .6);
}

.searchform {
	width: 100%;
}

.searchform form {
	padding: 3%;
	background: #fff;
	margin-top: -50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.searchform form div {}

.searchform form div select,
.searchform form div input {
	min-height: 50px;
}

.searchform .room-search-guest-counter .form-control,
.searchform .room-search-guest-counter .qnt-btn {
	min-height: 50px;
}

.filters .room-search-guest-counter .form-control,
.filters .room-search-guest-counter .qnt-btn {
	min-height: 38px;
}

.home-aboutus-section {
	margin: 80px;
	text-align: center;
}

@media (max-width: 767px) {
	.home-aboutus-section {
		margin: 40px 16px;
	}

	.slider-text h1 {
		font-size: clamp(2.5rem, 14vw, 80px);
	}

	.slider-text h2 {
		font-size: clamp(1rem, 4vw, 26px);
	}
}

.small-title {
	font-weight: 500;
	letter-spacing: 0.04em;
	margin: 5px 0;
}

.large-title {
	font-size: clamp(2rem, 6vw, var(--wda-font-size-large-title, 75px));
	font-weight: 500;
	margin: 15px 0;
	line-height: 1.15;
}

.home-second-section {
	margin: 120px 0;
	padding: 50px 0;
	background: url(../../img/hotel-swim.jpg) no-repeat center center;
	background-size: cover;
}

.promo-holder {
	margin-top: -80px;
	margin-bottom: -80px;
}

.promo-box {
	padding: 100px 75px;
	background-color: #00B1D8;
}

.promo-box>* {
	color: #fff;
}

.prompo-title {
	font-size: 28px;
	font-weight: 600;
}

.services-box {
	display: flex;
	flex-wrap: wrap;
}

.services-box>* {
	flex: 1 1 160px;
	margin: 10px;
}

.home-third-section {
	margin: 80px 0;
}

.room-holder {
	width: 100%;
	height: auto;
	display: flex;
}

.room-holder .first-col {
	height: 530px;
	margin: 5px;
	width: 50%;
	position: relative;
}

.room-holder .second-col {
	height: 530px;
	margin: 5px;
	width: 50%;
	position: relative;
}

.room-holder .second-col .first-row,
.room-holder .second-col .second-row {
	height: 260px;
	position: relative;
}

.room-holder .first-col img,
.room-holder .second-col img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: .2s transform;
}

.room-holder .second-col .second-row {
	display: flex;
	margin: 10px 0;
}

.room-holder .second-col .first-row .column {
	margin: 0 5px;
	position: relative;
}

.room-holder .second-col .second-row .column {
	margin: 0 5px;
	position: relative;
}

.room-holder .img-holder {
	overflow: hidden;
}

.room-holder .details {
	text-align: left;
	padding: 3px 20px;
	position: absolute;
	bottom: 0px;
	margin: 5px;
	width: 100%;
	z-index: 9;
}

.room-holder .details .room-category-title {
	color: #fff;
	font-size: 22px;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 5px;
}

.room-holder .details .more-link {
	color: #fff;
	font-size: 18px;
	text-shadow: 2px 2px 3px #000;
}

.room-holder .details .more-link:hover {
	text-decoration: none;
}

.home.row-img-overlay {
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 1;
	z-index: 1;
	transition: all 0.2s;
}

.first-col:hover .home.row-img-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.5;
}

/* .first-col:hover img {
	transform: scale(1.1);
} */

.second-col .first-row:hover .home.row-img-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.5;
}

.first-row:hover img {
	transform: scale(1.1);
}

.second-col .column:hover .home.row-img-overlay {
	background-color: rgba(0, 0, 0, 0.1);
	opacity: 0.5;
}

.column:hover img {
	transform: scale(1.1);
}

/* end of homepage */
/* menu */
.main_menu {
	padding: 0px;
}

.main_menu .wda-site-header .wda-header__bar,
.main_menu nav {
	background-color: #fff;
}

/* GOLD theme 
.main_menu .navbar-light a.navbar-brand {padding: 0; margin-left: 1rem;} */
.main_menu .navbar-light .navbar-nav .nav-link {
	color: #444;
	font-size: 18px;
}

.main_menu .navbar-light .navbar-nav .nav-link:hover {
	color: #00B1D8;
}

/* end of menu */
/* footer styles */
.footer {
	padding-right: 5%;
	padding-left: 5%;
	background-color: #222222;
	color: #fff;
	padding-bottom: 2%;
	padding-top: 2%;
}

.footer-copyright {
	background-color: #222;
	color: #fff;
}

ul.list-url {
	list-style: none;
}

ul.list-url li {
	line-height: 30px;
}

ul.list-url li a {
	color: #fff;
	text-decoration: none;
}

.first-col p {
	line-height: 30px;
	text-align: justify;
}

.second-col ul.list-url li a i,
.third-col ul.list-url li a i,
.fourth-col ul.list-url li i {
	margin-right: 10px;
}

ul.list-url li a:hover {
	color: #17a2b8;
}

.footer_cols {
	padding: 2% 3%;
}

.footer-col-title {
	margin-bottom: 30px;
	margin-top: 10px;
}

.footer-social-link {
	display: inline-block;
	height: 40px;
	width: 40px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: inherit;
	border: 1px solid;
	border-color:  #17a2b8;
	border-radius: 50%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	margin-right: 7px;
}

.footer-social-link:hover {
	opacity: 1;
	color: inherit;
	background: #17a2b8;
  	border-color: #17a2b8;
}

.page-footer a {
	color: inherit;
}

.page-footer .list-url li a:hover {
	opacity: 0.85;
}

/* enf of footer styles*/
/* archive rooms */
body#rooms {
	height: 100%;
	min-height: 100%;
}

.rooms_list {
	padding-top: 3%;
}


.sidebar_holder {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 10% 3% 10% 3%;
}

.sidebar_title {
	margin: 0% 5% 10% 5%;
}

.sidebar form div select {
	margin-bottom: 5%;
}

.list_holder {
	padding: 0% 2% 2% 2%;
}

.room_preview {
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding: 2%;
	transition: all .2s linear;
	min-height: 300px;
}

.room_preview:hover {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.room_preview img {
	transition: transform .2s linear;
}

.room_preview:hover img {
	transform: scale(1.2);
	transition: transform .2s linear;
}
.room_info {padding: 30px 20px;}

.img_area {
	float: left;
	overflow: hidden;
}

.preview_img {
	min-width: 350px;
	max-height: 300px;
	overflow: hidden;
}

.information {
	padding-top: 1%;
	padding-bottom: 1%;
	text-align: center;
	background-color: #eee;
	margin-top: 1%;
}

.information div p {
	margin-bottom: 0;
	font-size: 14px;
}

.information div p span {
	font-size: 16px;
}

.price {
	font-size: 23px;
	font-weight: 600;
	color: #00B1D8;
}


.dates input {
	margin-bottom: 5%;
}

#price_bar {
	margin-top: 20px;
}

#price_amount {background: transparent; border:none;}
#price_amount:focus {background: transparent; border:none; box-shadow: none;}
#price_amount:active {background: transparent; border:none; box-shadow: none;}
#price_amount:hover {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-visible {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-within {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-visible {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-within {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-visible {background: transparent; border:none; box-shadow: none;}
#price_amount:focus-within {background: transparent; border:none; box-shadow: none;}
/* end of archive rooms */

/* single room page */
.room-img {
  max-height: 700px;
  min-height: 700px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.room_details {
	padding: 15px 5px;
	box-shadow: 0 10px 50px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	z-index: 2;
}
.room_details h3{
	margin-bottom: 0;
}

.room_price {
	text-align: right;
}

.room_price p {
	margin-bottom: 0;
}

.room_decsription {
	margin-top: 5%;
	margin-bottom: 2%;
}

.room_decsription p {
	margin-top: 2%;
	white-space: pre-wrap;
}
.room_gallery {
	margin-top: 3rem;
}

.room_gallery_holder.gallery_holder {
	margin-top: 1.5rem;
	margin-bottom: 3rem;
}
.book_btn {
	margin-top: 2%;
	margin-bottom: 2%;
}

#map {
	height: 400px;
	width: 100%;
}

.hst-guest-counter input[readonly] {
    background: #fff;
}

.hst-guest-counter input[readonly] {
	background: #fff;
}

.enquiry {
	margin-top: 3%;
	margin-bottom: 3%;
}

.qnt-btn {border: 1px solid #ced4da;}
.enq_hr {
	width: 50%;
	margin-bottom: 3%;
}

.facilities_card {
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 2%;
	padding-bottom: 1%;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	margin-top: 3%;
	margin-bottom: 3%;
	margin-left: 1%;
	margin-right: 1%;
	text-align: center;
	min-width: 200px;
	max-width: auto;
}

.facilities-section {
	padding-top: 5%;
	padding-bottom: 5%;
}

.facilities-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 2.25rem 1.25rem;
	align-items: stretch;
}

.facilities-grid .facilities_card {
	flex: 0 0 calc((100% - 5rem) / 5);
	box-sizing: border-box;
	margin: 0;
	min-width: 0;
	max-width: none;
	min-height: 5.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-top: 0.75rem;
	padding-bottom: 0.65rem;
	position: relative;
}

.facilities-grid .facilities_card > div:last-child {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 0;
}

.facilities-grid .boxText {
	margin-top: 0.25rem;
	margin-bottom: 0;
	line-height: 1.25;
}

.facilities-grid .facilities_card.facilities_card--hidden {
	display: none;
}

.facilities-grid.is-expanded .facilities_card.facilities_card--hidden {
	display: flex;
}

.facilities-load-more {
	display: none;
	width: 100%;
	margin: 1.25rem 0 0;
	padding: 0.5rem;
	border: 0;
	background: transparent;
	color: #676767;
	font-size: 0.875rem;
	letter-spacing: 0.02em;
	text-decoration: underline;
	text-underline-offset: 3px;
	cursor: pointer;
	text-align: center;
}

.facilities-load-more.is-visible {
	display: block;
}

.facilities-load-more:hover,
.facilities-load-more:focus {
	color: #00B1D8;
	outline: none;
}

@media (max-width: 991px) {
	.facilities-grid .facilities_card {
		flex: 0 0 calc((100% - 2.5rem) / 3);
	}
}

@media (max-width: 575px) {
	.facilities-grid .facilities_card {
		flex: 0 0 calc((100% - 1.25rem) / 2);
	}
}

.iconElement {
	display: block;
	border-width: 1px;
	background-image: -webkit-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -moz-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -ms-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: -o-linear-gradient(top, #2AD6FB, #00B1D8);
	background-image: linear-gradient(to bottom, #2AD6FB, #00B1D8);
	border-radius: 4px;
	left: 11px;
	top: -22px;
	z-index: 8;
	width: 37px;
	height: 37px;
	position: absolute;
	color: #fff;
}

.boxText {
	font-size: 13px;
	margin-top: 10px;
	color: #676767;
	text-transform: uppercase;
}

.boxIcon {
	padding-top: 20%;
	font-size: 1.3em;
}

.facilities {
	padding-top: 5%;
	padding-bottom: 5%;
}

.ratings_over {
	color: #FFA500;
}

form#booking_form {
	width: 100%;
}

#res_btn {
	text-decoration: none;
}

#reservation_msg,
#reservation_msg_error {
	display: none;
	width: 100%;
	text-align: center;
	background: #A3D133;
	padding: 2%;
	padding-bottom: 2%;
	color: #fff;
	font-weight: 400;
	text-shadow: 1px 1px 2px #666;
}

#reservation_msg_error {
	background: #EF473A;
}

.add_favorite:hover {
	color: #B30000;
}

/* end of single room page */

/* calendar plugin */
.ui-datepicker {
	width: 15em;
}

.ui-widget-header {
	border: none;
	background: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight {
	border: 1px solid #00B1D8;
	background: #00B1D8;
	color: #fff;
}

/* end of calendar plugin */

/*price slider */
#price-slider {
	width: 100%;
	border: 1px solid #ccc;
	background: #eee;
	height: 8px;
}

#price-slider span {
	z-index: 1;
	top: -.4em;
}

#amount {
	border: 0;
	color: #00B1D8;
	font-weight: bold;
	margin-top: 20px;
}

/* end of price slider */

/* contact page */
.infoBoxes {
	padding: 6%;
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.2);
	margin-top: 2%;
	margin-bottom: 2%;
	max-height: 200px;
}

.text-center.fancy-title::after {
	content: "";
	background: #ddd;
	display: block;
	height: 1px;
	margin: 0 auto;
	position: relative;
	width: 25%;
}

.infoContact {
	margin-top: 5%;
	margin-bottom: 3%;
}

#contact-form .form-group label {
	color: #777;
}

#forma {
	margin-top: 2%;
	margin-bottom: 3%;
}

/* end of contact page */
/* about page */
.hotel_description {
	margin-top: 5%;
	margin-bottom: 5%;
	text-align: justify;
}

/* end of about page */

/* facilities page */
.hotel_facilities {
	margin-top: 3%;
	margin-bottom: 0%;
}

.facility_box {
	padding: 2%;
}

.facilities_serv_cont {
	padding: 3%;
	font-size: 18px;
	color: #fff;
	background-color: #00B1D8;
}

ul.services_list li {
	list-style: none;
	text-shadow: 1px 1px 3px #999;
}

ul.services_list li::before {
	content: '✓';
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
	color: #fff;
}

.facilities_chess_text {
	padding: 5%;
}

.banner_1 {
	padding: 0% 3%;
}

/* end of facilities page */

/* gallery page */
.gallery_description {
	margin-top: 80px;
}

.gallery_holder {
	margin-top: 80px;
}

.masonry {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	margin-left: 5px;
}

.masonry-item {
	flex: auto;
	display: block;
	height: 380px;
	min-width: 150px;
	margin: 0 8px 8px 0;
	overflow: hidden;
	background-color: #222222;
	color: #fff;
	position: relative;
}

.masonry-img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	filter: grayscale(0%);
	transition: filter 0.5s;
}

.masonry-item:hover .masonry-img {
	filter: grayscale(60%);
}

.masonry-item:nth-child(4n+1) {
	width: 250px;
}

.masonry-item:nth-child(4n+1):nth-child(4n+2) {
	width: 325px;
}

.masonry-item:nth-child(4n+1):nth-child(4n+3) {
	width: 180px;
}

.masonry-item:nth-child(4n+1):nth-child(4n+4) {
	width: 380px;
}

.zoom {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
	transition: opacity 0.6s;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 40px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: -50px;
}

.zoom::before {
	font-size: 20px;
}

.masonry-item:hover .zoom {
	opacity: 1;
	color: #fff;

}

/* end of gallery page */

@media only screen and (max-width:768px) {
	.slider-text h1 {
		font-size: 80px;
	}

	.searchform form div select,
	.searchform form div input {
		margin-bottom: 10px;
	}

	.slider-text h2::before {
		content: none;
	}

	.slider-text h2::after {
		content: none;
	}

}

@media only screen and (max-width:480px) {
	.slider-text h1 {
		font-size: 45px;
	}
}