@font-face {
	font-family: 'Optima';
	src:url('../fonts/optima/Optima.woff2') format('woff2'),
		url('../fonts/optima/Optima.woff') format('woff');
;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	font-family:"Lato", sans-serif;
	color: rgba(0, 0, 0, 0.7);
}
.banner-title{
	font-family: "El Messiri", sans-serif;
	color: #0c4a37;
	font-size: 65px;
	margin-bottom: 0;
    line-height: 40px;
}
.banner-title p {
    font-size: 25px;
}
.banner-title span{
	font-family: "El Messiri", sans-serif;
	color: #c09017;
}
.title-font {
	font-family: "El Messiri", sans-serif;
	font-size: 40px;
	color: rgba(0, 0, 0, 0.7);
	line-height: 50px;
	font-weight: 400;
	text-align: center;
}
.counter-font{
	font-family: "Optima" !important;
	font-size: 40px;
}
.title-font-2{color: rgba(68, 68, 68, 1);font-size: 40px;font-weight: 300;}
.title-font-2 span{color: rgba(31, 75, 101, 1);font-weight: 600;}
.service-name a {
    color: white !important;
}
.mobile-title{
	display: none;
}
.desktop-title{
	display: block;
}
.row-0{
	margin-left: 0;
	margin-right: 0;
}
.col-0{
	padding-left: 0;
    padding-right: 0;
}
.pd-30{
	padding: 30px 0;
}

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: 25%;
	width: 310px;
	right: -310px;
	text-align: center;
	padding: 17px;
	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: 9999;
}

.stickyForm.active {
	right: 0px;
}
.stickyForm p.close-btn {
    float: right;
    clear: both;
    cursor: pointer;
    color: white;
	font-size: 30px;
    margin-bottom: 0px;
    line-height: normal;
}

.stickyForm .btn {
	background: rgba(20, 91, 70, 1);
	padding: 10px 30px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: -93px;
	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: 100% !important;
}

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

.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 ::-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: 40px;
}

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: rgba(20, 91, 70, 1) !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;
}

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

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

.navbar-menu ul li a {
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	font-size: 18px;
}

.premio-logo img {
	width: 100px;
}

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

li.gallery-main-menu:hover ul.sub-menu{
	opacity: 1;
	visibility: visible;
	box-shadow: rgba(100, 100, 111, 0.2) 0 7px 29px 0
}
li.gallery-main-menu{
	position: relative;
	cursor: pointer;
}
.gallery-main-menu ul.sub-menu {
    position: absolute;
    top: 22px;
    display: block;
    background: white;
    left: -50px;
	padding: 0;
	opacity: 0;
	visibility: hidden;
}
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;
}

.homepage {
	width: 100%;
	margin: auto;
}

.homepage-banner {
    margin-top: 6%;
	position: relative;
}
.homepage-banner img{
	width: 100%;
}
.homepage-title {
	color: #0c4a37;
	position: absolute;
	left: 0;
	z-index: 1;
	width: 100%;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	top: 40px;
	right: 0;
	display: none;
}

.section-gap {
	margin: 50px 0;
}
.banner-form input::placeholder {
	color: white;
	font-size: 12px;
}
.banner-form {
    width: 100%;
    backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
    background: rgba(126, 126, 126, 0.2);
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 20px 0;
}
form#Banner-Form {
    width: 100%;
    justify-content: center;
}
.banner-btn button {
    border: 1px solid white;
    color: white;
    background-color: rgba(90, 88, 88, 1);
    /* height: 60px; */
    width: 85%;
    /* margin: 10px 0; */
    font-size: 11px;
    padding: 6px;
    border-radius: 7px;
    text-align: center;
}
.check-box {
    position: relative;
    width: 100%;
	text-align: left;
}
.check-box label {
    font-size: 9px;
    color: white;
    font-weight: 300;
    position: absolute;
    top: 3px;
    left: 0px;
    margin-left: 20px;
    width: 90%;
}
.counter {
    text-align: center;
}
.counter p {
    font-size: 14px;
    margin: 10px 0;
}
.counter span.plus{
	font-family: "Optima" !important;
	font-size: 14px;
	padding: 0px 0px 0 10px;
	line-height: 0;
}
.counter-wrapper {
    width: 100%;
    margin: auto;
}
.image-gallery-slider .owl-item .item{
    transform: scalex(1.5) !important;
	transition: 1s ease
}
.image-gallery-slider .owl-item.active.center .item{
    transform: scaleX(0.8)!important;
	transition: 1s ease
}
.image-gallery-slider .active.center img {
    transform: scale(1);
	transition: 1s ease
}
.image-gallery-slider .item img {
    transform: scale(0.8);
	transition: 1s ease
}

