body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #2d2d2d  !important;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Nunito', sans-serif;
}

html{
	scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 18px !important;
    line-height: 24px !important;
    color: #313131;
    margin: 0;
    font-weight: 400;
	font-family: 'Mulish', serif;
}
.b-radius-0{
	border-radius:0px !important;
}
.b-radius-10{
	border-radius:10px;
}
.b-radius-20{
	border-radius: 20px;
}
.bg-white{
	background:#fff!important;
}
.bg-custom{
	background:#eb2027;
}
p{
	font-size: 14px !important;
}
.font-primary{
    font-family: 'Mulish', serif;
    font-style: normal;
}

.font-second{
	font-family: 'Nunito', sans-serif;
}

.text-custom{
	color:#4f4f4f !important;
}
.color{
	color:#eb2027 ;
}
section{
	background-color: #f9f9f9;
	padding: 60px 0;
	margin: 0px;
	position: relative;
}
img{
	object-fit: cover;
}
.navbar-brand img{
	width:20vw;
}

.navbar-collapse{
	margin-top:20px;
}

.navbar-nav .nav-link span{
	color: #000;
	border-radius: 5px;
	position: relative;
	display: flex;
	overflow: hidden;
	cursor: pointer;
	transition: .5s;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;

}

.navbar-expand-lg .navbar-nav .nav-link{
	margin:0px 10px;
}
.navbar-nav .nav-link:hover ,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:focus{
    color: #fff;
    z-index: 9;
    background: #eb2027;
}
.navbar-nav .nav-link.active span,
.navbar-nav .nav-link:hover span{
color: #fff !important;
padding-left:10px;
}

.navbar-nav .nav-link.active{
    z-index: 9;
    background: #eb2027;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: none;
}

.navbar-toggler-icon { 
	display: inline-block; 
	width: 1.2em; 
	height: 1.1em; 
	vertical-align: middle; 
	background-image: var(--bs-navbar-toggler-icon-bg); 
	background-repeat: no-repeat; 
	background-position: center; 
	background-size: 100%; 
}

.navbar-toggler { 
	padding: 5px 10px; 
	border-radius: 2px; 
}
.main-btn {
	margin-bottom: 10px; 
	box-sizing: border-box; 
	color: #eb2027 ; 
	border: 1px solid #eb2027;
	font-weight:700; 
	font-size: 18px; 
	outline: 0 none; 
	letter-spacing: 0.25px; 
	padding: 10px 25px; 
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block; 
	resize: none; 
	box-shadow: none !important; 
	width: 100%; 
	border-radius: 0px;
	background:transparent;
	transition: .5s all ease;
}

.main-btn:hover {
	background:#eb2027;
	color: #fff;
	animation: scaleUp 0.3s ease-in-out;
}
.butn-enquire-amenities{
	appearance: none;
  background-color: transparent;
  border:1px solid #fff;
  box-sizing: border-box;
  color: #fff ;
  cursor: pointer;
  display: inline-block;
  border-radius:0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em;
  position: relative;
  text-align: center;
}
.butn-enquire-amenities:hover{
	background:#eb2027;
	border:0;
	color:#fff;
	border: 1px solid #eb2027
}

.butn-enquire{
appearance: none;
  background-color: transparent;
  border:1px solid #eb2027;
  box-sizing: border-box;
  color: #eb2027 ;
  cursor: pointer;
  display: inline-block;
  border-radius:0px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1em;
  margin: 0;
  opacity: 1;
  outline: 0;
  padding: 1em;
  position: relative;
  text-align: center;
}
.butn-enquire:hover{
	background:#eb2027;
	border:0;
	color:#fff;
	border: 1px solid #eb2027
}

.modal-dialog { 
	margin-top:10vh !important; 
}

.modal-content {
	border-radius: 0px;
}

.modal-header { 
	background:#fff !important;
	border-radius: 0;
}

.modal-body{ 
	padding:2rem; 
	background:#fff !important; 
	border-radius:0;
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}

.modal-form-banner{
	background-image:url('images/hero-mobile.webp');
	background-size: cover;
	background-position: center;
	min-height:30vh;
	height: 100%;
	width: 100%;
	position:relative;
	display: flex;
	justify-content: center;
	align-items: flex-end; 
}

.formblock { 
	display: flex; 
	flex-wrap: wrap; 
	flex-direction: column; 
}

