:root {
	--header-height: 110px;
	--header-sticky-height: 65px;
}


body {
	font-variant-numeric: lining-nums;
	background-color: #faf6ef;
}

/*** Spinner Start ***/
#spinner {
	opacity: 0;
	visibility: hidden;
	transition: opacity .8s ease-out, visibility 0s linear .5s;
	z-index: 99999;
}

#spinner.show {
	transition: opacity .8s ease-out, visibility 0s linear .0s;
	visibility: visible;
	opacity: 1;
}

/*** Spinner End ***/
.container-fluid {
	max-width: 1754px;
}

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 99;
	width: 50px !important;
	height: 50px !important;
	min-width: 50px;
	max-width: 50px;
	font-size: 16px !important;
	padding: 0 !important;
}

h1,
h2,
h3 {
	font-weight: 700 !important;
}

.my-6 {
	margin-top: 6rem;
	margin-bottom: 6rem;
}

.py-6 {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.wow,
.animated {
	animation-duration: 2s !important;
}


/*** Button Start ***/
.btn.btn-primary {
	border: 0;
	font-size: 16px;
	line-height: 50px;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #00525b;
	border-radius: 0;
	padding: 0 1.5rem;
	min-height: 40px;
	color: #fff;
	letter-spacing: 1px;
	box-shadow: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background: #000 !important;
	color: #fff !important;
	box-shadow: none !important;
}

.btn.btn-black {
	color: #fff;
	background-color: #000;
}

.btn.btn-black:hover {
	color: #000 !important;
	background-color: #fff !important;
}

.btn {
	font-weight: 600;
	transition: .5s;
}

.btn-square {
	width: 32px;
	height: 32px;
}

.btn-sm-square {
	width: 38px;
	height: 38px;
}

.btn-md-square {
	width: 44px;
	height: 44px;
}

.btn-lg-square {
	width: 56px;
	height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: normal;
}

/*** Button End ***/


/*** Navbar Start ***/
.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.header {
	z-index: 997;
	position: absolute;
	padding: 10px 3vmax;
	top: 0;
	left: 0;
	right: 0;
	height: var(--header-height);
}

.header.scrolled {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	margin-top: -130px;
	background: #fff !important;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 9px 10px rgb(0 0 0 / 20%);
}

.header.scrolled.awake {
	margin-top: 0;
	height: var(--header-sticky-height);
	-webkit-transition: .3s all ease-out;
	-o-transition: .3s all ease-out;
	transition: .3s all ease-out;
}

.header.scrolled .nav-link {
	font-size: 16px;
}

.header.scrolled .btn.btn-primary {
	line-height: 40px;
	min-height: 40px;
	height: 40px;
}

.header.scrolled img {
	max-height: 40px;
	margin: 0 1rem;
}

.header-right {
	align-items: center;
}

.nav-bar {
	background: var(--bs-light);
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.navbar .navbar-nav .nav-link {
	padding: 10px 12px;
	font-weight: 600;
	font-size: 17px;
	transition: .5s;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
	color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 700;
	vertical-align: middle;
	margin-left: 8px;
}

.nav-link {
	color: #00525b;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	font-family: "Rubik", sans-serif;
}

header .nav-link {
	display: flex;
	align-items: center;
}

.nav-link:focus,
.nav-link:hover {
	color: #00525b;
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		transition: .5s;
		opacity: 0;
	}

	.navbar .nav-item:hover .dropdown-menu {
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
	}
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

#searchModal .modal-content {
	background-color: rgba(255, 255, 255, .95);
}

.hero {
	padding-top: var(--header-height);
}

/*** Navbar End ***/

/***********Home--------------*/
.iconbox h3 {
	font-size: calc(27px + 1vw);
	color: #a79b8e;
	margin-bottom: .5rem;
	line-height: 1;
	text-align: center;
}

.iconbox p {
	text-align: center;
}

.fancybg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: fixed;
	min-height: 37vw;
}

.nav-pills {
	max-width: 300px;
}

.nav-pills .nav-link {
	background: 0 0;
	border: 0;
	border-radius: .25rem;
	font-size: 30px;
	font-family: 'Cormorant';
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	color: #fff;
	font-variant: lining-nums;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: rgb(0 82 91 / 66%);
}

