/* ======= 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html, body {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	color: #333333;
	letter-spacing: 1px;
	font-weight: 400;
	font-family: "Merriweather", serif;
	/* font-family: "Merriweather", serif; */
	;
}

:root {
	--dark-green: #7b0000;
	--light-gold: #fea116;
	--dark-gold: #fbc95b;
	--white: #fff;
	--black: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Montserrat", sans-serif;
}

:focus {
	color: var(--dark-gold);
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--dark-green);
}

b, strong {
	font-weight: bolder;
	margin-bottom: 5px;
	display: inline-block;
}

.form-control:focus {
	border-color: var(--light-gold) !important;
	outline: 0;
	box-shadow: none;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: var(--light-gold);
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
	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;
}

p {
	font-family: "Roboto", sans-serif;
}

/* ======== Amenities ========= */
.gy_amenities {
	background: #f9f7f0;
	padding: 40px 0;
	border-top: 2px solid #ddd;
}

.am_lists {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto;
	justify-content: center;
	align-items: center;
	gap: 80px;
	max-width: 90%;
	margin: 0 auto;
}

.am_lists .am_box:first-child {
	grid-area: 1 / 1 / 3 / 2;
}

.am_lists .am_box:nth-child(4) {
	grid-area: 1 / 4 / 3 / 5;
}

.am_box img {
	filter: brightness(0.7);
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.am_box {
	position: relative;
	margin: 0;
	margin-bottom: 0;
	margin-top: 30px;
}

.am_title {
	position: absolute;
	bottom: 50%;
	backdrop-filter: blur(5px);
	background: #ffffffbd;
	padding: 7px 14px;
	display: block;
	border-radius: 3px;
	left: -21%;
	font-size: 16px;
	text-transform: capitalize;
	color: #000;
}

/* ========== HIGHLIGHTS ========== */
.project_highlights {
	background: #fafaf0;
	padding: 40px 0;
	border-top: 2px solid #ddd;
}

.high_img img {
	height: 80px;
	margin-bottom: 20px;
}

.highlights_desc {
	padding: 30px;
	background: #fff;
	text-align: center;
	height: 250px;
	border-radius: 20px;
	margin-top: 30px;
	position: relative;
	transition: all ease .5s;
	border-bottom: 2px solid #00000080;
}

.high_content h1 {
	font-size: 25px;
	font-weight: 600;
	color: #000;
	font-family: "Merriweather", serif;
}

.highlights_desc:hover {
	transform: translate(0, -5px);
	transition: all ease .5s;
}

.highlights_mid_img {
	padding: 40px 0;
}

.highlights_mid_img img {
	width: 100%;
	border-radius: 40px;
}

.hlts_list {
	padding: 0;
}

.hlts_list li {
	list-style: none;
	line-height: 1.9;
}

.hlts_list li {
	list-style: none;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.hlts_list img {
	width: 40px;
    height: 40px;
    margin-right: 10px;
}

/* ======== MODAL FORM ======== */
.modal-img {
	padding: 0;
}

.modal-query {
	padding: 25px;
}

.modal-img img {
	object-fit: cover;
	width: 100%;
}

.inquiry_message {
	letter-spacing: 1px;
}

.form-control.d_field {
	padding: 12px 15px;
	font-size: 12px;
	background: #fff;
	border-radius: 0;
}

.query-sub-btn {
	padding: 12px 20px;
	border: 0;
	background-color: #260b5c;
	color: var(--white);
	font-weight: 500;
	width: 100%;
	border-radius: 50px;
}

.query-sub-btn:hover {
	background: #0c1d49;
	color: #fff;
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}
/* ============== Onscroll Fixed Header ========== */
.f-nav {
	z-index: 9999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	transition: all ease .5s;
}

#main-menu-container {
	text-align: center;
	transition: all ease .5s;
}

/* ======== HEADER ======== */

.proj_header_nav_bar {
    /* padding: 20px 0; */
    /* border-bottom: 1px solid #fbc95b; */
}

.proj_logo {
	position: absolute;
	z-index: 1024;
	top: -24px;
}

.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;
	position: absolute;
	z-index: 1024;
	width: 100%;
	background: rgba(0,0,0,0.8);
	top: 35px;
}

.proj_header_nav .navbar-nav .nav-link {
	color: #eee;
	padding-right: 25px;
	font-size: 15px;
	font-weight: 200;
	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: 10px 20px;
	color: var(--light-gold);
	margin-top: 6px;
	display: block;
	border-radius: 25px;
	font-weight: 800;
	font-family: "Montserrat", sans-serif;
}