.gallery-detail-wrapper{
	background-image: url('../images/amenitie-bg.png');
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
	/* padding-top: 50px; */
}

.gallery-content-wrapper {
    backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
    background-color: rgba(134, 150, 140, 0.6);
    border-radius: 20px;
    width: 100%;
    padding: 10px;
    min-height: 180px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.features-box p {
    margin-top: 20px;
}

.title-border {
	border-bottom: 2px solid #FDD7A6;
	display: inline-block;
	margin: 20px 0;
	
}
.gallery-detail-wrapper h4 {
	margin-top: 0;
}

.gallery-tab {
	margin: 20px 0 50px;
}

.gallery-tab button {
	padding: 8px 40px;
	background-color: white;
	color: black;
	border: 1px solid rgba(192, 144, 23, 1);
	margin: 8px;
	font-size: 15px;
	font-weight: 500;
}

.gallery-tab button.active {
	background-color: rgba(20, 91, 70, 1);
	color: white;
	border: 1px solid rgba(20, 91, 70, 1);
}

.gallery-wrapper .gallerys {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.gallery-wrapper .gallerys.active {
	height: auto;
	opacity: 1;
	visibility: visible;
}

.slider-content h3 {
	color: #34473a;
}

.gallery-content {
	width: 90%;
	margin: auto;
	color: white;
	font-size: 18px;
	padding-bottom: 70px;
}

.image-gallery-slider .owl-nav, .video-gallery-slider .owl-nav  {
	display: flex;
	justify-content: center;
	align-items: center;
	position: static;
	margin: 20px 0 0;
	gap: 20px;
	/* min-height: 60px; */
}
.image-gallery-slider .owl-nav img, .video-gallery-slider .owl-nav img {
	width: 25px;
}

.footer-form {
	background-image: url('../images/footer-bg.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 80px;
}
.footer-form h3{
	color: white;
	margin-bottom: 40px;
}
.footer-form .input-box input{
    padding: 15px 25px;
    color: white;
}
.footer-form .check-box label {
    font-size: 12px;
}
.footer-form button#button {
    background: rgba(64, 126, 66, 1);
    border: 1px solid white;
    padding: 10px 40px;
    color: white;
    border-radius: 7px;
}


.flex-col{
	display: flex;
	justify-content: center;
	align-items: center;
}
.aboutus-content {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    width: 86%;
    margin-left: auto;
}
.aboutus{
	position: relative;
}
.aboutus-wrapper {
    width: 100%;
    margin: auto;
}
.aboutus-img {
    width: 90%;
    margin-left: auto;
}
.faq-wrapper {
    width: 100%;
    margin: auto;
}
.aboutus-content h3 {
    text-align: left;
	margin: 0;
}





.input-box input {
	border: 1px solid white;
	padding: 6px 10px;
	width: 100%;
	/* margin-bottom: 10px; */
	background: transparent;
	border-radius: 7px;
}


.logo-wrapper p {
	margin-left: 40px;
}
.address-logo {
	margin-right: 20px;
}

.logo-wrapper span {
	position: absolute;
	top: 30px;
	left: 5px;
}

.logo-wrapper {
	position: relative;
}

.button-wrapper {
	display: flex;
	padding: 8px 5px;
}

.faq-accordion .accordion-item {border: 1px solid white;background-color: rgba(251, 251, 251, 0);margin-top: 12px;border-radius: 7px;backdrop-filter: blur(44px); -webkit-backdrop-filter: blur(44px);}
.faq-accordion h2 button {
	font-size: 14px;
	color: white!important;
	background: transparent;
	padding: 10px;
	box-shadow: 0 0 50px 0 rgb(0 0 0 / 10%);
}
.faq-accordion .accordion-item {
}

/*.faq-accordion .accordion-item:has(.accordion-collapse.show) {*/
/*    border: 2px solid rgba(159, 193, 171, 1);*/
/*}*/
.faq-accordion .accordion-item:has(.collapsing),
.faq-accordion .accordion-item:has(.accordion-collapse.show) {
    border: 1px solid white;
}


.faq-accordion h2 {
	margin-top: 0px;
	background: transparent;
}

.faq-accordion .accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: none;
	padding-bottom: 10px;
	color: white;
}

.faq-accordion .faq-content {
	padding: 20px;
	font-size: 13px;
	color: white;
	padding-top: 0;
	width: 95%;
	font-weight: 300;

}

.faq-accordion button {
}

.faq-accordion .accordion-button:not(.collapsed)::after {
	width: 20px;
	height: 20px;
	background-size: 15px;
	border-radius: 50%;
	color: white;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.faq-accordion .accordion-button::after {
	width: 20px;
	height: 20px;
	background-size: 15px;
	color: white;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 5L8 11L14 5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
}

.aboutus-img img{
    width: 100%;
    margin: auto;
}
.aboutus-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.divinity-img img, .amenities-img img, .plot-img img, .location-img img{
	width: 100%;
}
.location-img iframe{
	width: 100%;
}
.divinity-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	width: 80%;
    margin:0 auto;
	margin-bottom: 10px;
}
.amenities-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    width: 95%;
}
.amenities-content h3 {
    text-align: left;
}
.divinity-content {
    text-align: center;
    width: 80%;
    margin: auto;
}
.amenities-content {
    width: 85%;
    margin-left: auto;
}
.amenities-box p {
    line-height: normal;
    font-size: 16px;
    width: 100%;
    padding: 6px 10px;
	margin: 0;
}
.amenities-box{
    border: 1px solid rgba(192, 144, 23, 1);
    cursor: pointer;
	margin-bottom: 10px;

}
.amenities-box.active {
    background-color: rgba(20, 91, 70, 1);
    color: white;
    border: 1px solid rgba(20, 91, 70, 1);
}

