@charset "UTF-8";
/*!
Theme name : casagrand-laurels
Description : Custom theme for Casagrand laurels
Author : Socialbeat
Author URI : https://socialbeat.in
Version : 1.0.0
Theme URI : https://socialbeat.in/
//*! */



* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.5;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	text-decoration: none;
	outline: none;
	color: inherit;
}

a:hover {
	cursor: pointer;
}

a:focus {
	outline: none;
	box-shadow: none;
}

@font-face {
	font-family: 'Biospace';
	src: url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.woff2') format('woff2'),
		url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.woff') format('woff'),
		url('/wp-content/themes/casagrand-laurels/fonts/BiospaceRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Gotham';
	src: url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.woff2') format('woff2'),
		url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.woff') format('woff'),
		url('/wp-content/themes/casagrand-laurels/fonts/Gotham-Book.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'FuturaBT';
	src: url('/wp-content/themes/casagrand-laurels/fonts/FuturaBT-Medium.woff2') format('woff2'),
		url('/wp-content/themes/casagrand-laurels/fonts/FuturaBT-Medium.woff') format('woff'),
		url('/wp-content/themes/casagrand-laurels/fonts/FuturaBT-Medium.ttf') format('truetype');
	font-style: normal;
	font-display: swap;
}

p {
	font-family: 'Gotham', 'sans-serif';
	color: #000000;
}

h1,
h2 {
	font-family: 'FuturaBT', 'sans-serif';
}

table,
th,
td {
	border: 1px solid white;
	border-collapse: collapse;
}

table {
	width: 100%;
	text-align: center;
}

td {
	padding: 15px 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

th,
td {
	white-space: nowrap;
	word-break: keep-all;
}

body section.container-fluid.cgpr-download-section.dark-blue-bg .gform_wrapper .gfield .iti .iti__selected-dial-code {
	color: #fff !important;
}

body section.container-fluid.cgpr-download-section.dark-blue-bg .gform_wrapper .iti__arrow {
	border-top: 4px solid rgb(255 255 255) !important;
}

.nav-item .nav-link {
	font-family: 'FuturaBT', 'sans-serif';
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	transition: 0.3s all;
	margin: 0px 15px;
	letter-spacing: 2px;
}

.nav-item .nav-link:last-of-type {
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.nav-item .nav-link active,
.nav-item .nav-link:hover {
	color: #9797b8;
	transition: 0.3s all;
}

.navbar-nav .nav-item {
	position: relative;
}

.navbar-nav .nav-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 12px;
	right: -32px;
	height: 14px;
	width: 2px;
	margin-right: 20px;
	background-color: #fff;
}

.chat-icon {
	position: fixed;
	bottom: 2rem;
	left: 2rem;
	z-index: 999;
}

.cg-nav {
	display: flex;
	justify-content: space-around;
	width: 100%;
}

.bounce-animate {
	animation: bounce 5s ease infinite;
}

@keyframes bounce {

	0%,
	20%,
	50%,
	80%,
	100% {
		transform: translateY(0);
	}

	40% {
		transform: translateY(-30px);
	}

	60% {
		transform: translateY(-15px);
	}
}

.dark-blue-bg {
	background-color: #000000;
}

.color-gold {
	color: #000000;
}

.cg-title h2 {
	font-size: 48px;
	text-transform: uppercase;
}

.cg-title h3 {
	font-size: 30px;
	color: #000000;
	font-family: 'Gotham';
	font-style: italic;
}

.gradient-section-bg {
	background: linear-gradient(0deg, rgba(245, 242, 237, 1) 0%, rgba(255, 255, 255, 1) 50%);
	padding: 0 0 75px 0;
}

.fancy-separator img {
	max-width: 376px;
	width: 100%;
}

#enquire-call-button {
	display: none;
}

#show-on-sm {
	display: none;
}

.scrolled {
	background-color: #000000 !important;
	/* Light gray */
}

/*Header ends*/
.gchoice {
	display: flex;
	align-items: baseline;
}

.gfield-choice-input {
	min-width: 15px !important;
}

#label_1_7_1 {
	font-size: 12px;
	position: relative;
	top: -3px;
}

#input_1_7 .gfield-choice-input,
#label_1_7_1 {
	pointer-events: none;
}