.h_call:hover {
	color: var(--light-gold);
}

.h_call img {
	height: 25px;
}



/* ======= Thank You ========= */
.brochure {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}

.brochure a {
	color: #000;
	background-color: var(--light-gold);
	padding: 10px 25px;
	font-weight: 600;
}


/* ====== BANNER ======= */
.inner-banner img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.pr_logo {
	margin-bottom: 20px;
	width: auto !important;
	height: auto !important;
}

.section_hds {
	font-size: 4rem;
	font-weight: 800;
	color: var(--white);
	font-size: 40px;
}

.small_hds {
	font-size: 4rem;
	font-weight: 600;
	color: var(--white);
	font-size: 30px;
	text-shadow: 5px 5px 5px #000;
}

.price_hl {
    background: var(--light-gold);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    color: var(--dark-green);
    font-weight: 600;
}

.eni_hl {
    color: #cb941c;
    font-weight: 800;
}

.pr_h {
    background: var(--dark-gold);
	color:var(--dark-green);
	width:60%;
	margin: auto;
	padding:5px 10px;
	border-radius: 30px;
}

/* Test Animation */
.pf_slider .carousel-item.active  h1 {
	animation: fadeInDown;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.pf_slider .carousel-item.active  h6 {
	animation: fadeInDown;
	animation-duration: 2s;
	animation-delay: 0.3s;
	animation-fill-mode: both;
}

.banner_desc {
	position: relative;
}

.offers {
	background: var(--dark-green);
	padding: 5px 10px 5px 5px;
	display: inline-block;
}

.p_price {
	background: var(--dark-gold);
	display: inline-block;
	padding: 10px;
	color: #fff;
	margin-top: 20px;
	cursor: pointer;
}

/* .banner_desc:before {
	position: absolute;
	width: 500px;
	height: 0px;
	border-top: 1px solid #fff;
	left: -20px;
	content: "";
	top: -15px;
}

.banner_desc:after {
	position: absolute;
	width: 1px;
	height: 400px;
	border-right: 1px solid #fff;
	left: 0px;
	content: "";
	top: -50px;
} */

.banner_content {
	padding: 20px;
}

.banners {
	width: 100%;
	height: 100vh;
	position: relative;
}

.enquire_query {
	background-color: var(--dark-green);
	display: inline-block;
	padding: 12px 35px;
	color: #fff;
	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: .4;
	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: 90px;
    /* transform: translateY(-50%); */
	z-index: 1023;
}

.banner_desc h1 {
	font-weight: 800;
}

.banner_desc h1, .banner_desc h4 {
	color: #fff;
	text-transform: uppercase;
}

.banner_desc h4 {
	font-weight: 400;
	font-family: "Roboto", sans-serif;
}

.banner_desc h1 span {
	color: #ef4130;
	font-weight: 800;
}

.banner_form {
	background: #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
	border-radius: 20px;
}

.form_message {
	text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    padding: 20px;
    background: #2a1e42;
}

.banner_inquiry {
	padding: 20px;
}

.banner_form p {
	text-align: center;
	padding: 0px 15px;
	margin: 0;
	font-size: 14px;
}

.banner_plan {
	margin-top: 30px;
}

.banner_plan h3 {
	display: block;
	padding: 3px;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
}

.banner_plan h3 span {
	color: #fff;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.retail_price {
	margin-top: 40px;
}

.retail_price h6 {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	font-family: "Roboto", sans-serif;
}

.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;
}

.key_points {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-top: 3%;
	text-align: center;
	/* background: #fff; */
	;
}

.key_points li {
	list-style: none;
}

.key_text {
	font-size: 21px;
	border-color: #ffffff2e;
	color: #fff;
	border-bottom: 1px solid #ffffff2e;
	display: block;
	padding: 5px 0;
	text-transform: capitalize;
}

.key_no {
	font-size: 18px;
	padding: 5px 0;
	display: block;
    /* text-shadow: 2px 2px #00000094; */
	color: #fff;
}

.key_desc {
	margin-right: 5px;
	border-right: 1px solid #ffffff2e;
}

.key_desc:last-child {
	border-right: 0px solid var(--dark-green);
}

/* ========= TOP OVERVIEW  ========= */
.gynoida_description {
	background: var(--dark-green);
	margin: 0;
	text-align: center;
	padding: 20px 0;
}

