html{
	overflow-x: hidden;
}
@font-face {
	font-family: 'Gotham';
	src: url('../fonts/gotham/gothambook-webfont.woff') format('woff');
	src: url('../fonts/gotham/gothambook-webfont.woff2') format('woff2');
}
@font-face { 
	font-family: 'Westiga';
		src: url('../fonts/westiga/westigaregular-2oarw-webfont.woff') format('woff');
		src: url('../fonts/westiga/westigaregular-2oarw-webfont.woff2') format('woff2');
	}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Gotham';
	background-color: #072b28;
	color: white;
	font-weight: 400;
	overflow-x: hidden;
}

.nav-font {

	font-family: "Lato", serif;
	font-weight: 400;
	font-style: normal;
}

.title-font {
	font-family: 'Westiga';
	color: #BB976B;
	font-size: 32px;
	line-height: 50px;
	font-weight: 400;
	letter-spacing: 1px;
}

.row-0{
	margin-left: 0;
	margin-right: 0;
}
.col-0{
	padding-left: 0;
    padding-right: 0;
}
.pd-30{
	padding: 30px 0;
}
.m-bottom{
	margin-bottom: 30px;
}
.stickyForm{
	display: block;
}
form label.error {
	width: 100% !important;
	padding: 10px 0;
	color: red;
	clear: both;
	margin: 0;
	display: none;
	font-weight: normal;
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #9c9c9c;
}

::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #9c9c9c;
}

:-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #9c9c9c;
}

/* sticky form code */
.stickyForm {
	position: fixed;
	top: 20%;
	width: 310px;
	right: -310px;
	/* text-align: center; */
	/* padding: 17px; */
	padding: 5px 15px;
	background: rgba(84, 84, 84, 0.81);
	border-radius: 11px 0px 0 11px;
	-webkit-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 2;
}

.stickyForm.active {
	right: 0px;
}

.stickyForm .btn {
	background: #bb976b;
	padding: 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -98px;
	color: #fff;
	height: 40px;
	border-radius: 7px 7px 0 0;
	font-size: 15px;
	cursor: pointer;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	border: 0;
	perspective: 100px;
	outline: 0 !important;
}

input#phone {
	/* padding-left: 50px !important; */
}

/* body .stickyForm * {
	color: #fff;
} */

body .stickyForm label {
	width: 97% !important;
	text-align: left;
	font-size: 13px;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm input[type="tel"],
body .stickyForm textarea,
body .stickyForm .intl-tel-input {
	width: 100% !important;
	border: 0;
	height: 25px;
	background: transparent;
	border-bottom: 1px solid #fff;
	margin-bottom: 5px;
}

.stickyForm [type="submit"] {
	background: #545454d9;
	color: white;
	border: 0;
	padding: 10px 25px;
	border-radius: 2px;
	border: 1px solid #616161;
}

body .stickyForm ._checkbox {
	margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
	text-align: left;
	margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
	width: 50% !important;
	float: left;
	padding-right: 5px;
}

body .stickyForm ._checkbox span {
	padding-left: 4px;
	font-size: 13px;
	float: left;
}

.stickyForm {
	background: rgba(35, 35, 35, 0.77);
}
.stickyForm.active .btn {
	background: #bb976b;
}
.stickyForm ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0px;
	color: #ccc;
}

.stickyForm :-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0px;
	color: #ccc;
}

body .stickyForm select {
	width: 100%;
	color: #fff;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #fff;
	height: 35px;
    padding: 3px;
	margin-bottom: 12px;
}

body .stickyForm .btn-group {
	margin-top: 20px;
}

body .stickyForm .error {
	margin-bottom: 0 !important;
}

body .stickyForm label.error {
	padding: 7px 0;
}

body .stickyForm [type="submit"] {
	background: #bb976b !important;
	color: #fff;
	height: 40px !important;
	padding: 0px 30px !important;
	/* box-shadow: 0 0 8px 3px rgba(99, 99, 99, 0.32); */
}

/* end of sticky form code */

