@import url('https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&display=swap');

* {
	margin: 0;
	padding: 0;

}

html {
	scroll-behavior: smooth
}

::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px
}

::-webkit-scrollbar-thumb {
	background: #000;
	border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
	background: #555
}

::placeholder {
	color: #333 !important;
	font-size: 12px !important;
}

a,
a:hover {
	color: #000;
	text-decoration: none;
}

body {
	font-size: 16px;
	font-family: 'Sora', sans-serif;
	  
}
.wrapper{  overflow-x: hidden;}
img {
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Sora', sans-serif;
	/* text-transform: uppercase; */
}

.h2,
h2 {
	font-size: 42px;
}

p {
	font-size: 15px;
	line-height: 24px;
}

.fixed-top {
	z-index: 999; position:relative;
}

.nav-link {
	font-weight: 400;
	color: #ffffff;

	font-weight: 600;
	font-size: 18px;
}

.nav-link {

	font-weight: 400;
	font-size: 16px;
}

.whats-app-icon a {
	background: #00ad58;
	color: #fff;
	padding: 3px 9px;
	font-size: 18px;
	border-radius: 13%;
	display: inline-block;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

.navbar-brand {
	color: #fff;
	padding-bottom: 10px;
	width: 180px;
}

.phone-no i {
	margin-right: 2px;
}

.phone-no a {
	color: #180f0f;
    font-size: 20px;
    background: #fdd20b;
    border: 1px solid #7b7272;
    padding: 10px 19px;
    display: inline-block;
    border-radius: 47px;
    font-weight: 700;
}

.phone-no a:hover {
	background: #fff;
	color: #000
}

.phone-no {
	margin-right: 10px;
}

.sticky {
	position: fixed;
	box-shadow: 0 10px 30px 0 rgb(110 104 162 / 10%);
	background: #000;

}

/*Banner Section*/
.banner-sec {
	display: inline-block;
	width: 100%;
	padding: 0;
	position: relative;
}

.banner {
	width: 100%;

	clear: both;
}

.banner-form {
	position: absolute;
	top: 53%;
	width: 90%;
	transform: translateY(-57%);
	/* padding: 0 4%; */
	z-index: 9;
	display: flex;
	left: 0;
	right: 0;
	/* bottom: 0; */
	margin: auto;
}

.banner-content .banner-left {
	margin-top: 150px !important;
	padding-right: 0;
}

.top-form-block {
	
		padding: 20px 20px 20px;
		top: 0;
		background: rgba(0, 0, 0, 0.7) url(../images/form-bg.png) center bottom no-repeat;
		right: 2%;
		float: right;
		background-size: 92%;
		width: 320px;
		text-align: center;
		border-radius: 20px;
		margin-right: 0px;
	
}



.top-form-block .form-blocks input[type="submit"] {
	width: 100%;
}



.form-heading {
	width: 100%;
	clear: both
}

.form-heading h3 {
	color: #fff;
	margin-bottom: 0px;
}

.form-heading p {
	color: #fff;
	margin: 4px 0 0;
	font-size: 13px;
	color: #ddd;
}

.strip-form {
	width: 100px;
	height: 2px;
	background: #fff;
	display: inline-block;
}

.form-control {
	border-radius: 0px;
	height: 45px;
}

.form-blocks label {
	display: inline-block;
	float: left;
	color: #333;
	margin: 0 0 6px 0;
	font-size: 14px;
}

.top-form-block .form-blocks label {
	color: #fff;
}

textarea.form-control {

	height: 70px;
}

.form-blocks {
	display: inline-block;
	width: 100%;
	margin: 15px 0 0;
}

.banner-content {
	flex: 1;

	margin-top: 70px;
}

.project-name h1 {
	color: #070404;

	font-size: 30px;
	margin-bottom: 0px;
}

.project-location span {
	color: #070404;
	font-size: 14px;
}

.project-location i {
	color: #070404;
	margin-right: 5px;
}

.booking-open span {
	font-size: 28px;
	color: #070404;
	font-weight: 900;
	text-transform: uppercase;
}

.top-form-block .form-control {
	border: 0px;
}

.blink_me {
	animation: blinker 1s linear infinite;
}

.banner-info {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	display: inline-block;
	width: 80%;
}

.project-offers {
	background: #fff;
	padding: 3px 10px 5px;
}

.project-offers h4 span {
	font-weight: bold;

}

.project-offers h4 {
    margin: 0px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 0;
}
.project-logo {
	width: 100px;
	margin: 0px 0px 10px;
}

.project-logo img {}

.project-specification h2 {
	color: #000;
	font-size: 30px;
	
}

.banner-cta a {
	text-transform: uppercase;
}

.price-blocks h5 {
	color: #ff5722;
	letter-spacing: 0px;
}

.price-blocks span {
	margin: 4px 0;
	font-size: 22px;
}

.col-md-auto {
	margin: 0px auto;
}

.scroll-down {
	position: absolute;
	bottom: 100px;
	left: 50%;
	margin-left: -16px;
	display: block;
	z-index: 9;
	background: url(../images/scroll-down.png) no-repeat;
	height: 60px;
	width: 28px;
	-webkit-animation: bounce 2s infinite 2s;
	animation: bounce 2s infinite 2s;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(20px)
	}

	100% {
		transform: translateY(-5px)
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px)
	}

	50% {
		transform: translateY(20px)
	}

	100% {
		transform: translateY(-5px)
	}
}

