/* ======= GOOGLE FONTS ======= */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
	margin: 0;
	padding: 0;
	color: #000;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: "Merriweather", serif;
}

:root {
	--dark-green: #a0d2d5;
	--light-gold: #a0d2d5;
	--dark-gold: #342f4f;
	--white: #fff;
	--black: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Playfair Display", serif;
}

:focus {
	color: var(--dark-gold);
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--dark-green);
}

.form-control:focus {
	border-color: var(--light-gold) !important;
	outline: 0;
	box-shadow: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	background-color: var(--light-gold);
	border-radius: 2px;
}

.container_gutter {
	padding: 0px 60px;
}

.proj_gutter {
	margin-top: 40px;
}

.project-gallery img:hover {
	filter: drop-shadow(2px 4px 6px black);
}

.mt_30 {
	margin-top: 30px;
}

/* ========== HIGHLIGHTS ========== */
.mon_highlights {
	background: #fafaf0;
	margin-top: 20px;
}

.hlts_list {
	padding: 0;
}

.hlts_list li {
	list-style: none;
	line-height: 2;
}

.hlts_list li {
	list-style: none;
	text-transform: capitalize;
}

.hlts_list img {
	height: 20px;
	margin-right: 10px;
	padding-left: -19px;
}

/* ======== MODAL FORM ======== */
.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	height: 420px;
	object-fit: cover;
}

.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: #1e5c7a;
	color: #fff;
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background-color: var(--light-gold);
	color: var(--black);
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}

/* ============== Onscroll Fixed Header ========== */
.f-nav {
	z-index: 1035;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
}

#main-menu-container {
	text-align: center;
	transition: all ease .5s;
}

/* ======== HEADER ======== */

.proj_header_nav.top_header.shadow.f-nav .navbar-nav .nav-link {
	color: #000;
}

.proj_header_nav.top_header.shadow.f-nav .navbar-nav .nav-link:hover {
	color: var(--light-gold);
}

.proj_logo {
	height: 55px;
}

.proj_header_nav .navbar-nav {
	margin-right: 240px;
}

.proj_header_nav {
	-webkit-box-shadow: 0 8px 6px -6px #aba6a6;
	-moz-box-shadow: 0 8px 6px -6px #aba6a6;
	box-shadow: 0 8px 6px -6px #aba6a6;
}

.proj_header_nav .navbar-nav .nav-link {
	color: #000;
	padding-right: 25px;
	font-size: 16px;
	text-transform: capitalize;
}

.proj_header_nav .navbar-nav .nav-link:hover {
	color: var(--light-gold);
}

.bg_project {
	background: var(--dark-gold);
}

.h_call {
	position: absolute;
	top: 0;
	right: 60px;
	padding: 12px 20px;
	color: #000;
	margin-top: 20px;
	display: block;
	border-radius: 0;
	font-weight: 800;
	border: 1px solid #000;
}

.h_call:hover {
	color: #000;
}

.h_call img {
	height: 18px;
}


/* ====== BANNER ======= */
.banners {
	width: 100%;
	height: 100vh;
	position: relative;
}

.enquire_query {
	background-color: var(--light-gold);
	display: inline-block;
	padding: 12px 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 20px;
}

.enquire_query:hover {
	background: #0c1d49;
	color: #fff;
}

.img_blurs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .5;
	content: "";
}

.banners img {
	width: 100%;
	height: 100vh;
}

.banners .carousel-indicators [data-bs-target] {
	width: 30px;
	height: 10px;
}

.banners .carousel-indicators .active {
	opacity: 1;
	background-color: var(--light-gold);
}

.banner_contents {
	position: absolute;
	width: 100%;
	top: 15%;
	z-index: 1025;
}

.banner_desc h1 {
	font-weight: 800;
	text-transform: uppercase;
	color: #fff;
}

.banner_desc h3 {
	font-weight: 800;
	text-transform: capitalize;
	color: #71cbd1;
}

.banner_desc h1 span {
	color: var(--light-gold);
	font-weight: 800;
	display: block;
}

.retail_price {
	margin-top: 40px;
}

.retail_price h6 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.price {
	font-size: 30px;
	font-weight: 800;
	color: #9f7a40;
	background-color: #fff;
	display: inline-block;
	padding: 15px 40px;
	border-radius: 35px;
}

.price sub {
	color: #9f7a40;
}

/* ========= TOP OVERVIEW  ========= */
.mon_description {
	background: var(--light-gold);
	margin: 0;
	text-align: center;
	padding: 20px 0;
}

.mon_description h1 {
	color: #000;
	font-weight: 600;
}

.mon_description h1 span {
	color: #000;
	font-weight: 800;
}

.mon_description p {
	font-weight: 500;
	margin: 0;
	color: #000;
}

.inner-banner img {
	height: 500px;
	filter: brightness(0.5);
	width: 100%;
	object-fit: cover;
}

/* ========= OVERVIEW ======== */
.sob_description {
	background: #fafaf0;
	margin-top: 30px;
}

.sob_desc {
	padding: 30px 35px;
}

.sob_desc p {
	font-size: 15px;
	color: #414141;
	line-height: 1.6;
	text-align: justify;
}

.headings {
	font-size: 40px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.mon_btn {
	display: inline-block;
	padding: 12px 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background-color: #eee;
	border: 1px solid #000;
}

.mon_btn:hover {
	color: #000;
	border: 1px solid #000;
}

.mon_btn img {
	height: 18px;
}

/* ======== RNT ========= */
.life_rtn {
	background-image: url(../image/background.jpg);
	background-size: cover;
	background-position: top;
	/* background-attachment: fixed; */
	position: relative;
	/* background: #deeff0; */
	padding: 30px 0;
}

.life_rtn:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #000;
	opacity: .8;
}

