/* poppins font */
@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('Poppins-ExtraBold.woff2') format('woff2'),
		url('Poppins-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('Poppins-Bold.woff2') format('woff2'),
		url('Poppins-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('Poppins-Medium.woff2') format('woff2'),
		url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('Poppins-Regular.woff2') format('woff2'),
		url('Poppins-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins', sans-serif;
	src: url('Poppins-SemiBold.woff2') format('woff2'),
		url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

/* Cormorant Garamond font */

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Medium.woff2') format('woff2'),
		url('CormorantGaramond-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-SemiBold.woff2') format('woff2'),
		url('CormorantGaramond-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Regular.woff2') format('woff2'),
		url('CormorantGaramond-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Cormorant Garamond';
	src: url('CormorantGaramond-Bold.woff2') format('woff2'),
		url('CormorantGaramond-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

body {
	max-width: 100%;;
}

:root {
	/* Colors  */

	--og_primary: #E6C464;
	--og_secondary: #c28562;
	--og_white: #FFFFFF;
	--og_black: #000000;

	/* Font Sizes  */

	--heading1: clamp(2rem, 1.4048rem + 2.5397vw, 3.5rem);
	/* 56 - 32 */
	--heading2: clamp(2rem, 1.946vw + 1.544rem, 3.125rem);
	/* 50 - 32 */
	--heading3: clamp(2rem, 1.7024rem + 1.2698vw, 2.75rem);
	/* 44 -  32 */
	--heading4: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
	/* 24 - 24 */
	--heading5: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
	/* 20 - 20 */
	--heading6: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
	/*18 - 18 */

	--text18: 18px;
	/* 18 */
	--text16: 16px;
	/* 16 */
	--text14: 14px;
	/* 14 */

}



body {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: var(--text16);
	color: var(--og_black);
	line-height: 1.62;
	letter-spacing: 0.5px;
}
.contact-form-area {
	display: contents;
}
p.alert.alert-success {
    color: #ffffff;
    background: #ab8441;
    padding: 10px;
    border-radius: 5px;
}
.mob-view{
		display: none !important;
	}
.ctn-full-width .wrapper {
	width: 100%;
	max-width: 100%;
}

.bg-black {
	background-color: var(--og_black);
}

.wrapper {
	max-width: 1300px;
	margin: 0 auto;
	width: 90%;
}

.image-covered {
	line-height: 0.65;
}

.image-covered img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

h1,
.heading-1,
h2,
.heading-2,
h3,
.heading-3,
h4,
.heading-4,
h5,
.heading-5,
h6,
.heading-6 {
	font-family: "Cormorant Garamond", serif;
	font-weight: 700;
	font-style: normal;
	line-height: 1.15;
	text-transform: initial;
	color: var(--og_black);
}

h1,
.heading-1 {
	font-size: var(--heading1);
	line-height: 1;
	text-transform: uppercase;
}

h2,
.heading-2 {
	font-size: var(--heading2);

}

h3,
.heading-3 {
	font-size: var(--heading3);

}

h4,
.heading-4 {
	font-size: var(--heading4);

}

h5,
.heading-5 {
	font-size: var(--heading5);

}

h6,
.heading-6 {
	font-size: var(--heading6);

}

.text16 {
	font-size: var(--text16);
}

.text14 {
	font-size: var(--text14);
}

a {
	text-decoration: none;
}

.white:is(h1, h2, h3, h4, h5, h6, p) {
	color: var(--og_white) !important;
}

.white a, .white :is(h1, h2, h3, h4, h5, h6, p) {
	color: var(--og_white) ;
}

.black:is(h1, h2, h3, h4, h5, h6, p, a) {
	color: var(--og_black);
}

.uppercase:is(h1, h2, h3, h4, h5, h6, p) {
	text-transform: uppercase;
}

.capitalize:is(h1, h2, h3, h4, h5, h6, p) {
	text-transform: capitalize;
}

.center-align {
	text-align: center;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.items-center {
	align-items: center;
}

.items-start {
	align-items: flex-start;
}

.justify-center {
	justify-content: center;
}

.justify-between {
	justify-content: space-between;
}

.bg-black {
	background-color: var(--og_black);
}


li {
	list-style: none;
}

a {
	text-decoration: none;
}

.height-130 {
	height: clamp(4.375rem, 6.78vw + 2.786rem, 8.125rem);
}
	.height-80 {
		height: clamp(3.125rem, 3.243vw + 2.365rem, 5rem);
	}
.height-60 {
	height: clamp(2.75rem, 3.86vw + 2.5rem, 6.25rem);
}

.header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  transition: all 0.4s ease;
}

.property-head-area h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    padding: 10px 0;
}


.header.scrolled {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7); 
  backdrop-filter: blur(6px); 
  padding: 5px 0; 
  z-index: 99999;
}
.header.scrolled .header-ctn {
  padding: 10px 40px; 
}

.site-logo img {
  transition: all 0.4s ease; 
}
.header,
.site-logo img,
.nav a,
.head-ctn,
.menu-btn span {
  transition: all 0.4s ease;
}

.footer-logo {
    width: 200px;
    height: auto;
}
.about-icon img {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.head-ctn {
	padding: 25px 40px;
}

.header-left .outline-btn{
	font-size: 12px;
}

.header-left .outline-btn::after {
	content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 1px solid var(--og_primary);
    pointer-events: none;
}


.header-left {
	width: 16.4%;
}
.header-right {
    width: 16.4%;
    display: flex;
    justify-content: flex-end;
}

.outline-btn {
	padding: 10px;
	color: var(--og_white);
	border: 1px solid var(--og_primary);
	background: transparent;
	font-size: 14px;
	letter-spacing: 2px;
	display: inline-block;
	margin: 2px;
	transition: all 0.3s ease-in-out;
	position: relative;
}
a.outline-btn:hover {
    background: var(--og_primary);
    color: var(--og_black);
}

.header-center {
	gap: 40px;
}

.nav {
	gap: 36px;
}

.nav li a {
	color: var(--og_white);
	font-size: 13px;
	letter-spacing: 2px;
	padding-bottom: 30px;
	transition: all 0.3s ease-in-out;
}

.dropdown ul li a {
	color: var(--og_white) !important;
}

.dropdown ul li a:hover {
	color: var(--og_primary) !important;
}

.nav li a:hover {
	color: var(--og_primary);
}

.nav li {
	position: relative;
}

.nav li.active a {
	color: var(--og_primary);
}

.site-logo {
	width: 100%;
	max-width: 150px;
}

.has-dropdown {
	position: relative;
}

.head-ctn .dropdown {
	position: absolute;
	top: 50px;
	left: 0;
	background: var(--og_black);
	padding: 25px;
	display: none;
	transform: translateY(20px);
	transition: 0.3s;
}

.dropdown ul {
	width: 140px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}


.head-ctn .has-dropdown:hover .dropdown {
	display: block;
	transform: translateY(0);
}

.menu-btn {
	width: 30px;
	cursor: pointer;
    z-index: 1001;
    position: relative;
}

.menu-btn span {
	display: block;
	height: 2px;
	background: var(--og_white);
	margin: 6px 0;
}

.side-panel {
	position: fixed;
	right: -450px;
	top: 0;
	width: 450px;
	height: 100vh;
	background: var(--og_black);
	transition: 0.5s;
	z-index: 999;
	text-align: center;
}

.side-panel.active {
	right: 0;
}

.panel-content {
	padding: 150px 50px 50px 50px;
	color: var(--og_white);
}

.panel-content .site-logo img {
	max-width: 160px;
}

.panel-text {
	color: var(--og_primary);
	padding: 15px 0 50px 0;
}

.social-content-area p,
.panel-text {
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 2px;
}

.social-content-area p {
	padding-top: 15px;
}

.social-icons {
	gap: 10px;
	margin: 15px 0 0 0;
}

.social-icon {
	width: 35px;
	height: 35px;
	border: 1px solid var(--og_white);
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}

.social-icon:hover {
	transform: scale(1.05);
}

.social-icon a img {
	width: 18px;
	height: 18px;
	will-change: transform;
}

.social-icon a {
	line-height: 0.65;
}

.close {
	font-size: 28px;
	cursor: pointer;
	float: right;
}

.mobile-menu {
	position: fixed;
	top: -100%;
	left: 0;
	width: 100%;
	background: var(--og_white);
	transition: 0.5s;
	padding: 40px;
}

.mobile-menu.active {
	top: 0;
}

.mobile-menu {
	display: none;
}

.mobile-menu {
	position: fixed;
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: var(--og_black);
	transition: 0.4s;
	z-index: 9999;
}

.mobile-menu li a {
	color: var(--og_white) !important;
}

.mobile-menu.active {
	top: 0;
}

.bg-img {
	background-size: cover;
	background-position: center;
	height: 90vh;
	margin-top: -130px;
	position: relative;
	display: flex;
	align-items: center;
}

.hero-section {
	display: flex;
	align-items: center;
	height: 100%;
	position: relative;
	z-index: 2;
}

.bg-img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.hero-content {
	max-width: 510px;
	padding: 100px 0 50px 0;
}

.hero-content p {
	padding: 10px 0 0 0;
	letter-spacing: 2px;
}

.kicker-text {
	position: relative;
	display: inline-block;
	font-family: "Cormorant Garamond", serif;
	font-size: 18px;
	font-weight: 500;
	color: var(--og_black);
	padding: 8px 20px;
	text-transform: uppercase;
	line-height: 1.4;
	z-index: 1;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.85);
}

.buttons {
	display: flex;
	gap: 15px;
}

.btn {
	display: inline-block;
	padding: 10px 20px;
	color: var(--og_white);
	border: 1px solid var(--og_primary);
	background: transparent;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
	transition: all 0.3s ease-in-out;
	text-transform: uppercase;
	cursor: pointer;

}

.btn:hover {
	background: var(--og_primary);
	color: var(--og_black);
}

/* iat-section */

.iat-ctn {
	gap: 50px;
}

.iat-text-area {
	width: calc(50% - 25px);
}

.iat-img-area {
	width: calc(50% - 25px);
	position: relative;
}

.iat-img-area:before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	top: -10px;
	left: -10px;
	z-index: -1;
}

.iat-text-area p, .partners-text-area p {
	padding-top: 15px;
}

/* partners-section */
.partner-logo {
	max-width: 230px;
	box-sizing: border-box;
	width: calc(15% - 50px);
	display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo img {
	max-width: 120px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    /* max-height: 100px; */
	line-height: 0.6;
}

.partners-text-area,
.properties-content {
	max-width: 600px;
	margin: 0 auto 50px auto;
}

.partners {
	gap: 70px;
}

/* properties-section */

.properties {
	gap: 40px;
	align-items: flex-start !important;
}

.property-card {
	width: calc(33.33% - 40px);
}

.property-status {
    display: inline-block;
    background-color: #000;
    padding: 4px 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--og_white);
    margin-bottom: 15px;
    font-weight: bold;

}

.property-price {
	font-size: 20px;
	font-weight: bold;
}

.property-info {
	padding-top: 20px;
	color: var(--og_black);
}

.property-img {
	aspect-ratio: 1 / 0.9;
	position: relative;
}

span.tag {
	color: var(--og_white);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.property-tags {
	position: absolute;
    top: 6px;
    left: auto;
    right: 0;
}

.property-btn .btn, .facilities-section .btn, .summary-section .btn, .about-us-section .btn, .contact-ctn .btn{
	color: var(--og_black);
	border: 1px solid var(--og_black);
	margin-top: 15px;

}

.property-btn .btn:hover, .facilities-section .btn:hover, .summary-section .btn:hover, .about-us-section .btn:hover, .contact-ctn .btn:hover{
	background: var(--og_black);
	color: var(--og_white);
}

/* features-section */

.features {
	justify-content: space-between;
	gap: 50px;
	padding: 30px 0;
}

.feature {
	width: calc(25% - 38px);
	gap: 15px;
	color: var(--og_white);
	font-weight: 700;
	font-size: 18px;
	font-family: "Cormorant Garamond", serif;
}

.feature-icon {
	width: 30px;
	height: 30px;
}

.feature-text {
	width: calc(100% - 45px);
	font-size: 22px;
}

/* footer */

.footer-ctn {
	font-family: "Cormorant Garamond", serif;
	font-size: 20px;
	font-weight: 500;
	gap: 40px;
	padding: 100px 0;
}

.footer-right {
	gap: 40px;
	width: calc(100% - 352px);
}

.footer-left {
	width: 100%;
	max-width: 312px;
}

.footer-right .footer-widget {
	width: calc(33.33% - 26.67px);
}


.contact-icon img {
	width: 100%;
	height: 100%;
}

.contact {
	gap: 10px;
}

.contact-text {
	width: calc(100% - 40px);
}


.widget-links,
.footer-left-content {
	padding-top: 20px;
}

.contact-info .contact:nth-child(1) {
	margin: 15px 0 10px 0;
}

.widget-links ul li {
	padding-bottom: 3px;
}

.input-group {
	margin-bottom: 25px;
}

.input-group input {
	width: 100%;
	background: transparent;
	border: none;
	border-bottom: 1px solid #636363;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 4px;
	outline: none;
	transition: all 0.3s ease-in-out;
}

.input-group input::placeholder {
	color: #636363;
	letter-spacing: 4px;
	transition: all 0.3s ease-in-out;
}

.input-group input:focus {
	border-bottom: 1px solid var(--og_white);
}

.input-group input:focus::placeholder {
	color: var(--og_white);
}

.arrow-btn {
	background: transparent;
	border: none;
	outline: none;
	max-width: 74px;
	cursor: pointer;
}

/* cta-section */

.cta-text-area {
    max-width: 800px;
    margin: 0 auto;
}

.cta-ctn{
    padding: 100px 0;
	position: relative;
	z-index: 2;
}

.cta-section.bg-img {
    height: 100%;
    margin-top: 0;
}
.footer-ctn a {
	transition: all 0.3s ease-in-out;
}
.footer-ctn a:hover {
    color: var(--og_primary);
}


/* property-details-page-style */

.hero-location-area {
    position: relative;
    z-index: 2;
    top: 40px;
    max-width: 600px;
    margin: 0 auto;
}
.location-icon {
    width: 40px;
    height: 40px;
    background-color: black;
    padding: 8px;
    border-radius: 50px;
}
.hero-location {
    gap: 10px;
    max-width: max-content;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    /* border-radius: 50px; */
	margin: 20px auto;
}
.hero-location-area .buttons {
	justify-content: center;
}

.location-text-area .heading-3 {
	font-family: 'Poppins', sans-serif;
}

/* about-section */

.about-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.about-ctn {
    gap: 70px;
}
.about-text {
    padding-top: 25px;
}
.about-text p {
	line-height: 1.5;
	padding-top: 5px;
}
.about-item {
    width: calc(19% - 52.5px);
}
.about-text-area {
    margin: 0 auto 50px auto;
    max-width: 900px;
}
.about-section {
    padding: 80px 0;
}
.about-text p.heading-5 {
    font-family: 'Poppins', sans-serif;
}

/* facilities-section */

.facilities-section {
	gap: 70px;
}
.facility-icon {
    width: 50px;
    height: 50px;
    background-color: var(--og_black);
    border-radius: 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.facility-icon img{
	width: 35px;
	height: 35px;
}
.facility {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    background-color: var(--og_black);
    color: var(--og_white);
	padding: 15px 10px;
}
.facilities-text-area {
    margin-bottom: 20px;
}
.faciliites-img img {
    aspect-ratio: 900 / 600;
}
.facilities .facility:last-child{
	margin-bottom: 0 !important;
}
.facility-text {
    width: calc(100% - 65px);
}

.facilities-right-area {
    max-width: 330px;
width: 330px;
}
.facilities-left-area {
    width: calc(100% - 400px);
	position: relative;
}
.custom-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    background-color: black;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prev-arrow img, .next-arrow img {
    width: 30px;
    height: 30px;
    margin: auto;
}
.prev-arrow img {
    transform: rotate(180deg);
}

.prev-arrow {
    left: -22px;
}

.next-arrow {
    right: -22px;
}

.custom-arrow:hover {
    background-color: #333;
}

/* summary-section */
.summary-section {
    gap: 70px;
}
.summary-form, .summary-content {
    width: calc(50% - 35px);
}
.summary-text-area .heading-3, .get-in-touch h3 {
    padding-bottom: 25px;
}

/* clearfix replacement */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.row .col {
  padding: 0 20px;
  float: left;
  box-sizing: border-box;
}

.row .col.x-50 {
  width: 50%;
}

.row .col.x-100 {
  width: 100%;
}

/* Content Wrapper */
.content-wrapper {
  min-height: 100%;
  position: relative;
}

.get-in-touch {
    position: relative;
}

/* Contact Form */
.contact-form .form-field {
    position: relative;
    margin: 0 0 40px 0;
}
.contact-text h3 {
    font-family: 'Poppins', sans-serif;
}

.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 2px 0;
  border-color: #000;
  border-style: solid;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.contact-form .input-text:focus {
  outline: none;
}

.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  transform: translateY(-24px);
}

.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  transition: transform 0.2s ease-in-out;
}

.contact-form .form-field:last-child {
    margin: 0;
}

.contact-form .form-field:nth-child(3) {
	margin-bottom: 15px;
}


/* about-us-page-style */
.about-hero, .contact-us-hero {
    position: relative;
    z-index: 2;
    top: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.bg-img:has(.about-hero), .bg-img:has(.contact-us-hero) {
	height: 60vh;
}
.about-us-section .section-text-area .heading-3 {
    padding-bottom: 20px;
}
.about-us-section .btn {
    margin-top: 25px;
}


/* contact-us-section */
.contact-us-page {
    justify-content: space-between;
    gap: 5px;
    padding: 40px 0;
}
    .form-row {
      display: flex;
      gap: 20px;
      margin-bottom: 20px;
      flex-wrap: wrap;
    }
    .form-group {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    label {
      margin-bottom: 6px;
	  font-size: 13px;
    }
    input, textarea {
      padding: 10px;
      border: 1px solid #ccc;
      font-size: 16px;
	  transition: all 0.3s ease-in-out;
    }
    textarea {
      resize: vertical;
      height: 120px;
    }


    .contact-ctn .contact {
    align-items: center !important;
    gap: 20px;
    background-color: var(--og_white);
    padding: 15px 20px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

    .contact:hover{
        background-color: var(--og_black);
    }

 .contact-ctn .contact:hover .contact-text h3,
 .contact-ctn .contact:hover .contact-text a {
    color: var(--og_white);
    transition: all 0.3s ease-in-out;
}

.contact-text h3{
    transition: all 0.3s ease-in-out;
}

   .contact-icon {
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: var(--og_black);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
	border: none;
	transition: all 0.3s ease-in-out;
	border: 1px solid var(--og_white);
}

.contact-ctn .contact-text a, .contact-ctn .contact-text a:visited {
    color: var(--sg_black01);
    transition: all 0.3s ease-in-out;
    padding-top: 5px;
}


.contact-ctn{
    justify-content: center;
    align-items: start !important;
    gap: 70px;
    background-color: #E6E8E7;
    padding: 50px;
    border-radius: 10px;
}

.form-area {
    position: relative;
    width: 55%;
}

.form-area::after {
    content: "";
    position: absolute;
    right: -35px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #c2c2c2;
}
.contact-area {
    width: 33%;
}

.contact-text{
    width: calc(100% - 60px);
}

.contacts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
}

.submit-area{
    margin-top: 20px;
}

.submit-area .Button{
    margin-top: 20px;
}

.form-text-area, .contact-text-area{
    margin-bottom: 20px;
}
.form-text-area .heading-4, .contact-text-area .heading-4 {
    padding-bottom: 10px;
}
.contact-ctn input:focus,
.contact-ctn textarea:focus {
    border: 1px solid var(--og_black);
    outline: none;
}

.contact-text-area .heading-4 {
    font-family: 'Poppins', sans-serif;
}
svg.whatsapp-icon {
    width: 40px;
    height: 40px;
}

.Whtasapp-button a {
	line-height: 0.65;
}

.Whtasapp-button {
    width: 60px;
    height: 60px;
    background: #25D366;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    z-index: 99999;
}

/* RESPONSIVE */

@media only screen and (min-width:1200px) and (max-width:1300px) {
	.header-center {
    gap: 20px;
}
.header-center .nav {
    gap: 20px;
}
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
	.header-left {
    display: none;
}
.header-center .site-logo {
	order: -1;
	margin-right: 110px;
}
.nav {
    gap: 20px;
}
.header-center {
    gap: 20px;
}
}

@media only screen and (min-width:501px) and (max-width:1024px) {
	.mobile-menu .has-dropdown::before {
  pointer-events: auto;
}
	.feature {
        width: 47%;
		max-width: 220px;
    }
	.features {
    justify-content: center;
	row-gap: 25px;
}
 .footer-right {
    width: 100%;
}
}

@media (max-width: 1024px) {

	.header-left {
		display: none;
	}

	.head-ctn {
    background: black;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
	.head-ctn {
		padding: 20px 40px;
	}

	.nav {
		display: none;
	}

	.side-panel {
		display: none !important;
	}

	.mobile-menu {
		display: block;
        z-index: 999;
	}

	.header-center {
		justify-content: flex-start;
		width: 100%;
	}

	.site-logo {
		max-width: 100px;
	}

	.header-right {
		margin-left: auto;
		position: absolute;
		right: 40px;
	}

	.mobile-menu li {
		position: relative;
		padding: 8px 0;
		cursor: pointer;
	}
	
	.mobile-menu .has-dropdown::before {
		content: "›";
		position: absolute;
		right: 10px;
		top: 12px;
		font-size: 18px;
		transition: 0.3s;
		color: var(--og_white);
	}

	.mobile-menu .has-dropdown.active::before {
		transform: rotate(90deg);
	}

	.mobile-menu .dropdown {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.4s ease;
	}

	.mobile-menu .has-dropdown.active .dropdown {
		max-height: 300px;
	}

	.mobile-menu .dropdown ul {
		padding-left: 15px;
	}
	

}

@media only screen and (min-width:768px) and (max-width:1024px) {
	.bg-img:has(.about-hero), .bg-img:has(.contact-us-hero) {
    height: 60vh;
}
    .site-logo {
        max-width: 120px;
    }
	.site-logo img {
    max-width: 140px;
}
div#mobileMenu ul {
    padding-top: 30px;
}
	h2, .heading-2 {
    font-size: 35px;
}
.property-card {
    width: calc(33.33% - 17px);
}
.properties {
    gap: 25px;
}
.about-ctn {
    gap: 40px;
}
.about-item {
    width: calc(19% - 30px);
}
.about-text .heading-4 {
	font-size: 18px;
}
.facilities-section {
    gap: 20px;
    justify-content: space-between;
}
.facilities-left-area {
    width: calc(100% - 350px);
}
.next-arrow {
    right: -18px;
}
.prev-arrow {
    left: -16px;
}
.custom-arrow {
    width: 35px;
    height: 35px;
}
.contact-area {
    width: 100%;
    max-width: 500px;
}
.form-area {
    width: 100%;
}
.contact-ctn {
    justify-content: flex-start;
    padding: 40px;
}
.form-area::after{
	display: none;
}
}

@media only screen and (max-width: 767px) {
	.mob-view{
		display: block !important;
	}
	.bg-img:has(.about-hero), .bg-img:has(.contact-us-hero) {
    height: 40vh;
}
	.head-ctn {
		padding: 20px 18px;
	}

	.header-right {
		margin-left: auto;
		position: absolute;
		right: 18px;
        z-index: 1000;
	}
    .mobile-menu .site-logo img {
    max-width: 100px;
}
.mob-site-logo {
    margin-bottom: 20px;
}
.menu-btn {
    position: fixed;
    right: 26px;
    top: 34px;
}
    .mobile-menu {
        padding: 20px 40px;
    }

	/* Home-hero-sectio */
	.btn {
    padding: 10px 10px;
    font-size: 12px;
}
    .hero-content {
        padding: 100px 0 30px 0;
    }
.bg-img {
    height: 70vh;
    margin-top: -100px;
}
.feature {
    width: 100%;
	gap: 12px;
}
.features {
    gap: 20px;
    padding: 20px 0;
}
.feature-icon {
    width: 25px;
    height: 25px;
}
.feature-text {
    width: calc(100% - 37px);
    font-size: 20px;
}
.iat-ctn {
	flex-direction: column-reverse;
}
.iat-text-area, .iat-img-area {
    width: 100%;
}
.partner-logo {
        max-width: 200px;
        max-height: 150px;
        width: 42%;
    }
    .partners {
        gap: 20px;
        justify-content: center;
        align-items: center;
		row-gap: 30px;
    }
.partners-text-area, .properties-content {
    margin: 0 0 20px 0;
	text-align: left;
}
.partner-logo img {
    max-width: 110px;
}
.property-card {
    width: 100%;
}
.property-tags {
        top: 7px;
    }
.cta-ctn {
    padding: 50px 0;
}
.footer-ctn {
   padding: 50px 0 30px 0;
}
.footer-right {
    gap: 40px;
    width: 100%;
}
.footer-ctn .contact-icon {
    width: 30px;
    height: 30px;
    padding: 0;
}
.footer-ctn .contact-icon img {
    width: 15px;
    height: 15px;
}
.footer-ctn {
    font-size: 18px;
}
.footer-right .footer-widget {
    width: 100%;
}
.footer-widget .heading-4 {
    font-size: 19px;
}
.widget-links {
    padding-top: 12px;
}
.input-group {
    margin-bottom: 15px;
}
.input-group input {
    font-size: 11px;
    letter-spacing: 2px;
}
.arrow-btn img {
    max-width: 50px;
}

.hero-location {
    max-width: 220px;
}
.location-text .heading-4 {
    font-size: 22px;
}
.location-icon {
    width: 35px;
    height: 35px;
}
    .about-item {
        width: 39%;
    }
	.about-text .heading-4 {
		font-size: 17px;
	}
.next-arrow {
    right: -14px;
}
	.next-arrow {
    right: -14px;
}
.custom-arrow{
	width: 30px;
	height: 30px;
}
.prev-arrow {
    left: -14px;
}
.facilities-left-area {
    width: 100%;
}
.facilities-section {
    gap: 40px;
}
.facilities-right-area {
    max-width: 500px;
    width: 100%;
}
.summary-form, .summary-content {
    width: 100%;
}
.get-in-touch h3 {
	text-align: left;
}
.contact-form .form-field {
    margin: 0 0 25px 0;
}
.contact-form .label {
    font-size: 15px;
}
.contact-ctn {
    gap: 50px;
    padding: 30px 20px;
}
.form-area, .contact-area {
    width: 100%;
}
.form-area::after {
    display: none;
}

}

@media only screen and (min-width:501px) and (max-width:767px) {
	 
    .partners {
        justify-content: center;
    }
	.partners-text-area, .properties-content {
	text-align: center;
	margin: 0 auto 20px auto;
}
.properties {
    gap: 20px;
	row-gap: 40px;
}
.property-card {
    width: 47%;
}
    .footer-right .footer-widget {
        width: 30% ;
    }
	    .footer-right {
        gap: 20px ;
    }
	.footer-right .footer-widget:nth-child(1) {
    width: 25%;
}
.about-item {
        width: 42%;
    }
}

@media only screen and (min-width:1024px) {
	.button {
    display: none;
}
}