.form-section form {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.stickyForm .loading {
	top: -29px;
}

button.animate-btn {
	background-color: #004621;
	color: white;
	padding: 12px 30px;
	position: relative;
	transition: all .2s;
	border: 0;
	margin: 20px 0
}

button.animate-btn:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1px solid #004621;
	left: -8px;
	top: -7px;
	transition: all .3s;
}

button.animate-btn:hover {
	background-color: transparent;
	color: #004621;
	transition: all .2s;
}

button.animate-btn:hover:before {
	left: 0;
	top: 0;
}

header {
	position: fixed;
	top: 40px;
	z-index: 9;
	width: 100%;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 50px;
}
.menu_lists{
	display: none;
}
.navbar-menu ul {
	display: flex;
	gap: 40px;
	/* padding: 0 50px;
	margin: 0 50px; */
}

.navbar-menu ul li {
	list-style: none;
	font-size: 16px;
}

header .navbar-menu ul li a {
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 400;
}
header.fixed-header .navbar-menu ul li a {
	color: white;
}
.raun-logo img {
	width: 140px;
}

header.fixed-header {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 9;
	background-color: #072b28;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0;
}

.navbar-menu li.project-main-menu:hover ul.sub-menu{
	opacity: 1;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}
li.project-main-menu{
	position: relative;
}
.navbar-menu ul.sub-menu {
    position: absolute;
    top: 22px;
    display: block;
    background: white;
    left: -50px;
	padding: 0;
	opacity: 0;
}
ul.sub-menu li a{
	padding: 10px 30px;
	display: block;
}
ul.sub-menu li:first-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.22);
}

