/* ========= Google Fonts ======== */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

body {
	font-size: 16px;
	color: #222;
}

:root {
	--primary-color: #ddbd68;
	--secondry-color: #103e47;
}

p {
	text-align: justify;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.main-heading {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 800;
	color: #000;
	font-size: 25px;
	text-transform: uppercase;
}

.container-fluid.fluid_gutter {
	padding: 0 50px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Montserrat", sans-serif;
}

/* ========= Header ========*/
.main_menu .navbar-nav {
	margin-right: 240px;
}

.main_menu {
	position: relative;
}

.header_call img {
	height: 16px;
	margin-right: 5px;
}

.header_call {
	position: absolute;
	top: 0;
	right: 60px;
	padding: 8px 20px;
	color: #cdb96b;
	margin-top: 20px;
	display: block;
	font-weight: 800;
	border: 2px solid #b4a35e;
	z-index: 9999;
	border-radius: 30px;
	text-decoration: none;
}

.header_call:hover {
	color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-link {
	color: rgb(209 189 109);
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
	color: rgb(209 189 109);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: var(--primary-color);
}

.navbar {
	background-color: #000;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid #ddbd68;
}

.navbar-brand {
	font-weight: 600;
	color: #333;
}

.navbar-nav .nav-link {
	color: #333;
	font-weight: 500;
	padding: 8px 16px;
}

.navbar-nav .nav-link:hover {
	color: #0d6efd;
}

.logo {
	height: 55px;
}

.download_btn {
	display: inline-block;
	padding: 12px 30px;
	color: #13414d;
	font-size: 16px;
	font-weight: 800;
	cursor: pointer;
	text-transform: uppercase;
	border-radius: 25px;
	margin-top: 10px;
	border: 2px solid #ddbd68;
}

/* ========= Project Slider ======== */
.main_slider .carousel-caption h5 {
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.main_slider .carousel-caption p {
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
}

.carousel-caption {
	background-color: rgba(0, 0, 0, 0.5);
	padding: 1rem 1.5rem;
	border-radius: 10px;
}

.carousel-item img {
	object-fit: cover;
	height: 100vh;
}

@media (max-width: 768px) {
	.carousel-caption {
		font-size: 0.9rem;
		padding: 0.8rem;
	}

	.carousel-caption h5 {
		font-size: 1.2rem;
	}
}

/* ======== Project Overview ========== */
.project-section {
	/* background: linear-gradient(to right, #0b0c2a 50%, #ffffff 50%); */
	padding: 60px 0;
	background: #fafaf4;
	border-bottom: 1px solid #ddd;
}

.project-image {
	max-width: 100%;
	border-radius: 10px;
}

.text-column {
	color: #212529;
	padding-right: 15px;
}

.text-column h2 {
	font-weight: bold;
	margin-bottom: 10px;
}

.text-column h4 {
	font-weight: 600;
	margin-top: 30px;
	margin-bottom: 15px;
}

@media (max-width: 767.98px) {
	.project-section {
		background: #ffffff;
		text-align: center;
	}

	.text-column {
		padding-left: 0;
		padding-top: 30px;
	}
}

  /* ====== PopUP ====== */

.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	height: 420px;
	object-fit: cover;
	width: 100%;
}

.inquiry_message {
	letter-spacing: 1px;
}

.form-control.d_field {
	padding: 12px 0px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	background: transparent;
	border-top: none;
	border-right: none;
	border-left: none;
	border-radius: 0;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background: var(--primary-color);
	color: var(--secondry-color);
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background-color: var(--secondry-color);
	color: var(--primary-color);
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}

.btn-close {
	position: absolute;
	right: 0;
	top: -30px;
	opacity: 1;
	background: none;
}

.btn-close img {
	height: 20px;
}

a.form_call {
	color: var(--primary-color);
	text-decoration: none;
	margin: auto;
	background: var(--secondry-color);
	padding: 9px 20px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 800;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: none;
}
/* Location */
.project_layout {
	margin-top: 40px;
}

/* ======== Unit Plan ==== */
.project_unit {
	padding: 35px 0;
	background: #fff;
}

a.price_request {
	color: var(--secondry-color);
	cursor: pointer;
	text-decoration: none;
	font-weight: 800;
	padding: 5px 10px;
	border-radius: 30px;
}

/* ===== Highlights ========== */
.highlights-section {
	padding: 40px 0;
	background: #fafaf4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.highlights-section ul {
	list-style: none;
	padding-left: 0;
}

.higlights_desc {
	padding-left: 20px;
}

.ticks {
	height: 32px;
	margin-right: 10px;
}

.highlights-section ul li {
	margin-bottom: 10px;
}

.highlight-img {
	border-radius: 10px;
	margin-bottom: 20px;
	width: 100%;
	object-fit: cover;
}

.highlights-section ul li strong {
	display: block;
}

/* ====== Amenities ======== */
.amenities-section {
	padding: 30px 0;
}

.amenities-section h3 {
	font-weight: 700;
	margin-bottom: 15px;
}

.image-grid img {
	width: 100%;
	object-fit: cover;
	border-radius: 8px;
	margin-bottom: 15px;
	margin-top: 15px;
	filter: brightness(0.8);
}

.m-title {
	text-align: center;
	background: #fafaf4;
	padding: 5px 0;
	font-weight: 500;
	color: #000;
	font-size: 15px;
}

.amenities-list ul {
	padding-left: 1rem;
}

.amenities-list ul li {
	margin-bottom: 4px;
}
  /* ======== Pages ======= */
.page-banner img {
	height: 450px;
	width: 100%;
	object-fit: cover;
	filter: brightness(0.5);
	margin-bottom: 20px;
}

.slide .carousel-caption {
	left: 5%;
	bottom: 12.25rem;
	text-align: start;
	padding: 15px 30px;
	width: 55%;
}

.p_price {
	font-size: 35px;
	font-weight: 800;
	border-bottom: 1px solid #ddbd68;
}

.h_snd {
	display: inline-block;
	position: relative;
	background: var(--primary-color);
	padding: 5px 15px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
}

.h_snd:before {
	position: absolute;
	top: 0;
	left: -20px;
	width: 5px;
	height: 100%;
	background: var(--primary-color);
	content: "";
}
  /* ======== Footer ===== */
.footer {
	background-color: #222;
	padding: 40px 0 20px;
	border-top: 1px solid #dee2e6;
}

.footer a {
	color: #eee;
	text-decoration: none;
}

.footer p {
	text-align: center;
	line-height: 1.7;
}

.footer a:hover {
	text-decoration: underline;
}

.disclaimer {
	font-size: 0.85rem;
	color: #eee;
}

.privacy-policy a {
	text-decoration: none;
	color: #000;
}

.privacy-policy {
	padding: 10px 0;
	text-align: center;
}

.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 50px;
	right: 15px;
	background-color: var(--secondry-color);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.icon-phone {
	background-image: url(../images/calls.png);
	background-repeat: no-repeat;
	background-size: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
	margin-top: 10px;
}

.side_inquiry_form {
	position: fixed;
	top: 50%;
	right: -56px;
	background: var(--primary-color);
	padding: 10px 20px;
	z-index: 1080;
	cursor: pointer;
	transform: rotate(-90deg);
	border: 2px solid var(--light-gold);
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border: 1px solid #000;
}

.side_inquiry_form p {
	color: #000;
	margin: 0;
	font-weight: 600;
}

/* ======== Gallery ========= */
.gallery-img {
	border-radius: 25px;
	cursor: pointer;
}

/* ===== FLoor Plans ====== */
.floor-section {
	padding: 40px 0;
	background: #fafaf4;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* ===== Mobile ===== */

.mobile_device img {
	height: 32px;
	margin-right: 5px;
}

.mobile_device {
	background: #ddbd68;
	padding: 5px 0;
	text-align: center;
}

.mobile_device a {
	color: #103e47;
	text-decoration: none;
	font-weight: 600;
}

.mobile_device a span {
	color: #103e47;
	text-decoration: none;
	cursor: pointer;
	font-weight: 600;
}

.mobile_device {
	display: none;
}

@media (max-width: 767px) {

	.slide .carousel-caption {
		left: 0;
		bottom: 0;
		text-align: start;
		padding: 15px 30px;
		width: 100%;
	}

	.p_price {
		font-size: 25px;
	}

	.size_b {
		font-size: 15px;
		font-weight: 600;
	}

	.h_snd {
		font-size: 14px;
	}

	.h_snd:before {
		left: -10px;
	}

	.mobile_device {
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
	}

	.container-fluid.fluid_gutter {
		padding: 0 20px;
	}

	.carousel-item img {
		object-fit: cover;
		height: 200px;
	}

	.main_slider .carousel-caption h5 {
		font-size: 20px;
	}

	.main_slider .carousel-caption p {
		font-size: 14px;
		letter-spacing: 0;
	}

	.project-section {
		padding: 0;
	}

	.text-column h2 {
		font-size: 20px;
	}

	.project-image {
		margin-top: 20px;
	}

	a.price_request {
		border: none;
		padding: 5px 10px;
		text-align: center;
		display: block;
	}

	.highlight-img {
		margin-top: 20px;
	}

	.amenities-section {
		padding: 20px 0;
	}

	.privacy-policy {
		margin-bottom: 40px;
	}

	.navbar-toggler {
		background-color: #ddbd68;
		border: 1px solid #ddbd68;
	}

	.navbar-light .navbar-toggler {
		color: rgb(221 189 104);
		border-color: rgb(221 189 104);
	}
}