@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* ======= GOOGLE FONTS ======= */
html, body {
	overflow-x: hidden;
}

* {
	font-size: 16px;
	color: #363434;
	font-family: "Rubik", sans-serif;
	/* font-family: "Roboto", sans-serif; */;
}

:root {
	--primary-color: #b79546;
	--secondary-color: #8d7448;
	--white-color: #fff;
	--black-color: #000;
}

/* about img */
.pt_img {
   padding: 0;
   margin-top: 20px;
}

.img_lst img {
	border: 0px solid #ddd;
}

.img_lst {
    position: relative;
}

.content {
    position: absolute;
	right: 0;
    bottom: 0;
    z-index: 9;
    background: #000000c7;
    padding: 20px;
	border-left: 5px solid #b79546;
}

.content h4 {
	color: #b79546;
    text-transform: uppercase;
    font-size: 17px;
}

.content p {
    color: #ddd;
	margin: 0;
}

.col-md-6.col-12.img-over-mng {
    padding: 0;
}

/* Payment Plan Section */
.about_highlights {
	border-top: 5px solid #fff;
	padding: 30px 0 10px 0;
	background-color: #0d111d;
}

.hlty_small {
	font-size: 25px;
	text-transform: uppercase;
	color: #b79546;
	font-weight: 700;
	font-family: "Oswald", sans-serif;
}

.hlty_box p {
	font-size: 25px;
	color: #cfb577;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	margin-bottom: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hlty_box {
	position: relative;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #b79546;
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

/* .hlty_box:after {
	position: absolute;
    top: 2px;
    right: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    content: "";
    color: #fff;
    transform: rotate3d(1, 1, 1, 60deg);
} */

/* =========== Thanks Page ======= */
.thangs_bg {
	margin: 0;
	padding: 0;
	background-image: url(../img/top-bg.jpg);
	background-repeat: repeat-x;
	font-size: 15px;
	line-height: 20px;
	color: #767676;
}

.top-sec {
	width: auto;
	margin: 0 auto;
	padding-top: 5px;
}

.fam {
	float: left;
	margin: 0px;
	text-align: center;
	width: 50%;
	padding-top: 50px;
}

#menubar {
	width: auto;
	background: none;
	margin: 0px;
	padding: 0px;
	border: none;
	margin-top: 10px;
}

.help {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #231f20;
	font-size: 35px;
}

.help2 {
	font-family: "Oswald", sans-serif;
	font-weight: bold;
	text-align: center;
	color: #fff;
	text-shadow: 2px 2px #231f20;
	font-size: 20px;
	margin-top: 15px;
}

.thangs_desc {
	padding: 20px 0;
	text-align: center;
}

.thangs_desc h2 {
	font-family: "Oswald", sans-serif;
	color: #000;
	font-size: 30px;
}

.thangs_desc h3 {
	color: #8b8b8b;
	font-size: 25px;
	font-weight: normal;
	line-height: 30px;
	font-family: "Oswald", sans-serif;
}

.thangs_desc h3 span {
	color: #cfa544;
	font-size: 25px;
	font-weight: normal;
	line-height: 45px;
	font-family: "Oswald", sans-serif;
}

/* ======= COMMONS CSS ======= */

.container-fluid.gutter_12 {
	padding: 0 80px;
}

a, a:hover {
	text-decoration: none;
}

.header_height {
	margin-top: 110px;
}

::-webkit-scrollbar {
	width: 12px;
}

::-webkit-scrollbar-track {
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	background-color: #b79546;
	border-radius: 2px;
}

section {
	padding: 60px 0px;
	/* background: #363434; */;
}

.color-f {
	color: #8d7448 !important;
}

.img_radious {
	border-radius: 10px;
}

b, strong {
	font-size: 18px;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	/*  */
	font-family: "Oswald", sans-serif;
	letter-spacing: 1.5px;
}

/* ==== start inner page ======== */
.inner-banner img {
	width: 100%;
}

/* ======= HEADER CSS ======= */

/* =========  BANNER FORM ======= */

.banner_query {
	position: absolute;
	top: 50%;
	background: #000000b8;
	right: 7%;
    /* background: linear-gradient(to bottom, #bc9846, #726a47); */
	transform: translate(-3%, -50%);
	width: 25%;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #cd9f67;
}

.btn-prgent {
	padding: 9px 10px;
	background: #fff;
	display: inline-block;
	font-size: 14px;
	border-radius: 10px 0;
	letter-spacing: 2px;
	color: #a57139;
}

.size {
	font-weight: 800;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
	border-top: 1px solid #ddd;
}

.b_form {
	background-color: #ffffffa8;
	padding: 1rem;
}

/* ============== Start Download Links =========== */
.dwnld_links {
	position: relative;
    background-color: #000;
    padding: 10px 0;
    border-bottom: 1px solid;
}