.amenities-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
	flex-wrap: wrap;
}
.plot-content {
    width: 90%;
    margin: auto;
    text-align: center;
	padding-top: 10px;
}
.plot-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	width: 70%;
    margin: auto;
    margin-bottom: 40px;
}
.plot-img img {
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.plot-img img:hover {
    border-radius: 10px;
    transform: scale(1.2);
    overflow: hidden;
	transition: all 0.4s ease-in-out;
}

.plot-img {
    overflow: hidden;
    border-radius: 7px;
}
.location-wrapper{
	background-image: url('../images/location-bg.png');
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	color: white !important;
	padding: 40px 0 70px;
}
.location-wrapper h3{
	margin-bottom: 40px;
}
.location-wrapper h3, .location-wrapper p{
color: white !important;
}
.location-img {
	border: 1px solid white;
	padding: 10px;
}
.footer-logo-img img{
	width: 45%;
}
.footer-logo-img {
    text-align: end;
}
.address p {
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 15px;
}
.address {
    margin: 20px 0;
}


/* footer page */
footer {
	background-color: white;
	color: black;
	padding: 50px 0 20px;
}
.quick-links h3{
	display: none;
}
footer a {
    color: black;
    text-decoration: none !important;
}
.quick-links a:hover {
    color: #FDD7A6;
}
.quick-links a:active {
    color: white;
}
.quick-links a {
    color: white;
}
.quick-links{
	text-align: left;
	height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.disclaimer{
	padding: 30px 0;
}
.disclaimer a:hover{
	color: #FDD7A6;
}
.disclaimer a:active{
    color: white;
}
.disclaimer a{
    color: white;
	text-decoration: none;
}
.mobile-footer{
	display: none;
}
.desktop-footer-logo {
}
.mobile-footer-logo{
	display: none;
}
.footer-wrapper {
	width: 100%;
}
.desktop-footer-logo img,
.mobile-footer-logo{
	width: 20%;
}
.follow-us-wrapper {
	margin-top: 20px;
	color: white;
}

.follow-us-logo {
	color: white;

}
.follow-us-logo ul{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	list-style: none;
	padding-left: 0;
}
.social-icon {
    width: 30px;
    height: 30px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 10px;
    background: #949494;
    color: #949494;
}
.social-icon a {
    line-height: 12px;
    color: white;
}
.social-icon a:hover {
	text-decoration: none;
	color: white;
}

ul.footer-link {
    list-style: none;
    text-align: right;
    padding-right: 0px;
    margin-bottom: 0px;
}

ul.footer-link li {
    display: inline-block;
    margin-left: 18px;
}
.project-details h4 {
    color: rgba(20, 91, 70, 1);
    font-size: 20px
}
.project-details p {
    color: black;
    font-size: 15px
}
.project-details .enquiry-btn {
    background: rgba(20, 91, 70, 1);
    color: white;
    padding: 10px 15px;
    border: 1px solid rgba(20, 91, 70, 1);
    border-radius: 7px;
    font-size: 13px;
    margin: 10px 0;
}
.project-details-wrapper {
    display: none;
}
.enquiry-btn svg {
    background: white;
    border-radius: 25px;
    margin-right: 10px;
}
.mobile {
    display: none;
}
.amenities-slider .owl-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	margin: 20px 0 0;
	gap: 20px;
	/* min-height: 60px; */
	bottom: 70px;
	left: -30%;
}
.amenities-slider .owl-nav img {
    width: 20px;
}
.amenities-img img{
	width: 100%;
}
.amenities-img{
	position: relative;
}
.footer-form  input::placeholder {
	color: white !important;
	font-size: 15px !important;
}
.mobile-header-logo{
	display: none;
}
input#terms_conditions.error {
    border: 2px solid red !important;
}
input[type=checkbox].error {
    box-shadow: 0px 0px 2px 2px red;
}
label#terms_conditions-error {
    display: none !important;
}
.m-r {
    margin-right: 10px;
}
.amenities-img p{
	display: none;
}
.btn-primary, .btn-secondary, .btn-primary:hover, .btn-secondary:hover {
    color: #fff;
    background-color: rgba(64, 126, 66, 1);
    border-color: white;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-iframe-holder .mfp-close {
    top: 0px;
	right: 0px;
    width: 25px;
    margin: auto;
    padding: 0;
	text-align: center;
}
.video-wrapper{
	position: relative;
	width: 55%;
    margin: auto
}
.video-wrapper .play-icon{
	position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 50px;
	margin: auto
}
.video-wrapper a img {
    width: 100%;
}
.iti-flag {
    background-image: url(../images/flags.png);
}
.intl-tel-input.allow-dropdown .selected-flag {
	height: 32px !important;
  }
#FooterForm .intl-tel-input.allow-dropdown .selected-flag {
    height: 50px !important;
}
.brochure-wrapper a {
    background-color: rgba(20, 91, 70, 1);
    color: white !important;
    border: 1px solid rgba(20, 91, 70, 1);
	font-size: 15px;
    font-weight: 500;
    padding: 8px 40px;
	text-decoration: none;
}
.brochure-wrapper {
    padding: 10px 0 30px;
}