#label_1_7_1 a {
	cursor: revert;
	pointer-events: visible !important;
}

/*Banner Starts*/
.cgpr_header {
	padding: 15px 0;
	transition: background-color 0.3s ease;
}

.absolute-header {
	/* position: absolute; */
	z-index: 2;
	width: 100%;
}

.logo-div img {
	width: 120px;
}

.phone-div {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.call-us p {
	margin: 0;
	margin-left: 34px;
	font-size: 16px;
	font-weight: 500;
	color: #000;
}

.call-us-num {
	display: flex;
	align-items: center;
}

.call-us-num img {
	width: 26px;
	margin: 0px 8px 0 0;
}

.call-us-num a {
	font-size: 24px;
	font-family: 'FuturaBT', 'sans-serif';
	line-height: 1;
	color: #fff;
}

.call-us-num a span {
	line-height: 1;
}

.anniversary-img {
	position: absolute;
	right: 30px;
	bottom: 2%;
}

/**/
.banner-image {
	/*	height: 750px;*/
	height: 100vh;
	padding: 0;
	object-fit: cover;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	position: relative;
}

.banner-text {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	padding: 10px 20px;
	right: 0;
	top: 90%;
	text-align: center;
	width: 100%;
	font-size: 14px;
}


/*download brochure styles starts*/
.broch-list-title {
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #937845;
	padding: 15px 20px 15px 34px;
	border-radius: 4px;
	background: #ffffff url('https://casagrandmedora.com/wp-content/themes/casagrand-laurels/img/pdf.png') no-repeat 12px center;
	background-size: 14px;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
}

.broch-list ul {
	padding: 0;
	background: #fff;
	list-style-type: none !important;
}

.broch-list-title {
	padding-right: 30px;
	position: relative;
}

.broch-list-title:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 18px;
	width: 14px;
	height: 14px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(https://casagrandmedora.com/wp-content/themes/casagrand-laurels/img/down-arrow.svg);
	transform: rotate(0deg);
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
}

.broch-list-title.active:after {
	transform: rotate(180deg);
}

.broch-list {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 75%;
}

.broch-list ul {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	margin-top: -3px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
	display: none;
}

.broch-list ul li {
	clear: both;
	border-top: 1px solid #937845;
}

.broch-list ul li a {
	display: block;
	background-color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 34px;
}

.enquire-button,
.brochure-button {
	margin: 15px 0;
}

.enquire-brochure {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	bottom: 4%;
	font-family: 'FuturaBT', 'sans-serif';
	color: #fff;
	flex-flow: row wrap;
	letter-spacing: 3px;
}

.enquire-brochure span {
	margin: 0 30px;
	font-size: 27px;
	border-bottom: 3px solid #fff;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.2s linear all;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px 10px;
}

.enquire-brochure span:hover {
	padding-bottom: 2px;
	border-bottom: 5px solid #fff;
	transition: 0.2s linear all;
}

/*download brochure style ends*/

.banner-image video {
	max-width: 100%;
	object-fit: cover;
	/*    height: auto;*/
}

.banner-image:before {
	content: '';
	position: absolute;
	/*  background: rgba(0, 0, 0, 0.5);*/
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.banner-form {
	/*	height: 800px;*/
	height: auto;
	max-width: 100%;
	background: rgb(113, 89, 51);
	background: linear-gradient(0deg, rgba(113, 89, 51, 1) 30%, rgba(170, 140, 80, 1) 100%);
}

.banner-form h2 {
	color: #fff;
	font-size: 35px;
	font-family: 'FuturaBT', 'sans-serif';
	text-transform: uppercase;
}

.form-main {
	width: 100%;
	max-width: 300px;
	text-align: center;
	position: absolute;
	right: 3%;
	top: 17%;
	background: rgba(255, 255, 255, 0.75);
}

#enquire-form h2 {
	font-size: 24px;
}

.form-text {
	font-size: 12px;
	margin: 0;
	padding: 0 10px;
}

#gform_fields_1,
#brochure-popup #gform_fields_2 {
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 auto;
	width: 100%;
	max-width: 300px;
}

.form-main h2 {}

