@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap');

@font-face {
	font-family: myFirstFont;
	src: url(../fonts/Amalfi-Coast.ttf);
}


body{
	margin:0;
	padding:0;
	box-sizing:border-box;
	font-size:14px;
	font-family: 'Montserrat', sans-serif;	
}
html {
  scroll-behavior: smooth;
}
.container {
    max-width: 100%;
	padding:0 50px;
}

ul,ol{
	list-style:none;
}

h1.h1,h2.h2,h3.h3,h4.h4,
h5.h5,h6.h6{
   font-weight: 700;
}

img {
   max-width: 100%;
}

a,
input,
select,
textarea {
   outline: 0;
   margin: 0;
   padding: 0
}
a, a:hover{
	text-decoration:none;
	color:#000;
}
.wrapper{
	width:100%;
	max-width:100%;
}
.padding100{
	padding:120px 0;
}
.title {
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
	color: #c4a05c;
	font-family: myFirstFont;
}
.top-header {
    position: sticky;
    top: 0;
    background-color: #fff;
	padding:0 20px;
	z-index: 9;
	border-bottom: 1px solid #eee;
}
.navbar-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-main nav ul {
  padding: 0;
  margin: 0 ;
}
.menu-main  nav ul li {
  display: inline-block;
  margin: 0 10px;
}
.menu-main  nav ul li a {
	padding: 25px 0;
	color: #000;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease;
	display:block;
	border-bottom: 2px solid transparent;
    text-transform:uppercase;
}
.menu-main  nav ul li a:hover {
  color:#c4a05c;
}
.menu-main  a.active {
	border-bottom: 2px solid #c4a05c;
	color:#c4a05c;
}
.nav-toggle {
    display: none;
}
/*#about{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}*/
#about .title {
	color:#fff;
}
.about-left {   
    width: 49%;
	display:inline-block;
}
.about-details {
    padding: 132px 60px;
	background-color: #805026;
}
.section-heading p {
    text-align: center;
	color:#fff;
	font-weight: 200;
}
.about-right{
	 width: 49%;
	 display:inline-block;
	 vertical-align:top;
}
.connectivity-text {
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

section#connectivity {
    border-bottom: 1px solid #eee;
}
section#unit-plan{
	border-bottom: 1px solid #eee;
}
section#layout-plan {
	border-bottom: 1px solid #eee;
}
section#amenities{
	border-bottom: 1px solid #eee;
}
.layout-text {
    text-align: justify;
}
.unit-plan-details {
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.unit-plan-text {
    color: #000;
    text-align: center;
    padding: 10px 0;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
.unit-planbox {
    position: relative;
}
.unit-plan-hover {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	transition:all 0.4s ease;
	opacity:0;
}
.unit-plan-group:hover .unit-plan-hover {
    background-color: rgba(0,0,0,0.2);
	opacity:1;
}

.unit-plan-group39:hover .unit-plan-hover {
    background-color: rgba(0,0,0,0.2);
	opacity:1;
}
.unit-plan-hover i {
    color: #fff;
    font-size: 20px;
}
.unit-plan-group {
    width: 32%;
    box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    padding: 5px;
	margin-bottom: 18px;
	background-color: #fff;
}
.unit-plan-group39{
	background-color: #fff;
}
#unit-plan  .nav-pills .nav-link {
    font-size: 16px;
    font-weight: 500;
	border-bottom: 1px solid #eee;
}
#unit-plan .nav-pills .nav-link.active {
    background-color: #c4a05c;
}
.unit-plan-group39 {
    width: 48%;
	box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    padding: 5px;
	margin-bottom: 35px;
}
ul#experienceTab {
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 8px;
}
.amenities-icon img {
    border-radius: 100%;
}
.amenities-deatils {
    display: flex;
	flex-wrap: wrap;
}
.amenities-group {
    width: calc(100% / 6 - 25px);
    margin-right: 30px;
    margin-bottom: 40px;
}
.amenities-deatils .amenities-group:nth-child(6n+6){
	margin-right: 0;
}
.amenities-text {
    text-align: center;
    margin-top: 10px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.amenities-icon {
    text-align: center;
    width: 90px;
    margin: 0 auto;
}
.amenities-icon img {
    width: auto !important;
}
.security-main {
    margin-top: 50px;
}
.security-main  .amenities-group {
    margin-bottom: 0;
}
.specification-details {
    text-align: center;
    margin-bottom: 30px;
	background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	height: 270px;
}
.specification-icon img {
    border-radius: 100%;
}
.specification-text h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin: 10px 0;
}
.specification-text li {
    margin: 0;
    text-align: justify;
}
.specification-text li span {
    display: inline-block;
    width: 90%;
    vertical-align: text-top;
}
.footer {
    padding: 15px 0;
    border-top: 1px solid #eee;
}
.footer-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-icon ul {
    padding: 0;
    margin: 0;
}
.footer-icon li {
    display: inline-block;
}
.footer-icon a i{
    width: 30px;
    height: 30px;
    background-color: #d7b56d;
    display: inline-block;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    font-size: 18px;
    margin-right: 3px;
    padding: 0;
    transition: all 0.4s ease;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.footer-email ul {
    padding: 0;
    margin: 0;
}

.footer-email a {
    color: #9a785f;
    font-weight: 500;
    margin-left: 10px;
}
.footer-email i {
    color: #d7b56d;
    margin-right: 2px;
}

.scroll-to-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    opacity: 0;
    z-index: 999;
}
.apply-magic {
    opacity: 1;
}