.brochure-popup-form, .enquiry-popup-form{
	width: 45%;
	z-index:9 !important;
	min-height: auto;

}
.brochure-popup-form .input-box input, .enquiry-popup-form .input-box input{
    border: 1px solid #dedede ;
	padding: 10px;
	margin-bottom: 10px;
	background: transparent;
}
.brochure-popup-form .brochure-btn button, .enquiry-popup-form .brochure-btn button{
	height: 45px;
	width: 100%	;
}
.brochure-popup-form form, .enquiry-popup-form{
	padding: 30px;
	padding-top: 20px;
}
.brochure-popup-form .check-box label , .enquiry-popup-form .check-box label{
    color: black;
	width: 90%;
}
.brochure-popup-form .check-box, .enquiry-popup-form .check-box{
    margin: 10px 0;
}	

.input-box,
.brochure-btn {
	/* width: 100%; */
	/* margin-bottom: 10px; */
}

.brochure-btn button , .enquiry-btn button{
	border: 1px solid #004621;
	color: white;
	background-color: #004621;
	height: 60px;
	width: 100%;
	margin: 10px 0;
	font-size: 17px;
}

.brochure-form , .enquiry-form{
	width: 70%;
	margin: auto;
	padding: 30px 0;
}

.brochure-form input::placeholder , .enquiry-form input::placeholder{
	color: black !important;
	font-size: 13px;
}
.sticky-checkbox-label{
	width: 90% !important;
}
.enquiry-wrapper {
    background: rgba(20, 91, 70, 1);
    color: white;
	text-align: center;
	padding: 10px 0;
	position: fixed;
    z-index: 9;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.enquiry-wrapper a {
    color: white !important;
    text-decoration: none;
	display: block;
    padding: 5px 0;
    font-size: 20px;
}
.br-right {
    border-right: 2px solid white;
}
.enquiry-wrapper {
    display: none;
}
.master-plan-wrapper img {
    width: 100%;
}
.master-plan-wrapper {
    width: 70%;
    margin: auto;
}
.faq-accordion h2 button b {
    margin: 0 3px;
}
.aboutus-content h4 {
    font-size: 30px;
    color: #c09017;
	text-align: left;
	margin: 0;
}
.mfp-title {
    display: none;
}
/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}
.cloudzoom-lens+div {
    display: none !important;
}

