@font-face {
	font-family: Gotham;
	src: url(../fonts/Gotham.otf);

}

body {
	margin: 0 auto;
	padding: 0px;
	font-family: 'Gotham', sans-serif;
	overflow-x: hidden;
	background: #FFFFFF;
	font-size: 15px;
}

a {
	color: black;
	text-decoration: none
}

h1,
h2,
h3,
h4 {
	font-weight: 700
}


.custom-container {
	padding: 0 7vw;
}

.custom-container2 {
	padding: 0vw 0vw 0vw 7vw;
}


.clear {
	clear: both;
}

.carousel-control-next,
.carousel-control-prev {
	width: 5%;
}

.navbar-expand-lg .navbar-nav .nav-link {
	font-size: 16px;
	color: black;
	padding-left: 12px;
	padding-right: 12px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
	background: #AA9873;
	color: white;
}

.logo {
	margin: 10px 0px 10px 0px;
}

.carousel-control-prev-icon {
	background-image: url(../img/slider_up.svg);
}

.carousel-control-next-icon {
	background-image: url(../img/slider_down.svg);
}

.carousel-caption {
	margin-bottom: 20%;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 266.67%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;

}

#home_info {
	text-align: center;

	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info_line {
	width: 250px;
	height: 2px;
	background: #C2AF85;
	margin-top: 10px;
}

#home_info span,
#home_info h4 {
	background: linear-gradient(90deg, #AA9873 0%, #C2AF85 101.41%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

#home_info p {
	max-width: 1100px;
	color: black !important;
}

#home_info .info_button {
	width: 125px;
	height: 35px;
	color: white;
	background: linear-gradient(90deg, #C2AF85 0%, #AA9873 100%);
	border: none;
	padding-top: 5px;
}

.otels_info_line {
	width: 80px;
	height: 2px;
	background: black;
	margin-top: 10px;
	margin-bottom: 5px;
}

.owl-nav {
	display: none
}

.owl-dots {
	margin-top: 20px;
}

.owl-theme .owl-dots .owl-dot.active span {
	background: #8D7C4D !important
}

.owl-theme .owl-dots .owl-dot span {
	width: 7px !important;
	height: 7px !important;
	border-radius: 50% !important;
}


.bottom-left {
	position: absolute;
	bottom: 6px;
	left: 22px;
	margin-left: -50px;
	color: white;

}

.btn-otels {
	background: linear-gradient(90deg, #AA9873 0%, #C2AF85 100%);
	width: 130px;
	height: 40px;
	border: none;
	color: white;
	margin: 10px 0px 10px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;

}

.btn-otels:hover {
	background: white;
	width: 130px;
	height: 40px;
	border: none;
	color: #AA9873;
	margin: 10px 0px 10px 0px;
	transition: ease-in-out 0.3s;
}

.btn-otels:hover svg path {
	stroke: #AA9873;
}

#home_otels_info {
	overflow-x: hidden;
	margin-top: 100px;
}

#home_otels_info small {
	width: 90%;
	font-size: 13px
}

#home_otels_info .item_img {
	margin-left: -50px;
	max-height: 500px;

}

.parallax-window {
	min-height: 587px;
	width: 100%;
	margin-top: 80px;
	background: transparent;
	overflow-x: hidden;

}



.navbar-toggler {
	box-shadow: none
}

#media_area {
	background: #F6F8FA;
	padding: 20px 0px 50px 0px;
}

#media_area img:hover {
	opacity: 0.8;
}

.media-button {
	height: 50px;
	width: 100%;
	background: black;
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0px 10px 0px 10px;
	border: none;
}

.media-button:hover {
	background: white;
	color: black;
}

.media-button:hover svg path {
	stroke: black;
}

#otels_contact {
	background: white
}

#otels_contact img:hover {
	opacity: 0.8
}

#otels_contact_page img:hover {
	opacity: 0.8
}

.slider_location {
	width: 200px;
	height: 30px;
	background: #FFFFFF;
	opacity: 0.8;
	margin-top: -3rem;
	position: absolute;
	margin-left: 20px;
	padding: 3px 0px 0px 10px;
	font-size: 14px;
	cursor: pointer;
}

footer {
	background: black;

}

footer p,
footer p a,
footer p a:hover {
	color: #979797;
	text-decoration: none
}

footer li {
	list-style-type: none;
	padding-bottom: 8px;

}

footer h5 {
	color: #979797;
	margin-bottom: 15px;
	font-size: 17px;
}

footer ul {
	padding-left: 0rem !important;
}

