@font-face {
    font-family: 'granville-regular';
    src: url('../../fonts/granville-regular.otf');
}

.slick-next {
    right: 15px;
}

.slick-prev {
    left: 15px;
    z-index: 1;
}

.overview {
    background: #f9f9f9;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.overview-detail b {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.overview-detail p {
    color: #000;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 15px;
}

.overview-img img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.amenities {
    /* background-image: url(../img/overview-bg.png); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background: #004B7D;
}

.amenities-box {
    width: 20%;
    padding-bottom: 50px;
}

.amenities-box p {
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 0;
    padding-top: 10px;
}

.floor-plan {
    /* background-image: url(../img/overview-bg.png); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: #004B7D; */
}

.floor-plan .item p {
    font-family: 'granville-regular';
    color: #c69836;
    text-align: center;
    font-weight: 100;
    margin-bottom: 0;
    font-size: 14px;
    padding-top: 10px;
}

.highlight {
    background: #fff;
    /* background: linear-gradient(0deg, rgba(17, 40, 67, 1) 0%, rgba(7, 26, 48, 1) 45%); */
}

/* the slides */
.highlight .slick-slide,
.eventsWrapper .slick-slide {
    margin: 0 15px;
}

/* the parent */
.highlight .slick-list,
.eventsWrapper .slick-list {
    margin: 0 -15px;
}

.highlight-box p {
    text-align: center;
    color: #000;
    font-weight: 500;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}
.highlight-box img{
    cursor: pointer;
}
.gallery {
    background: #fff;
    /* background: linear-gradient(0deg, rgba(17, 40, 67, 1) 0%, rgba(7, 26, 48, 1) 45%); */
}
.gallery-box{
    padding-bottom: 30px;
}
.gallery-box p {
    text-align: center;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
}
.gallery-box img{
    cursor: pointer;
}
.sidebar-contact {
	position: fixed;
	top: 52%;
	right: -350px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 40px;
	background: #fff;
	/*
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 18;
}

.sidebar-contact.active {
	right: 0;
	-webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

#modalForm input,
.sidebar-contact input,
#popup-modalForm .form-group input {
	width: 100%;
	height: 50px;
	padding: 5px;
	margin-bottom: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	margin-bottom: 0px;
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #000;
	border-radius: 5;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	opacity: 1;
}

#modalForm h2,
.sidebar-contact h2,
#popup-modalForm h2 {
	margin: 0 0 20px;
	padding: 0;
	color: #A6CE39;
	text-transform: uppercase;
	text-align: center;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none
}

.sidebar-contact buuto[type=submit] {
	background: #ca9d75;
	border: 1px solid #ca9d75;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	height: auto;
	padding: 10px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear
}

.sidebar-contact input[type=submit]:focus,
.sidebar-contact input[type=submit]:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.sidebar-contact {
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	right: -350px;
	width: 350px;
	height: auto;
	padding: 40px;
	background: #fff;
	/* -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
	/* box-shadow: 0 20px 50px rgba(0, 0, 0, .5); */
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 999;
}

.sidebar-contact.active {
	right: 0px;
	width: 300px;
}

.sidebar-contact input,
.sidebar-contact textarea,
.sidebar-contact select {
	width: 100%;
	height: 36px;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid rgba(0, 0, 0, .5);
	outline: none;
	color: #000;
}

.sidebar-contact textarea {
	height: 60px;
	resize: none;
}

/*
.sidebar-contact input[type="submit"] {
    background-color: #BE8213 !important;
    color: #fff;
    border-radius: 25px !important;
    border-bottom: 0 !important;
    width: 200px;
    letter-spacing: 2px;
    height: 35px !important;
    font-size: 14px;
}
*/

.toggle {
	position: absolute;
	top: 80px;
	left: -87px;
	width: auto;
	height: auto;
	line-height: 0px;
	text-align: center;
	cursor: pointer;
	background: #c69836;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	padding: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	letter-spacing: 2px;
}

.toggle:hover {
	cursor: pointer;
}

.toggle::before {
	content: 'ENQUIRE NOW';
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 11px;
	-webkit-animation: blink 2s linear infinite;
	animation: blink 2s linear infinite;
}