.download_price a {
    background: rgba(20, 91, 70, 1);
    padding: 10px 30px;
    margin: auto;
    color: #fff !important;
    height: 40px;
    border-radius: 7px 7px 7px 7px;
    font-size: 15px;
    cursor: pointer;
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

/* mobile reponsive */

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

	.homepage-title {
    top: 25px;
    }
	.title-font {
		font-size: 39px;
	}
	/* .title-font{
		line-height: normal;
	} */
	.title-font-2{
		line-height: normal;
	}
	header {
        padding: 8px 20px;
    }
	.navbar-menu ul {
		padding: 0 30px;
		margin: 0 30px;
	}
	.footer-wrapper {
		width: 70%;
	}
	.quick-links {
        padding: 20px 0;
	}
	.check-box label {
		width: 100%;
	}
}

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

ul.sub-menu {
	position: relative;
	top: 0px;
	background: white;
	left: 0px;
	padding: 0;
	display: none
}
/* .navbar-menu li.gallery-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;
}
.container {
	width: 100%;
}
.navbar-menu ul {
	display: flex;
	gap: 50px;
	padding: 0 20px;
	margin: 0 20px;
}
.brochure-popup-form , .enquiry-popup-form{
    width: 100%;
	max-width: 100%;
}
.footer-wrapper {
	width: 70%;
}
.banner-title h1 {
	font-size: 46px;
}
.homepage-title {
	top: 25px;
}
}
@media only screen and (max-width: 1023px) {

	.gallery-content {
		width: 90%;
        padding-bottom: 25px;
	}
	.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: 40px;
	}
	.title-font-2{
		font-size: 35px;
		text-align: left;
		line-height: normal;
	}
	.mobile-title{
		display: block;
		margin: 0;
	}

	.desktop-title-2{
		display: none;
	}
	.mobile-title-2 {
        display: block;
        font-size: 20px;
    }
	.hide-title{
		display: none;	
	}
	.mobile-title-wrapper{
		position: relative;
		display: inline-block;
		text-align: center;
	}

	.section-gap {
		margin: 0;
	}
	.gallery-detail-wrapper h4 {
		font-size: 15px;
	}

/* home page */
	.gallery-content-wrapper {
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
	.image-gallery-slider .owl-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: static;
    }
	.brochure-form , .enquiry-form{
		width: 100%;
		padding: 0;
	}

	.faq-wrapper h3{
		text-align: center;
   		margin-bottom: 30px;
	}

	/* faq page */

	/* footer page */
	.footer-wrapper {
		width: 100%;
	}
	.quick-links h3{
		display: block;
	}
	.quick-links{
		padding: 20px 0;
		text-align: center;
	}
	.desktop-footer-logo {
		display: none;

	}
	.mobile-footer{
		display: block;
	}
	.mobile-footer{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.mobile-footer-logo{
		display: block;
	}
    .mobile-followus {
        display: block;
        margin-top: 30px !important;
    }
	.row-sm-reverse{
		flex-direction: column-reverse;
	}
	.plot-content {
		width: 90%;
	}

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

	.desktop-footer-logo {
		display: block;

    }
	.mobile-footer{
		display: none;
	}
	.desktop-footer-logo {
		margin:  0;
		padding-top: 0px;
	}
	footer {
		padding-top: 30px;
	}
	.follow-us-wrapper {
		margin-top: 20px;
		padding-top: 20px;
	}
	.quick-links{
		padding: 20px 0;
	}
	.banner-tags-wrapper {
		bottom: 10px;
		right: 0px;
		gap: 10px;
	}
	.banner-tags {
		gap: 10px;
		padding: 10px 13px;
		font-size: 13px;
	}
	.avatar {
		right: 10px;
		top: 90px;
		width: 22%;
		padding: 15px;
		font-size: 14px;
	}
	.avatar img {
		width: 100px;
	}
	.salon-title {
		width: 80%;
	}

}
@media only screen and (max-width: 996px) {

	.form-section label {
		width: 15% !important;
	}
	.mb-mt-110{
		/* margin-top: 110px; */
	}
	
	.avatar img {
		width: 80px;
	}
	.avatar p {
		margin-top: 4px;
		font-size: 11px;
	}
	.avatar{
		width: 30%;
        top: 86px;
	}
	
}