@keyframes blinker {
	50% {
		opacity: .5;
	}
}

/*Banner Section*/
.important-info {
	display: flex;
}

.block4-info {
	box-shadow: 0px 0px 50px 0px #d5d5d5;
	background: #fff;
	margin-top: -73px;
	z-index: 99;
	position: relative;
	width: 100%;
	display: grid;
}

.light-gray {
	background: #f5f5f5;
}

.block-info {
	width: 100%; position:relative; margin-top:-45px;
clear: both; text-align:center;
}

.br-1 {
	border-right: 1px solid #ddd;
}

.imp-icon {
    display: inline-block;
    width: 54px;
    margin-bottom: 5px;
    padding: 6px!important;
}


.imp-text span {
	display: block
}

@keyframes blinker {
	50% {
		opacity: .6;
	}
}

.form-group {
	display: inline-block;
	width: 100%;
	margin: 15px 0;
}

/*About*/
.about-row {
	display: flex;
	padding: 70px 0;
}

.about-project span {
	font-weight: 600;
	color: #000;
}

.about-project span i {
	color: #dc3545;
}



h2 span {
	color: black;
	-webkit-text-fill-color: white;
	/* Will override color (regardless of order) */
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
}

.about-pic:after {
	position: absolute;
	width: 40%;
	right: -20px;
	content: "";
	height: 40%;
	bottom: -20px;
	background-color: #ebebeb;
}

.about-pic {
	position: relative;
}

.about-pic img {
	position: relative;
	z-index: 1
}