.gynoida_description h1 {
	color: #fff;
	font-weight: 700;
}

.gynoida_description h1 span {
	color: #fff;
	font-weight: 800;
}

.gynoida_description p {
	font-weight: 500;
	margin: 0;
	color: #fff;
}

/* ========= OVERVIEW ======== */
.proj_description {
	padding: 40px 0;
	background-image: url(../image/overview-bg.jpg);
}

.proj_content {
	padding: 30px 35px;
}

.overview_img {
	position: relative;
}

.img-1 {
	width: 100%;
	padding: 10px;
	height: 400px;
	border: 1px solid #9E9E9E;
}

.img-2 {
	position: relative;
	bottom: 25px;
	float: right;
	width: 60%;
	height: 200px;
	object-fit: cover;
	border: 1px solid var(--dark-green);
	padding: 10px;
	/* border-bottom: 1px solid var(--dark-green); */
	border-radius: 10px;
}


/* .proj_description img {
	width: 100%;
	height: 570px;
	object-fit: cover;
} */

.proj_content p {
	text-transform: capitalize;
	color: #000;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 8px;
}

.headings {
	font-size: 30px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.more_btn {
	background-color: transparent;
	display: inline-block;
	padding: 12px 30px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	border-radius: 25px;
	margin-top: 10px;
	border: 1px solid var(--light-gold);
}

.more_btn:hover {
	background: var(--light-gold);
	color: #fff;
}

.more_btn img {
	height: 18px;
}

/* ======= GALLERY ======= */


.main-gall .col-md-3 {
	width: 20%;
}

.main-gall img {
	height: 450px;
	width: 100%;
	object-fit: cover;
}

.main-gall {
	margin-top: 40px;
}

.main-gall img {
	border: 1px solid #ddd;
}

.main-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;
}

.more_btn.price_btn {
	background: #000;
	color: #e79413;
}

/* ========== HIGHLIGHTS ========== */
.smrd_highligts {
	background-image: url(../image/highlights-bg.jpg);
	background-size: cover;
	margin-top: 30px;
}

.smrd_highligts_desc {
	padding: 40px;
	background: rgb(0 0 0 / 70%);
	width: 100%;
	margin: 50px 0;
	border-radius: 20px;
}

.highlights_list li i {
	color: #fff;
	margin-right: 10px;
}

.highlights_list {
	padding-left: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px;
	list-style: none;
	margin-top: 30px;
}

.highlights_list li {
	max-width: 49%;
	flex: 0 0 49%;
	color: var(--light-gold);
	font-size: 16px;
	text-align: left;
	margin: 0.5%;
	padding: 5px;
	font-weight: 600;
}

/* ========= FLOOR PLAN ========== */
.mon_floor_plan {
	margin-top: 40px;
	position: relative;
	background-image: url(../image/floor-bg.jpg);
}

.mon_floor_plan img {
	border: 1px solid #7b0000;
	filter: blur(3px);
	padding: 5px;
}

.florr_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	background: var(--dark-green);
	padding: 15px;
	color: #fff;
	width: 70%;
	text-transform: capitalize;
	font-weight: 600;
	letter-spacing: 1px;
	transform: translate(-50%, -50%);
	cursor: pointer;
	border-radius: 50px;
    /* font-family: "Merriweather", serif; */
	text-align: center;
	font-size: 13px;
	font-family: "Montserrat", sans-serif;
}

.florr_btn:hover {
	background-color: var(--light-gold);
	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;
}

.p_request {
	color: var(--dark-green);
	font-weight: 800;
	cursor: pointer;
}

.d_chat {
	color: var(--light-gold);
	font-weight: 800;
}

/* ========== LOCATION MAP ========= */
.location_desc {
	padding: 0px;
}

.project_location img {
	padding: 10px;
	border: 1px solid #ccc;
}
/* ============= FOOTER ========= */
.footer_call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 20px;
	right: 15px;
	background-color: var(--dark-green);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 1055;
	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;
}

.ring-ring {
	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: #383838;
	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;
	font-family: "Montserrat", sans-serif;
}

.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;
	font-family: "Montserrat", sans-serif;
}

.side_inquiry_form {
	position: fixed;
	top: 50%;
	right: -56px;
	background: var(--dark-green);
	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 #fff;
}

.side_inquiry_form p {
	color: var(--white);
	margin: 0;
	font-weight: 500;
	font-family: "Merriweather", serif;
}

.project_m-query {
	display: none;
}