ol,
ul {
	padding-left: 1.1rem;
	margin-bottom: 0 !important;
}

.flowtingdiv {
	max-width: 515px;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.bg-green {
	background-color: #00525b;
}

.ctadiv {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ctadiv h4 {
	font-size: calc(18px + .5vw);
	color: #fff;
	margin: 0;
}

.ctadiv .btn.btn-primary,
#makeAnEnquiry .btn.btn-primary {
	font-size: 14px;
	line-height: 40px;
	background-color: #fff;
	min-height: 40px;
	color: #00525b;
	margin: 1rem;
}

#makeAnEnquiry .btn.btn-primary {
	font-size: 16px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}


/*** Events Start ***/
.event .tab-class .nav-item a.active {
	background: var(--bs-primary) !important;
}

.event .event-img .event-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(212, 167, 98, 0.7);
	border-radius: 8px;
	transition: 0.5s;
	opacity: 0;
	z-index: 1;
}

.event .event-img:hover .event-overlay {
	opacity: 1;
}

/*** Events End ***/


/*** service start ***/
.service .service-item {
	position: relative;
	height: 100%;
	border-radius: 8px;
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-content::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	bottom: auto;
	background: var(--bs-primary);
	border-radius: 8px;
	transition: 1s;
}

.service-item:hover .service-content::after {
	height: 100%;
	opacity: 1;
}

.service-item .service-content-icon {
	position: relative;
	z-index: 2;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
	transition: 1s;
}

.service-item:hover .service-content-icon i {
	color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
	color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
	background: var(--bs-white);
	color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
	transition: 1s !important;
}

/*** Services End ***/


/*** Menu Start ***/
.menu .nav-item a.active {
	background: var(--bs-primary) !important;
}

.menu .menu-item .border-bottom {
	border-bottom-style: dashed !important;
}

/*** Menu End ***/


/*** Youtube Video start ***/
.video {
	position: relative;
	height: 100%;
	min-height: 400px;
	background: linear-gradient(rgba(254, 218, 154, 0.1), rgba(254, 218, 154, 0.1)), url(../img/fact.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
}

.video .btn-play {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	border: none;
	outline: none;
	padding: 18px 20px 18px 28px;
}

.video .btn-play:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background: var(--bs-primary);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100px;
	height: 100px;
	background: var(--bs-white);
	border-radius: 50%;
	transition: all 200ms;
}

.video .btn-play img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video .btn-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid var(--bs-dark);
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@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;
	}
}

#videoModal {
	z-index: 99999;
}

#videoModal .modal-dialog {
	position: relative;
	max-width: 800px;
	margin: 60px auto 0 auto;
}

#videoModal .modal-body {
	position: relative;
	padding: 0px;
}

#videoModal .close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: -30px;
	z-index: 999;
	font-size: 30px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	opacity: 1;
}

/*** Youtube Video End ***/

/*** Events Start ***/
.tab-class .nav-item a.active {
	background: var(--bs-primary) !important;
}

.event-img .event-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
	border-radius: 8px;
	transition: 0.5s;
	opacity: 0;
	z-index: 1;
	text-align: center;
}


.event-img:hover .event-overlay {
	opacity: 1;
}

/*** Events End ***/

/*** service start ***/
.service-item {
	position: relative;
	border-radius: 0;
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
	background: #fff;
	margin-bottom: 2.5rem;
	display: inline-flex;
	width: 100%;
	clear: both;
	min-height: 176px;
	padding: 1rem;
	font-size: 14px;
	line-height: 1.3;
	justify-content: center;
	align-items: center;
}

.service-content::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	bottom: auto;
	background: #000;
	border-radius: 0;
	transition: 1s;
}

.service-item:hover .service-content::after {
	height: 100%;
	opacity: 1;
}

.service-item .service-content-icon {
	position: relative;
	z-index: 2;
}

.service-item .service-content-icon p {
	color: #000 !important;
	font-weight: 600;
	margin-top: 1rem;
}

.service-item:hover .service-content-icon p {
	color: #fff !important;
}

.service-item .service-content-icon i,
.service-item .service-content-icon p {
	transition: 1s;
}