#gform_fields_1 .gfield .ginput_container input,
#brochure-popup #gform_fields_2 .gfield .ginput_container input {
	background: transparent !important;
	border: 0;
	color: #000;
	border-width: 1px;
	font-size: 12px;
	border-style: solid;
	border-image: linear-gradient(to left, transparent, #05050596, transparent) 0 1 100%;
	transition: 0.3s all;
	min-width: 90px;
	margin: 5px 0 0 0;
}

#gform_fields_1 .gfield .ginput_container input::placeholder {
	color: #000 !important;
	opacity: 1;
	transition: 0.3s all;
}

#input_1_5 {
	margin-top: 15px;
}

#gform_fields_2 .gfield .ginput_container input::placeholder {
	color: #ffffffa3;
	transition: 0.3s all;
}

.gform_footer {
	max-width: 6px 0 0;
	padding: 0 0 10px 0;
}

#gform_fields_1 .gfield .ginput_container input:focus,
#brochure-popup #gform_fields_2 .gfield .ginput_container input:focus {
	outline: none;
	border-image: linear-gradient(to left, transparent, #05050596, transparent) 0 1 100%;
	transition: 0.3s all;
}

#gform_1 .gform-body.gform_body,
#brochure-popup #gform_2 .gform-body.gform_body {
	padding: 15px;
}

#gform_submit_button_1,
#brochure-popup #gform_submit_button_1 {
	padding: 4px 13px;
	text-transform: uppercase;
	font-size: 14px;
	color: #ffffff;
	border-radius: 3px;
	border-color: transparent;
	background: #000000;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0 !important;
	padding: 0 0 5px 0 !important;
}

#gform_submit_button_2 {
	margin: 0;
}

.gform_footer {
	justify-content: center;
}

.gform_wrapper.gravity-theme .gform_footer,
.gform_wrapper.gravity-theme .gform_page_footer {
	margin: 0px;
	padding: 0px 0 10px 0;
}

/*Banner ends*/
/*Three icon starts*/
.three-icons {
	padding: 40px 0;
}

.three-icon-sec {
	justify-content: space-between;
	align-items: center;
	flex-flow: row wrap;
}

.three-icon-1 {
	text-align: center;
	width: 100%;
	max-width: 340px;
}

.three-icon-1 img {
	width: 40px;
	margin-bottom: 15px;
}

.three-icon-1 p {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Gotham', 'sans-serif';
}

/*Three icon ends*/
.overview {
	padding: 60px 0;
	background: #000;
	color: #fff;
}

.overview h1 {
	font-size: 48px;
	color: #fff;
}

.overview h2 {
	text-transform: uppercase;
	font-size: 28px;
	margin-top: 40px;
	color: #fff;
}

.overview-content p {
	line-height: 1.75rem;
	text-transform: uppercase;
	font-size: 13px;
	margin-top: 20px;
	color: #fff;
}

/*Amenities*/
.span-see-amenities {
	cursor: pointer;
	font-size: 25px;
	background-color: #000000;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 5px;
	line-height: 1rem;
	text-transform: uppercase;
	font-family: 'FuturaBT', 'sans-serif';
}

/*Gallery*/
.gallery h2 {
	padding-top: 30px;
}

.gallery #nav-tab {
	justify-content: space-around;
	display: flex;
	border: 0;
	padding: 0 0 50px 0;
}

.gallery #nav-tab .nav-link {
	font-size: 25px;
	background-color: #e6e7e8;
	color: #000000;
	padding: 20px;
	margin: 0 20px;
	border-radius: 5px;
	line-height: 1rem;
	text-transform: uppercase;
	font-family: 'FuturaBT', 'sans-serif';
}

.gallery #nav-tab .nav-link.active {
	background-color: #000000;
	color: #ffffff;
}

.gallery-slide img {
	height: 350px;
	object-fit: cover;
	width: 100%;
}

.slick-slide {
	padding: 20px;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	font-size: 50px;
	color: #fff;
	z-index: 55;
}

.slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

