
@font-face {
	font-family: morche;
	src: url(../fonts/FontsFree-Net-Borest-Standard.ttf);
}
@font-face {
	font-family: mont-bold;
	src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
	font-family: mont-semibold;
	src: url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
	font-family: mont;
	src: url(../fonts/Montserrat-Medium.ttf);
}
@font-face {
	font-family: mont-light;
	src: url(../fonts/Montserrat-Light.ttf);
}

* {
    font-family: mont;
}

img{
	max-width: 100%;
    height: auto;
}
.newfontcl{
	font-family: mont;
}
.sub-feature{
	font-family: mont-light;
	
}

/*Blog css*/
.spacer {
    width: 80%;
    margin: 0 auto;
}

.section-title h1 {
    text-align: center;
    font-size: 42px;
    margin: 20px 0;
	font-weight: bold;
	font-family: morche;
	color: #d4af37;
}

.col-lg-6 {
    width: 50%;
    margin-bottom: 20px;
    padding: 20px;
}

.blog-list-main {
    border-bottom: 5px solid #d4af37;
	height: 100%;
}
.blog-list-main #Translation h3 {
    font-family: mont-light;
}

.blog-content {
    padding: 15px 0;
	font-family: mont-light;
}


.blog-img img {
	width: 570px;
    height: 330px;
    object-fit: cover;
    border-radius: 5px;
}

.blog-date {
    background-color: #d4af37;
    width: fit-content;
    margin: 10px 0;
    color: #fff;
    padding: 5px 20px;
    border-radius: 15px;
    font-weight: bold;
	font-size: 14px;
}

.blog-title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 10px 0;
    color: #d4af37;
	font-family: 'morche';
}

.blog-title p {
    font-size: 18px;
    color: #787878;
	margin-bottom: 15px;
	font-family: mont-light;
}

.blog-title a {
    font-size: 18px;
    text-decoration: none;
    color: #d4af37;
}
.blog-detail-content h3{
	/* line-height: 1.5; */
	margin-bottom: 5px;
}
.blog-detail-content p{
	margin-bottom: 20px;
	font-family: mont-light;
	text-align: justify;
	line-height: 1.5;
}

.whatsapp-icon {
    position: fixed;
    visibility: visible;
    opacity: 1;
    right: 15px;
    bottom: 100px;
    z-index: 996;
    width: 40px;
    height: 40px;
}

#paginate {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

#paginate span, #paginate a {
    color: #d4af37;
    text-decoration: none;
	font-weight: bold;
}

/* #paginate span, #paginate a {
    color: #fff;
    text-decoration: none;
    background-color: #d4af37;
    padding: 5px 20px;
    border-radius: 15px;
	font-weight: bold;
} */

/*Loader*/
#loader {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: ease;
}


#loader svg {
	width: 200px;
}

#loader.none {
	visibility: hidden;
	opacity: 0;
}

.scroll-bar {
	overflow: hidden;
}

.horizontal {
	width: 10%;
	margin: 1em 0 1em 0;
	height: 1px;
	background-color: #d4af37;
	border: none;
}

p {
	font-size: 16px;
}
h2 {
	font-size: 40px;
}
.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.col {
	padding: 5px;
	flex-wrap: nowrap;
}

.image-col {
	margin-right: 7%;
}

.image-col img {
	margin: 5px;
}

.small-image {
	height: 108px;
}

.large-image {
	height: 227px;
}

.side-by-side-container {
	display: flex;
}

.large-image-container {
	margin-right: 7px;
}

.stacked-image-container {
	display: flex;
	flex-direction: column;
	margin-top: 1px;
}
/* Header section--------------------- */
.page-header-container {
	margin-bottom: 70px;
}

.page-header-span {
	display: flex;
	justify-content: flex-end;
	padding-right: 100px;
}
.page-header {
	/* font-weight: 500; */
	text-align: center;
	font-family: morche;
	font-weight: bold;
	font-size: 42px;
	/* padding: 0 150px 0 0; */
}