.modal-header .close { 
	font-size: 30px !important; 
	background-color: transparent !important; 
	margin-right:10px !important; 
	box-shadow: none !important; 
	border: none !important; 
}

.with-errors { 
	color:red; 
	margin-top: -15px; 
	margin-bottom: 15px; 
	font-weight: 500; 
	font-size: 16px; 
}


.contact-form .form-control{ 
	margin-bottom: 20px; 
}

.form-control { 
	display: block; 
	width: 100%; 
	padding: 8px 15px ; 
	font-family:'Nunito';
	font-size: 16px; 
	font-weight: 400; 
	line-height: 22px; 
	color: #fff; 
	background-color: rgba(255, 255, 255, 0); 
	background-clip: padding-box;
	border: 0;
	border-bottom: 1px solid #eee;
	-webkit-appearance: none; 
	-moz-appearance: none; 
	appearance: none; 
	border-radius: 0px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
}

.form-control:focus { 
	color: #fff; 
	background-color: rgba(255, 255, 255, 0.0); 
	border-color: #fff; 
	outline: 0; 
	box-shadow: none; 
}

.form-control::input-placeholder { 
	color: #999;
	font-weight: 300;
	opacity: 1; /* Firefox */ 
}

.form-control::-webkit-input-placeholder { 
	color: #999; 
}

.form-control::-ms-input-placeholder { 
	color: #999; 
}

.overlay-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 71%);
}
.overlay-thankyou-banner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.input-group-text {
	display: flex;
	align-items: center;
	height: 39px;
	padding: 0 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	color: #ccc;
	text-align: center;
	white-space: nowrap;
	border: 0;
	border-bottom: 1px solid #eee;
	background-color: rgba(255, 255, 255, 1) !important; 
	border-radius: 0px 0px 0px 0px;
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 78% !important;
	min-width: 0;
	border-radius: 0px 0px 0px 0px !important; 

}

video{
	max-width:100%;
	height:auto !important;
}
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-ms-autofill,
input:-ms-autofill:hover, 
input:-ms-autofill:focus, 
input:-ms-autofill:active{
    -ms-box-shadow: 0 0 0 30px white inset !important;
}
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active{
    -moz-box-shadow: 0 0 0 30px white inset !important;
}

/*Change text in autofill textbox*/
input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
}
input:-ms-autofill{
    -ms-text-fill-color: black !important;
}
input:-moz-autofill{
    -moz-text-fill-color: black !important;
}
.banner{
	height:50vh;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: #eb2027;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

.owl-nav button span {
	background:#eb2027;
	font-size: 30px;
	line-height:35px;
	height: 100%;
	color:#fff;
	display: block;
	width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
	left: 0;

}
.owl-carousel .owl-nav button.owl-next {
	right: 0;
}
.owl-carousel .owl-nav {
	margin: 0;
}
#location .accordion-button:not(.collapsed) {
  background-color: #eb2027;
  color:#fff;
}
.accordion-button:not(.collapsed)::after {
  filter: invert(1);
}
#location .accordion-button:focus{
	box-shadow:none;
}
.floor-plans p
 {
    outline: 1px solid #000;
    outline-offset: 2px;
    padding: 4px 35px;
    width: fit-content;
    font-weight: 500;
    margin: auto;
    margin-top: -24px;
    font-size: 18px;
    margin-bottom: -15px;
    position: relative;
    background: #000;
    color: #ffffff;
    z-index: 99;
}
.floor-img
 {
    position: relative;
    border: solid 1px #000; 
    height:240px;
}
.floor-img img{
	width:200px;
	height: 210px;
    margin-top: 20px;
}
.floor-plans button {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.amenities-name{
	height: 50%;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: end;
	color: #000;
	font-weight: 700;
	bottom:0;
	background: linear-gradient(0deg, #eb2027 10%, rgba(0, 0, 0, 0) 40%);
}
@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
		color:#000;
	}
	.navbar-brand img{
	width:8vw;
}
	.navbar {
    	background-color: rgba(0, 0, 0, 0.0);
    }
.navbar-collapse {
    margin-top: 0px;
}
.navbar-nav .nav-link.active span,
.navbar-nav .nav-link:hover span{
padding-left:0px;
}
.banner{
	height:80vh;
}
h1, h2, h3, h4, h5, h6{
	font-size:22px !important;
	line-height:28px !important;
}
}