.prev-arrow {
	left: -40px;
	width: 40px;
	height: 30px;
	background-image: url(/wp-content/themes/casagrand-laurels/img/left-icon.png) !important;
	z-index: 5;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.next-arrow {
	right: -40px;
	width: 40px;
	height: 30px;
	background-image: url(/wp-content/themes/casagrand-laurels/img/right-icon.png) !important;
	z-index: 5;
	background-repeat: no-repeat !important;
	background-size: contain !important;
}

.slide-arrow {
	background: transparent;
	border: 0;
}

/*Virtual section*/
.virtual-section h2 {
	padding-top: 30px;
}

.vt-1-box {
	position: relative;
}

.vt-1-box p {
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 10px 35px 10px 16px;
	right: 12px;
}

/*Salient Features Section*/
.salient-features-section {
	padding: 80px 0;
}

.salient-features-section .flex-con {
	width: 100%;
}

.salient-features-section .flex-con ul {
	display: block;
	flex-direction: column;
	height: 100%;
	/*  justify-content: space-between;*/
}

.salient-features-section .flex-con ul li {
	text-transform: uppercase;
	background: url(/wp-content/themes/casagrand-laurels/img/white-diamond-icon.png) no-repeat 4px 4px transparent;
	list-style-type: none;
	margin: 14px;
	padding: 0px 0px 0px 40px;
	vertical-align: middle;
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	display: inline-block;
	width: 47%;
	vertical-align: text-top;

}

/*Videos section*/
.videos-section .flex-con {
	width: 50%;
	position: relative;
	padding: 0 15px;
}

.videos-section h2 {
	padding-top: 30px;
}

.videos-section .flex-con h3 {
	font-size: 30px;
	color: #939598;
	font-family: 'Gotham';
}

.videos-section .flex-con-main {
	height: 345px;
}

.videos-section #play-button-1,
.videos-section #play-button-2,
.videos-section #play-button-3 {
	position: absolute;
	top: 54%;
	width: 70px;
	left: 50%;
	border-radius: 50%;
	cursor: pointer;
	transition: 0.5s linear all;
	transform: translateY(-50%) translateX(-50%);
}

#click-vid-1,
#click-vid-2,
#click-vid-3 {
	transition: 0.5s linear all;
	cursor: pointer;
	height: 100%;
	max-height: 300px;
	width: 100%;
	object-fit: cover;
}

.videos-sec-con iframe {
	height: 100%;
}

.img-iframe {
	height: auto;
	width: 100%;
}

.videos-sec-con {
	align-self: center !important;
	justify-content: center;
}

#play-button-1:hover,
#play-button-2:hover,
#play-button-3:hover {
	box-shadow: rgb(244 244 244 / 80%) 0px 22px 70px 4px;
	transition: 0.5s linear all;
}

#click-vid-1:hover,
#click-vid-2:hover,
#click-vid-3:hover {
	box-shadow: rgba(0, 0, 0, 0.8) 0px 22px 70px 4px;
	transform: translateY(-5px);
	transition: 0.5s linear all;
}

#conversion-play-vid-1,
#conversion-play-vid-2,
#conversion-play-vid-3 {
	display: none;
}

/*Configiration*/
.cgpr-configuration h2 {
	padding-top: 30px;
}

.market-offer-price {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
}

.market-offer-price span {
	font-size: 18px;
	margin-right: 20px;
	font-family: 'Gotham';
	font-weight: bold;
	padding: 7px 18px;
	margin: 15px 0;
}

.market-offer-price span:nth-of-type(1) {
	background: #cecfd1;
	color: #3a4048;
}

.market-offer-price span:nth-of-type(2) {
	color: #ffffff;
	background: #3a4048;
}

.market-offer-price span:nth-of-type(3) {
	background: #ffffff;
	color: #000000;
}

/*map section*/
.cgpr-map-section {
	padding: 0px 0 60px 0;
}

.cgpr-map-section h2 {
	padding-top: 0px;
}

.map-data iframe {
	box-shadow: 1px 1px 20px #8c8b8b;
	width: 100%;
}

/*cgpr Transportation*/
.cgpr-transportation,
.cgpr-mins-section {
	background-color: #000;
}

.cgpr-transportation p {
	margin: 0;
}

.normal-gold-box {
	justify-content: center;
	flex-flow: row wrap;
}

.normal-box {
	border: 1px solid #fff;
	margin: 15px 10px;
	padding: 0px 2px;
	border-radius: 5px;
	width: 200px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s all;
	cursor: pointer;
	flex-direction: row;
}

.normal-box.active {
	background-color: #ffffff;
	transition: 0.2s all;
	border: 1px solid #ffffff;
}

.normal-box.active p {
	color: #000;
	transition: 0.2s all;
}