.menu_btn.btn11 {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.mble-banner-logo{
	display: none;
}
.homepage-banner {
	position: relative;
	overflow: hidden;
}

.homepage-banner::before {
	content: "";
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(35 35 35 / 61%);
	z-index: 1;
}
/* .homepage-banner::after {
	content: "";
    position: absolute;
    bottom: 0px;
    background: url(../images/wave-border.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 200px;
    z-index: 1;
    left: 0;
    right: 0;

} */
 .mt-25{
	margin-top: 25px;
 }
.banner-logo{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1;
}
.banner-logo img{
	width: 400px;
}

.section-gap {
	margin: 50px 0;
}


.title-border {
	border-bottom: 2px solid #BB976B;
	display: inline-block;
	margin: 20px 0;
	
}
.aboutus{
	background: url(../images/about-bg.png) no-repeat;
    background-size: contain;
    padding-top: 200px;
    position: relative;
    z-index: 1;
    margin-top: -230px;
}
.about-img img{
	width: 100%;
}
.about-content .about-hglt{
	margin: 20px 0;
	font-size: 12px;
    border: 1px solid #BB976B;
    border-radius: 50px;
    padding: 5px 10px;
	background-color: #F4D48D;
	color: #072b28;
}
.about-content .about-para{
	text-align: justify	;
}
.about-content .address span{
    /* padding: 5px; */
}
.about-content p.address {
	font-size: 12px;border: 1px solid #BB976B;border-radius: 50px;padding: 5px 10px;
	background-color: #F4D48D;
	color: #072b28;
}
.about-content .address span svg{width: 15px;margin: 0 6px 4px;}
.about-content h3{color: white;}
.about-content p{font-size: 15px;font-weight: 400;}
.about-content p span{font-size: 12px;border: 1px solid #BB976B;border-radius: 50px;padding: 8px 10px;margin-right: 10px;}
.about-content{color: white;padding-left: 90px;margin-top: 70px;}
.aboutus-wrapper{padding-left: 15px;padding-right: 15px;/* width: 100%; *//* height: 100%; *//* background: url(../images/background-img-1.webp) no-repeat; *//* background-size: cover; */}
a.enquiry-btn,
a.brochure-btn
{
	text-decoration: none;
}a.brochure-btn,
a.enquiry-btn {
    background-color: transparent;  /* Start with a transparent background */
    color: #F4D48D; /* Start with the text color being #F4D48D */
    padding: 10px;
    font-size: 13px;
    border: 1px solid #F4D48D;
    position: relative;
    width: 190px;
    height: 33px;
    line-height: 12px;
    margin: 4px 0;
	box-shadow: inset 0 0 0 0 #F4D48D; /* Remove the inner shadow */
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
    cursor: pointer;
	display: inline-block;
    text-align: center;
}
a.brochure-btn:hover,
a.enquiry-btn:hover{
    background-color: #F4D48D; /* Change background to color */
    color: black; /* Change text color to black */
	box-shadow: inset 200px 0 0 0 #F4D48D; /* Keep the initial inner shadow */

}
a.brochure-btn::before,
a.enquiry-btn:before {
	content: "";
	position: absolute;
	top: -3px;
	width: 180px;
	height: 38px;
	border: 1px solid #F4D48D;
	z-index: 1;
	left: 4px;
}

.luxury-wrapper img{
	width: 60%;
    position: relative;
    z-index: 9;
}
img.wave-border {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.luxury-wrapper{padding-top: 30px;}
.luxury-villa-wrapper{
	font-size: 14px;
	padding-top: 25px;
}
.luxury-villa-wrapper .plan-para{
	width: 90%;
	margin: auto;
	line-height: 22px;
	text-align: justify;
}
#plans{}
.level-title{
	font-size: 70px;
	line-height: 80px
}
.level-title span{
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
.plan-wrapper{
    width: 60%;
    margin: auto;
	color: #BB976B;
}
.plan-wrapper h3{
	margin: 0;
	margin-bottom: 10px;
}
.item .plan-wrapper img{
	width: 100%;
	margin-top: 50px;
}
.plan-wrapper p{
	
}
.plan-slider{margin: 50px 0;}
.plan-slider .owl-nav {
	position: absolute;
    top: 50%;
    width: 100%;;
}
.plan-slider .owl-prev {
	position: absolute;
    left: 50px;
    top: 50%;
}
.plan-slider .owl-next {
	position: absolute;
    right: 50px;
    top: 50%;
}
.plan-slider .owl-prev img{
	transform: rotate(180deg);
	width: 40px;
}
.plan-slider .owl-next img{
	width: 40px;
}
.amenities-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
}
.amenities-slider .owl-prev {

}
.amenities-slider .owl-next {

}
.amenities-slider .owl-prev img{
	transform: rotate(180deg);
	width: 40px;
}
.amenities-slider .owl-next img{
	width: 40px;
}
#amenities{
	/* background:url(../images/art-of-living-bg.webp) no-repeat;
	background-size: contain; */
	position: relative;
	width: 100%;
	    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-image 0.5s ease-in-out;
}
#amenities:before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #072b28;
    z-index: 1;
    transition: all ease-out 0.6s;
    opacity: 0.8;
}
.amenities-wrapper{
    padding: 30px 0px;

}
.art-of-living{
	backdrop-filter: blur(10px);
	width: 60%;
	margin: auto;
	border: 1px solid #BB976B;
	border-radius: 10px;
	padding: 30px;
	display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
	background-color: #072b2894;
}
.art-of-living .amenitie-content {
    width: 100px;
}
.art-of-living .amenitie-content img{
	width: 70px;
}
.art-of-living .amenitie-content p{
	font-size: 11px;
	margin: 0;
}
.thoughtful-design{
    backdrop-filter: blur(10px);
    width: 70%;
    margin: auto;
    border: 1px solid #BB976B;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    background-color: #072b2894;
}
.thoughtful-design .amenitie-content h4{
	font-family: 'Westiga';
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 1px;
}
.thoughtful-design .amenitie-content p{
	font-size: 13px;
}
.thoughtful-design .amenitie-content img{
	width: 30px;

}
.location-img img {
	width: 100%;
}
#location{
	padding-top: 50px;
}
.location-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	height: 100%;
}
.location-content p{
	margin-bottom: 10px;
}
.location-content {
	text-align: justify;
}
.location-img {width: 80%;margin: auto;}
#embassy-privilege{
	padding-top: 30px;
}
.privilege-img{
	position: relative;
}
.privilege-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    transition: all ease-out 0.6s;
    opacity: 0.3;
}
.privilege-content-wrapper{
	position: relative;
}
.privilege-content p {
    position: absolute;
    bottom: -40px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    right: 0;
    width: 100%;
    left: 0;
    transition: all ease-out 0.6s;
    color: white;
    max-width: 100%;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.privilege-content h4{
    position: absolute;
    bottom: 50px;
    visibility: visible;
    opacity: 1;
    font-size: 17px;
    right: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all ease-out 0.6s;

}
.privilege-content-wrapper:hover .privilege-content h4{
    bottom: 60px;
	transition: all ease-out 0.6s;

}
.privilege-content-wrapper:hover .privilege-content p{
	bottom: 35px;
    visibility: visible;
    opacity: 1;
	transition: all ease-out 0.6s;
}
.privilege-content-wrapper:hover .privilege-content.two-line p{
	bottom: 19px;
}
.privilege-wrapper h3{
	line-height: normal;
}
.privilege-slider{
	margin-top: 40px;
}
.privilege-img img{
	border-radius: 10px;
}
.privilege-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 30px;
}
.privilege-slider .owl-prev img{
	transform: rotate(180deg);
	width: 35px;
}
.privilege-slider .owl-next img{
	width: 35px;
}
#gallery{
	padding-top: 50px;
}
.gallery-slider .owl-prev img{
	transform: rotate(180deg);
	width: 30px;
}
.gallery-slider .owl-next img{
	width: 30px;
}
/* Default state of navigation buttons */
.gallery-slider .owl-nav {
    position: absolute;
    top: 100%;
    width: 100%;

    transition: all ease-out 0.6s;
	top: 50%;
}