.service-item p {
	margin-bottom: 0 !important;
}

.service-item:hover .service-content-icon i {
	color: var(--bs-dark) !important;
}

.service-item:hover .service-content-icon p {
	color: var(--bs-white);
}

.service-item:hover .service-content-icon a.btn-primary {
	background: var(--bs-white);
	color: var(--bs-dark);
}

.service-item .service-content-icon a.btn-primary {
	transition: 1s !important;
}

/*** Services End ***/


/*** Contact start ***/
.contact-form {
	box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

/*** Contact End ***/


/*** Footer Start ***/
.footer .footer-item a.text-body:hover {
	color: var(--bs-primary) !important;
}

.footer {
	background: #aba4a0;
	padding: 2.5rem 0 0;
	color: #fff;
}

.footer h4 {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 400 !important;
	color: #fff;
	font-family: 'Rubik';
	margin-bottom: 1.5rem;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: #000;
	text-decoration: none;
}

.footer p {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	font-family: 'Rubik';
	margin: 0;
}

.rera-box {
	display: flex;
	align-items: center;
	justify-content: right;
}

.reratext {
	margin-left: 1rem;
}

.reranumber {
	display: flex;
	align-items: center;
	justify-content: start;
	margin-top: .5rem;
}

.reranumber p {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-left: 0.5rem;
	color: #fff;
}

.copyright {
	border-top: 0;
	padding-top: 1.5rem !important;
	background: #a79b8e;
	padding-bottom: 1.5rem !important;
}

.copyright p {
	font-size: 10px;
	font-weight: 300;
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

/*** Footer End ***/

.medium {
	padding: 5vmax 0;
}

.bg-orange {
	background-color: #00525b !important;
}

.herotext {
	text-align: center;
}

.herotext h1 {
	font-size: 6vmax;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #783600;
	color: transparent;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin-bottom: 1.5rem;
}

body p {
	font-weight: 400;
	color: #000;
	line-height: 1.3;
}

.borderedtext {
	display: inline-block;
	padding: 0.5rem 0;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

.borderedtext h3 {
	font-size: 2vmax;
	color: #00525b;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin: 0;
}

.borderedtext h3 span {
	display: block;
	font-size: 1.5vmax !important;
}

.fitout {
	background: #947034;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	display: inline-block;
	padding: 0.8rem 2.5rem;
	transform: skew(-24deg);
}

.fitout h4 {
	font-size: 1.5vmax;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	text-align: center;
	margin: 0;
	transform: skew(24deg);
}

.price {
	display: flex;
	align-items: center;
	justify-content: center;
}

.price p {
	font-size: 1.5vmax;
	color: #00525b;
	font-weight: 700;
	margin-bottom: 0;
	padding: 0 1.5rem;
	border-right: 2px solid;
}

.price p:last-child {
	border-right: 0;
}

.title {
	font-size: calc(27px + 1vw);
	color: #00525b;
	margin-bottom: 1.5rem;
}

.bg-dark .title,
.bg-orange .title {
	color: rgb(255 255 255 / 30%);
}

.colorLocationc {
	color: #dbd3c0 !important;
}

.colorAenities {
	color: rgb(187 98 12 / 30%) !important;
}

.colorAbout {
	color: #dbd3c0 !important;
}

.subtitle {
	font-size: 30px;
	line-height: 1.3;
	color: #947034;
	margin-bottom: 1.5rem;
}

.conul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.conul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding: 0.3rem 1rem;
}

.conul li:last-child {
	border-bottom: 0;
}

/*.fancy-img {
    border: 5px solid #fff;
    box-shadow: 5px 5px 25px rgb(187 98 12 / 20%);
}
.imgbox {
    padding: 1rem;
    text-align: center;
}
.imgbox img{
    border: 8px solid #fff;
    box-shadow: 5px 5px 25px rgb(187 98 12 / 20%);
}*/
.imgbox p {
	font-size: 18px;
	line-height: 1.3;
	margin-top: 1.5rem;
	color: #000;
	font-weight: 500;
	margin-bottom: 0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
	margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
	color: #FFF;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #D6D6D6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background: #869791;
	color: #FFF;
	text-decoration: none
}

.owl-theme .owl-nav .disabled {
	opacity: .5;
	cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
	width: 35px;
	height: 3px;
	margin: 5px 7px;
	background: rgb(0 0 0 / 30%);
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #00525b;
}

body .form-control {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
	border-radius: 0;
	font-family: 'Rubik';
	margin-bottom: 1rem;
	min-height: 40px;
}

.form-control:focus {
	color: #000;
	background-color: #fff;
	border-color: #000;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.nav-item.nav-link i {
	font-size: 26px;
}

.artist {
	position: relative;
}

.artist:after {
	content: "Artist's impression";
	position: absolute;
	bottom: 15px;
	right: 15px;
	color: rgba(255, 255, 255, 0.85);
	font-size: 9px;
	line-height: 1.3;
	display: block;
	z-index: 1;
}


@media (max-width: 600px) {
	body {
		font-size: 16px;
	}

	:root {
		--header-height: 75px;
		--header-sticky-height: 65px;
	}

	.medium {
		padding: 3vmax 0;
	}

	.wow {
		animation: initial
	}

	.header.scrolled img {
		max-height: 30px;
		margin: 0;
	}

	.header.scrolled {
		position: relative;
	}

	.navbar-brand {
		margin-right: 0;
	}

	.navbar {
		justify-content: center;
	}

	.navbar-brand {
		padding-top: 0;
		padding-bottom: 0;
	}

	.navbar-brand img {
		max-width: 200px;
		margin: 0 auto;
	}

	.herotext h1 {
		font-size: 9vmax;
		margin-bottom: 1rem;
		margin-top: 1rem;
	}

	.borderedtext h3 {
		font-size: 3.5vmax;
	}

	.borderedtext h3 span,
	.fitout h4 {
		font-size: 2.5vmax !important;
	}

	.fitout {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.price p {
		font-size: 2.5vmax;
		padding: 0 .6rem;
	}

	.title {
		margin-bottom: 1rem;
	}

	.subtitle {
		font-size: 20px;
	}

	.event-img {
		margin-bottom: 1.5rem;
	}

	.service-item {
		margin-bottom: 1.5rem;
	}

	footer .logo {
		max-width: 150px;
	}

	.footer {
		padding-bottom: 3rem;
	}

	.footer h4 {
		font-size: 20px;
	}

	.footer p {
		font-size: 16px;
	}

	.copyright p {
		font-size: 10px !important;
	}

	.mobilecall {
		position: fixed;
		bottom: 0;
		min-height: 48px;
		background: #00525b;
		width: 100%;
		z-index: 999;
		border-top: 1px solid #fff;
		left: 0;
	}

	.brright {
		border-right: 1px solid #fff
	}

	.mobilecall .btn {
		font-weight: 300;
		font-size: 16px;
		padding: .7rem !important;
		text-transform: uppercase;
		color: #fff;
		width: 100%;
	}

	body .phone-group .code {
		width: 40%
	}

	body .phone-group .input-div {
		width: 60%
	}

	.back-to-top {
		right: 5px;
		bottom: 60px;
	}

	.rera-box {
		justify-content: center;
		margin-top: 2rem;
	}

	.reranumber {
		margin-right: 0;
		margin-top: .5rem;
	}

	.owl-theme .owl-dots .owl-dot span {
		width: 7px;
		height: 2px;
		margin: 5px 4px;
	}

	.fancybg {
		min-height: 350px;
	}

	#v-pills-tab {
		display: flex;
		flex-direction: row !important;
		max-width: 100%;
		margin: 0 !important;
		justify-content: space-evenly;
	}

	.nav-pills .nav-link {
		border-radius: 0;
		font-size: 18px;
	}

	.nav-pills .nav-link i {
		margin-left: .3em;
		transform: rotate(90deg);
	}

	.areashops ul li {
		font-size: 14px;
	}

	.cg-xs {
		padding-right: var(--bs-gutter-x, .75rem) !important;
		padding-left: var(--bs-gutter-x, .75rem) !important;
	}

	.flowtingdiv {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}

	.ctadiv {
		flex-direction: column;
	}

	.ctadiv .btn.btn-primary {
		margin-bottom: 0;
	}
}