.main-box {
	min-width: 165px;
	height: 180px;
}

.main-box p,
.normal-box p {
	font-size: 16px;
	color: #fff;
}

.overflow-mins {
	overflow-x: auto;
	width: 100%;
}

.box_mins {
	position: relative;
	border: 1px solid #ffffff;
	border-radius: 10px;
	width: 100px;
	margin: 0px auto 30px auto;
	padding: 15px 10px;
	background: #ffffff;
}

.box_mins.box_mins p {
	font-size: 20px;
	line-height: 1.4rem;
	font-weight: 600;
	margin: 0;
	color: #000;
}

.box_mins span {
	font-weight: 400;
}

.cgpr-mins-section .main-box .gold-line {
	width: 100%;
	margin: 0;
	padding: 0;
	border-style: dashed;
	border-color: #ffffff;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	border-width: 2px;
	position: relative;
	top: 50px;
	z-index: 0;
}

/*Download a brochure section*/
.cgpr-download-section h2 {
	color: #000;
	padding: 30px 0;
}

.cgpr-download-section form {
	display: flex;
	justify-content: center;
}

#gform_fields_2 {
	display: flex;
}

#gform_fields_2 .gfield .ginput_container input {
	background: transparent !important;
	border: 0;
	color: #fff;
	border-width: 1px;
	font-size: 18px;
	border-style: solid;
	border-bottom-color: #939598;
	transition: 0.3s all;
	min-width: 250px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

#gform_2 .gform_footer {
	margin: 0;
	padding: 0;
}

#gform_fields_2 .gfield .ginput_container input:focus {
	outline: none;
	border-color: #ffffff;
	transition: 0.3s all;
}

#field_2_1,
#field_2_3,
#field_2_6 {
	margin: 0 20px 0 auto;
}

#brochure-popup #field_2_1,
#brochure-popup #field_2_3,
#brochure-popup #field_2_6 {
	margin: 0;
}

#gform_submit_button_2 {
	color: #000;
	background: #fff;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 20px;
	border-radius: 3px;
	text-transform: uppercase;
}

.small-text-form {
	line-height: 1.2rem;
	width: 75%;
	margin: 0 auto;
	font-size: 12px;
}

/*form validation styles*/
#gform_1_validation_container,
#gform_2_validation_container {
	display: none;
}

.gfield_validation_message {
	padding: 5px !important;
	width: 100% !important;
	border-color: #fff !important;
	color: #fff !important;
	background: transparent !important;
}

#gform_1 .gfield_validation_message {
	padding: 5px !important;
	width: 100% !important;
	border-color: #000 !important;
	color: #000 !important;
	background: transparent !important;
}

/*thank you page*/
.thank-you-page {
	height: 82vh;
	align-items: center;
	vertical-align: middle;
	display: inline-grid;
}

/*Phone flag css*/
.iti--separate-dial-code .iti__selected-flag {
	background-color: transparent !important;
}

.iti__selected-dial-code {
	color: rgb(21 20 20 / 70%);
}

.iti__arrow {
	border-top: 4px solid rgba(21 20 20 / 70%) !important;
}

.iti__arrow--up {
	border-bottom: 4px solid rgba(21 20 20 / 70%) !important;
}

span.spf-phone.valid-msg {
	color: #fff !important;
}

/*pop-up form styles starts*/
.ovr-enquirenow-popup {
	position: fixed;
	left: 0;
	width: 100%;
	bottom: -100%;
	background: linear-gradient(0deg, rgba(113, 89, 51, 1) 30%, rgba(170, 140, 80, 1) 100%);
	padding: 30px 0;
	z-index: 999;
	transition: bottom 0.3s ease-in-out;
}

.ovr-close-btn,
.book-close-btn {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(https://casagrandmercury.com/wp-content/uploads/2024/02/close-icon-2.png);
}

.ovr-enquirenow-popup.active {
	bottom: 0;
}

.book-enquirenow-popup {
	position: fixed;
	left: 50%;
	width: 300px;
	max-width: 90%;
	max-height: 90vh;
	top: 50%;
	background: linear-gradient(0deg, rgba(113, 89, 51, 1) 30%, rgba(170, 140, 80, 1) 100%);
	padding: 20px 0;
	z-index: 9999;
	transform: translate(-50%, -50%);
	display: none;
}

.ovr-enquirenow-form {
	padding: 15px;
	max-height: calc(90vh - 90px);
	overflow-y: auto;
}

.popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 900;
	display: none;
}