.sidebar-contact.active {
	right: 0px;
}

.sidebar-contact h2 {
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 0.5px;
	text-align: center;
}

#modalForm .form-group,
.sidebar-contact .form-group,
#popup-modalForm .form-group {
	display: inline-block;
	width: 100%;
	height: 60px;
}

.sidebar-contact .form-group input {
	width: 100%;
	margin: 0 auto;
}

.sidebar-contact .form-group label {
	text-align: center;
}

.sidebar-contact #btnside {
	height: 35px;
	color: #000;
	text-transform: uppercase;
	border: 0px solid #afb1a3;
	font-size: 12px;
	/* font-family: 'bold'; */
	line-height: normal;
	border-radius: 3px;
	background: #fb8741;
	padding: 10px;
	width: 300px;
	cursor: pointer;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline-block;
	position: relative;
	margin: 10px 0;
}

.sub_bt {
	background-color: #c69836 !important;
	border-radius: 28px !important;
	border-bottom: 0 !important;
	color: #fff;
	width: 200px;
	color: #000 !important;
	height: 40px !important;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 auto;
	margin-top: 20px;
	display: block;
	border: none;
	font-size: 14px;
}

.btn-close.close {
	position: absolute;
	right: 0;
	background-color: #A6CE39;
	opacity: 1;
	z-index: 9;
	padding: 10px;
}

#disclaimer .modal-body p {
	margin-bottom: 0;
}

.disclaimer-pop {
	cursor: pointer;
}
.floor-plan .owl-carousel .owl-item img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    border: 2px solid #c69836;
}
.floor-plan .owl-carousel .owl-item img.no-blur {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
img.floorplan-bottom-line {
    position: absolute;
    bottom: 0;
}

.getHeading {
	text-align: center;
	margin-bottom: 50px;
}

#getInTouchForm .getHeading h1 {
	margin: 0;
	font-size: 50px;
	text-transform: uppercase;
	line-height: 70px;
	font-family: 'Open Sans';
	color: #fff;
	font-weight: 700;
}

#getInTouchForm .getHeading h1 span {
	color: #C78B54;
	font-size: 70px;
}

#getInTouchForm .form-group {
	margin-bottom: 50px;
}

#getInTouchForm form label {
	color: #000;
	font-size: 13px;
	font-weight: 500;
}

#getInTouchForm .form-control {
	color: #000;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #C78B54;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button.btn-default span {
	margin-top: 15px;
	display: inline-block;
	color: #E2A92B;
	font-size: 16px;
	border: 1px solid;
	padding: 5px 25px;
}

.error {
	color: red;
	font-size: 12px;
	font-weight: 600;
	padding-top: 5px;
}

.error_msg {
	display: none;
}

.sub_bt {
	background-color: #A6CE39;
	border: none;
	border-radius: 28px;
	color: #fff;
	padding: 5px 30px;
	width: 200px;
	font-size: 16px;
}
.getInTouchWrapper{
    /* background-image: url(../img/overview-bg.png); */
    background-position: 100% 100%;
    background-repeat: no-repeat;
    /* background-size: cover; */
    /* background: #004B7D; */
}
.footer-disclaimer p{
    color: #fff;
    font-weight: 200;
    font-size: 12px;
}
.location{
    /* background: #f9f9f9; */
    /* background: linear-gradient(0deg, rgba(17, 40, 67, 1) 0%, rgba(7, 26, 48, 1) 45%); */
}
.connectvity h4 {
    color: #c69836;
    font-weight: 400;
    font-size: 20px;
    font-family: 'granville-regular';
}
.connectvity p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
}
.connectvity {
    margin-bottom: 30px;
}
.connectvity p span {
    float: right;
}
.location-map a {
    font-size: 12px;
    padding-top: 5px;
    display: inline-block;
}
.highlight .section-title, .gallery .section-title, .getInTouchWrapper .section-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section-title p sup {
    top: -1.5em;
}

.connectvity i.bi {
	color: #FF66C4;
}

.connectvity p a {
	color: #000;
}

.accordion-body ul li + li {
	margin: 10px 0 0;
}

.accordion-body a {
	color: #FF66C4;
}
table, td, th, tr {
    border: 1px solid #000;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}