/*Highlights*/
.project-highlights {
	width: 100%;
	
	background-image: url(../images/bg-axtra.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	background-size: contain;
	background-color: #e6e6e6;
}

.project-highlights h2 {
	color: #000;
}

.highlight-cols {
	background: #ffecdf;
	padding: 20px 30px;
	margin: 10px 0;
	border-radius: 1px solid #000 !important;
	text-align: center;
	width: 100%;
	border-radius: 10px;
	border: 1px solid #FFC107;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}

.highlight-cols:hover {
	transform: scale(1.02) translate(0px, -8px);
	transition: all 300ms ease-in-out 0s;
	box-shadow: 0 4px 10px 10px rgb(0 0 0 / 3%), 0 4px 10px 10px rgb(0 0 0 / 3%);
}

.highlight-cols p {
	margin: 0px;
}

.large-font h2 {
	font-size: 110px;

	font-weight: 900;
}

.gallery {
	clear: both;
	width: 100%;
	padding: 40px 0 0px;
}

label {
	margin-bottom: 5px;
}

.feature-row {
	width: 100%;
	clear: both;
	background: #f9f7f7;
}

.feature-right {
    padding: 40px 50px 40px 40px;
}

.feature-cols {
	padding: 0px;
	margin: 10px 0;
	text-align: center;
	background: #fff;
	border: 1px solid #e1e1e1 !important;
	-webkit-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
	display: block;
	box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.large-font {
	padding: 0 0px;
}

.feature-cols img {

	margin-bottom: 10px;
	width: 400px;
    height: 250px;
    margin-top: 10px;
}

.feature-cols p {
	margin: 0 0 10px;
	font-size: 16px;
	font-weight: 500;padding:0 15px
}

.floor-block {
	margin: 15px 0px;
}

.floor-name {
	padding: 5px;
	background: #fff;
	position: relative;
	 border: 1px solid #f7f7f7;
	box-shadow: 0 0 15px #c1c1c1;
	text-align: center;
	font-weight: 600;
	font-size: 16px;
}

.price-list .table-bordered td,
.table-bordered th {
	font-size: 16px;
	padding: 10px 20px;
	border: 1px solid #666666;
	width: 33%;
	font-weight: 600;
}

.price-list .table-bordered td b {
	text-transform: uppercase;
	letter-spacing: 1px;
}



.price-list .cta-btn a {
	padding: 6px 15px;
}

.copyrights {
	padding: 20px 0;
	clear: both;
	
}

.copyrights p {
	margin: 0px;
	color: #ecebeb;
	font-size: 13px;
}

.copyrights a {
	color: #c18282;
	font-weight: 600;
}

.query-forms {
	width: 100%;
	box-shadow: 0 8px 10px 1px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	clear: both;
	background: #fff;
	border-radius: 15px;
	padding: 20px 40px 40px;
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0)
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0)
	}
	30%,
	50%,
	70% {
		transform: translate3d(-1px, 0, 0)
	}
	40%,
	60% {
		transform: translate3d(1px, 0, 0)
	}
}
.contact {
	width: 100%;
}



.nav-link:focus,
.nav-link:hover {
	color: #fff !important;
}

.gallery-label {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, .8);
	padding: 10px;
	bottom: 11px;
	/* width: 98%; */
	left: 10px;
	right: 10px;
	color: #fff;
	border-radius: 5px;
	text-align: center;
}

.submit-btn:hover {
	background: #000;

	border: 0px;
}

.contact {
	width: 100%;
	padding: 70px 0;
	background-image: url(../images/bg-axtra.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	background-size: contain;
	background-color: #f1f1f1;
}

.location-quote {
	color: #fffbfb;
	
	padding: 50px 40px;
	border-radius: 10px;
	margin-left: -50px;
}

.location-quote .cta-btn a:hover {
	background: #fff !important;
	color: #000 !important;
}

.floor-row {
	background: #eee;
}

.location-row {
	padding-bottom: 60px;
}

.location-quote ul {
	padding-left: 15px
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#bottom-forms {
	bottom: 0;
	font-size: 14px;
	right: 24px;
	z-index: 99;
	position: fixed;
	width: 350px;
	display: none;
}

.bottom-form-close {
	color: #fff;
	display: block;
	float: right;
	font-size: 22px;
	line-height: 16px;
	margin: 2px 0 0 0;
	text-align: center;
	width: 16px;
}

h4.blink_me {
	margin-bottom: 0px;
}
.rera-no{color:#fff;}
#bottom-forms .heading-bottom-form {
	background: #003815;
	border-radius: 5px 5px 0 0;
	color: #fff;
	cursor: pointer;
	padding: 10px 15px;
	font-size: 18px;
	text-transform: uppercase;
}

.form-history {
	float: left;
	box-shadow: 0 0 7px #919191;
	background: #fff;
	width: 100%;
}

.footer-stay-form {
	padding: 10px 15px 20px;
}

.footer-stay-form .form-group {
	margin: 10px 0;
}
.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	max-width:700px;
}
.close-btn-popup a {
    background: #f00;
    color: #fff;
    width: 40px !important;
    height: 39px !important;
    line-height: 15px;
    font-size: 33px;
    position: absolute;
    top: 0;
    right: -40px;
    z-index: 9;
    padding: 11px 0;
    text-align: center;
}
label{font-size:14px;}
.pl-0{padding-left:0px}