.life_rtn .container-fluid {
	position: relative;
}

.rnt_left_conternt h5 {
	color: #eeeeeed4;
}

.rnt_rgt_conternt p {
	line-height: 1.9;
	margin-bottom: 0;
	color: #eeeeeed4;
}

/* ======== AMENITY ========= */
.amenities_box {
	border: 1px solid #eee;
	margin-top: 25px;
}

.amenities_box img {
	height: 250px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 20px;
}

.amenities_box_desc h5 {
	text-align: center;
	background: #eee;
	padding: 10px;
	margin-bottom: 0;
}
/* ======= GALLERY ======= */
.mon-gallery {
	background: #fff;
	transition: all ease .5s;
	position: relative;
}

.mon-gallery img {
	width: 100%;
}

.mon-gallery img:hover {
	filter: hue-rotate(60deg);
	transition: all ease .5s;
}

.mb_20 {
	margin-bottom: 30px;
}

.mon-gall {
	margin-top: 40px;
}

.mon-gall img {
	border: 1px solid #ddd;
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.mon-gall img:hover {
	filter: hue-rotate(45deg);
}

/* ========= PRICE ======= */
.sob_price {
	margin-top: 40px;
}

.price_box {
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	margin-top: 40px;
}

.price_box span {
	color: #000;
	font-weight: 600;
}

.p_bhk {
	color: #000;
	background: #ddd;
	padding: 5px 0;
}

.area, .p_bhk_price {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}

.area, .p_bhk_price {
	color: #9f7a40;
}

.mon_btn.price_btn {
	background: #000;
	color: #e79413;
}

/* ========= FLOOR PLAN ========== */
.mon_floor_plan {
	position: relative;
}

.mon_floor_plan img {
	border: 2px solid #ccc;
}

.florr_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--light-gold);
	padding: 15px 40px;
	color: #000;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 50px;
	font-size: 15px;
}

.florr_btn:hover {
	background-color: #0c1d49;
	color: #fff;
}

.popup_whatsapp {
	display: block;
	text-align: center;
	background: #1b6e1b;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

.popup_whatsapp span {
	color: #fff;
}

.pr_possession {
	background: #9f7a40;
	display: inline-block;
	padding: 5px 15px;
	color: #fff;
}

.pr_possession span {
	background: #fff;
	display: inline-block;
	padding: 5px 15px;
	color: #9f7a40;
	border-radius: 20px;
	font-weight: 800;
}

/* ======== PRICE ====== */
.invet_box {
	box-shadow: 2px 2px 25px 0px rgba(0, 0, 0, 0.1);
}

.investmet_oppo_desc h5 {
	font-weight: 600;
    color: #000;
    font-size: 20px;
    height: 35px;
    text-transform: capitalize;
    cursor: pointer;
    font-family: "Merriweather", serif;
}

.price_on {
	font-weight: 600;
    color: #2a6568;
    font-size: 20px;
    cursor: pointer;
}

.price_on:hover {
	color: #2a6568;
}

.invet_box img {
	height: 220px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 30px;
}

.investmet_oppo_desc {
	padding: 15px 20px;
}

.investmet_oppo_desc h5, .investmet_oppo_desc a, .investmet_oppo_desc p {
	margin-bottom: 30px;
}

/* ========== LOCATION MAP ========= */
.location_desc {
	padding: 50px;
}

.hlts_list.location_lists li {
	line-height: 2.5;
}
/* ============= FOOTER ========= */
.site-call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 20px;
	right: 15px;
	background-color: var(--light-gold);
	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(../image/calls.png);
	background-repeat: no-repeat;
	background-size: 28px;
	height: 28px;
	width: 28px;
	display: inline-block;
}

.trin-trin {
	animation-name: trin;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	margin-top: 10px;
}

@keyframes trin {
	from {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	20%,
    32%,
    44%,
    56%,
    68% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	23%,
    35%,
    47%,
    59%,
    71% {
		transform: rotate3d(0, 0, 1, 15deg);
	}

	26%,
    38%,
    50%,
    62%,
    74% {
		transform: rotate3d(0, 0, 1, 0deg);
	}

	29%,
    41%,
    53%,
    65%,
    77% {
		transform: rotate3d(0, 0, 1, -15deg);
	}

	80% {
		transform: rotate3d(0, 0, 1, 0deg);
	}
}

.main_footer {
	background: var(--dark-gold);
	text-align: center;
	padding: 40px 0;
	margin-bottom: 0px;
	margin-top: 40px;
}

.main_footer p {
	color: #ccc;
	font-size: 14px;
	line-height: 1.8;
}

.main_footer p b {
	color: #ccc;
	font-size: 16px;
}

.btn-close {
	position: absolute;
	right: 0;
	top: -30px;
	opacity: 1;
	background: none;
}

.btn-close img {
	height: 20px;
}

.proj_gap {
	text-align: center;
	padding: 10px;
	background: #fff;
}

.proj_gap p {
	margin-bottom: 0;
}

.proj_gap a {
	color: #000;
	text-transform: uppercase;
}

.side_inquiry_form {
	position: fixed;
	top: 50%;
	right: -56px;
	background: #000;
	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: #96942f;
	margin: 0;
	font-weight: 800;
}

.project_m-query {
	display: none;
}