@font-face {
    font-family: 'Adani';
    src: url('../fonts/Adani-Bold.woff2') format('woff2'),
        url('../fonts/Adani-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adani';
    src: url('../fonts/Adani-Medium.woff2') format('woff2'),
        url('../fonts/Adani-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adani';
    src: url('../fonts/Adani-Regular.woff2') format('woff2'),
        url('../fonts/Adani-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Adani';
    src: url('../fonts/Adani-SemiBold.woff2') format('woff2'),
        url('../fonts/Adani-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Adani';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1290px;
}
.wt{
    color: white;
      
    
}
.rd{
    color: #A34B25;
}
.bl{
    color: #000;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: rgb(255 255 255 / 74%);
    padding: 25px 0;
    border: none;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
header.nav-new{
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 70px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    display: flex;
    align-items: center;
    width: 100%;
}
.navbar-light .navbar-nav {
    margin: 0 auto;
}
.navbar-light .navbar-nav li {
    margin-right: 58px;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-light .navbar-nav .nav-link{
    font-weight: 500;
    font-size: 18.6144px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #885224;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover {
    color: #333;
}
.logo-bar.mobile-logo{display: none;}
.logo-bar{
    max-width: 190px;
}
.logo-bar img{
    width: 100%;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: 40px;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 30px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 30px;position: absolute;height: 2px;background-color: #000;top: 0;right: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);width: 30px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */

/* **** Hero Banner **** */
.hero-banner{
    position: relative;
}
.hero-banner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('../img/bg.png');
   /* background: linear-gradient(90.19deg, rgba(80, 80, 80, 0.74) 0.17%, rgba(0, 0, 0, 0) 99.83%);*/
    top: 0;
    left: 0;
    z-index: -1;
}
.banner-back img{
    width: 35%;
    padding-top: 80px;
        margin-left: 60%;
  
       height: 100vh;
    object-fit: cover;
    object-position: center;
}
.hero-banner-center{
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 2;
}
.banner-data-block{
    max-width: 625px;
}
    .card-content {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 20px 25px;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      text-align: left;
    }

    .card-content h3 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 5px;
          color: #fff;
    }

    .card-content p {
      font-size: 18px;
      color: #e0e0e0;
      line-height: 1.5;
      text-align: left;
    }
.banner-data-block h1{
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -0.01em;
    color: #fff;
}
.banner-data-block p{
    margin: 0 0 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.005em;
    color: #a34b25;
}
.banner-data-block figure{
    margin: 0 0 70px;
}
.location-box{
    padding: 20px;
    border-radius: 8px;
   /* background-image: url(../images/comfort-bg.png);*/
    background: #fff;
    max-width: 560px;
    height:100px;
    display: flex;
    align-items: center;
}
.location-box .form-group{
    margin: 0;
}
.location-box .form-group label{
    display: flex;
    margin-top: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #885224;
}
.location-box .form-control{
    padding: 0;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #885224;
    background: transparent;
}
.location-box .form-control::placeholder{
    color: #885224;
}
.location-box .btn-main{
    margin: 0 0 0 auto;
}
.btn-main{
    padding: 16px 32px;
    background: #885224;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    display: table;
}
.btn-main:hover{
    background: #333;
    color: #fff;
}
/* **** End Hero Banner **** */

/* **** Neighbourhood **** */
.neighbourhood-wrp{
    padding: 105px 0;
 /*   background: url('../images/comfort-bg.png') 0 0 no-repeat;*/
 background: white;
    background-size: cover;
    position: relative;
}
.neighbourhood-wrp .container{
    max-width: 750px;
}
.hero-logo {
  height: 40px;
  width: auto;
  object-fit: contain;
}
.neighbourhood-wrp h2{
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
    margin: 0 auto 15px;
}
.neighbourhood-wrp figure{
    max-width: 260px;
    margin: 0 auto 15px;
}
.neighbourhood-wrp figure img{
    width: 100%;
}
.neighbourhood-wrp p{
    margin: 0;
    font-family: 'Adani';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #AF733C;
}
.neighbourhood-wrp1 .container{
    max-width: 750px;
}

.neighbourhood-wrp1 h2{
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
    margin: 0 auto 15px;
}
.neighbourhood-wrp1 figure{
    max-width: 260px;
    margin: 0 auto 15px;
}
.neighbourhood-wrp1 figure img{
    width: 100%;
}
.neighbourhood-wrp1 p{
    margin: 0;
    font-family: 'Adani';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.005em;
    color: #AF733C;
}
.way-you-live-wrp1{
    padding: 120px 0 0;
        background: url(../img/gbg.png);
}
.titlebar{
    margin: 0 auto 80px;
    max-width: 1280px;
}
.titlebar h2{
    margin: 0 auto 10px;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
}
.titlebar p{
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.002em;
    color: #885224;
    /* max-width: 626px; */
    margin: 0px 5px;
}
.way-you-row{
    margin: 0 auto -120px;
    position: relative;
    z-index: 1;
}
.live-box{
        border-radius: 8px 8px 20px 20px;
    background: #fff;
    border: 2px solid #F0EFFB;
}
.live-img img{
    width: 100%;
    height: auto;
    border-radius: 8px 8px 0 0;
}
.live-data{
    padding: 30px 20px;
    min-height: 130px;
    height: 130px;
}
.live-data h3{
    font-weight: 700;
    font-size: 19.6415px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #885224;
    margin: 0 0 15px;
}
.live-data p{
    font-weight: 600;
    font-size:15px;
    line-height: 150%;
    color: #000929;
    opacity: 0.5;
    margin: 0;
}
.live-data1{
    padding: 30px 20px;
    min-height: 210px;
    height: 230px;
}
.live-data1 h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #885224;
    margin: 0 0 15px;
}
.live-data1 p{
    font-weight: 500;
    font-size: 13.0943px;
    line-height: 150%;
    color: #000929;
    opacity: 0.5;
    margin: 0;
}
/* **** End Neighbourhood **** */

/* **** Community **** */
.community-wrp{
    padding: 50px 0 100px;
    background: #885224;
   /* background: url('../images/advantage-bg.png') bottom no-repeat;*/
    background-size: cover;
    position: relative;
}
.specifications-wrp .container-fluid,.community-wrp .container-fluid {
    width: calc(1260px - 24px + (100vw - 1260px)/2);
    margin-right: 0;
    padding: 0;
}
.community-block{
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.community-block figure img{
    width: 100%;
    height: 570px;
    object-fit: cover;
}
.community-block:after{
    position: absolute;
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    background-blend-mode: multiply;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    right: 0;
}
.community-data{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    z-index: 2;
}
.community-data h3{
    font-weight: 700;
    font-size: 35px;
    line-height: 38px;
    text-transform: capitalize;
    color: #a34b25;
    margin: 0 0 15px;
}
.community-data p{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #a34b25;
}
/* **** End Community **** */

/* **** Location Advantages **** */
.locatoin-views-wrp{
    padding: 130px 0 0;
}
.locatoin-views-box{
    margin: 0 auto 45px;
    position: relative;
}
.locatoin-views-box figure img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.locatoin-views-box:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #885224;
    bottom: -15px;
    right: -15px;
}

.advantages-wrp{
    padding: 35px 0 0;
  /*  background: url('../images/advantages-back.png') 0 0 no-repeat;*/
  background: #E8F9F733;
    background-size: cover;
    position: relative;
}
.advantages-wrp .container{
    max-width: 1140px;
}
.advantages-wrp .row{
    justify-content: center;
}
.advantages-block{
    margin: 0 0 35px;
    display: flex;
    align-items: center;
}
.advantages-block figure{
    min-width: 54px;
    max-width: 54px;
    margin: 0 10px 0 0;
}
.advantages-block p{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.005em;
    color: #885224;
}
/* **** End Location Advantages **** */

/* **** Specifications **** */
.specifications-wrp{
    padding: 97px 0;
    position: relative;
}
.specifications-wrp h2{
    margin: 0 auto 55px;
    font-weight: 500;
    font-size: 42px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
}
.specifications-wrp .community-slider{
    padding: 40px 0;
}
.specifications-img img{
    width: 100%;
    border-radius: 8px;
    height: 320px;
    object-fit: cover;
}

.project-snap-wrp{
    padding: 94px 0 0;
}
.project-snap-wrp h2{
    margin: 0 0 15px;
    font-weight: 600;
    font-size: 57px;
    line-height: 64px;
    letter-spacing: -0.25px;
    color: #885224;
}
.snap-details{
    padding: 0 0 0 50px;
}
.snap-details p{
    margin: 0 0 80px;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #885224;
}
.snap-details ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.snap-details ul li h3{
    margin: 0;
    font-weight: 500;
    font-size: 36px;
    line-height: 58px;
    color: #885224;
}
.snap-details ul li h3 span{
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #885224;
}
/* **** End Specifications **** */

/* **** Welcome **** */
.welcome-wrp{
    padding: 90px 0;
  /*  background: url('../images/welcome-back.png') 0 0 no-repeat;*/
     background: #E8F9F733;
    background-size: cover;
    box-shadow: 0px 4px 200px rgba(232, 249, 247, 0.2);
}
.welcome-wrp .container{
    max-width: 795px;
}
.welcome-wrp h2{
    font-weight: 700;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
    margin: 0 auto 15px;
}
.welcome-wrp p{
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    color: #AF733C;
    opacity: 1;
}
.welcome-wrp .btn-main{
    margin: 0 auto;
}


.adani-welcome-wrp{
    padding: 120px 0;
    background: #885224;
    box-shadow: 0px 4px 200px rgba(232, 249, 247, 0.2);
}
.adani-welcome-wrp h2{
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 42px;
    line-height: 140%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #a34b25;
}
.adani-welcome-wrp p{
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    text-align: center;
    margin: 0 auto 25px;
    color: #a34b25;
}
.adani-welcome-wrp p:last-child{
    margin: 0 auto;
}
/* **** End Welcome **** */

/* **** Popup **** */
.modal-dialog{
    max-width: 645px;
}
.modal-content{
    padding: 30px;
    border-radius: 30px;
    background: #fff;
    border: 2px solid #885224;
}
button.btn-close{
    position: absolute;
    top: 20px;
    right: 20px;
}
.contact-pop-block h2{
    margin: 0 0 40px;
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #885224;
}
.contact-pop-block .form-group{
    margin: 0 0 30px;
}
.contact-pop-block .form-group label{
    margin: 0 0 5px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #885224;
    display: block;
}
.contact-pop-block .form-group .form-control{
    padding: 10px 15px;
    height: auto;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.10);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: rgba(48, 48, 48, 0.50);
    border-radius: 50px;
}
.contact-pop-block .btn-main{
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 50px;
    font-weight: 500;
    font-size: 20.4px;
    line-height: 24px;
    color: #fff;
}
/* **** End Popup **** */

/* **** Thank You Page **** */
.thankyou-wrp{
    position: relative;
    padding: 100px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.thankyou-wrp .container{
    max-width: 780px;
}
.thankyou-wrp h1{
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 48px;
    line-height: 110%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #885224;
}
.thankyou-wrp h2{
    margin: 0 auto 40px;
    font-weight: 500;
    font-size: 32px;
    line-height: 150%;
    color: #885224;
}
.thankyou-wrp p{
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #000929;
    opacity: 0.5;
    margin: 0 auto 40px;
    max-width: 565px;
}
.thankyou-wrp .btn-main{
    margin: 0 auto;
}
/* **** End Thank You Page **** */