footer ul.twoCol {
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 1rem;
	column-gap: 1rem;
	max-width: 90%;
}

.foot-dflex {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;

}

.brd-r {
	border-right: 1px solid #363636
}

#copy {
	color: #979797;
	margin: 20px 0px 20px 0px;
	background: white;
	padding-top: 20px;
}

#copy .dflex {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;

}

.header .dropdown-menu.img-dd.show {
	background-color: #fff;
	transform: translate3d(-230px, 0px, 0px) !important;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: center;
	padding: 1.2rem 0.8rem 1.2rem 0.8rem;

}

.mega {
	transition: all .2s ease-in-out;
}

.mega:hover {
	transform: scale(1.05);
}

.dropdown-menu[data-bs-popper] {
	left: 50%;
}

.dropdown-menu .row>* {
	padding-right: calc(var(--bs-gutter-x) * .1);
	padding-left: calc(var(--bs-gutter-x) * .1);
}

.jssor1 {
	position: relative;
	margin: left;
	top: 50px;
	left: 0px;
	width: 1190px;
	height: 120px;
	overflow: hidden;
	visibility: hidden;
}

.jssor-spin {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
}

.jssor-spin-img {
	margin-top: -19px;
	position: relative;
	top: 50%;
	width: 38px;
	height: 38px;
	object-fit: cover
}

.jssor1-slides {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	min-width: 1200px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}

.jssor2 {
	position: relative;
	margin: left;
	top: 55px;
	left: 0px;
	width: 1200px;
	height: 120px;
	overflow: hidden;
	visibility: hidden;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);

}

.jssor2-slides {
	cursor: default;
	position: relative;
	top: 0px;
	left: -50px;
	min-width: 1260px;
	height: 120px;
	overflow: hidden;
	cursor: pointer;
}

.ml10 {
	margin-left: 10px;
}

.obj {
	object-fit: cover
}

.lang {
	display: flex;
	align-items: center;
	color: white;
	padding: 0px 10px 0px 15px;
}

.lang a {
	color: #8D7C4D;
	text-decoration: none;
}

.headerline {
	height: 30px;
	border-right: 1px solid #999999;
	margin-top: 5px;
}

.carousel-indicators [data-bs-target] {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-clip: unset;
	opacity: 1;
	margin: 0px 10px 0px 10px;
	border: 2px solid #fff;
}

.carousel-indicators [data-bs-target].active {
	width: 20px;
	height: 20px;
	background-clip: unset;
	border: 2px solid #fff;
	border-radius: 100%
}

.custom_title {
	position: relative;
}

#page_header .container-fluid {
	--bs-gutter-x: 0rem;
}

#page_header .resp {
	min-height: 200px;
	object-fit: cover;
}