@media only screen and (max-width: 992px) {	

    .section-gap {
        margin: 30px 0;
    }
	.homepage-title {
        top: 0px;
    }
	
.banner-form{
	position: static;
}
.project-details-wrapper {
    display: block;
    padding: 20px 0  0;
	text-align: center;
}
.input-box input {
    border: 1px solid rgba(85, 121, 87, 0.5);
    background: rgba(85, 121, 87, 0.5);
    margin-bottom: 10px;
    padding: 10px 28px;
}
.mobile-form{
	background-color: rgba(229, 242, 229, 1);
}
.banner-form {
    width: 100%;
    backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
    background: rgba(229, 242, 229, 1);
}
.project-details {
    padding: 0 10px;
}
.banner-form h3 {
    font-size: 25px;
    text-align: center;
    color: black;
    margin-bottom: 20px;
}
input#terms_conditions {
    width: 25px;
    height: 20px;
}
.check-box label {
    font-size: 12px;
    color:  black;
    top: 3px;
    left: 23px;
    width: 70%;
    font-weight: 500;
}
#FooterForm .check-box label {
    color: white;
    width: 90%;
}
.footer-btn {
    margin-top: 10px;
}
.banner-btn button {
    border: 1px solid rgba(20, 91, 70, 1);
    color: white;
    background-color: rgba(20, 91, 70, 1);
    /* height: 60px; */
    width: 100%;
    margin: 40px 0 20px;
    font-size: 15px;
    padding: 10px 10px;
    border-radius: 7px;
    display: block;
}
.banner-btn button svg{
	display: none;
}
.counter-wrapper {
    width: 100%;
    background: linear-gradient(to bottom, rgba(20, 91, 70, 1), rgba(101, 148, 89, 1));
    padding: 20px;
    border-radius: 7px;
}
.counter {
    color: white;
    margin-bottom: 15px;
}
.border-left {
    border-left: 1px solid white;
    margin-bottom: 15px;
}
.amenities-slider .owl-nav {
	margin: 20px;
	left: unset;
	position: absolute;
	bottom: -20px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.check-box {
    margin: 10px 0;
}
.amenities-slider {
    padding-bottom: 40px;
	width: 90%;
	margin: auto;
}
.master-plan-wrapper {
    width: 95%;
    margin: auto;
}
}
	@media only screen and (max-width: 991px) {	

.aboutus-wrapper h3 {
	width: 100%;
	text-align: center;
}
.aboutus-content h4 {
    font-size: 25px;
    text-align: center;
}
.aboutus-content {
	width: 95%;
	padding-top: 50px;
	margin: auto;
}
.aboutus-content p{
	text-align: center;
}
.amenities-content h3{
	text-align: center;
}
.amenities-content{
    width: 90%;
    margin: auto;
    text-align: center;
}
.amenities-content p{
	text-align: center;
	width: 100%;
}
.amenities-list {
    justify-content: center;
	margin-bottom: 20px;
}
.footer-form button#button {
	width: 100%;
}
.plot-content p {
    width: 100%;
}
.divinity-content p {
    width: 100%;
}
	}