.dwnld_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.dwnld_links ul li a {
	font-size: 16px;
	font-weight: 500;
}

.fa-cloud-download {
	color: #feb52a;
}

.header_downloads ul li {
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	letter-spacing: 1.5px;
}

.navbar-light .navbar-toggler {
	color: transparent;
	border-color: transparent;
}

.hd_12 {
	position: fixed;
	top: 0;
	left: 0;
	height: 110px;
	padding: 0px 0;
	z-index: 1024;
	width: 100%;
	background-color: #000;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

.n12 img {
	width: 24px;
}

.form-list {
	list-style: none;
}

.form-list li {
	margin-bottom: 15px;
}

.form-list li span img {
	height: 35px;
}

.hd_12.navbar-light .navbar-nav .nav-link {
	color: var(--black-color);
	padding-right: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hd_12.navbar-light .navbar-nav .nav-link:hover {
	color: var(--secondary-color);
}

.l2 {
	height: 45px;
}

.n12 a {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.img_blur {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background: var(--black-color);
	opacity: .6;
}

.hero_12 .carousel-caption h1 {
	color: #fff;
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0px 1px 10px #000;
}

.hero_12 .carousel-caption p {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-shadow: 0px 1px 10px #000;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 15px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

.carousel-indicators .active {
	opacity: 1;
}

.hero_frm12 {
	width: 30%;
	border: 1px solid #ddd;
	position: absolute;
	top: 40px;
	right: 60px;
	text-align: center;
	display: block;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 30px 20px;
	border-radius: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(210 172 133);
	box-shadow: rgba(0, 0, 0, 0.7) 0px 1px 5px;
	background-image: none;
}

.form-control.in_12 {
	width: 100%;
	padding: 12px 0px;
	outline: none;
	text-indent: 10px;
	appearance: none;
	font-size: 16px;
	border-style: solid;
	border-width: 1px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	direction: unset;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}

.la12 {
	font-size: 18px;
	letter-spacing: 1.2px;
}

.l_msg {
	text-transform: uppercase;
	color: rgb(121, 41, 26);
	margin: 10px 0;
	font-size: 25px;
}

.fl_message {
	color: #000;
	font-size: 17px;
	margin-bottom: 15px;
}

.sub_123 {
	padding: 10px 30px;
	border: none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
	background: #000;
	margin-bottom: 20px;
	border-radius: 25px;
	color: #fff;
	width: 85%;
	font-size: 18px;
	text-transform: capitalize;
	display: block;
	margin: auto;
	font-weight: 600;
}

.call_123 {
	border: 1px solid var(--primary-color);
	color: var(--white-color);
	padding: 10px 25px;
	border-radius: 25px;
	background: var(--primary-color);
	display: block;
	margin: auto;
	width: 80%;
	text-align: center;
}

.call_123:hover {
	color: var(--white-color);
	background: var(--primary-color);
}

.h_menu.navbar-light .navbar-nav .nav-link {
	color: #ccc;
	font-size: 16px;
	padding-left: 15px;
	letter-spacing: 1px;
}

.navbar.h_menu {
	padding: 4px 0;
}

.h_menu.navbar-light .navbar-nav .nav-link:hover {
	color: var(--secondary-color);
}

/* ======= Start Query Popup Form ========== */
.form-control.update_field {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.f_close {
	width: 20px;
}

.ph_message {
	text-align: center;
}

.ph_message h2 {
	color: var(--primary-color);
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 600;
}

.ph_message h3 {
	color: var(--black-color);
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 1.4;
	text-transform: capitalize;
}

.form-messages {
	color: #fff;
	text-align: center;
	margin: 15px 0;
	font-weight: 300;
	letter-spacing: 2.5px;
	font-family: "Oswald", sans-serif;
}

.q_form_img img {
	width: 100%;
}

.modal-content.form_design {
	background: #fff;
	border: 5px solid #fff;
	border-radius: 0;
}

.form_calls {
	background: linear-gradient(90deg, rgb(183 149 70) 0%, rgb(199 149 100) 72%);
	width: 90%;
	position: relative;
	padding: 10px;
	margin-top: 20px;
	display: block;
	text-align: center;
	color: #fff !important;
	border-radius: 25px;
	font-size: 16px;
	margin: auto;
	font-weight: 600;
	letter-spacing: 1px;
}

.v_mores {
	position: absolute;
	display: flex;
	bottom: 0;
	left: 6px;
	background: #be9f68;
	border: 5px;
	font-size: 15px;
	text-align: center;
	padding: 15px 30px;
    /* transform: translate(-50%, -50%); */
	cursor: pointer;
	color: #fff;
	width: 90%;
	text-transform: uppercase;
	justify-content: center;
}

.form-control.tpfrm {
	margin-bottom: 10px;
	border-radius: 0;
	padding: 10px 20px;
}

.query_popup .btn-close {
	position: absolute;
	right: 0;
	top: 0px;
	z-index: 9;
	opacity: 1;
	background: transparent;
}

.q_form button.close {
	position: absolute;
	right: 6px;
	top: -3px;
	color: #fff;
	text-shadow: none;
	font-size: 35px;
	opacity: 1;
	border: 0;
	width: 30px;
	height: 30px;
	background: transparent;
}

.q_form button.close {
	font-size: 15px;
}

.form_tags {
	text-align: center;
	color: #495057;
	line-height: 1.7;
	font-size: 17px;
	margin-bottom: 20px;
}

.text-danger {
	color: #c10416 !important;
}

.frm-btn {
	border-radius: 5px;
	color: #fff;
	background: linear-gradient(90deg, rgb(183 149 70) 0%, rgb(199 149 100) 72%);
	border: 0;
	padding: 10px 30px;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: center;
	margin: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-control.input_fields {
	height: calc(2em + 0.75rem + 2px);
	border-radius: 0;
	margin-bottom: 10px;
}

textarea.form-control {
	height: auto;
	border-radius: 0;
}

.close_one {
	z-index: 99;
	position: absolute;
	top: -27px;
	background: #fff;
	opacity: 1;
	right: 0;
	border-radius: 50%;
	padding: 5px;
}

.query_popup .modal-content {
	border-radius: 0px;
}

.query_message small {
	padding: 10px 0;
	display: block;
	font-size: 17px;
	color: var(--text-secondry-color);
	text-align: center;
	letter-spacing: 1.2px;
}

.btn.submit_btn.frm-btn {
	background-color: var(--bg-black-color);
	color: var(--text-white-color);
	border-radius: 0;
	padding: 10px 30px;
}

.btn-close:focus {
	outline: 0;
	box-shadow: none;
	opacity: 1;
}

.error-msg {
	color: red;
	margin-bottom: 10px;
	display: block;
}

/* ========== START ABOUT SECTION ========= */
.about_12_desc p {
	text-align: justify;
	font-size: 16px;
	letter-spacing: .5px;
	line-height: 1.7;
}

.title_12 {
	text-align: center;
	color: var(--black-color);
	margin-bottom: 15px;
	font-size: 35px;
	font-weight: 800;
	text-transform: uppercase;
}

.list li {
	line-height: 1.9;
	letter-spacing: .5px;
	color: var(--black-color);
}

.special_offer {
	font-size: 20px;
	margin-top: 20px;
	cursor: pointer;
	display: inline-block;
	padding: 10px 20px;
	background: #18408b;
	color: #fff;
	border-radius: 25px;
}

.l-list li {
	padding: 12px 0;
	color: #000;
	list-style: none;
	text-transform: capitalize;
	line-height: 1.4;
	border-bottom: 1px solid #3333334d;
	position: relative;
	margin-left: 0px;
}

/* .l-list li:first-child:before {
	position: absolute;
	width:10px;
	height:10px;
	content: "";
	top: -2px;
	left: -30px;
	background: #343a4038;
} */

.l-list li:before {
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	top: 18px;
	left: -30px;
	background: #000;
	border-radius: 50%;
}
/*===== HIGHLIGTS =====*/
.highlights_12 {
    /* background-image: url(../img/m_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
	position: relative;
	width: 100%;
	background: linear-gradient(to right, #b79546 40%, #eee 30%);
}

.highlights_12 .container-fluid {
	position: relative;
}

/* .overlay {
    background-color: #0E66AD;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
	top: 0;
	opacity: .9;
} */

/* ===== start amenities ==== */
.pr_amenities {
    /* background: var(--primary-color); */
	padding: 50px 0;
	background-image: url(../img/m_bg.jpg);
    /* background-size: 100%; */
	background-position: center center;
	position: relative;
	background-attachment: fixed;
	margin-top: 60px;
}

.pr_amenities:before {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000 52.39%, rgba(21, 37, 56, 0) 100%);
}

.pr_amenities .container-fluid {
	position: relative;
}

.am_slider img {
	height: 600px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

.amenity_box {
	/* border: 1px solid #eeeeee2e; */
	margin-bottom: 30px;
	border-radius: 10px;
	-webkit-transition: .2s;
	transition: .2s;
    /* padding: 15px 5px; */
	text-align: center;
}

.amenity_box img {
	position: relative;
	padding: 0;
	width: 100%;
	border-radius: 15px;
	transition: all ease .5s;
}

.amenity_box img:hover {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1.05);
	overflow: hidden;
	transition: all ease .5s;
}

.amenity_box h5 {
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 1.6;
	font-family: Poppins;
	letter-spacing: 1.5px;
}

.amenity_boxs {
	border: 1px solid #eeeeee2e;
	margin-bottom: 25px;
	border-radius: 10px;
	-webkit-transition: .2s;
	transition: .2s;
	padding: 15px 5px;
	text-align: center;
	bottom: 0;
}

.amenity_boxs img {
	position: relative;
	height: 75px;
	padding: 0;
}

.amenity_boxs h5 {
	color: #fff;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	margin: 25px 0;
	line-height: 1.6;
	font-family: Poppins;
}

.mid_hds {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.am_box_img {
	position: relative;
}

.am_box_img img {
	width: 100%;
	height: 620px;
	object-fit: cover;
}

.sub_hds {
	text-align: center;
	color: #d4b386;
	letter-spacing: 1.2px;
	font-weight: 800;
	font-size: 27px;
	margin-bottom: 20px;
}

/* ======= start pricing ====== */

.price_box {
	background: #000;
    padding: 20px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #b79546;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px 0px;
}

.p_bhk {
	font-size: 25px;
	color: #b79546;
	text-transform: uppercase;
	font-weight: 600;
}

.p_size {
	font-size: 20px;
	color: #dfc079;
	font-weight: 800;
	letter-spacing: 1.5px;
}

.area {
	font-size: 20px;
	color: #dfc079;
	font-weight: 600;
	letter-spacing: 1.5px;
}

.mt_30 {
	margin-top: 30px;
}

.price_btn {
	margin: auto;
    width: 60%;
    padding: 10px 20px;
    background: #a78536;
    border-radius: 35px;
    color: #000;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.p_bhks {
	color: #dfc079;
    letter-spacing: 1.5px;
}

/* START GALLERY */
.pr-gallery img {
	height: 245px;
	object-fit: cover;
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px;
}

.mb-20 {
	margin-bottom: 30px;
}

.pr_price {
	/* background-size: 100%, 40%;
    background-image: url(../img/bg-2.jpg);
    background-repeat: repeat; */
	margin-top: 60px;
	background: #000;
}

/* start floor */
.floor_plans {
	background: #000000;
	/* background-size: 100%, 40%;
    background-image: url(../img/bg-2.jpg);
	background-repeat: repeat; */;
}

/* ==== start masterplan ==== */
.master_123 {
	background-color: #fafaf0;
	padding: 40px 0;
}

.master_123 img {
	cursor: pointer;
    /* filter: blur(2px); */
	height: 600px;
	object-fit: cover;
	width: 100%;
}

.mfp-bottom-bar {
	display: none;
}

.master_123 .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 15px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	border-radius: 0;
	text-indent: -999px;
	cursor: pointer;
	background-color: #b89250;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: .5;
	transition: opacity .6s ease;
}

.master_123 .carousel-indicators .active {
	opacity: 1;
}

/*======== Start Key Points ======== */
.key_points {
	padding: 3rem 0;
	background: #000000;
	/* background: linear-gradient(90deg, rgba(10,61,112,1) 0%, rgba(14,102,173,0.989233193277311) 72%); */;
}

.k_small {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #b79546;
	text-transform: uppercase;
	font-weight: 600;
	font-family: "Oswald", sans-serif;
}

.key_box {
	text-align: center;
	margin-top: 20px;
	border: 1px solid #eee;
	padding: 15px 30px;
	border-radius: 5px;
	transition: all ease .9s;
}

.key_box:hover {
	border: 1px solid var(--bg-white-color);
	transition: all ease .9s;
}

.key_box:hover {
	border: 1px solid #fff;
	transition: all ease .5s;
}

.key_box p {
	font-weight: 600;
	color: #b79546;
	letter-spacing: 1.5px;
	text-transform: capitalize;
	font-size: 14px;
}

.key_img img {
	width: 40px;
	margin-bottom: 20px;
}

.tt_color {
	color: #bf8464;
}
/*======== Footer Section ====== */
.footer_123 {
	background: var(--black-color);
	text-align: center;
	padding: 40px 0;
	margin-bottom: 50px;
}

figure img {
    border: 1px solid #ccc;
}

.qr img {
	width: 10%;
	margin-bottom: 10px;
}

.footer_123 p, .footer_123 b {
	color: var(--white-color);
	font-size: 14px;
	letter-spacing: 1.2px;
	font-weight: 300;
}

.footer_offer_123 {
	text-align: center;
	background: #eee;
	padding: 10px 0;
}

.footer_offer_123 p {
	margin-bottom: 0;
}

/* ===== UP Footer */
.up_footer {
	background: rgb(13 22 32);
	padding: 0px;
	position: fixed;
	width: 100%;
	bottom: 0;
	z-index: 91;
}

.up_footer a {
	text-transform: uppercase;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	display: block;
	padding: 7px 0;
	letter-spacing: 1.2px;
}

.wbg {
	background: green;
}

.ebg {
	background: #b79546;
}