.title_pad {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.breadcrumb {
	color: white;

}

.breadcrumb-item {
	color: white;
}

.breadcrumb-item.active,
.breadcrumb-item a {
	color: white;
	text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
	color: white;
	content: var(--bs-breadcrumb-divider, "⚬");
}

#header_bar {
	min-height: 67px;
	background: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.grid-container {
	width: 100%;
	display: grid;
	grid-auto-columns: 1fr;
	gap: 1em;
	grid-template-areas: 'five five five five five five';
}

.grid-item {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #595959;

}

.grid-item a {
	color: #595959;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

.active.grid-item a,
.grid-item a:hover {
	color: white;
	text-decoration: none;
	transform: scale(1.2);
}

.about_title {
	font-size: 30px;
	font-weight: 500;
	line-height: 35px;
	background: linear-gradient(90deg, #AA9873 0%, #C2AF85 101.41%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	margin-top: 10px;
}

.t1 {
	font-weight: 325;
	font-size: 90px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #ccc;

}

.t2 {
	font-weight: 325;
	font-size: 90px;
	line-height: 24px;
	display: flex;
	align-items: center;
	color: #ccc;
	margin-top: 110px;
}

#about_area p {
	margin-left: 2.5rem;
}

#about_info {
	background: #F6F8FA;
	padding: 15px 0px 15px 0px;
}

#about_info h4 {
	background: linear-gradient(90deg, #AA9873 0%, #C2AF85 101.41%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.about_line {
	width: 120px;
	height: 2px;
	background: #C2AF85;
	margin: 10px 0px 10px 0px;
}

.form_area {
	width: 35%;
}

textarea.form-control {
	height: 100%;
}

.form-control,
.form-select {
	height: 50px;
	border-radius: 0px;
	border: 1px solid #D9D9D9;
	box-shadow: none
}

.form-control:focus,
.form-select:focus {
	border: 1px solid #D9D9D9;
	box-shadow: none
}


.login-button {
	margin-top: 10px;
	width: 100%;
	height: 55px;
	color: white;
	border: none;
	background: linear-gradient(90deg, #C2AF85 0%, #AA9873 100%);
}

.login-button:hover {
	background: linear-gradient(90deg, #AA9873 0%, #C2AF85 100%);
}

.red-input {
	accent-color: #AA9873;
	height: 20px;
	width: 20px;
	margin-right: 5px;
	border: 1px solid #D9D9D9;
	vertical-align: sub;

}

#media_detail_area {
	margin-bottom: 8vw;
}

.contact_button {
	position: relative;
	width: 167px;
	height: 55px;
	border: none;
	color: white;
	background: linear-gradient(90deg, #C2AF85 0%, #AA9873 100%);
	margin-top: -55px;

}

.submit_button {
	color: white;
	border: none;
	width: 100%;
	height: 55px;
	background: linear-gradient(90deg, #C2AF85 0%, #AA9873 100%);
}

.modal-title {
	margin: 0 auto;
	padding: 0px;
}

.modal-header .btn-close {
	padding: calc(var(--bs-modal-header-padding-y) * .0) calc(var(--bs-modal-header-padding-x) * .0);
	margin: calc(var(--bs-modal-header-padding-y) * -) calc(var(--bs-modal-header-padding-x) * -) calc(var(--bs-modal-header-padding-y) * -) auto;

}

.modal-content {
	border-radius: 0px;
}



@media screen and (max-width: 1400px) {

	#otels_contact span {
		font-size: 14px;
	}

	#otels_contact .img_resp {
		width: 50%;
	}


	.brd-r {
		border: none;
	}


}

@media screen and (max-width: 999.9px) {
	.bottom-left {
		margin-left: 0px;
	}
}

@media screen and (max-width: 992px) {
	.mega {
		margin-bottom: 10px;
	}

	.headerline {
		display: none;
	}

	.lang {
		padding: 0px;
		padding-left: 12px;
		padding-top: 10px;
	}

	.form_area {
		width: 50%;
	}


}

@media screen and (max-width: 768px) {

	.m10 {
		margin: 10px 0px 10px 0px;
	}

	.dropdown-menu {
		width: 300px;
	}


	.jssor1 {

		width: 600px;
	}

	.jssor1-slides {
		min-width: 660px;
	}

	.jssor2 {
		width: 600px;
	}

	.jssor2-slides {
		min-width: 660px;
	}

	.grid-container {
		grid-template-areas: 'two two';
		padding: 10px;
	}

	.custom-container2 {
		padding: 0 7vw;
	}


}

@media screen and (max-width: 576px) {

	.form_area {
		width: 95%;
	}

	.carousel-caption {
		margin-bottom: 10%;
	}

	.carousel-caption h3 {
		font-size: 18px;
	}

	.w50 {
		width: 30%;
		padding: 10px;
	}

	.about_title {
		font-size: 27px;
	}
}

@media screen and (max-width: 480px) {


	#home_otels_info small {
		display: none
	}

	.parallax-window {
		min-height: 387px;
		margin-left: 5px;
		width: 98%;
		margin-top: 40px;
	}

	.bottom-left {
		bottom: 0px;
		margin-left: 0px;
	}

	#home_otels_info .item_img {
		margin-left: 0px;
		max-height: 420px;
		min-height: 230px;
		margin-right: 0px;
	}

	.owl-dots {
		margin-top: 20px;
	}

	#home_info {
		padding: 0px 10px 0px 10px;
	}

	#copy .dflex {
		justify-content: center;
	}

	.foot-dflex {
		align-content: flex-start;

	}

	.owl-item {
		width: 360px
	}
}

@media screen and (min-width: 1700px) {

	span,
	p,
	li {
		font-size: 0.80vw !important;
	}

	small {
		font-size: 0.60vw !important;
	}

}

@media screen and (min-width: 2050px) {

	.mb20 {
		margin-bottom: 20px;
	}

	.dropdown-menu[data-bs-popper] {
		left: 70%;
	}

	.form_area {
		width: 30%;
	}

}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.w50 {
		width: 35%;
	}

}


.active.owl-item {
	opacity: 1;
}

.owl-item {
	opacity: 0.5;
}

.shadows {
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	transform: matrix(1, 0, 0, -1, 0, 0);
	margin-top: 10px;
	width: 100%;
	height: 100%;
}

.w50 {
	width: 25%;

}

.h100 {
	height: 100%;
}

.res-info {
	height: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}