/* ======= GOOGLE FONTS ======= */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

* {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: "Roboto", sans-serif;
	/* font-family: "Lato", sans-serif;
	font-family: "Ubuntu", sans-serif; */;
}

:root {
	--dark-green: #0c1d49;
	--light-gold: #9f7a40;
	--dark-gold: #e79413;
	--white: #fff;
	--black: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Ubuntu", sans-serif;
}

:focus {
	color: var(--dark-gold);
}

a, a:hover {
	text-decoration: none;
}

a:hover {
	color: var(--dark-green);
}

::-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 ========== */
.sob_highligts {
	background-image: url(../image/highlights-bg.jpg);
	background-size: cover;
	margin-top: 30px;
}

.sob_highligts_desc {
	padding: 40px;
	background: rgb(0 0 0 / 90%);
	width: 100%;
	margin: 50px 0;
}

.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: #deac52;
	font-size: 16px;
	text-align: left;
	margin: 0.5%;
	padding: 5px;
	font-weight: 600;
}

/* ======== MODAL FORM ======== */
.form-control.d_field {
	border-radius: 0;
	padding: 12px 10px;
	font-size: 14px;
	font-family: "Ubuntu", sans-serif;
}

button.query-sub-btn {
	padding: 10px 20px;
	border: 0;
	background: #9f7a40;
	color: #fff;
	font-weight: 500;
	font-family: "Ubuntu", sans-serif;
}

.query_form_content {
	border-radius: 0;
}

.btn-close:focus {
	outline: none;
	box-shadow: none;
}


/* ======== HEADER ======== */

.proj_logo {
	height: 55px;
}

.proj_header_nav .navbar-nav {
	margin-right: 210px;
}

.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-left: 25px;
	font-size: 17px;
	font-weight: 400;
	text-transform: capitalize;
	font-family: "Ubuntu", sans-serif;
}

.proj_header_nav .navbar-nav .nav-link:hover {
	color: var(--dark-gold);
}

.bg_project {
	background: var(--dark-gold);
}

.h_call {
	position: absolute;
	top: 0;
	right: 60px;
	background: var(--light-gold);
	padding: 10px 20px;
	color: #fff;
	margin-top: 20px;
	display: block;
	border-radius: 25px;
	font-family: "Lato", sans-serif;
	font-weight: 800;
}

.h_call:hover {
	color: #fff;
}

.h_call img {
	height: 18px;
}



/* ======= thank you page ========= */
.brochure {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 20px;
}

.brochure a {
	color: #fff;
	background-color: var(--light-gold);
	padding: 10px 25px;
}

/* ====== BANNER ======= */
.banners {
	width: 100%;
	height: 100vh;
	position: relative;
}

.img_blurs {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: .7;
	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, .banner_desc h4 {
	color: #fff;
}

.banner_desc h1 span {
	color: #e79413;
}

.banner_form {
	padding: 20px 30px;
	background: #ffffffe0;
	border-top: 5px solid #9f7a40;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
}

.banner_inquiry {
	background: #ddd;
	padding: 30px 20px;
	border: 1px solid #a07b42;
}

.form_message {
	text-align: center;
	color: #000;
}

.banner_form p {
	text-align: center;
	color: #000;
}

.banner_plan {
	margin-top: 30px;
}

.banner_plan h3 {
	display: inline-block;
	background: #fff;
	padding: 10px 15px;
	font-size: 17px;
	color: #000;
	text-transform: capitalize;
}

.banner_plan h3 span {
	color: #9f7a40;
	font-weight: 800;
	font-family: "Ubuntu", sans-serif;
}

.retail_price {
	margin-top: 40px;
}

.retail_price h6 {
	font-size: 20px;
	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;
}

/* ========= OVERVIEW ======== */
.sob_description {
	background: #fafaf0;
}

.sob_desc {
	padding: 40px;
}

.sob_desc p {
	font-size: 17px;
	color: #000;
	line-height: 1.6;
}

.over_list li {
	color: #000;
	font-size: 17px;
	line-height: 1.6;
}

.headings {
	font-size: 40px;
	color: #000;
	font-weight: 800;
	text-transform: uppercase;
}

.over_list {
	padding-left: 20px;
}

.sob_btn {
	background: #9f7a40;
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
	font-family: "Ubuntu", sans-serif;
	cursor: pointer;
}

.sob_btn img {
	height: 18px;
}

/* ======= GALLERY ======= */
.sob-gallery {
	background: #fff;
}

.sob-gallery img {
	height: 170px;
	object-fit: cover;
	width: 100%;
}

.sob-gallery img:hover {
	filter: brightness(0.5);
}

.mb_20 {
	margin-bottom: 30px;
}

/* ========= 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-family: "Ubuntu", sans-serif;
	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;
	font-family: "Ubuntu", sans-serif;
}

.area, .p_bhk_price {
	color: #9f7a40;
}

.sob_btn.price_btn {
	background: #000;
	color: #e79413;
}

/* ========= Floor Plan ========== */
.sob_floor_plan {
    background: linear-gradient(#fafaf0 50%, #fff 25%);
    padding: 30px 0;
    margin-top: 50px;
	position: relative;
}
.florr_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--light-gold);
    padding: 20px 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.popup_whatsapp {
    display: block;
    text-align: center;
    background: #ddd;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 800;
	color: #000;
}
.popup_whatsapp span {
    color: #000;
    font-family: "Ubuntu", sans-serif;
}
.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;
}
/* ========== Location Map ========= */
.location_desc {
	padding: 50px;
}
/* ============= FOOTER ========= */
.site-call {
	position: fixed;
	width: 48px;
	height: 48px;
	bottom: 50px;
	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: #414141;
	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;
}

.project-highlights li {
	color: #000;
	line-height: 1.8;
}

.side_inquiry_form {
	position: fixed;
	top: 50%;
	right: -45px;
	background: var(--light-gold);
	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: var(--black);
    margin: 0;
    font-weight: 500;
    font-family: "Lato", sans-serif;
}

.project_m-query {
	display: none;
}