.mercury-video-section {
	padding: 0;
}

.mercury-video-section video {
	width: 100%;
	object-fit: cover;
}

.footer_bg {
	/* background: rgba(0,0,0,.8);*/
}

.footer_bg .call-us p,
.footer_bg .call-us-num a {
	color: #000;
}

.amenties .modal-dialog {
	max-width: 70% !important;
}

.amenties_modal_body ul li {
	width: 31%;
	text-align: left;
	vertical-align: text-top;
	font-size: 14px;
	padding: 10px;
	display: inline-flex;
	font-family: 'Gotham';
	text-transform: uppercase;
	position: relative;
}

.amenties_modal_body li:before {
	content: "";
	position: absolute;
	left: -5px;
	width: 7px;
	height: 7px;
	background: #000;
	border-radius: 50%;
	top: 16px;
}

.videos-sec-con iframe {
	height: 370px;
}

img.closebtn {
	width: 40px;
	float: right;
	cursor: pointer;
}

.close {
	right: 10px;
	float: right;
	position: absolute;
	top: 10px;
	outline: 0px;
	cursor: pointer;
}

.modal-header {
	border-bottom: 0px;
}

h5.modal-title {
	text-align: center;
	padding: 10px;
	font-size: 30px;
	margin: 0px;
}

.thankyouheader {
	/*background: rgba(0,0,0,.8);
    padding: 5px;*/
}

.thankyouheader .call-us p,
.thankyouheader .call-us a {
	color: #000;
}

.logo-div img {
	cursor: pointer;
}

.gform_heading {
	display: none;
}

#input_1_5 {
	margin-top: 0 !important;
}

/*pop-up form styles ends*/
@media screen and (max-width:1200px) {
	.three-icon-sec {
		justify-content: center;
	}

	.gallery-slide img {
		width: 100%;
		height: 400px;
	}

	.img-iframe {
		height: 250px;
	}

	.box_mins.box_mins p {
		font-size: 14px;
	}

	.main-box p,
	.normal-box p {
		font-size: 14px;
		color: #fff;
		text-wrap-style: balance;
	}

	.call-us-num a {
		font-size: 18px;
	}

	.nav-item .nav-link {
		font-size: 12px;
	}
}

@media screen and (max-width:1024px) {
	.banner-form h2 {
		font-size: 30px;
	}

	.cg-title h2 {
		font-size: 40px;
	}

	.cg-title h3 {
		font-size: 30px;
	}

	.videos-section .flex-con h3 {
		font-size: 26px;
	}

	#gform_submit_button_1 {
		font-size: 22px;
	}

	.normal-box {
		margin: 15px 26px;
	}

	.enquire-brochure {
		font-size: 18px;
		flex-flow: row wrap;
	}

}

@media screen and (max-width:1002px) {

	#gform_fields_1,
	#brochure-popup #gform_fields_2 {
		justify-content: center;
	}
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
	.banner-form h2 {
		font-size: 20px !important;
	}

	#gform_submit_button_1,
	#brochure-popup #gform_submit_button_2 {
		padding: 0px 10px !important;
		font-size: 14px !important;
	}

	#gform_fields_1 .gfield .ginput_container input,
	#brochure-popup #gform_fields_2 .gfield .ginput_container input {
		margin: 0 !important;
		font-size: 11px !important;
	}

	#gform_1 .gform-body.gform_body,
	#brochure-popup #gform_2 .gform-body.gform_body {
		padding: 0 !important;
	}
}

@media screen and (max-width:990px) {
	#show-on-sm {
		display: block;
		background-color: #000;
		width: 100%;
		padding: 7px 0;
		color: #fff;
	}

	.navbar-toggler {
		border: 0;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.cg-nav {
		justify-content: flex-end;
	}

	#show-on-sm img {
		width: 19px;
		margin-right: 6px;
	}

	#show-on-sm a {
		color: #fff;
	}

	#show-on-sm .text-center {
		display: flex;
		justify-content: center;
		width: 100%;
		background: #000;
		align-items: center;
	}

	.call-us {
		display: none !important;
	}

	.navbar {
		position: unset;
	}

	.navbar-nav {
		position: absolute;
		z-index: 55;
		background: #fff;
		max-width: 990px;
		width: 100%;
		left: 0;
		top: 94px;
		padding: 20px 0;
		text-align: center;
		transition: 0.3s ease-in;
	}

	.nav-item .nav-link {
		color: #000;
		font-size: 14px;
	}
}