/* Position the Previous button */
.gallery-slider .owl-prev {
    position: absolute;
    left: 140px;
}

/* Position the Next button */
.gallery-slider .owl-next {
    position: absolute;
    right: 140px;
}
p.plan-para {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
/* Image hover overlay */
.gallery-slider .gallery-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1;
    transition: all ease-out 0.6s;
    opacity: 0.3;
}

/* Image scaling on hover */
.gallery-img {
    position: relative;
    overflow: hidden;
}

.gallery-img img {
    transition: all ease-out 0.6s;
    transform: scale(1);
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Slight zoom on hover */
.gallery-img:hover img {
    transform: scale(1.1);
}

/* Prevent center image from scaling */
.owl-item.center:hover .gallery-img img {
    transform: scale(1);
}

/* Hide navigation buttons when hovering over the center image */
.owl-item.center:hover .owl-nav {
    visibility: hidden;
    opacity: 0;
}

/* Remove overlay when hovering over the center image */
.owl-item.center .gallery-img::before {
    content: none;
    opacity: 0;
}


.gallery-slider .owl-item {

	transform: scale(0.8);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}

.gallery-slider .owl-item.center {

	transform: scale(1.0);

	transition: all ease 0.6s;

	position: relative;

	z-index: 2;

	padding: 15px 0;

}
/* contact */
.contact-form-wrapper{

}
.address-wrapper p {
    margin-bottom: 10px;
	
}
.disclaimer p{
	font-size: 11px;
}
.address-wrapper .address-heading{color: #BB976B;}
.address-wrapper .bottom-border{border-bottom: 1px solid #FFFFFF78;display: inline-block;border-top: 1px solid #FFFFFF78;padding: 10px 0;}
.address-wrapper {width: 60%;}
.address-wrapper a{color: #fffffffa;text-decoration: none;}
.address-wrapper a:active{

}
.address-wrapper a:hover{

}
.address-wrapper a:visited{

}
.address-wrapper{font-size: 13px;margin-top: 24px;color: #fffffffa;    font-weight: lighter;}
.contact-form-wrapper h3{
	line-height: normal;
}
.input-box input {
	border: 1px solid white;
	padding: 10px 19px;
	width: 100%;
	margin-bottom: 2px;
	background-color: transparent;
}
.input-box select {
	border: 1px solid white;
	padding: 12px 19px;
	width: 100%;
	margin-bottom: 2px;
	background-color: transparent;
}
.check-box{
	position: relative;
	margin-bottom: 30px;
}
.check-box label{
	font-size: 9px;
	color: #ffffffb5;
	font-weight: 300;
	position: absolute;
	top: 4px;
	left: 0px;
	margin-left: 25px;
	width: 100%;
}
.input-box,
.contact-btn {
	width: 100%;
	margin-bottom: 10px;
}

.contact-btn button {
	border: 1px solid #BB976B;
	color: #fff;
	background-color: #BB976B;
	height: 40px;
	width: 100%;
	margin: 10px 0;
	font-size: 15px;
	cursor: pointer;
}

#ContactForm input::placeholder {
	color: white;
	font-size: 13px;
}

h3.contact-us-title {
	margin-left: 70px;
	margin-top: 0px;
	padding-left: 60px;
}


.contact-info a{
	color: #333333;
	text-decoration: none;
}
.wave-border-wrapper img{
	width: 100%;
}
.thankyou-banner{
	position: relative;
}
.thankyou-banner::before{
		content: "";
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgb(35 35 35 / 61%);
		z-index: 1;
	}

.thankyou-banner img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.embassy-logo img {
    width: 200px;
    height: 100%;
}
.thankyou-banner .embassy-logo img{
	width: 280px;
	margin-bottom: 60px;
}
.thankyou-banner .title-font{
	font-size: 52px;
}
.thankyou-banner p{
	font-size: 20px;
}
.banner-text{
	color: #fff;
    position: absolute;
	top: 42%;
	left: 0;
    right: 0;
    z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.mfp-content {
    width: 40% !important;
    margin: auto;
	background: white;
    padding: 30px 40px;
	color: black;
}
div#popup-form h3{
	margin-bottom: 20px;
	text-align: center;
}
div#popup-form .input-box input, div#popup-form .input-box select {
    border: 1px solid black;
	color: black;
}
div#popup-form  .check-box label {
	color: black;
}
.whatsapp_sticky_btn {
    position: fixed;
    bottom: 19%;
    right: 0px;
    margin: auto;
    display: flex ;
    align-items: center;
    z-index: 999;
}
.text-justify{
	text-align: justify;
}
.mobile-title{
	display: none;
}
.desktop-title{
	display: block;
}
.thoughtful-design .amenitie-content {
    width: 30%;
}
#location .enquiry-btn-wrapper{
	margin-top: 15px;
}
.mble-enquiryForm-btn{
	display: none;
}
input[type=checkbox].error {
	box-shadow: 0px 0px 2px 2px red;
}
input[type=checkbox].error+label.error {
    display: none !important;
}
input#terms_conditions.error {
    border: 2px solid red !important;
}
.flag-container {
    height: 43px;
}
.intl-tel-input .country-list{
    color: black;	
}

