    * {
  padding: 0;
  margin: 0 auto;
}

body, html {
  max-width:100%;
  overflow-x: hidden;
}


@font-face {
    font-family: 'neueb';
    src: url('../fonts/NHaasGroteskDSPro-65Md.eot');
    src: url('../fonts/NHaasGroteskDSPro-65Md.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NHaasGroteskDSPro-65Md.woff2') format('woff2'),
        url('../fonts/NHaasGroteskDSPro-65Md.woff') format('woff'),
        url('../fonts/NHaasGroteskDSPro-65Md.ttf') format('truetype'),
        url('../fonts/NHaasGroteskDSPro-65Md.svg#NHaasGroteskDSPro-65Md') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neue';
    src: url('../fonts/NHaasGroteskDSPro-55Rg.eot');
    src: url('../fonts/NHaasGroteskDSPro-55Rg.eot?#iefix') format('embedded-opentype'),
        url('../fonts/NHaasGroteskDSPro-55Rg.woff2') format('woff2'),
        url('../fonts/NHaasGroteskDSPro-55Rg.woff') format('woff'),
        url('../fonts/NHaasGroteskDSPro-55Rg.ttf') format('truetype'),
        url('../fonts/NHaasGroteskDSPro-55Rg.svg#NHaasGroteskDSPro-55Rg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}






a:hover,
a:focus,
a:focus-visible {
  text-decoration: none;
  outline: none;
}

body {
font-family: 'neue';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'neue';
  color: #231F20;
  margin-bottom:15px;
}

@-webkit-keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
@keyframes b {
  0% {
    transform-origin: 50% 100%;
    transform: scaleY(1);
  }
  50% {
    transform-origin: 50% 100%;
    transform: scaleY(0);
  }
  50.0001% {
    transform-origin: 50% 0;
    transform: scaleY(0);
  }
  to {
    transform-origin: 50% 0;
    transform: scaleY(1);
  }
}
p {
  font-size: 17px;
  line-height: 1.6;
  color: #231F20;
}


nav {
  position:fixed;
  left: 0;
  right: 0;
  top: 40px;
  z-index: 99999;
  transition: all ease-in-out 0.5s;
 
}
nav .navbar {
  padding: 12px 0px;
}
nav img {
  width: 160px;
}
nav .logowhite {
  display: none;
}
nav .navbar-nav {
  margin-right: 0;
}
nav .navbar-nav .nav-item {
  margin-left: 50px;
}
nav .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  opacity:0.8;
  transition:all 0.5s ease 0s;
  position:relative;
  padding-left:0px !important;
  padding-right:0px !important;
}

nav .navbar-nav .nav-link::after {
    content:'';
    position:absolute;
    left:0px;
    bottom:0px;
    width:0px;
    background:#fff;
    height:1px;
    transition:all 0.5s ease 0s;
}

nav .navbar-nav .nav-link:hover {
    opacity:1;
}

nav .navbar-nav .nav-link:hover::after {
    width:100%;
}

nav.dlf_nav {
  -webkit-animation: navbar-animation 0.6s;
  animation: navbar-animation 0.6s;
  background:#000;
  border-bottom:1px solid #ccc;
  top:0;
  
}

.nav-right {
    margin:0px;
    display:flex;
    align-items:center;
    margin-left:30px;
}

.toplinks {
    margin: 0px;
    margin-left: auto;
    margin-right: 0;
    margin-bottom:5px;
}

.toplinks a {
    font-size:12px;
    color:#FFFFFF;
    opacity:0.5;
    transition:all 0.5s ease 0s;
}
.toplinks a:first-child {
    margin-right:15px;
    padding-right:15px;
    border-right:1px solid;
}

.toplinks a:hover {
    opacity:0.8;
}


.social-links a {
    display: inline-block;
    border-radius: 50%;
    border: solid 1px #CECECE;
    color: #000;
    width: 45px;
    height: 45px;
    transition: all ease-in-out 0.5s;
    margin-left:10px;
}

.social-links a:hover {
    color:#fff;
    background:#000;
}

@-webkit-keyframes navbar-animation {
  0% {
    opacity: 0;
    
  }
  100% {
    opacity: 1;
    top:0;
    
  }
}
@keyframes navbar-animation {
  0% {
    opacity: 0;
    
  }
  100% {
    opacity: 1;
    top:0;
  }
}


.hamburger .line {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease-in-out;
}

#hamburger-11 {
  outline: none !important;
  transition: all 0.3s ease-in-out;
}