@media screen and (max-width: 768px) {
	html {
		overflow-x: hidden;
	}

	.cgpr-download-section form {
		flex-direction: column;
	}

	#three-icon-2 {
		margin: 20px 0;
	}

	#gform_fields_1,
	#brochure-popup #gform_fields_2 {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	#gform_fields_2 {
		flex-direction: column;
	}

	#gform_fields_1 .gfield .ginput_container input,
	#brochure-popup #gform_fields_2 .gfield .ginput_container input {
		margin: 5px 0;
	}

	#field_2_1,
	#field_2_3,
	#field_2_6 {
		margin: 0 auto;
	}

	#gform_submit_button_1,
	#brochure-popup #gform_submit_button_2 {
		padding: 0px 10px;
		font-size: 18px;
	}

	#gform_submit_button_2 {
		margin: 40px 0 0 0;
	}

	.logo-div {
		justify-content: left;
		display: flex;
		margin: 7px auto;
	}

	.phone-div {
		justify-content: right;
		display: flex;
		margin: 15px auto;
	}

	.banner-image {
		height: 600px;
	}

	footer.cgpr_header .phone-div {
		display: none;
	}

	footer.cgpr_header {
		background-color: #000;
	}

	footer.cgpr_header .logo-div img {
		width: 80%;
		mix-blend-mode: lighten;
	}

	.cgpr-download-section h2 {
		padding: 18px 0;
		font-size: 22px;
	}

	.banner-form {
		height: auto;
		/*		padding: 30px 0;*/
	}

	.banner-form h2 {
		font-size: 30px;
	}

	#gform_1 .gform-body.gform_body {
		padding: 10px 0;
	}

	.gallery h2,
	.virtual-section h2,
	.salient-features-section h2,
	.videos-section h2,
	.cgpr-configuration h2,
	.cgpr-map-section h2 {
		padding: 0;
	}

	.gallery #nav-tab {
		justify-content: center;
	}

	.gallery #nav-tab .nav-link {
		font-size: 18px;
		padding: 13px 10px;
		margin: 10px 10px;
	}

	.gallery-slide img {
		height: 350px;
		object-fit: cover;
	}

	.next-arrow {
		right: 0;
		width: 20px;
	}

	.prev-arrow {
		left: 0;
		width: 20px;
	}

	.vt-1-box iframe {
		height: 350px;
	}

	.salient-ftr-con,
	.videos-sec-con {
		flex-direction: column;
	}

	.salient-features-section .flex-con,
	.videos-sec-con .flex-con {
		width: 100%;
	}

	.salient-features-section .flex-con ul {
		padding: 0;
	}

	.salient-features-section .flex-con ul li {
		font-size: 14px;
		padding: 2px 0px 2px 35px;
	}

	.img-iframe {
		height: 250px;
		text-align: center;
	}

	.videos-section #play-button-1,
	.videos-section #play-button-2,
	.videos-section #play-button-3 {
		width: 50px;
	}

	.videos-sec-con .flex-con {
		margin-bottom: 30px;
	}

	.map-data iframe {
		height: 325px;
	}

	.main-box p {
		font-size: 12px;
	}

	.box_mins.box_mins p,
	.normal-box p {
		font-size: 14px;
	}

	.normal-box {
		margin: 15px 10px;
	}

	#show-on-sm {
		padding: 5px 0;
		position: fixed;
		width: 100%;
		z-index: 888;
		top: -5px;
	}

	#show-on-sm a img {
		width: 13px;
		position: relative;
		top: -2px;
		margin-right: 6px;
	}

	#show-on-sm a span {
		font-size: 12px;
		font-family: 'Biospace';
		color: #fff;
	}

	.cgpr_header {
		padding: 10px 0;
		top: 25px;
		background-color: #0000008a;
		backdrop-filter: brightness(.5);
	}

	.logo-div,
	.phone-div {
		justify-content: center;
		display: flex;
		margin: 0px auto;
	}

	#label_1_7_1 {
		color: #ffffff;
	}

	.logo-div img {
		width: 50%;
	}

	.enquire-brochure span {
		font-size: 16px;
	}

	.span-see-amenities {
		font-size: 18px;
	}

	.form-main {
		position: unset;
		background: #000;
		max-width: 100%;
	}

	#gform_submit_button_1 {
		color: #000;
		background: #fff;
		font-size: 18px;
		padding: 4px 20px;
		margin: 20px;
		border-radius: 3px;
		text-transform: uppercase;
		border: 0;
	}

	#gform_fields_1 .gfield .ginput_container input,
	#brochure-popup #gform_fields_2 .gfield .ginput_container input {
		background: transparent !important;
		border: 0;
		color: #fff;
		border-width: 1px;
		font-size: 15px;
		border-style: solid;
		border-image: linear-gradient(to left, transparent, #ffffff, transparent) 0 1 100%;
		transition: 0.3s all;
		min-width: 100px;
		margin: 15px 0;
	}

	#gform_fields_1 .gfield .ginput_container input::placeholder {
		color: #fff !important;
		opacity: 1;
		transition: 0.3s all;
	}

	#enquire-form h2,
	.form-text {
		color: #fff;
	}

	.iti__selected-dial-code {
		color: rgb(255 255 255 / 70%);
	}

	.iti__arrow {
		border-top: 4px solid rgba(255 255 255 / 70%) !important;
	}

	.iti__arrow--up {
		border-bottom: 4px solid rgba(255 255 255 / 70%) !important;
	}

	#gform_1 .gfield_validation_message {
		padding: 5px !important;
		width: 100% !important;
		border-color: #ffffff !important;
		color: #ffffff !important;
		background: transparent !important;
	}

	.logo-div,
	.phone-div {
		width: 50%;
	}
}