.disclaimer a.rera-link{
	text-decoration: none;
	color: white;
}
.disclaimer a.rera-link:hover{
	color: white;

}
.disclaimer a.rera-link:visited{
	color: white;

}
.disclaimer a.rera-link:active{
	color: white;

}
.close-btn{
    float: right;
    clear: both;
	cursor: pointer;
	margin-bottom: 10px;
}
.close-btn img {
    width: 15px;
    height: 15px;
}
.two-fields{
	display: flex;
}
.two-fields .wd-25{
	width: 25%;
	margin-right: 10px;
}
.two-fields .wd-75{
	width: 75%;
}
select option{
	color: black;
}
/* mobile reponsive */
@media only screen  and (min-width: 1550px) {
	.art-of-living {
		width: 40%;
	}
}
@media only screen and (min-width: 1450px) and (max-width: 1550px) {
	.art-of-living {
		width: 45%;
	}
}
@media only screen and (min-width: 1350px) and (max-width: 1450px) {
	.art-of-living {
		width: 50%;
	}
}
@media only screen and (min-width: 1250px) and (max-width: 1350px) {
	.art-of-living {
		width: 58%;
	}
}

@media only screen and (max-width: 1250px) {
	.privilege-content-wrapper:hover .privilege-content h4{
		bottom: 70px;
		transition: all ease-out 0.6s;
	}
	}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {

	.title-font{
		line-height: normal;
	}
	.title-font-2{
		line-height: normal;
	}
	header {
        padding: 8px 20px;
    }
	.navbar-menu ul {
		padding: 0 30px;
		margin: 0 30px;
	}
	.homepage-title {
		bottom: 100px;
	}
	.mfp-content {
		width: 60% !important;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
	.privilege-content-wrapper:hover .privilege-content h4{
		bottom: 90px;
	}
}
@media only screen and (max-width: 1024px) {

	.mfp-content {
		width: 80%  !important;
		}
	ul.sub-menu {
		position: relative;
		top: 0px;
		background: white;
		left: 0px;
		padding: 0;
		display: none
	}
	/* .navbar-menu li.project-main-menu:hover ul.sub-menu{
		display: block;
	} */
	ul.sub-menu{
		display: none;
	}
	ul.sub-menu li {
		padding: 0px; 
		list-style: none;
	}
	ul.sub-menu li a {
		margin: 0px;
	}
	ul.sub-menu li:first-of-type {
		border-bottom: none;
	}

	.navbar-menu ul {
		display: flex;
		gap: 50px;
		padding: 0 20px;
		margin: 0 20px;
	}
	.contact-popup-form {
		width: 100%;
	}
	header {
		padding: 15px 30px;
	}
	.homepage-title {
		bottom: 80px;
	}
	.project-content {
		width: 70%;
	}
	.project-content-right {
		margin-top:0px;
	}
	.slider-content {
		padding-top: 0;
	}
	.footer-wrapper {
		width: 70%;
	}
	.contact {
		padding-bottom: 0;
	}
	.contact-form {
		width: 80%;
	}
	.banner-logo img {
		width: 280px;
		display: block;
		margin: auto;
	}
	div#popup-form .input-box input, div#popup-form .input-box select{
		padding: 12px 7px;
	}
	

}