@media only screen and (max-width: 768px) {
	/* .homepage-title {
		position: static;
    } */
	.banner-title p {
		margin: 0;
		color: #c09017;
	}
	.navbar-menu {
        display: none;
    }
    	.homepage-title h1{
        font-size: 32px !important;
		line-height: 25px;
    }
	.homepage-title {
		top: 0;
        bottom: 0;
        display: flex !important;
        align-items: center;
        justify-content: center;
        left: 0;
        right: 0;
	}
    /* Hamburgur menu */
    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }
	.menu_lists{
		display: block;
	}
	
	.menu_lists {
        position: fixed;
        top: 55px;
        background-color: white;
        color: black !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;
        opacity: 1;
    }
	.menu_lists.active{
		right: 0%;
	}

	.menu_lists li a{
	color: black !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: #212121
    }

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

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        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: #212121;
        left: 15px
    }

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

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        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
    }
	header {
		opacity: 1;
		background: transparent;
		}
		header .premio-logo {
			display: none;
		}
		header .premio-logo {
			display: block !important;
		}
		header {
			background: white;
		}
	.premio-logo {
		/* padding-left: 35px; */
		text-align: center;
	}
	header .mobile-header-logo{
		position: absolute;
		display: none;
		}
	.mobile-header-logo{
	position: absolute;
	display: block;
	top: 40px;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	margin: auto;
	}
	.mobile-header-logo img{
		width: 70px;
	}
	.menu_btn.open+.mobile-header-logo{
		display: none;
	}
	.menu_lists.active .premio-logo {
		display: block;
	}
	
	.mobile-menu-logo{
		display: block !important;
	}
    ul.custom_class {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
        color: black;
        background: white;
    }
	ul.custom_class li a{
		color: black;
	}

    .menu_lists li a {
        text-decoration: none;
        color: black;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;
    }
	li .social-icon a{
		padding-left: 0;
	}
	.mb-mt-110{
		margin-top: 60px;
	}
	/* custom codes */
	
	.desktop-footer-logo {
		display: block;
		margin-bottom: 20px;
		}
	.mobile-footer{
		display: none;
	}

.aboutus-wrapper h3 {
	text-align: center;
	padding-bottom: 0;
}

.aboutus-content {
    width: 95%;
    padding-top: 0;
    margin: auto;
}