.page-header:after {
	display: block;
	height: 1px;
	background-color: #d4af37;
	content: '';
	width: 90px;
	margin: 0.5em auto 0 auto;
}

.page-sub-header {
	font-size: 75%;
	text-align: center;
	letter-spacing: 0.01em;
	font-weight: 300;
	color: #3b331a;
}

/* Header End-------------------------------- */

/* Jumbotron class */
.jumbotron-container {
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		url('../img/banner_image.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.9;
	min-height: calc(100vh - 12vh);
	display: flex;
	color: white;
}

.jumbotron-left {
	flex: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-left: 10%;
	/*gap: 50px;*/
	/* border: 1px solid white; */
}

.jumbotron-left > * {
	margin: 0.5rem;
}
.jumbotron-left p {
	line-height: 1.5;
}

.jumbotron-header {
	text-transform: capitalize;
	font-family: morche;
}

.jumbotron-right {
	flex: 2;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	/* border: 1px solid white; */
}

.jumbotron-form {
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: white;
	width: 70%;
	min-height: 60%;
	border-radius: 5px;
}
.jumbotron-form p {
	margin-bottom: 1em;
	text-align: center;
	font-size: 18px;
}
.jumbotron-form input {
	outline: none;
	width: 80%;
	height: 2.5em;
	padding: 0.5em;
}

.jumbotron-form button {
	background: #d8b74b;
	outline: none;
	width: 80%;
	padding: 0.5em;
	border-radius: 5px;
	cursor: pointer;
	color: white;
	border: none;
}

/* Beginning of enjoy your stay section */
.enjoy-container {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.enjoy-header {
	width: 80%;
	margin: 1em auto;
}
.enjoy-header h1 {
	padding-top: 2em;
}
.enjoy-header > p {
	/* width: 40%; */
	font-family: mont-light;
	/* font-weight: bold; */
}
.enjoy-services {
	display: flex;
	flex-direction: row;
	width: 80%;
	margin: 1em auto;
	margin-bottom: 5em;
	/* border: 1px solid black; */
}
.enjoy-services h2 {
	margin-bottom: 1em;
}
.first-col {
	/* border: 1px solid black; */
	flex: 1;
	margin-right: 2em;
}
.first-col p {
	font-size: 11px;
}
.sec-col {
	/* border: 1px solid black; */
	flex: 1;
	margin-right: 2em;
}
.sec-col p {
	font-size: 11px;
}
.third-col {
	/* border: 1px solid black; */
	flex: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.upper,
.lower {
	padding-left: 2em;
	margin-bottom: 2em;
	position: relative;
}
.enjoy__clock-icon,
.enjoy__fitness-icon,
.enjoy__wifi-icon,
.enjoy__coffee-icon {
	position: absolute;
	top: 0px;
	left: -13px;
}

.enjoy__play-icon {
	position: absolute;
	cursor: pointer;
}

/* End----------------------- */

/* Beginning of simplicity is our watch word section styling */
.special-offers {
	padding: 0 0 80px;
}

.offers-title {
	font-size: 165%;
	margin: 25px 0 15px;
}

.offers-sub-title {
	font-size: 18px;
	color: #3b331a;
	font-weight: 300;
	margin-bottom: 20px;
	font-family: mont-light;
}

.offers-list {
	list-style: none;
	margin-bottom: 30px;
}

.offers-list li {
	margin: 12px 0;
}

.list-icon {
	height: 17px;
	vertical-align: middle;
	margin-right: 5px;
}

.list-text {
	display: inline-block;
}

.btn {
	border-radius: 3px;
	border: 1px solid #d4af37;
	text-transform: uppercase;
	font-size: 55%;
	padding: 10px 18px;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s;
	margin-right: 10px;
}

.btn-fill {
	background-color: #d4af37;
	color: #fff;
}
.rates {
	border-radius: 5px;
}

.rates:active,
.rates:hover {
	background-color: #c9a633;
	border: 1px solid #c9a633;
}

.btn-fill:hover,
.btn-fill:active {
	background-color: #c9a633;
	transform: translateY(-3px);
	border: 1px solid #c9a633;
}

.btn-ghost {
	color: #d4af37;
	background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
	background-color: #d4af37;
	color: #fff;
}

.btn-large {
	font-size: 16px;
	width: 133px;
	padding: 12px;
	text-align: center;
	font-family: morche;
	border-radius: 4px;
	font-weight: 700;
}

/* End----------------------------*/

/* Beginning of client review section styles */
.review-container {
	width: 80%;
	margin: 1em auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.review-header {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.review-header > p {
	text-align: center;
	font-family: mont-light;
}
.cards-container {
	display: flex;
	margin-top: 2em;
	margin-bottom: 4em;
}
.card {
	flex: 1;
	border: 1px solid rgb(158, 158, 158);
	min-height: 40vh;
	margin-right: 2em;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 1em 1em 1em 1em;
	line-height: 1.5em;
}
.card-title {
	font-size: 25px;
}
.card-title.morche {
	font-family: morche;
}
.card-avi {
	width: 30%;
	margin: 2em 0;
}
.card-subtitle {
	margin-bottom: 1em;
}
.card-subtitle.morche {
	font-family: morche;
	/* font-weight: lighter; */
	font-size: 12px;
}
.card-desc {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 300;
	font-family: mont-light;
}
.enjoy-heading{
	font-family: morche;
}
.review-title{
	font-family: morche;
	font-size: 42px;
}
.footer-description-title.logo{
	font-family: morche;
	font-size: 30px;
	margin-bottom: 10px;
}
.footer-desc{
	font-family: morche;
}

/* End----------------------------------------- */

/* @media queries */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.image-col {
		margin: auto;
	}
	.jumbotron-container {
		width: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.jumbotron-left {
		padding: 1rem;
		margin-top: 1rem;
		flex: 0;
		gap: 50px;

	}

	.jumbotron-header {
		font-size: 30px;
		/* text-align: center; */
	}

	.jumbotron-header br {
		display: none;
	}

	.enjoy-services {
		flex-direction: column;
	}
	.enjoy-header,
	.enjoy-container,
	.enjoy-header h1 {
		text-align: left;
	}
	.enjoy-header > p {
		width: 100%;
		font-size: 12px;
		text-align: justify;
	}
	/* Enjoy section icons for mobile */
	.enjoy__clock-icon,
	.enjoy__fitness-icon,
	.enjoy__wifi-icon,
	.enjoy__coffee-icon {
		position: unset;
		padding: 0.5rem;
	}
	.page-header {
		text-align: center;
		padding: 1rem;
		font-size: 24px;
	}
	.cards-container {
		flex-direction: column;
	}
	.card {
		margin-bottom: 1em;
	}
	.page-header:after {
		margin: 0.5em auto 0 0;
		height: 2px;
	}

	.page-header-container {
		margin-bottom: 10px;
	}
	.btn-large {
		margin-bottom: 1em;
		margin: auto;
		font-weight: 700;
		font-size: medium;
		padding: 15px;
	}
	
	.btn-large:hover {
    opacity: 0.8;
    }

	.horizontal {
		margin: 1em auto 1em 0;
	}
	.jumbotron-form {
		width: 90%;
		margin: 1em auto;
		padding: 1em 0.5em;
	}

	.jumbotron-form h3 {
		font-size: 20px;
		text-align: center;
	}
	.jumbotron-form p {
		font-size: 17px;
	}

	.jumbotron-form p br {
		display: none;
	}
	.jumbotron-left p {
		font-size: 12px;
		width: 100%;
		/* text-align: center; */
		margin-bottom: 1em;
		/*gap: 50px;*/

	}

	.jumbotron-right .jumbotron-left,
	.jumbotron-right {
		/*flex: 1;*/
	}
	.jumbotron-form button {
		margin-bottom: 1em;
	}

	.enjoy-services {
		margin-bottom: 0.5em;
	}

	.special-offers {
		padding: 0 0 35px;
	}

	.enjoy__play-icon {
		z-index: 2;
		width: 4rem;
		opacity: 0.9;
		height: 4rem;
	}

	.page-header,
	.enjoy-heading {
		text-transform: capitalize;
		text-align: left;
	}

	.horizontal {
		height: 2px;
		width: 39%;
	}

	.enjoy-heading {
		margin-top: 20px;
		font-size: 21px;
		text-align: left;
	}

	.enjoy-heading br {
		display: none;
	}

	.first-col,
	.sec-col {
		margin-right: unset;
	}

	.upper,
	.lower {
		padding-left: unset;
	}

	.third-col {
		order: -1;
		margin-bottom: 1rem;
	}

	.third-col-video {
		width: 100%;
		filter: drop-shadow(2px 4px 6px black);
	}

	.side-by-side-container {
		flex-direction: column;
	}

	.stacked-image-container {
		flex-direction: row;
	}

	.offers-sub-title {
		padding: 1rem;
		font-size: 14px;
		margin-bottom: 10px;
		text-align: left;
	}

	.offers-sub-title br {
		display: none;
	}

	.offers-list {
		margin-left: 1rem;
	}

	.centered {
		margin: auto 1rem;
		display: block;
		width: 50%;
		text-align: center;
	}

	.img-hide {
		display: none;
	}
	.review-header .horizontal{
		margin: 1em auto 1em auto;
	}
	.review-header > p{
		font-size: 14px;
	}
	.review-title {
		text-align: center;
		font-size: 30px;
	}

	.card {
		width: 100%;
	}

	.card-avi {
		width: 30%;
		display: block;
		margin: 1.5rem auto;
	}

	.card-title,
	.card-subtitle {
		width: 100%;
		text-align: center;
	}

	.card-subtitle {
		font-weight: 300;
	}
	.col-lg-6{
		width: 100%;
	}
	.blog-title h2{
		font-size: 20px;
	}
	.footer-description{
		max-width: 100%;
		margin-bottom: 1rem;
	}
	.footer-description-title{
		margin-bottom: 10px;
		font-size: 24px;
	}
	.footer-container {
		padding: 1.5rem;
	}
	.blog-detail-content h3{
		font-size: 16px;
	}
	.blog-detail-content p{
		font-size: 14px;
	}
}

@media only screen and (max-width: 320px) {
	.small-image {
		display: none;
	}

	.large-image {
		width: 100%;
		object-fit: cover;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) and (max-width: 700px) {
	.jumbotron-container {
		width: 100%;
		flex-direction: column;
		align-items: center;
	}
	.btn-large {
		margin: 0.5em auto 1em 1em;
	}
	.jumbotron-form {
		width: 100%;
		margin: 1em auto;
		padding: 1em 0.5em;
	}
	.enjoy-header,
	.enjoy-container,
	.enjoy-header h1 {
		text-align: center;
	}
	.enjoy-header > p {
		width: 100%;
	}
	.enjoy-services {
		flex-direction: column;
	}

	.page-header {
		padding: 0 100px 0 100px;
	}

	.card {
		margin-bottom: 1em;
	}
	.page-header:after {
		margin: 0.5em auto 0 auto;
	}
	.btn-large {
		margin-bottom: 1em;
	}
	.jumbotron-left h1 {
		font-size: 50px;
		margin-top: 1em;
	}
	.horizontal {
		margin: 1em auto 2em auto;
	}
}
@media only screen and (min-width: 700px) {
	.jumbotron-form {
		margin: 1em 0;
	}
	.jumbotron-form h3 {
		padding-top: 1em;
		font-size: 25px;
		text-align: center;
	}
	.jumbotron-form p {
		font-size: 18px;
	}

	.rates {
		margin-bottom: 1em;
	}
}
@media only screen and (min-width: 954px) {
	.jumbotron-container {
		width: 100%;
		flex-direction: row;
		align-items: center;
	}
	.enjoy-services {
		flex-direction: row;
	}
}