@media only screen and (max-width: 1024px) {
	
	.form-section label {
		width: 100% !important;
		height: auto !important;
	}

	.form-section label input,
	.form-section label select {
		margin-bottom: 10px;
		height: 40px !important;
	}

	.form-section {
		width: 80%;
		margin: auto;
		float: none;
	}

	.form-section .btn-group {
		float: none;
		margin-top: 5px;
	}

	/* custom codes here */

	.title-font{
		font-size: 35px;
		text-align: center;
		line-height: normal;
	}
	header {
		padding: 12px 40px;
	}
	.navbar-menu {
        display: none;
    }

    /* Hamburgur menu */
    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }
	.menu_lists{
		display: block;
	}
	
	.menu_lists {
        position: fixed;
        top: 105px;
        background-color: #072b28;
        color: white !important;
        width: 100%;
		height: 100Vh;
        z-index: 19;
        right: 100%;
		-webkit-transition: .35s ease-in-out;
		-o-transition: .35s ease-in-out;
		transition: .35s ease-in-out;

    }
	.menu_lists.active{
		right: 0%;
	}

	.menu_lists li a{
	color: white !important;
	}
    .btn11 {
        position: relative;
        width: 30px;
        height: 40px;
        top: -10px;
        left: 0px;
        transition-duration: .5s;
        margin: auto;
        margin-right: 0;
    }

    .btn11 .icon-left {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: white
    }

    .btn11 .icon-left:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: white;
        content: "";
        top: -10px
    }

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: white;
        content: "";
        top: 10px
    }

    .btn11 .icon-left:hover {
        cursor: pointer
    }

    .btn11 .icon-right {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: white;
        left: 15px
    }

    .btn11 .icon-right:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: white;
        content: "";
        top: -10px
    }

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: white;
        content: "";
        top: 10px
    }

    .btn11.open .icon-left {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
    }

    .btn11.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
    }

    .btn11.open .icon-right {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
    }

    .btn11.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
    }

    .btn11:hover {
        cursor: pointer
    }


    ul.custom_class {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
        color: white;

    }
	ul.custom_class li a{
		color: white;
	}

    .menu_lists li a {
        text-decoration: none;
        color: white;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;
    }
	li .social-icon a{
		padding-left: 0;
	}

	.mble-banner-logo{
		display: block;
	}
	.mble-banner-logo{

	}
	.mble-banner-logo img{
		width: 140px;
	}
	header {
    }
	.menu_lists {
        top: 63px;
	}
	#myVideo {
        height: 100vh;
		object-fit: cover;
    }
	/* .banner-logo {
		display: none;
	} */
	.title-font{
		font-size: 23px;
		text-align: center;
		line-height: normal;
		margin-bottom: 20px;
	}
	.aboutus {
		padding-top: 100px
	}
	.plan-slider .owl-nav{
		display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
	position: relative;
	}
	.plan-slider .owl-prev{
		position: relative;
	}
	.plan-slider .owl-next{
		position: relative;
	}
	.art-of-living {
		width: 70%;
		padding: 10px;
	}
	.art-of-living .amenitie-content {
		width: 80px;
	}
	.thoughtful-design {
		width: 86%;
        padding: 21px 13px;
        gap: 18px;
	}
	.location-content {
		display: block;
		text-align: center;
	}
	.check-box label {

		width: 98%;
	}
	.privilege-content-wrapper:hover .privilege-content p{
		visibility: visible;
		opacity: 1;
	}
	.gallery-slider .owl-nav {
		display: flex;
				justify-content: center;
				align-items: center;
				margin-top: 0;
				position: relative;
				visibility: visible;
				opacity: 1;
				gap: 5px;
			}

	.gallery-slider .owl-prev {
		position: static;
	}
	.gallery-slider .owl-next{
		position: static;
	}
	.gallery-slider .owl-nav, .gallery-slider .owl-next, .gallery-slider .owl-prev{
		opacity: 1;
		visibility: visible;
	}
	h3.contact-us-title {
		margin-left: 0px;
		margin-top: 0px;
		padding-left: 0px;
		text-align: center;
		padding-top: 0px;
	}
	.contact-form {
		width: 100%;
		padding: 0;
	}
	.contact {
		padding: 0;
	}
	.contact-info-wrapper::before {
		display: none;
	}
    .contact-info-wrapper {
        width: 100%;
        padding: 20px 0;
        margin: 0px;
    }
	.address-wrapper {
		width: 80%;
	}

	
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	.homepage-title {
        bottom: 190px;
    }


	.sitemap-img-right img {
		width: 50%;
	}

	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	.desktop-footer-logo {
		margin:  0;
		padding-top: 0px;
	}
	footer {
		padding-top: 30px;
	}
	.quick-links {
        padding-top: 0px;
    }
	.follow-us-wrapper {
		margin-top: 20px;
		padding-top: 20px;
	}
	.quick-links{
		padding-top: 20px;
	}
}
@media only screen and (max-width: 996px) {

	.form-section label {
		width: 15% !important;
	}
	.mb-mt-110{
		margin-top: 110px;
	}
	.mobile-title{
		display: block;
	}
	.desktop-title{
		display: none;
	}
	.location-img{
		margin-bottom: 20px;
	}
	.about-content{
		padding-left: 0;
	}
	.row-sm-reverse{
		flex-direction: column-reverse;
	}
	.privilege-content p{
		bottom: 35px;
		visibility: visible;
		opacity: 1;
	}
	.privilege-content h4 {
		bottom: 70px;
		visibility: visible;
		opacity: 1;
	}
	.privilege-content.two-line p {
		bottom: 20px;
	}
}
@media only screen and (min-width: 550px) and (max-width: 768px) {
	.privilege-content h4 {
        bottom: 90px;
	}
}
@media only screen and (max-width: 768px) {
	.stickyForm .btn{
		display: none;
	}
	.mb-column-reverse{
		flex-direction: column-reverse;
	}

	.mble-enquiryForm-btn{

	}
	.mfp-content {
		width: 100% !important;
	}
	a.mble-enquiryForm-btn{
		text-decoration: none;
	}
	a.mble-enquiryForm-btn:hover{
		color: #fff;
	}
	a.mble-enquiryForm-btn:visited{
		color: #fff;
	}
	.mble-enquiryForm-btn {
        padding: 3px 12px;
        position: fixed;
        bottom: 0px;
        left: 0;
        color: #fff;
        font-size: 10px;
        right: 0;
        width: 100%;
        transform: rotate(0deg);
		top: auto;
		font-size: 17px;
		background-color: #BB976B;
		text-align: center;
		padding: 15px 0px;
		z-index: 9;
		display: block;
		}
	.mble-enquiryForm-btn svg{
		width: 20px;
		height: 20px;
	}
	.commercial-content {
        top: 80px;
        opacity: 0.9;
    }
	.mb-mt-110{
		margin-top: 110px;
	}
	/* custom codes */
	.faq-accordion-2 button{
		padding-right: 25px;
	}
	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	.about-content{
		padding-left: 0;
	}
	.luxury-villa-wrapper .plan-para{
		width: 100%;
	}
	.plan-wrapper{
		width: 100%;
		text-align: center;
	}
	.plan-slider .owl-next{
		right: 0;
	}
	.plan-slider .owl-prev{
		left: 0px;
	}
	.privilege-content-wrapper:hover .privilege-content p{
		visibility: visible;
		opacity: 1;
	}	
	.thoughtful-design .amenitie-content {
		width: 100%;
	}
	#location .enquiry-btn-wrapper{
		margin-top: 25px;
	}
	#gallery{
		padding-top: 30px;
	}
	.amenities-wrapper{
		padding-top: 15px;
	}
	
}
@media only screen and (min-width: 480px) and (max-width: 1022px) {

	.banner-title h1 {
        font-size: 60px;
    }
	.banner-title h4 {
        font-size: 17px;
    }
	.aboutus-oveview-img {
		margin: 30px 0;
	}
	.contact-form {
        width: 80%;
	}


}
@media only screen and (max-width: 479px) {
	.embassy-logo{
		display: none;
	}
	.banner-text {
		top: 62%;
	}
	.mble-banner-logo{
		display: block;
	}
	.mble-banner-logo{

	}
	.mble-banner-logo img{
		width: 140px;
	}
	header {
    }
	.menu_lists {
        top: 63px;
	}
	#myVideo {
        height: 100vh;
		object-fit: cover;
    }
	/* .banner-logo {
		display: none;
	} */
	.title-font{
		font-size: 25px;
		text-align: center;
		line-height: normal;
		margin-bottom: 20px;
	}
	.level-title{
		font-size: 45px;
	}
	.plan-wrapper h3 {
		font-size: 20px;
	}
	.aboutus {
		padding-top: 100px
	}
	.plan-slider .owl-nav{
		display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
	position: relative;
	}
	.plan-slider .owl-prev{
		position: relative;
	}
	.plan-slider .owl-next{
		position: relative;
	}
	.art-of-living {
		width: 86%;
		padding: 10px;
	}
	.art-of-living .amenitie-content {
        width: 25%;
    }
	.thoughtful-design {
		width: 86%;
		padding: 10px;
		gap: 18px;
	}
	.thoughtful-design .amenitie-content h4{
		font-size: 18px;
	}
	.thoughtful-design .amenitie-content p {
		font-size: 11px;
	}
	.location-content {
		display: block;
		text-align: center;
	}
	#location {
		padding-top: 30px;
	}
	.check-box label {

		width: 98%;
	}
	.luxury-villa-wrapper{
		padding-bottom: 30px;
	}
	.address-wrapper p:nth-of-type(2) {
		width: 98%;
	}

	.about-content p{
		font-size: 12px;
        margin-bottom: 14px;
	}
	.about-content .about-hglt{
		margin: 10px 0;
		font-size: 11px;
		padding: 9px 10px;

	}
	.about-content p.address{
		font-size: 11px;
		padding: 9px 10px;
		margin-top: 10px;
	}
	p.plan-para{
		font-size: 12px;
		margin-top: 25px;
		text-align: justify;
	}
	.location-content p{
		font-size: 12px;
        text-align: justify;
	}
	.address-wrapper p {
		font-size: 9px;
	}


	.wave-border-wrapper{
		padding-bottom: 40px;
	}
	.whatsapp_sticky_btn img {
		width: 28px;
	}
	.whatsapp_sticky_btn{
		right: 0px;
	}
	.about-content{
		margin-top: 20px;
	}
	.plan-slider{
		margin-top: 3px;
    margin-bottom: 22px;
	}
	#embassy-privilege, #contact-us {
		padding-top: 30px;
	}
	.aboutus-wrapper .brochure-btn-wrapper{
		margin-top: 15px;
	}
}