.modal-content{border-radius:0px;}
.popup-module .form-group{margin:5px 0px}
.modal.show .modal-dialog {
    transform: translate(0px, 0px);
}
.mob{display:none}
.mobile-bottom li {
    display: inline-block;
    width: 49%;
    padding: 8px 5px 10px;
    color: #333;
    text-align: center;
    border-right: 1px solid #606060;
}
.mobile-bottom li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    font-size: 14px;
}
.sheak {
    display: inline-block;
    animation: shake .9s;
    animation-iteration-count: infinite;
}
.mobile-bottom img {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}
.top-form-block .cta-btn button{width:100%;}
.mobile-bottom {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #3c3c3c;
    display: none;
}
.error {
    color: #f00!important;
    font-size: 11px!important;
    text-transform: capitalize;
    font-weight: 600;
}
.mobile-bottom .last-child {
    border-right: none;
}
.mobile-bottom ul {
    padding: 0;
    margin: 0;
}
.price-list{clear:both;}
.theme-button {
    display: inline-block; margin-right:5px;
    padding: 10px 15px;
    background: #b38600;
    color: #beaa96;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0px; font-size:15px;
    font-weight: 600;
   
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center;
}

.project-offers h4 span{color:#50b848!important}
.theme-black-button{background:#000}
.theme-button:hover{background:#007222}
.bg-theme{background:#262424;}
.cta-btn .theme-button{color:#fff!important}
.large-font .theme-button{background:transparent;}
.project-offers .theme-button{padding-top:0px; padding-bottom:0px;}
.video-sections{width:100%; clear:both; background:#003311}
.download-gifs img{width:auto!important;}
@media(max-width: 1368px) {
.booking-open span {font-size: 30px;}
.project-name h1{font-size:24px;}
.block4-info{margin-top:-10px;}
}
@media(max-width: 980px) {
.h2, h2 {font-size: 34px;}
.large-font h2 {font-size: 85px;}
.location-quote {border-radius: 0;margin-left: 0;width: 100%;}
.block4-info{margin-top:0px; background:none; box-shadow:none;}
.block4-info .light-gray{background:none;}
.br-1{border:0px;}
.banner-form{position:relative;transform: translateY(0); width:100%;}
.block-info {margin: 10px 0px;background: #fff; border: 1px solid #cbc9c9;border-left: 3px solid #000;}
.fixed-top {position: inherit;    background: rgba(0, 0, 0, 1);}
.sticky { position: fixed!important;}
.scroll-down{display:none}
.about-pic{display:none;}
.banner-info {background: none;text-align: center;}
.project-name h1, .project-location span, .project-specification h2, .rera-no, .project-location i { color: #fff;}
.project-logo {display: inline-block; margin-bottom: 15px;}
.project-name h1 {font-size: 32px;}
.project-offers {
    text-align: center;
    background: #437805;
    margin-top: 10px;
}
.project-offers h4{color:#fff}
.banner-content{background: #fffafa; margin-top:0px;}
.navbar-toggler{border:0px;}
.price-blocks h5, .price-blocks span {
    font-size: 22px;
        color: #ffe400;
}


.about-row {padding: 20px 0 50px 0px;}
.important-info{padding:25px 0 0}
.navbar-toggler { border: 0px; color: #fff; padding: 0;border-radius: 3px; position: absolute; right: 10px;}
.navbar-toggler:focus{box-shadow:none!important}
.mr-10{margin-right:50px;}
.navbar-collapse {flex-basis: 100%; flex-grow: 1; align-items: center;position: absolute;top: 48px;z-index: 999;background: #fff;width: 100%;left: 0;box-shadow: 0 0 5px #ddd;}
button:focus:not(:focus-visible) {outline: 0;padding: 0;}
.navbar-toggler-icon{filter: brightness(0) invert(1);}
.navbar-nav{margin-bottom:0px!important}
.nav-link {color: #333;padding: 8px 10px; border-bottom: 1px solid #ddd;}
.nav-link:focus, .nav-link:hover{color:#f00!important;}
}

@media screen and (max-width: 640px){
	.theme-button{font-size:13px!important; padding:10px!important}
.mobile-bottom {
    display: block;
}
.feature-cols p {
    margin: 0 0 10px;
    font-size: 11px;
    font-weight: 500;
    padding: 0 5px;
}
.height200{height:200px;}
.h2, h2 {font-size: 32px;}
.bg-none{background:none!important}
.close-btn-popup a { right: 0px!important;}
.mob{display:inline-block;}
.banner-content{margin:0px;}
.desk{display:none!important;}
.block-info {margin: 5px 0px;}
.feature-right {padding: 22px;}
.large-font h2 {
    font-size: 46px;
    margin-left: 8px;
}
.banner img{height:35vh}
.gallery-label{font-size:14px;}
.owl-nav{display:none}
.navbar-brand {width: 130px; margin-right: 5px;}
.highlight-cols { background: #fff;padding: 9px;margin: 5px 0; border-bottom:0px; border-left: 3px solid #000 !important; border: 1px solid #ddd; min-height: auto; text-align: left;}
.whats-app-icon{display:none;}
.mr-10 { margin-right: 25px;}
.phone-no a{color:#fff; border:0px; background:none  }
.copyrights{padding:20px 0 60px;}
.pl-0{padding-left:15px;}
}
 .arrow-down.active {

}
.arrow-down {

}
.arrow-down:before, .arrow-down:after {
    content: "";
    display: block;
    width: 17px;
    height: 3px;
    background: white;
    position: absolute;
    top: 23px;
    transition: transform .5s;
}
.white-color{color:#003815;}
.arrow-down:before {
  right: 21px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transform: rotate(45deg);
}

.arrow-down:after {
  right: 10px;
  transform: rotate(-45deg);
}

.arrow-down.active:before {
  transform: rotate(-45deg);
}

.arrow-down.active:after {
  transform: rotate(45deg);
}

@media(min-width:992px)
{
	.price-blocks p
{
	color: #000 !important;
}
}

.enquiry-button {
	position: fixed;
	right: -55px;
	top: 50%;
	-moz-transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-o-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	background-color: #ff5722;
	color: white;
	padding: 12px 20px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 8px;
	border-bottom-left-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	z-index: 999;
	transition: background-color 0.3s ease;
  }
  
  .enquiry-button:hover {
	background-color: #e64a19;
	color: white;
  }

  @media(max-width:992px)
  {
	  .enquiry-button, .phone-no, .mob
  {
	  display: none;
  }

  .project-specification h2 {
    color: #fff !important;
    font-size: 20px !important;
}

.price-blocks h5 {
	color: #ffe400 !important;
	letter-spacing: 0px;
	font-size: 18px;
}

  .banner-info {
    background: #000;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
	font-size: 15px;
}

.price-blocks
{
	color: #fff;
}

.feature-cols img {
    margin-bottom: 10px;
    width: 100%;
    height: 150px;
    margin-top: 10px;
}
  }