@media screen and (max-width:767px) {
	.banner-form {
		height: 100%;
		padding: 30px 0;
	}

	.banner-image {
		height: 450px;
	}

	.banner-text {
		top: 85%;
		font-size: 10px;
		text-align: center;
	}

	.broch-list {
		top: 70%;
	}

	.broch-list-title {
		padding: 10px 30px 10px 34px;
		font-size: 12px;
	}

	.broch-list-title:after {
		top: 12px;
	}

	.broch-list ul li a {
		font-size: 12px;
	}

}

@media screen and (max-width:500px) {
	.three-icon-1 {
		margin: 40px 0;
	}

	.banner-image {
		height: 400px;
		background-position: 0 50%;
	}

	.banner-text {
		top: 85%;
	}

	.overview h1 {
		font-size: 40px;
	}

	.overview h2 {
		font-size: 24px;
	}

	.cg-title h2 {
		font-size: 28px;
	}

	.cg-title h3,
	.videos-section .flex-con h3 {
		font-size: 20px;
	}

	.img-iframe {
		height: 200px;
	}

	.main-box p {
		font-size: 10px;
	}

	.box_mins.box_mins p,
	.normal-box p {
		font-size: 12px;
	}

	#enquire-call-button {
		display: block;
		position: fixed;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		z-index: 5555;
	}

	a.enq-button {
		color: #937845;
		background: white;
		border: 2px solid #937845;
		padding: 5px 10px;
		font-size: 18px;
		border-radius: 5px;
		width: 49%;
		text-align: center;
		font-weight: bold;
		font-family: 'Gotham';
	}

	.salient-features-section .flex-con ul li {
		width: 90%;
	}

	.amenties_modal_body ul li {
		width: 48%;
		padding: 5px 10px;
	}

	.amenties_modal_body ul {
		padding: 0px;
		margin: 0px;
	}

	.amenties .modal-dialog {
		max-width: 100% !important;
	}

	.amenties_modal_body li:before {
		top: 12px;
	}

	.three-icon-1 {
		margin: 10px 0;
	}

	.overview h1 {
		font-size: 28px;
	}

	.normal-box {
		height: 60px;
	}

	.videos-sec-con iframe {
		height: 260px;
	}

	.anniversary-img {
		position: absolute;
		right: 8px;
		top: 75%;
	}

	.anniversary-img img {
		width: 75px;
	}
}