#hamburger-11.is-active {
  -webkit-animation: smallbig 0.6s forwards;
          animation: smallbig 0.6s forwards;
}

@-webkit-keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}

@keyframes smallbig {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
}
#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3) {
  transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2) {
  opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}/*# sourceMappingURL=style.css.map */


@keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
    }

    @-webkit-keyframes fadeInUp2 {
        from {
        }

        to {
            opacity: 1
        }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
@-webkit-keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      opacity: 0;
      -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
      transform: translateY(40px);
    }
  
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }



.banner {
  /*height: calc(100vh - 87px);*/
   height: 100vh;
  overflow: hidden;
  position: relative;
  /*background:#F90A0B;*/
  background-attachment: fixed;
}

.banner::before {
    position: absolute;
    left: 20px;
    width: calc(100% - 40px);
    top: 20px;
    border: 1px solid #ffffff70;
    border-radius: 15px;
    content: '';
    height: calc(100% - 40px);
    z-index:1;
}

.bannerimg {height:100%; object-fit:cover}

.banner .h2 {
    font-size:45px;
    line-height:1;
}

.banner .h2::after {display:none;}

.banner p {
    font-size:14px;
}

.banner .container {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    height:100%;
}

.bannerleft {
    font-family: 'neueb';
    /* background: #fff; */
    width: auto;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    font-size: 23px;
    z-index: 1;
    width: 600px;
}

.bannerleft img {width:100%;}

.overlay{
    background:#00000070;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.banner0 {
    position:absolute;
    width:100%;
    text-align:center;
    z-index:1;
    padding:25px 15px 45px;
    color:#fff;
    display:flex;
    height:100%;
    align-items:center;
    justify-content:space-between;
    flex-direction:column;
}

.banner0 h2 {
    color: #fff;
    font-family: 'neue';
    font-size: 11px;
    background: #e8262b;
    padding: 5px 0px;
    border-radius: 5px;
    font-weight: normal;
}