.scroll-to-top i {
    transition: all 0.5s ease;
    color: #c4a05c;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    transition: all 0.5s ease;
    border: 1px solid #c4a05c;
    background-color: transparent;
}
.m-none{
	display:block;
}
.d-none{
	display:none;
}
.banner-title{
	text-align: center;
	font-size:25px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #000;
    font-family: myFirstFont;
}

/*-------- Quick Inquiry --------*/

.form_aeras_in_touch .btn{
		background-color: transparent;
		color: #c4a05c;
		text-decoration: none;
		margin-top: 0;
		transition:all 0.4s ease;
		border: 1px solid #c4a05c;
		font-size:15px;
		text-transform: uppercase;
		border-radius:0;
		padding: 6px 40px;
		display: inline-block;
		cursor: pointer;
		font-weight: bold;
	}
	.form_aeras_in_touch .btn:hover{
		color:#fff;
		background-color: #d7b56d;
	}
.quick-contact {
		width: 100%;
		display: inline-flex;
		align-items: end;
		justify-content: center;		
	}
	.inquiry-boxi{
		width:21%;
		background-color: #fff;
		transition: all 0.5s ease;
		position: fixed;
		left: 60%;
		bottom: 0;
		transform: translateX(-50%);
		z-index:111;
	}		
	
	.touches_aeras_width {		display: none;	}	.touches_aeras_width.active {		display: block;	}		.abs-plus-minus i.fas.fa-plus {		display: block;	}	.abs-plus-minus.active i.fas.fa-plus {		display: none;	}	.abs-plus-minus i.fa.fa-minus {		display: none;	}	.abs-plus-minus.active i.fa.fa-minus{		display: block;	}
.abs-plus-minus i {
    font-size: 12px;
}
	.get-in-touch{
		background-color: #fff;
		z-index: 99;
		width: 100%;

	}
	.form_aeras_in_touch {
		width: 100%;
		padding: 0;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	}
	.close-popup.touch-close {
		display: none;
	}
	.close-popup {
		position: absolute;
		top: -20px;
		right: -20px;
		z-index: 99;
		cursor: pointer;
	}
	.close-popup i {
		width: 40px;
		height: 40px;
		background-color: #fff;
		border-radius: 50%;
		text-align: center;
		line-height: 40px;
		line-height: 40px;
		cursor: pointer;
	}
	 .get_in_title {
		padding: 13px 10px;
		text-align: left;
		width: 100%;
		font-size: 18px;
		letter-spacing: 1px;
		color: #000;
		text-transform: capitalize;
		background-color: #c4a05c;
		cursor: pointer;
	}
	.get-quotes-bottom-up {
		position: relative;
	}
	.abs-plus-minus {
		position: absolute;
		top: 50%;
		right: 15px;
		color: #c4a05c;
		background-color: #fff;
		width: 20px;
		height: 20px;
		transform: translateY(-50%);
		border-radius: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.touches_aeras_width {
		padding: 20px;
	}
	.touches_aeras_width {
		
		width: 100%;
		
	}
	.names_access {
		width: 100%;
		margin-bottom: 10px;
	}
	.names_access input{
		border: none;
		width: 100%;
		border-bottom: 1px solid #eee;
		padding:10px ;
	}
	.full-quick.active {
		bottom: 0px !important;
	}
	.getin-touch-text.get-icons {
			text-transform: uppercase;
			color: #fff;
		    font-weight: bold;
		    text-align:center;
		}
	.inquiry-boxi button.go-buttons {
		padding: 5px 10px;
		background-color: #c4a05c;
		color: #372e2e;
		transition: all 0.5s ease;
		border: 2px solid transparent;
		font-weight: 700;
	}
	.inquiry-boxi button.go-buttons:hover {
		background-color: transparent;
		color: #000;
		border: 2px solid #c4a05c;
	}
	.mobil-wht {
		width: 20.5%;
		background-color: #12ae2f;
		padding: 13px 0;
		color: #fff;
		font-size: 18px;
		position: fixed;
		left: 40%;
		bottom: 0;
		transform: translateX(-50%);		
	}
	.mobil-wht a{
		display: flex;
		justify-content: center;
		align-items:center;
		color: #fff;
	}
	.mobil-wht a .mw-icon{
		padding-right:10px;
	}
	.mobil-wht .resposive-wh{
		display:none;
	}
.r-num {
    position: fixed;
    bottom:53px;
    background: #fff;
    border-radius:10px 10px  0 0;
    width: 40.7%;
    padding: 10px;
    transform: translateX(-50.65%);
    left: 50.3%;
    z-index: 11;
}
.r-num p {
    margin: 0;
    font-size: 13px;
    font-weight:600;
    text-align:center;
}