.faq-accordion h2 button {
    padding: 15px;
}
.faq-accordion .faq-content {
    padding: 20px;
    width: 100%;
    padding-top: 10px;
}
.faq-accordion .accordion-item {
    margin-top: 20px;
}
.faq-accordion .accordion-button::after {
    width: 30px;
    height: 30px;
    background-size: 15px;
}
.faq-accordion .accordion-button:not(.collapsed)::after{
    width: 30px;
    height: 30px;
    background-size: 15px;
}
.menu_lists .mobile-menu-logo {
    padding-left: 35px;
    text-align: left;
}
.divinity-content {
    text-align: center;
    width: 90%;
    margin: auto;
}
.desktop{
	display: none;
}
.mobile{
	display: block;
}
.amenities-content {
    width: 90%;
    margin: auto;
    text-align: center;
}
.amenities-content h3 {
    text-align: center;
    margin: 10px 0;
}
.amenities-content p {
    width: 100%;
}
.amenities-list{
	display: none;
}
.amenities-slider{
	width: 90%;
	margin: auto;
	position: relative;
}
.amenities-slider .owl-nav {
    margin: 0;
    bottom: unset;
    left: unset;
    position: absolute;
    top: 45%;
    width: 100%;
    display: block;
}
.amenities-slider .owl-nav img {
    width: 50px;
}
.amenities-slider .owl-prev {
    position: absolute;
    left: -20px;
    top: 50%;
}
.amenities-slider .owl-next {
    position: absolute;
    right: -20px;
    top: 50%;
}
.gallery-tab {
    margin: 20px 0 30px;
}
.image-gallery-slider img {
    transform: scale(0.8);
}
.image-gallery-slider .active.center img {
    transform: scale(1);
}
.image-gallery-slider .owl-item.active.center .item {
    transform: scaleX(1) !important;
}
.image-gallery-slider .owl-item .item {
    transform: scalex(1.4) !important;
}
.image-gallery-slider .owl-nav img{
    width: 20px;
}
.gallery-detail-wrapper{
	background-position: bottom;
	background-size: 100%;
	background-repeat: no-repeat;
}
.location-wrapper {
    background-image: url(../images/location-mobile-bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: white !important;
    padding: 20px 0 60px;
}
.location-wrapper h3 {
    margin: 20px 0;
}

.footer-form {
    background-image: none;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px 0 50px;
    background-color: rgba(229, 242, 229, 1);
}
.footer-form h3 {
    color:black;
    margin-bottom: 20px;
}
.footer-form button#button {
    background: rgba(20, 91, 70, 1);
    border: 1px solid rgba(20, 91, 70, 1);
    padding: 11px 40px;
    color: white;
    width: 100%;
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

footer {padding: 30px 0 20px;
	margin-bottom: 40px;
}
.address {
    margin: 15px 0 15px;
}

.counter p {
    font-size: 13px;
}
.gallery-content {
	width: 100%;
	padding-bottom: 25px;
}
.amenities-img p{
	display: block;
    position: absolute;
    background: linear-gradient(to right, rgba(12, 38, 27, 1), rgba(12, 38, 27, 0));
    width: 100%;
    bottom: -9px;
    padding: 25px 10px;
    text-align: left;
    color: white;
    font-size: 25px;
	border-radius: 0 10px 0;
}
#FooterForm .check-box label {
	color: black;
}
.stickyForm {
    display: none;
}
.enquiry-wrapper {
	display: block;
}
.aboutus-content h4 {
    font-size: 20px;
}
}
@media only screen and (min-width: 480px) and (max-width: 1022px) {

	.brochure-form, .enquiry-form {
        width: 80%;
	}


}
@media only screen and (max-width: 580px) {

.footer-logo-img {
    text-align: left;
}
.brochure-popup-form .check-box label, .enquiry-popup-form .check-box label{
    font-size: 10px;
	left: 14px;
}
.brochure-popup-form .brochure-btn button , .enquiry-popup-form .enquiry-btn button{
    margin-top: 20px;
}
}

@media only screen and (max-width: 479px) {

	/* .section-gap {
		margin: 0px 0;
	} */
	.nav-previous,.nav-next{
		text-align: center;
	 }
	 .nav-next a{
		margin: 0;
		line-height: 50px;	 }
	.nav-title{
		font-size: 10px;
	}
	header {
    }
	/* .homepage-title {
        top: -30px;
    } */
	.menu_lists {
        top: 60px;
 }
	.banner-title h1 {
        font-size: 22px;
    }

	h4,h3{
		font-size: 17px;
	}
	.title-font{
		font-size: 27px;
		text-align: center;
		line-height: 40px;
		margin-bottom: 20px;
	}
	.title-font-2{
		/* font-size: 60px; */
		text-align: left;
		line-height: normal;
		margin-bottom: 20px;
	}
	.mb-mt-110 {
        margin-top: 50px;
    }
	
	.faq-wrapper h3 {
        font-size: 35px;
    }
	.follow-us-wrapper {
		margin-top: 0;
	}
	.faq-accordion .faq-content {
		width: 100%;
	}

	.brochure-popup-form form, .enquiry-popup-form form{
		padding: 0px;
	}

	.quick-links {
    justify-content: flex-start;
}
.disclaimer {
    padding: 10px 0;
}
.project-details-wrapper {
	text-align: left;
}
.amenities-slider {
	width: 80%;
}
.banner-title span {
    line-height: normal;
}
.project-details p {
    font-size: 14px;
}

}
@media only screen and (max-width: 360px) {


}