.banner0 span {color:#000;}

.banner-right h1 {
 /*color:#fff;   */
 font-size:1rem;
}

.desc {
    font-size: 8px;
    color: #ffffff9c;
    position: absolute;
    right: 35px;
    bottom: 32px;
    z-index: 1;
}

.banner0 img {
    width: 200px;
    display: block;
    margin-top: 6px;
    margin-bottom: 18px;
}


.pad80 {
  padding: 80px 0;
}

.padt80 {
  padding-top: 80px;
}

.padb80 {
  padding-bottom: 80px;
}

.span {
  color: #10100f;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 25px;
  display: block;
}

.h2 {
  font-size: 45px;
  margin-bottom: 60px;
  color:#F90A0B;
  position:relative;
}

.h5 {
    position: relative;
    margin-bottom: 40px;
}

.h2::after, .h5::after {
    background:#F90A0B;
    position:absolute;
    bottom:-25px;
    left:0;
    right:0;
    margin:0 auto;
    content:'';
    width:30px;
    height:4px;
}

.h5::after {
   left:0;
   margin-left:0;
   bottom:-15px;
}


.h2.lessmargin {
    margin-bottom:25px;
}

h4{
    font-size:25px;
}

h4 span {
    color:#23BA97;
}


.black {
    color:#000;
}

.grey {
    background:#f7f7f7;
}

.projects_slide .item {position:relative
    
}

.projects_slide .item img {border-radius:15px;}
.p_detail {
    position: absolute;
    top: 50%;
    left: 30px;
    padding: 40px 30px;
    background: #fff;
    transform: translateY(-50%);
    background-color: rgb(255 255 255 / 30%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    max-width: 520px;
}

.p_detail h4 {
    color: #fff;
    margin-bottom: 20px;
}
.p_detail li {
    color: #fff;
    font-size: 20px;
    list-style: none;
    background-color: rgb(255 255 255 / 0%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 15px;
    padding: 7px 15px;
    border-radius: 10px;
    position:relative;
    z-index:1;
}
.p_detail li::before {
    border-radius: 10px; 
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    background:#F90A0B;
    width:100%;
    height:0;
    transition:all 0.5s ease 0s;
    z-index:-1;
}

.p_detail li:hover::before  {height:100%;}

.p_detail li span {color:#fff; font-size:16px; display:block;}

.project-logo {
    width: 120px;
    height: auto !important;
    margin-left: 0;
    margin-bottom: 15px;
    border-radius: 0 !important;
}

.custom-controls {display:flex; gap:10px}

.custom-controls span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #cccccc69;
    border: 1px solid #ffffffbd;
    transition: all 0.5s ease 0s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    position:initial;
    transform:none;
    margin:0;
    cursor:pointer;
    
}
.custom-controls span:hover {background:#F90A0B; border:1px solid transparent;}
.custom-controls span:hover svg path {stroke:#fff}

.custom-controls span svg {
    width: 15px;
}

.custom-controls span svg path {stroke:#fff}


.project-section .custom-controls {position:absolute; bottom:30px; right:30px;} 

.bgred {
    background:#F90A0B url(../images/desugb.png) no-repeat center center / cover;
}

.bgred .h2 {color:#fff;}
.bgred .h2::after {background:#fff;}
.bgred p {color:#fff;}
.bgred .reach-btn {background:#fff; color:#000; margin-top:30px;}

.features-list {}



.reach-btn {
  
    color:#fff;
    padding:10px 32px;
    transition:all 0.5s ease 0s;
    cursor:pointer;
    border-radius:30px;
    color:#000;
    font-size:14px;
    display:inline-flex;
    align-items:center;
}

.reach-btn i {
    background:#000;
    border-radius:50%;
    color:#ffffff9e;
    padding:5px;
    width:25px;
    height:25px;
    margin-left:18px;
    text-align:center;
    transition:all 0.5s ease 0s;
}

.reach-btn svg {
    width:25px;
    height:25px;
    background:#000;
    border-radius:50%;
    color:#ffffff9e;
    padding:5px;
    margin-left:18px;
    transition:all 0.5s ease 0s;
}

.reach-btn svg path {
    fill:#fff
}

.reach-btn:hover {
    background:#000;
    color:#fff;
}

.reach-btn:hover i {
    background:#fff;
    color:#000;
}

.reach-btn:hover svg {
    background:#fff;
}

.reach-btn:hover svg path {
    fill:#000
}

.hoverlink {position:relative;}
.hoverlink::after {
    content:'';
    position:absolute;
    left:0;
    width:0;
    bottom:-5px;
    background:#fff;
    transition:all 0.3s ease-in-out 0s;
    height:1px;
}
.hoverlink:hover::after {width:100%;}

.mobile-show {
    display:none;
}

.contactbg {
    padding:0px;
    padding-bottom:0px;
}

.contact {
    background:#fff;
    border-radius:20px;
}

.contact_form label {
    display:none;
}

.contact_form .form-group {
    margin-bottom:15px;
}

.contact_form .form-control {
    background: #e4e3e3;
    border: 0px;
    border-radius: 0px;
    padding: 10px 15px 10px 25px;
    border-radius: 30px;
    min-height: 51px;
    font-size: 12px;
    color: #5c5a5abf;
}

.contact_form .form-control:focus {
    outline:none;
    box-shadow:none;
}

.contact_form .form-control::placeholder {
    color:#5c5a5abf;
    font-size:12px;
}

select {
    appearance: none;
    background-image: url("../images/dwon_arrow.svg") !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
    background-size: 23px !important;
}

.contact_form .reach-btn {
    background:#F90A0B;
    width: 100%;
    color:#ffffffdb;
    border:0;
    border-radius:30px;
    justify-content:center;
}

.contact_form .reach-btn i {
    background:#fff;
    color:#000;
    margin-right:0;
}


.contact_form .reach-btn:hover {
    background:#000;
    color:#fff;
}

.contact_form .reach-btn:hover i {
    background:#fff;
    color:#000;
}

.disclaimer-footer {margin-top:10px;}

.fixform {
    background:#fff;
    position:fixed;
    bottom:10px;
    z-index:999;
    left:0;
    right:0;
    margin:0 auto;
    border-radius:30px;
    box-shadow:0 10px 10px -10px #000000;
    padding:0px 12px;
    max-width:88% !important;
}

.fixform .row {margin:0;}

.fixform .form-feild {
    margin:0;
    width:21.2%;
}

.fixform .row .form-feild .form-control:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.fixform .form-group {
    margin:0px;
    position:relative;
}

.fixform .form-control {
    border-right:1px solid #ccc;
    border-radius:0px;
    padding:22px;
    background:#fff;
}

.fixform .form-control::placeholder {
    color:#000;
}

.fixform .reach-btn {
    max-width:150px;
}

.fixform label.error {
    position:absolute;
    bottom:0;
    left:21px;
}

.form-feild.last {
    display: flex;
    align-items: center;
    justify-content: end;
    width:15%;
}


.modal-header {
    margin:0px;
    text-align:center;
}

.modal-body {
    padding: 0;
    margin: 0;
    padding: 30px;
}


.modal-content {
    background:#f0f0f0;
    box-shadow:none;
    border:0px;
    border-radius:20px;
}

.modal-content h4 {
   margin-bottom:20px;
    
}

.modal-header .close {
    padding: 0;
    margin: 0;
    /*background: #ff8200;*/
	background:#000;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition:all 0.5s ease 0s;
    border-radius:8px;
}

.modal-header .close:hover {
    background:#000;
}

.modal-header .close img {
    width:40px;
}

.modal-header .close:focus {
    outline:none;
}

.modal-open {
    padding:0 !important;
}

#enquirepop .form-feild {
    width:100%;
}

#enquirepop .last .form-group {
    width:100%;
}

#enquirepop .row {
    padding:0 15px;
}

#enquirepop .row .form-feild:first-child, #enquirepop .row .form-feild:nth-child(2) {
    width:50%;
}

#enquirepop .row .form-feild:first-child {
    padding-right:10px;
}

#enquirepop .row .form-feild:nth-child(2) {
    padding-left:10px;
}

#enquirepop .reach-btn {
    margin-top:20px;
}

#enquirepop textarea {
    height:150px;
} 

.form-btn {
    display:none;
}

.fixform.active {
    transition:all 0.5s ease 0s;
    opacity:0;
    visibility:hidden
}

.contactbg .form-feild, .contactbg .last .form-group  {
    width:100%;
}
.contactbg textarea {
    height:150px;
}

.map img {object-fit:cover; border-radius:15px;}

.map_pointers {
    background:#f3f3f3;
    border-radius:15px;
    height:100%;
    padding:10px;
}

.map-inner {padding:30px 20px; background:#fff; border-radius:10px; margin-bottom:10px;}
.map-inner ul {margin-bottom:0px;}
.map-inner li {
    font-size: 15px;
    margin-bottom: 10px;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.map-inner li span {margin:0;}


footer {
    background:#070707;
}

footer h4 {
    color:#fff;
    text-align:center;
    margin-bottom:35px;
}

footer p {
    font-size:15px;
    color:#ffffff91;
    text-align:center;
}

footer p a {color:#fff;}
footer p a:hover {color:#fff;}

.bottom-footer {
    color:#ffffffb5;
    /*border-top:1px solid #393939;*/
    font-size:16px;
    padding:40px 30px;
    text-align:center;
}
.bottom-footer a {
    color:#ffffffb5;
    transition:all 0.5s ease 0s;
}
.bottom-footer a:hover {
    color:#fff;
}

.spinner-load {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: rgb(0 0 0 / 51%);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.spinner-border {
    color: #fff;
    
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

label.error {
    color:red;
    font-size:12px;
    margin-top:5px;
}

.ref {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    color: #fff;
    background: #000000;
    font-size: 10px;
    padding: 3px 10px;
    z-index: 1;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.amenities-slider .amenities-box .ref {
    right: 25px;
    /*bottom: 10px;*/
}

.fancybox-container {
    z-index:999999 !important;
}


.mobile-icons {
    display: none !important;
}

.rera {
    background: #F90A0B;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    color: #ffffffa3;
}
.banner_slider {
    height: 100vh;
    display: flex !important;
    align-items: center;
}
.slide-text h1 {
    font-size: 50px;
}
.slide-text {
    margin-bottom:40px;
}
.min-vh-100 {
    /*height: 100vh;
    border: solid 2px #FFF;
    border-radius: 20px;
    margin: 30px 0;
    padding: 20px;*/
}

.slid-reach h3 span {
    font-size: 40px;
}

.border-top {padding:30px 0px; border-top:1px solid #fff;}
.border-top p {font-size:12px;}
.border-top p:last-child {margin-bottom:0;}

.website_whatsapp {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 25px;
    color: #fff;
    transition: all 0.5s ease 0s;
    z-index:1;
}

.website_whatsapp:hover {
    background:#F90A0B;
    color:#fff;
}

.website_whatsapp {
  transition: opacity 0.3s ease;
}

.p_detail .overflow {position:relative;}
