

html{
    overflow-x: hidden;
}
form fieldset:nth-child(5){
    display:none;
}
.actions input{
    float: left;
    padding: 20px 30px 18px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
    border-radius: 50px;
    box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -webkit-box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
    border: 0;
    width: 100%;
}
form fieldset:nth-child(6) {
    display: none;
}form fieldset:nth-child(7) {
    display: none;
}form fieldset:nth-child(8) {
    display: none;
}form fieldset:nth-child(9) {
    display: none;
}form fieldset:nth-child(10) {
    display: none;
}form fieldset:nth-child(11) {
    display: none;
}
body{
    margin: 0;
 overflow: hidden;
    scroll-behavior: smooth;

}
@media(max-width:1399px){
    .menu h4{
        margin-left:0!important;
    }
}
@media(max-width:449px)
{


    .slide
    {
        overflow-x: hidden;
    }
   

    .banner1{
        overflow-x: hidden;
    }
    .banner2{
        overflow-x: hidden;
    }



    .form-section{
        overflow-x: hidden;
    }
    .map-sec{
        overflow-x: hidden;
    }


    .footer{
        overflow-x: hidden;
    }
    
}
@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-ExtraBold.eot');
    src: url('../font/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../font/Gilroy-ExtraBold.woff') format('woff'),
        url('../font/Gilroy-ExtraBold.ttf') format('truetype'),
        url('../font/Gilroy-ExtraBold.svg#../font/Gilroy-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Bold.eot');
    src: url('../font/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Bold.woff2') format('woff2'),
        url('../font/Gilroy-Bold.woff') format('woff'),
        url('../font/Gilroy-Bold.ttf') format('truetype'),
        url('../font/Gilroy-Bold.svg#../font/Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Medium.eot');
    src: url('../font/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Medium.woff2') format('woff2'),
        url('../font/Gilroy-Medium.woff') format('woff'),
        url('../font/Gilroy-Medium.ttf') format('truetype'),
        url('../font/Gilroy-Medium.svg#../font/Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-Regular.eot');
    src: url('../font/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-Regular.woff2') format('woff2'),
        url('../font/Gilroy-Regular.woff') format('woff'),
        url('../font/Gilroy-Regular.ttf') format('truetype'),
        url('../font/Gilroy-Regular.svg#../font/Gilroy-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Gilroy';
    src: url('../font/Gilroy-SemiBold.eot');
    src: url('../font/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../font/Gilroy-SemiBold.woff2') format('woff2'),
        url('../font/Gilroy-SemiBold.woff') format('woff'),
        url('../font/Gilroy-SemiBold.ttf') format('truetype'),
        url('../font/Gilroy-SemiBold.svg#../font/Gilroy-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}





a{
    text-decoration: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
a:hover{
      transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}

hover{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}


a:hover{
    text-decoration: none;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1182px;
    }
}




.mainheader {
    width: 100%;
    float: left;
    background-color: transparent;
    position: absolute;
    top: 0;
    background: #F9F5EF;
    padding-top: 8px;
    z-index: 10;
}
.border-mh{
     padding: 10px 0 0;
     float: left;
     width: 100%;
     /* border-bottom: 1px solid #f8f8f86b; */
}
.logo{width: 16%;float: left;padding-top: 14px;/* padding: 21px 0px 23px 0px; */}

.logo img{width: 153px;float: left;position: relative;z-index: 9;top: 6px;}
.menuarea{
           width: auto;
           float: right;
           position: relative;
           /* padding: 65px 0px 0px 0px; */
           /* height: 100px; */
           display: flex;
           /* align-items: center; */
           /* justify-content: center; */
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: transparent;
   
    border-color: transparent;
}

.menuarea > ul{
     /* padding-left: 2px; */
     /* padding-bottom: 20px; */
     /* height: 100px; */
     padding-left: 0 !important;
     width: 100%;
     display: inline-block;
     vertical-align: middle;
     margin-bottom: 0px;
     /* padding-bottom: 18px; */
     float: right;
     padding-top: 16px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}.menuarea > ul > li:hover ul li{
    list-style: none;
}.menuarea > ul > li:hover ul li a{
    color: #fff;
}.menuarea > ul > li ul li{
        list-style: none;
        padding-bottom: 10px;
}.menuarea > ul > li ul li a{
    color: #fff;
}.menuarea > ul > li ul:after{
    position:absolute;
    content:'';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid black;
    top: -6px;
    display: none;
    left: 37%;
}
   .menuarea > ul > li ul{
       opacity: 0;
       position: absolute;
       top: 33px;
       text-align: center;
       left: -30px;
       border-radius: 10px;
       width: 170px;
       background: #000000;
       padding: 20px 15px 10px;
       z-index: 99999;
       transition: all ease-in-out .5s;
       -webkit-transition: all ease-in-out .5s;
   } .menuarea > ul > li:hover ul{
       display:block;
       position: absolute;
       background: linear-gradient(8deg, rgb(6 6 6) 8%, rgb(0 0 0 / 65%) 68%);
       /* padding: 10px; */
       width: 170px;
       opacity: 1;
   }
.menuarea > ul > li{
     /* padding-bottom: 34px !important; */!I;!;
     /* margin-top: 25px; */
     float: left;
     width: auto;
     display: inline-block;
     vertical-align: middle;
     position: relative;
     padding: 4px 15px;
     transition: all ease-in-out 0.5s;
     -o-transition: all ease-in-out 0.5s;
     -ms-transition: all ease-in-out 0.5s;
     -moz-transition: all ease-in-out 0.5s;
     -webkit-transition: all ease-in-out 0.5s;
}

.menuarea > ul > li > a{
       padding-bottom: 34px !important;
       border-bottom: 2px solid transparent;
       /* border-bottom: 2px solid; */
       /* padding: 37px 0px; */
       font-weight: 500;
       width: auto;
       color: #000;
       float: right;
       position: relative;
       /* padding-bottom: 30px; */
       font-size: 16px;
       letter-spacing: 0px !important;
       z-index: 111;
       transition: all ease-in-out 0.5s;
       -o-transition: all ease-in-out 0.5s;
       -ms-transition: all ease-in-out 0.5s;
       -moz-transition: all ease-in-out 0.5s;
       -webkit-transition: all ease-in-out 0.5s;
       text-decoration: none;
       text-align: center;
       position: relative;
       font-family: 'Gilroy';
    }
.buttonarea1 img:hover{
        transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
      
.menuarea > ul > li > a:hover
{/* color: #080695 !important; */-o-transition: all ease-in-out 0.5s;-ms-transition: all ease-in-out 0.5s;-moz-transition: all ease-in-out 0.5s;-webkit-transition: all ease-in-out 0.5s;text-decoration: none;position: relative;}

.btn2 img{
  width: 33px;
}
.btn2{
  float: right;
  margin-left: 27px;
  /* margin-top: 18px; */
  position: relative;
  z-index: 999;
}
.hamburgermenu{
  
cursor: pointer;
}
.hd-box {
    float: left;
    width: 64%;
    background: #fff;
    padding: 20px;
   margin-bottom: 10px;
    border-radius: 15px;
}

.c-message h5{

font-size: 36px;

font-weight: 600;

color: #f47920;

text-transform: uppercase;
}
.c-message h6{
  
font-size: 20px;
  
color: #000;
  
text-transform: uppercase;
}






.overlay::-webkit-scrollbar-track
{
    border-radius
: 50px;
    background-color: #000;
       height: 3px;
       border-top-left-radius: 50px;
}

.overlay::-webkit-scrollbar
{    border-radius: 50px;
    width: 5px;
    height: 3px;
    background-color: #000;
}

.overlay::-webkit-scrollbar-thumb
{
    border-radius: 50px;
    background-color: #000;
       height: 3px;
}

.slide:after{
    position:absolute;
    content:'';
    height: 100%;
    width: 100%;
    top: -17px;
    left: 0;
    z-index: 9;
    background: linear-gradient(172deg, rgb(214 218 221) 11%, rgb(0 0 0 / 0%) 58%);
}



.slide{
    float: left;
    width: 100%;
    height: 845px;
    background-image: url("../images/banner333.webp");
    position: relative;
    top: 17px;
    padding-top: 125px;
}

.slide h1{
    float: left;
    width: 100%;
    text-align: center;
    font-family:'Gilroy';
    font-weight: 600;
    font-size: 60px;
    line-height: 102%;
    margin-bottom: 20px;
    color: #506da8;
    padding: 0px 23%;
}
.slide p{
  float: left;
  width: 100%;
  text-align: center;
  font-family:'Gilroy';
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #fff;
  padding: 0px 25%;
}
@media(max-width: 1199px) 

{


    .menuarea{
        position: inherit;
     
   
    }
  
    .menuarea > ul > li > a{
        float: left;
       
    }

.menuarea > ul {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0px;
    

    min-height: auto;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 62px;
    text-align: center;
}



}


.banner1{
    float: left;
    width: 100%;
    background-color: #F9F5EF;
    padding-top: 93px;
}

.banner1 h4{
    float: left;
    width: 100%;
    color: #12161D;
    font-weight: 600;
    line-height: 133%;
    font-size: 44px;
    margin-bottom: 36px;
}
.ban1-a{
    float: left;
    padding: 15px 30px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    background: linear-gradient(90deg,rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
    border-radius: 50px;
    margin-bottom: 50px;
    box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    -webkit-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
}
.ban1-a:hover {
    color:#fff ;
    background-position: 100% 0;
}
.ban1-a img{
    float: none;
    margin-left: 1px;
    width: 52px;
    position: relative;
    top: -2px;
}
.banner1 h2{
 float: left;
 width: 100%;
 color: #686b71;
 font-weight: normal;
 line-height: 200%;
 font-size: 16px;
 margin-bottom: 29px;
 padding-right: 33px;
}
.banner1 h3{
 float: left;
    width: 100%;
    color: #12161D;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
}
.banner1 h3 span{
    font-weight: 600;
}
.b1-1{
    float: left;
    width: 47%;
}
.b1-2{
    float: left;
    width: 53%;
    padding-left: 3px;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 98px;
    background: linear-gradient(to right, #9d9d9d 10%, #c6c6c6 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #8c8c8c 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s ease-in-out infinite alternate;
    margin-top: -17px;
    margin-bottom: 15px;
}

@keyframes textShine {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.banner1 p{
 float: left;
 width: 100%;
 color: #686b71;
 font-weight: normal;
 line-height: 200%;
 font-size: 16px;
 margin-bottom: 0px;
 text-align: justify;
 /* padding-right: 33px; */
 border-bottom: 1px solid #ccc;
 padding-bottom: 34px;
}

.stats-wrapper {
    float: left;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    /* background-color: #f4f4f4; */ /* light gray like your screenshot */
    /* padding: 50px 100px; */ /* adjust padding as needed */
    padding-top: 18px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.stats {
    float: left;
    display: flex;
    gap: 125px; /* spacing between the items */
    align-items: flex-start;
    /* text-align: center; */
}



.count{
    float: left;
    width: 100%;
}

.count-cont{
    float: left;
    width: 100%;
}
.count-cont span {
    position: relative;
    font-size: 50px;
    font-weight: 600;
    color: #12161D;
}

.count-cont {
  text-align: left;
}

.counter-value {
  display: inline-block;
  min-width: 2ch; /* Reserve width for 2-digit numbers */
  font-size: 50px;
  font-weight: 600;
  color: #12161D;
}
.stat .number {
    font-size: 50px;
    font-weight: 600;
    color: #12161D; /* strong black for numbers */
    /* margin-top: 9px; */
}

.stat .label {
    font-size: 18px;
    color: #61656E; /* subtle gray for text */
    /* margin-top: 10px; */
    line-height: 26px;
    font-weight: 400;
}
.banner2{
    float: left;
    width: 100%;
    background-color: #F0F0F0;
    padding: 68px 0px;
    border-bottom: 1px solid #ccc;
}


.banner2 h1{
    float: left;
    width: 100%;
    color: #12161D;
    font-weight: 600;
    line-height: 133%;
    font-size: 44px;
    margin-bottom: 21px;
}

.banner2 p{
 float: left;
 width: 100%;
 color: #686b71;
 font-weight: normal;
 line-height: 200%;
 font-size: 16px;
 padding-right: 14%;
 margin-bottom: 0px;
}
.fresco img{
    height: 200px;
    width: 100%;
    /* margin-top: -44px; */
    object-fit: cover;
    margin-bottom: 15px;
    float: left;
}


.form-section {
  width: 100%;
  float: left;
  /* display: flex; */
  gap: 50px;
  background: #F9F5EF;
  padding: 167px 0px 105px 0px;
  /* border-radius: 20px; */
  /* align-items: flex-start; */
  /* font-family: 'Arial', sans-serif; */
}

.form-left {
  position: relative;
  flex: 1;
}

.building-img {
  width: 420px;
  border-radius: 40px;
  object-fit: cover;
  height: 572px;
}

.badge {
  height: 100px;
  width: 320px;
  position: absolute;
  top: -59px;
  /* left: 50%; */
  background: white;
  /* padding: 22px 82px; */
  /* width: 82%; */
  border-radius: 64px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-weight: 600;
  color: #2B2B2B;
  font-weight: 600;
  left: 211px;
  transform: translateX(-50%);
  font-size: 18px;
  z-index: 1;
}

.badge img {
  width: 53px;
  /* height: 30px; */
}
.badge span{
    text-align: left;
}
.form-right {
  flex: 2;
}

.form-right h2 {
  font-size: 44px;
  margin-bottom: 30px;
  font-weight: 600;
  color: #12161D;
  margin-top: -59px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-row.single {
  flex-direction: column;
}
.form-input {
  font-weight: normal;
  flex: 1;
  padding: 15px 40px 15px 16px; /* right padding for arrow */
  border: none;
  border-radius: 20px;
  background: #eaeaea;
  font-size: 16px;
  outline: none;
  color: #aaa !important;
  width: 100%;

}

select {
  font-weight: normal;
  flex: 1;
  padding: 15px 40px 15px 16px; /* right padding for arrow */
  border: none;
  border-radius: 20px;
  background: #eaeaea;
  font-size: 16px;
  outline: none;
  color: #aaa !important;
  width: 100%;

}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #eaeaea url("../images/triangle.png") no-repeat right 27px center;
  background-size: 15px;
    cursor: pointer;

}

.submit {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: linear-gradient(120deg, rgba(169, 122, 82, 1), rgba(109, 78, 41, 1), rgba(169, 122, 82, 1));
    background-size: 200% 100%;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    height: 60px;
    margin-top: -4px;
    align-self: flex-start;
    transition: background-position 1s ease-in-out, transform 0.6s ease-in-out;
}

.submit:hover {
    background-position: 100% 0;
}

.pad-left{
padding-left: 0px;
}
.pad-right{
    padding-left: 0px;
}

.form-group {
  display: flex;
  flex-direction: column;
  flex: 1;
  margin-bottom: 19px;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: normal;
  color: #aeaeae;
}.required {
  color: red;
  margin-left: 4px;
}
.map-sec{
    float: left;
    width: 100%;
}
.map-sec iframe{
    height: 663px;
    /* margin-bottom: 0px; */
    /* object-fit: cover; */
    margin-bottom: -6px;
    padding-bottom: 0;
}


.footer {
    float: left;
    width: 100%;
    background: #F9F5EF;
    color: white;
    padding: 60px 60px 25px 118px;
    font-size: 16px;
    margin-top: 0;
}



.ftr-1 {
  float: left;
  width: 51%;
  /* padding: 0 20px; */
  box-sizing: border-box;
  margin-bottom: 36px;
}

.footer h4 {
    float: left;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 33px;
    letter-spacing: 2px;
}

.ftr-2{
    float: left;
    width: 25%;
}

.ftr-3{
    float: left;
    width: 24%;
}

.footer p
{
  color: #020202;
  line-height:200%;
  font-weight: normal;
  font-size: 16px;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.footer a{
     color: #000000;
     text-decoration: none;
}.footer-bottom p a{
    color:#fff;
}
.ftr-logo{
  width: 225px;
  height: auto;
  margin-bottom: 20px;
}

.footer-bottom {
  clear: both;
  border-top: 1px solid #a9a8a8;
  /* margin-top: 40px; */
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* background-color: #1a1a1a; */
}

.footer-links a {
  margin-right: 20px;
  color: #4F6DA8;
  text-decoration: none;
  font-weight: 400;
}

.footer-copy {
  text-align: right;
  color: #ccc;
  font-size: 14px;
}

.buttonarea1 {
    float: right;
    margin-left: 27px;
    /* margin-top: 18px; */
    position: relative;
    z-index: 999;
    display: none;
}


.buttonarea1 a {
   
       float: right;
   }

.buttonarea1 img{
    width: 33px;
}







.close-img{
    width: 35px;
}


.overlay {
  height: 0%;
  width: 39%;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: #ffffff;
  overflow-y: scroll;
  transition: 0.5s;
  z-index: 9999999;
  /* background-image: linear-gradient(to right, #4e1b6a 0%, #b31666 51%, #b31666 100%); */
}

.overlay-content {
  position: relative;
  /* top: 25%; */
  width: 100%;
  text-align: center;
  /* margin-top: 30px; */
  /* z-index: 111111111111111111111; */
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 30px;
  color: #000;
  z-index: 11;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 11px;
  font-size:40px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}


.right-bg{
    /* background-color: #ab1666; */
    padding:0px !important;
    float:left;
    width: 100%;
}


.hd-address{
  width: 100%;
  float: left;
  text-align: left;
  padding: 50px 40px;
  background-color: #ffffff;
  height: 100vh;
  position: relative;
}


.hd-tel{
  float:left;
  width:100%;
}

.hd-tel h1{
  float:left;
  width:100%;
  font-size: 28px;
  font-weight: 600;
  color: #12161d;
  margin-bottom: 19px;
  text-transform: capitalize;
}

.hd-tel p{
  float:left;
  width:100%;
  font-size: 14px !important;
  color: #686b71;
  margin-bottom: 4px;
  margin-top: 0 !important;
  font-weight: normal;
  line-height: 200%;
}




.enq-bg form{
  float:left;
  width:100%;
}

.frm-enq{
  float:left;
  width:100%;
  margin-top: 30px;
}

.frmq-title{
  float:left;
  width:100%;
  color: #70502b;
  font-size:14px;
  font-weight:500;
  padding-top: 0px;
}

.field-enq{
  border-bottom: 1px solid #b0aaaa;
  color: #272626;
  display: block;
  font-size: 13px;
  /* text-transform: uppercase; */
  height: 53px;
  margin-bottom:2px !important;
  padding: 0 20px;
  outline: none;
  background: #eaeaea;
  width: 100%;
  padding-left: 0px;
  border: none;
  transition: all 500ms ease;
  /* border: solid 1px #d4d3d3; */
  margin-top: 3px;
  width: 100%;
  float: left;
  padding: 15px;
  margin-top: 9px;
  border-radius: 18px;
  font-weight: 400;
}

.error-message {
    color: red;
}

.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.subscribe-btn {
    cursor: pointer;
    float: left;
    text-align: center;
    width: 100%;
    padding: 15px;
    background: linear-gradient(120deg, rgba(169, 122, 82, 1), rgba(109, 78, 41, 1), rgba(169, 122, 82, 1));
    background-size: 200% 100%;
    color: white;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 30px;
    height: 60px;
    margin-top: 36px;
    align-self: flex-start;
    transition: background-position 1s ease-in-out, transform 0.6s ease-in-out;
}

.subscribe-btn:hover {
    background-position: 100% 0;
}
.menuarea > ul > li > a:hover{
    border-bottom: 2px solid #fff;
    color: #506da8;
}



@media(min-width:1026px) and (max-width:1200px)
{
    .slide h1{
            padding: 0px 14%;
    }
        .slide p{
            padding: 0px 14%;
    }
    .banner1 h4 {
  
    font-size: 36px;
}
.banner2 h1 {
 
    font-size: 39px;
}
.building-img {
    width: 100%;
    height: 553px;
}
.badge {
    width: 302px;
 
    left: 193px;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 45%;
}
.ftr-3 {
    float: left;
    width: 29%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: 11%;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 83px;
}
.stats {
    float: left;
    display: flex
;
    gap: 76px;
}
.hd-address{
    height: 100%;
}
.overlay{
    width: 50%;
}
}

.footer a:hover{
    color: #000000;
}


.overlay a:hover, .overlay a:focus {
    color: #000;
}

.menu-img{
    width:30px;
}
@media(min-width:991px) and (max-width:1024px)
{
    .menuarea > ul {
    /* padding-left: 2px; */
    /* padding-bottom: 20px; */
    /* height: 100px; */
           padding-left: 10px !important;
}.menu h4 {
    
    margin-right: 8px!important;
}.menuarea > ul > li {
     padding: 0px 6px!important;}
.overlay {
    height: 0%;
    width: 55%;
}
.overlay .closebtn {
    position: absolute;
    top: -11px;
}
    .slide h1{
            padding: 0px 14%;
    }
        .slide p{
            padding: 0px 14%;
    }
    .banner1 h4 {
  
    font-size: 36px;
}
.banner2 h1 {
 
    font-size: 39px;
}
.building-img {
    width: 100%;
    height: 553px;
}
.badge {
    width: 302px;
 
    left: 193px;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 41%;
}
.ftr-3 {
    float: left;
    width: 34%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: 11%;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 83px;
}
.stats {
    float: left;
    display: flex
;
    gap: 76px;
}
.hd-address{
    height: 100%;
}
}








@media(min-width:768px) and (max-width:990px)
{
    .modern-living h2{
        width:58%!important;
    }.left-2 {
    width: 43%!important;
    float: left;
}.right2 {
    width: 53%!important;}
    .right2 h5 {
    font-size: 34px!important;
}
.fresco img {
    height: 277px;
}
    .menuarea > ul > li {
    /* padding-bottom: 34px !important; */
    /* margin-top: 25px; */
    float: left;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0px 16px;
}
    .menuarea > ul {
    /* padding-left: 2px; */
    /* padding-bottom: 20px; */
    /* height: 100px; */
    padding-left: 60px !important;
}
.overlay {
    height: 0%;
    width: 55%;
}
.overlay .closebtn {
    position: absolute;
    top: -11px;
}
    .slide h1{
            font-size: 46px;
            padding: 0px 14%;
    }
        .slide p{
            padding: 0px 10%;
    }
    .banner1 h4 {
  font-size: 36px;
  text-align: center;
  padding: 0px 20%;
}
.banner2 h1 {
 font-size: 39px;
 text-align: center;
}
.building-img {
    width: 59%;
    height: 553px;
    float: none;
    margin-left: auto;
    margin-right: auto;
display: block;
        margin-bottom: 110px;}
.badge {
    width: 302px;
    left: 50%;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
    text-align: center;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 100%;
}
.ftr-3 {
    float: left;
    width: 50%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: inherit;
    text-align: center;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 100px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stats {
    float: left;
    display: flex;
    gap: 172px;
    text-align: center;
    padding-top: 20px;
}
.slide {
    float: left;
    width: 100%;
    height: 650px;
    background-size: cover;
    /* background-image: url("../images/blend.jpg"); */
    background-position-y: bottom;
    padding-top: 193px;
}
.b1-1 {
    float: left;
    width: 100%;
}
.b1-2 {
    float: left;
    width: 100%;
}
.ban1-a {
float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.banner1 h2 {
    text-align: center;
    padding-right: inherit;
}

.banner1 p {
    text-align: center;
}
.banner2 p {
    float: left;
    width: 100%;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    padding-right: inherit;
    margin-bottom: 58px;
}
.ftr-logo {
    margin:auto;
    float: none;
    display: block;
}
.ftr-2 {
    text-align: center;
    width: 50%;
}
.ftr-3{
    text-align: center;
    width: 50%;
}

.footer-bottom {
    clear: both;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 40px;
    display: block;
    float: left;
    width: 100%;
}
.footer-links{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.footer p {
    text-align: center;
}
.footer
{
    float: left;
    width: 100%;
    background: #1a1a1a;
    color: white;
    padding: 60px 40px 25px 40px;
}
.map-sec {
    float: left;
    width: 100%;
    height: 351px !important;
}

.overlay{
    width: 70%;
}
.hd-address{
    height: 100%;
}
}










@media(min-width:576px) and (max-width:767px)
{
    .left-2 {
    width: 48%!important;
    float: left;
}.left-2 img {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    height: 330px;
    object-fit: cover;
}.right2 {
    width: 45%!important;
    float: right;
    margin-top: 20px;
}.right-modern img {
    width: 100%!important;
    border-radius: 20px;
    margin-top: 20px;
    float: left;
    height: 300px;
    object-fit: cover!important;
}
    .count-cont
 {
    text-align: center;
}

.buttonarea1 img {
    width: 29px;
    margin-top: 16px;
}
.border-mh {
    padding-bottom: 32px !important;
}
.buttonarea1 {
    float: right;
    margin-left: 18px;
}
        .menu-img {
        width: 22px !important;
        margin-top: 17px !important;
    }
    .menuarea > ul {
    /* padding-left: 2px; */
    /* padding-bottom: 20px; */
    /* height: 100px; */
    padding-left: 60px !important;
}
.overlay {
    height: 0%;
    width: 55%;
}
.overlay .closebtn {
    position: absolute;
    top: -11px;
}
    .slide h1{
            font-size: 35px;
            padding: 0px 0%;
            line-height: 46px;
    }
        .slide p{
            padding: 0px 0%;
    }
    .banner1 h4 {
  font-size: 36px;
  text-align: center;
  padding: 0px 0%;
}
.banner2 h1 {
 font-size: 39px;
 text-align: center;
}
.building-img {
    width: 79%;
    height: 553px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 110px;
    }
.badge {
    width: 302px;
    left: 50%;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
    text-align: center;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 100%;
}
.ftr-2 {
    text-align: center;
    width: 100%;

}
.ftr-3{
     margin-top: 20px;
    text-align: center;
    width: 100%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: inherit;
    text-align: center;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 74px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stats {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.slide {
    float: left;
    width: 100%;
    height: 600px;
    /* background-image: url("../images/blend.jpg"); */
    background-size: contain;
    background-position: center;
    padding-top: 162px;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}
.b1-1 {
    float: left;
    width: 100%;
}
.b1-2 {
    float: left;
    width: 100%;
}
.ban1-a {
float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.banner1 h2 {
    text-align: center;
    padding-right: inherit;
}

.banner1 p {
    text-align: center;
}
.banner2 p {
    float: left;
    width: 100%;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    padding-right: inherit;
    margin-bottom: 58px;
}
.ftr-logo {
    margin:auto;
    float: none;
    display: block;
}
.ftr-2 {
    text-align: center;
}
.ftr-3{
    text-align: center;
}

.footer-bottom {
    clear: both;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 40px;
    display: block;
    float: left;
    width: 100%;
}
.footer-links{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.footer p {
    text-align: center;
}
.footer
{
    float: left;
    width: 100%;
    background: #1a1a1a;
    color: white;
    padding: 60px 40px 25px 40px;
}
.map-sec {
    float: left;
    width: 100%;
    height: 351px !important;
}
select {
 
    background-size: 9px;
}
    .fresco img {
        height: 253px;
    }
.stat {
    float: left;
    width: 33%;
}
.hd-address {
    height: 100%;
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 15px;
}
.overlay{
    width: 100%;
}
}












@media(min-width:450px) and (max-width:575px)
{


    .count-cont span {
    position: relative;
    font-size: 65px;
}.hd-address {
    height: 100%;
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 15px;
}

    .mainheader {

padding-left: 15px;
padding-right: 15px;
    }
    .banner1 {

padding-left: 15px;
padding-right: 15px;
    }
    .stat .label {
    font-size: 14px;
}
.banner2 {
    float: left;
    width: 100%;
    background-color: #F0F0F0;
    padding: 53px 0px;
}
.buttonarea1 img {
    width: 29px;
    margin-top: 16px;
}
.border-mh {
    padding-bottom: 32px !important;
}
.buttonarea1 {
    float: right;
    margin-left: 18px;
}
        .menu-img {
        width: 22px !important;
        margin-top: 17px !important;
    }
    .menuarea > ul {
    /* padding-left: 2px; */
    /* padding-bottom: 20px; */
    /* height: 100px; */
    padding-left: 60px !important;
}
.overlay {
    height: 0%;
    width: 94%;
}
.overlay .closebtn {
    position: absolute;
    top: -11px;
}
    .slide h1{
            font-size: 35px;
            padding: 0px 0%;
            line-height: 46px;
    }
        .slide p{
            padding: 0px 0%;
    }
    .banner1 h4 {
  font-size: 36px;
  text-align: center;
  padding: 0px 0%;
}
.banner2 h1 {
 font-size: 39px;
 text-align: center;
}
.pad-left {
    padding-left: 15px;
}
.form-row {
    display: block;
    gap: 20px;
    float: left;
    width: 100%;
}
.form-group {
    display: block;
    flex-direction: column;
    flex: 1;
    margin-bottom: 19px;
    float: left;
    width: 100%;
}
.form-section {
    width: 100%;
    float: left;
    /* display: flex
; */
    gap: 50px;
    background: #f0f0f0;
    padding: 147px 0px 83px 0px;
}
.building-img {
    width: 100%;
    height: 553px;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 110px;
    }
.badge {
    width: 302px;
    left: 50%;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
    text-align: center;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 100%;
}
.ftr-2 {
    text-align: center;
    width: 100%;

}
.ftr-3{
     margin-top: 20px;
    text-align: center;
    width: 100%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: inherit;
    text-align: center;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 74px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stats {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
  .slide{
    float: left;
    width: 100%;
    height: 331px;
    /* background-image: url("../images/blend.jpg"); */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* background-position-y: bottom; */
    background-size: 100%;
    /* padding-top: 200px; */
    background-repeat: no-repeat;
}
.b1-1 {
    float: left;
    width: 100%;
}
.b1-2 {
    float: left;
    width: 100%;
}
.ban1-a {
float: none;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.banner1 h2 {
    text-align: center;
    padding-right: inherit;
}

.banner1 p {
    text-align: justify;
}
.banner2 p {
    float: left;
    width: 100%;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    padding-right: inherit;
    margin-bottom: 58px;
}
.ftr-logo {
    margin:auto;
    float: none;
    display: block;
}
.ftr-2 {
    text-align: center;
}
.ftr-3{
    text-align: center;
}

.footer-bottom {
    clear: both;
    border-top: 1px solid #333;
    margin-top: 40px;
    padding-top: 40px;
    display: block;
    float: left;
    width: 100%;
}
.footer-links{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.footer p {
    text-align: center;
}
.footer
{
    float: left;
    width: 100%;
    background: #1a1a1a;
    color: white;
    padding: 60px 40px 25px 40px;
    margin-top: 0px;
}
.map-sec {
    float: left;
    width: 100%;
    height: auto !important;
    background-color: #1a1a1a;
}
select {
 
    background-size: 9px;
}
.fresco img {
    height: 200px;
}
.stat {
    float: left;
    width: 33%;
}

}











@media(max-width:449px)
{
      .count-cont {
        text-align: center;
    }
    .count-cont span {
    position: relative;
    font-size: 68px;
}
    .slide{
    float: left;
    width: 100%;
    height: 601px;
    /* background-image: url("../images/blend.jpg"); */
}
.map-sec{
    background-color:#1a1a1a;
}
    .mainheader {

padding-left: 15px;
padding-right: 15px;
    }
    .banner1 {padding-left: 15px;padding-right: 15px;padding-top: 53px;}
       .stat .label {
        font-size: 16px;
        margin-top: -12px;
    }
.banner2 {
    float: left;
    width: 100%;
    background-color: #F0F0F0;
    padding-top: 53px;
    padding-bottom: 0px;
}
.buttonarea1 img {
    width: 29px;
    margin-top: 16px;
}
.border-mh {
    padding-bottom: 32px !important;
}
.buttonarea1 {
    float: right;
    margin-left: 18px;
}
        .menu-img {
        width: 22px !important;
        margin-top: 17px !important;
    }
    .menuarea > ul {
    /* padding-left: 2px; */
    /* padding-bottom: 20px; */
    /* height: 100px; */
    padding-left: 60px !important;
}
.overlay {
    height: 0%;
    width: 96%;
}
.overlay .closebtn {
    position: absolute;
    top: -11px;
}
    .slide h1{
            font-size: 31px;
            padding: 0px 0%;
            line-height: 43px;
            /* margin-bottom: 8px; */
    }
        .slide p{
            padding: 0px 0%;
            font-size: 16px;
            line-height: 29px;
    }
    .banner1 h4 {
  font-size: 25px;
  text-align: center;
  padding: 0px 0%;
}
.banner2 h1 {
 font-size: 31px;
 text-align: center;
}
.pad-left {
    padding-left: 15px;
}
.form-row {
    display: block;
    gap: 20px;
    float: left;
    width: 100%;
}
.form-group {
    display: block;
    flex-direction: column;
    flex: 1;
    margin-bottom: 19px;
    float: left;
    width: 100%;
}
.form-section {
    width: 100%;
    float: left;
    /* display: flex
; */
    gap: 50px;
    /* background: #f0f0f0; */
    padding: 108px 0px 83px 0px;
}
.building-img {
    /* margin-top: -10px; */
    width: 100%;
    height: auto;
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 110px;
    }
.badge {
    width: 265px;
    left: 50%;
    height: 79px;
    top: -33px;
}
.pad-right {
    padding-left: 15px;
}
.form-right h2 {
    font-size: 38px;
    text-align: center;
}

.form-group label {
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 14px;
}
.ftr-1 {
    float: left;
    width: 100%;
}
.ftr-2 {
    text-align: center;
    width: 100%;

}
.ftr-3{
     margin-top: 20px;
    text-align: center;
    width: 100%;
}
.footer-links {
    margin-top: 5px;
}
.banner1 h3 {
    padding-right: inherit;
    text-align: center;
}
.banner1 h6 {
    font-weight: 600;
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.stats {
    float: left;
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
}
.slide {
    float: left;
    width: 100%;
    /* height: 400px; */
    padding-top: 120px;
    background-position: 10% 120%;
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #4e87c7; */
}
.b1-1 {
    float: left;
    width: 100%;
}
.b1-2 {
    float: left;
    width: 100%;
}
.ban1-a {float: none;display: table;margin-left: auto;margin-right: auto;font-size: 17px;}

.banner1 h2 {
    text-align: center;
    padding-right: inherit;
}

.banner1 p {
    text-align: center;
}
.banner2 p {
    float: left;
    width: 100%;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
    text-align: center;
    padding-right: inherit;
    margin-bottom: 58px;
}
.ftr-logo {
    margin:auto;
    float: none;
    display: block;
    width: 57%;
}
.ftr-2 {
    text-align: center;
}
.ftr-3{
    text-align: center;
}

    .footer-bottom {
        clear: both;
        border-top: 1px solid #333;
        margin-top: 40px;
        padding-top: 35px;
        display: block;
        float: left;
        width: 100%;
    }
    .cd-dropdown-content {
    padding-left: 0px;
}
.footer-links{
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.footer p {
    text-align: center;
}
.footer
{
    float: left;
    width: 100%;
    /* background: #1a1a1a; */
    color: white;
    padding: 60px 15px 25px 15px;
}
.map-sec {
    float: left;
    width: 100%;
    /* height: 351px !important; */
}
select {
 
    background-size: 9px;
}
.fresco img {
    height: auto;
}
.stat {
    float: left;
    width: 100%;
}
.ban1-a img {
    float: none;
    margin-left: 1px;
    width: 33px;
    position: relative;
    top: 0px;
}
.badge img {
    width: 39px;
}

.footer-links a {
    float: left;
    width: 100%;
    margin-top: 19px;
    margin-right: auto;
    color: #e9e9e9;
    text-decoration: none;
    font-weight: 400;
}
.hd-address {
    height: 100%;
    width: 100%;
    float: left;
    text-align: left;
    padding: 50px 15px;
}
}


.footer-links {
    margin-top: 7px;
}


@media(min-width:1440px)
{
    .slide{
        background-size: cover;
        background-position-y: -20px;
        height: 100vh;
    }
}






/*preloader*/

@media (max-width: 575px) {
    .bt-tr {
    padding: 15px 16px!important;
    color: #fff;
    width: 48%!important;
    display: inline-block!important;
    font-weight: 500;
    font-size: 15px!important;}
    .neighbour-img {
    margin-top: 20px;
}.neigh-img img{
     margin-top: 20px;
}.bt-enq {
    width: 48%!important;
    display: inline-block!important;
    padding: 15px 17px!important;
    color: #fff;
    font-weight: 500;
    font-size: 15px!important;}
.modern-living h2{
    width:100%!important;
    text-align:center;
}.modern-living p{
    text-align:center;
}.left-2 {
    width: 100% !important;
   }
    .left-modern {
    width: 100%!important;
    float: left;
}.right-modern{
      width: 100%!important;
}.right2 {
    width: 100%!important;}
    .right2 h5 {
     font-size: 30px!important;
}.left-modern h5{
      font-size: 30px!important;
}
    .ip-loader {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: auto !important;
    }
}
.ip-loader{
    margin-left: 0px!important;
    bottom: 40%!important;
}
.loader {
  width: 400px;
  height: 120px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  animation: filter-animation 3s infinite;
  /*  stroke: darkred;*/
  /*transition: fill .3s ease-in-out;*/
  /*animation: chng 1s linear infinite;*/
  /* transform-origin: bottom;*/
  /*-webkit-animation: colorchange 20s infinite alternate;*/
  /*margin-left: 80px;*/
}
.loader img{
       max-width:250px;
       width: 100%;
       /* margin-top: -71px; */
}

@keyframes filter-animation {
   0% { transform: translateY(-3px); opacity: 1;}
  25% { transform: translateY(3px); opacity: 1;}
  50% { transform: translateY(-3px); opacity: 1;}
   75% { transform: translateY(3px); opacity: 1;}
 
  100% { transform: translateY(-3px); opacity: 1;}
}
.mainheader {
  height: 98px;
}
.sticky{
      position: fixed;
      z-index: 99;
      padding-top: 0px;
      background: #F9F5EF;
      top: 0;
}
@media(max-width:370px)
{
    .slide{
        background-size: cover !important;
    }
}


.grecaptcha-badge { 
    visibility: hidden;
}
.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
    
    
.event-tab{
    float:left;
    width:100%;
        background: linear-gradient(175deg,rgba(255, 255, 255, 1) 0%, rgba(240, 240, 240, 1) 100%);
    padding-top:35px;
    padding-bottom:35px;
} 

.event-tab h2 {
     float:left;
     width:100%;
     text-align: left;
     font-size: 22px;
     font-weight: 400;
     color: #181818;
     text-transform: uppercase;
     letter-spacing: 1px;
     margin-bottom: 24px;
}

.event-tab h2 span{
     float:left;
     width:100%;
     text-align: left;
     font-size: 55px;
     font-weight:600;
     color: black;
     text-transform: none;
     letter-spacing: 0px;
     padding-top: 2px;
}

.evd{
   float: left;
   font-size: 15px;
   margin-bottom:10px;
   font-weight: 500;
   background: white;
   padding: 7px;
   border-radius: 10px;
   color: black;
   padding-left: 15px;
   padding-right: 15px;
   margin-top:7px;
   text-transform: uppercase;
   /* display: block; */
   width: auto;
   /* text-align: center; */
   /* margin-right: auto; */
   /* margin-left: auto; */
}


.ban2-a{
    padding: 2px 25px;
    color: #fff;
    margin-left: 15px;
    font-weight: 500;
    font-size: 23px;
    background: linear-gradient(90deg,rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
    border-radius: 50px;
    margin-top: 20px;
    box-shadow: -4px 2px 73px 0px rgb(169 122 82 / 44%);
    -webkit-box-shadow: -4px 2px 73px 0px rgb(169 122 82 / 44%);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
    padding-top: 14px;
    padding-right: 17px;
    padding-bottom: 16px;
}
.ban2-a:hover {
    color:#fff ;
    background-position: 100% 0;
}
.ban2-a img{
    float: none;
    margin-left: 1px;
    width: 52px;
    position: relative;
    top: -2px;
}

.evwidth{
    /* width: 500px; */
    margin-left;auto;
    /* margin-right:auto; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    text-align: center;
}

.evofsset{
        margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width:991px) {
.evofsset{width: 100%;
    float: left;
    flex: 100%;
    min-width: 100%;
    max-width: 100%;}
}

@media only screen and (max-width:990px) {
.event-tab h2{text-align: center; font-size: 20px; margin-bottom: 13px;}
.event-tab h2 span{text-align: center; font-size: 45px;} 
.tbr{width: 100%; float: left; text-align: center;}
.evd{width:155px; margin-left: auto;
    margin-right: auto; float: none; margin-bottom: 29px;}
}


.hnavr{
    padding-top: 5px;
}

/* marquee div container */

.ticker-wrap {
 width: 100%;
 height:45px;
 margin: 0 auto;
 /* overflow: hidden; */
 white-space: nowrap;
 background: #000;
 position: relative;
 z-index: 99;
}
.ticker {
  display: inline-block;
  margin-top: 5px;
  animation: marquee 350s linear infinite;
  position: relative;
  z-index: 11111;
}
.items-collection-1 {
  position: relative;
  left: 0%;
  animation: swap 100s linear infinite;
}

.items {
  display: inline-block;
  padding: 3px 1rem;
  font-size: 18px;
  color: black;
  /* font-weight: 600; */
  text-transform: uppercase;
}

/* Transition */
@keyframes marquee {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-100%)
  }
}

@keyframes swap {
  0%, 50% {
    left: 0%;
  }
  50.01%,
  100% {
    left: 100%;
  }
}
.innerban{
    width: 100%;
    height: 440px;
    float: left;
    position: relative;
}.innerban:after{
    position:absolute;
    content:'';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(358deg, rgb(240 240 240) 11%, rgb(0 0 0 / 0%) 58%);
}
.plan-banner-carousel{
    
}
.plan-banner-carousel .item{
    
}
.plan-banner-carousel .item img{
    height: 440px;
    object-fit: cover;
}
.plan-full {
    float: left;
    width: 100%;
    background-color: #f9f5ef;
    padding-top: 93px;
    padding-bottom: 93px;
}.plan-full h4{
    text-align: center;
    font-weight: 600;
    margin-top: -20px;
    font-size: 28px;
    /* text-align: center; */
    background: linear-gradient(to right, #9d9d9d 10%, #c6c6c6 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #8c8c8c 70%);
    -webkit-background-clip: text;
    margin-bottom: 30px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
}
.plan-full .tab-content{
    /* height: 100vh; */
    height: calc(100vh - 140px); /* adjust this value */
}
.plan-full .tab-pane {
    position: relative;
}
.plan-full .tab-content img{
    /* width: 100%; */
    /* height: 80vh; */
    object-fit: contain;
    height: calc(100vh - 220px); /* adjust this value */
    max-width: 100%;
    display: block;
    margin: auto;
}.plan-full .tab-content {
    width: 100%;
    /* border: 1px solid #000; */
    background:#fff;
    float:left;
    overflow:hidden;
    /* padding:10px; */
    position: relative;
}
.plan-full .nav-pills {
    /* background: #75542f75; */
    width: 100%;
    float: left;
    /* padding: 20px; */
    border-radius: 20px;
}
.plan-full .nav-pills h2{
    font-size: 16px;
    color: #75542f;
    border-bottom: 1px solid #cecece;
    /* font-weight: 700; */
    /* background: #75542f40; */
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 0;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    margin-top: 10px;
    width: 100%;
}
.plan-full .nav-item{
    width: 33%;
    float: left;
}.plan-full  .nav-link.active{
         background-color: transparent;
         color: #000;
}.plan-full  .nav-link.active:after{
    position:absolute;
    content:'';
    background: #75542f;
}
.plan-full .nav-link{
    background-color: transparent;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-top: 0;
    padding-left: 22px;
    position: relative;
    margin-bottom: 5px;
}.plan-full .nav-link:hover{
        /* background-color: #000 !important; */
}
.plan-full .nav-link:after{
    position:absolute;
    content:'';
    border: 1px solid #75542f;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    left: 0;
    top: 11px;
}
.plan-full p{
        width: 100%;
    float: left;
    font-size: 13px;
    line-height: 200%;
    padding: 15px;
    color: #000;
}.tab-pane img {
  opacity: 0;
  transform: translateX(60px); /* start from right */
  transition: all 0.45s ease-in-out;
}

.tab-pane.active.show img {
  opacity: 1;
  transform: translateX(0); /* slide into place */
}
.menu h4{
        font-weight: 600;
        font-size: 18px;
        /* background: linear-gradient(to right, #9d9d9d 10%, #060606 25%, #101010 40%, #424242 55%,  #7a5732 70%); */
        /* -webkit-background-clip: text; */
        /* background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        text-fill-color: transparent;
        background-size: 300% auto;
        /* animation: textShine 5s 
ease-in-out infinite alternate; */
        width: auto;
        float: right;
        padding-top: 0;
        color: #000000;
        margin-right: 24px;
        margin-left: 50px;
}.menu h4 span{
        float: right;
        /* width: 100%; */
        margin-left: 8px;
        font-size: 13px;
        padding-left: 8px;
        /* clear: both; */
        color: #000000;
        border-left: 1px solid #000000;
}
.menu h4 div{
        float: left;
    padding-top: 5px;
}
.book-a-tour:hover{
    background: #000;
    color: #fff;
}
.book-a-tour{
    float: right;
    padding: 10px 21px;
    color: #fff;
    text-align: center;
    margin-top: 9px;
    height: 46px;
    width: 200px;
    font-weight: 500;
    font-size: 14px;
    background: linear-gradient(90deg, rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
    border-radius: 50px;
    box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -webkit-box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
}.dnld-plan{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.dnld-plan:hover{
    color: #000;
}
.vt{
    float: right;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    left: 0;
    bottom: -45px;
}.vt img{
    width: 20px !important;
    margin-right: 5px;
    height: auto !important;
}
.vt:hover{
    color: #000;
}
.dnld-plan img{
    width: 20px !important;
    margin-right: 5px;
}
.modern-living{
    float: left;
    width: 100%;
    background: #F9F5EF;
    padding-top: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}
.modern-living h2{
    font-weight: 600;
    font-size: 42px;
    background: linear-gradient(to right, #9d9d9d 10%, #c6c6c6 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #8c8c8c 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
    width: 61%;
    float: left;
}
.modern-living p{
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
    margin-bottom: 0px;
    /* padding-right: 33px; */
}
.left-modern{
    width: 60%;
    float: left;
}
.left-modern h5{
    float: left;
    width: 100%;
    color: #12161D;
    font-weight: 600;
    line-height: 133%;
    font-size: 32px;
}
.left-modern ul{
    padding: 0;
}
.left-modern ul li{
    float: left;
    width: 100%;
    list-style: none;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}.left-modern ul li:after{
    position:absolute;
    content:'';
    left: 0;
    width: 15px;
    height: 15px;
    top: 12px;
    top: 9px;
    background-image: url('../images/check (1).png');
    background-size: contain;
}.right2 ul li:after {
    position: absolute;
    content: '';
    left: 0;
    width: 15px;
    height: 15px;
    /* background: #000; */
    top: 9px;
    background-image: url('../images/check (1).png');
    background-size: contain;
}
.right-modern{
    width: 40%;
    float: left;
}
.right-modern img{
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    float: left;
    height: 320px;
    object-fit: cover;
}
.left-2{
    width: 40%;
    float: left;
}
.left-2 img{
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    object-fit: cover;
    height: 320px;
}
.right2 {
    width: 40%;
    float: right;
    margin-top: 40px;
}
.right2 h5{
    float: left;
    width: 100%;
    color: #12161D;
    font-weight: 600;
    line-height: 133%;
    font-size: 32px;
}
.right2 ul{
        padding: 0;
}
.right2 ul li{
    float: left;
    width: 100%;
    list-style: none;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.privacy-ban{
    width: 100%;
    float: left;
    background: #f9f5ef;
    height: 300px;
    padding-top: 170px;
}
.privacy-ban h2{
    font-size: 40px;
    color: #000;
    font-weight: 600;
}
.privacy-full{
    float: left;
    width: 100%;
    background: #f9f5ef;
    padding-top: 60px;
    padding-bottom: 60px;
}
.privacy-full h1{
    font-size: 35px;
    color: #000;
    font-weight: 500;
}
.privacy-full h2{
    font-size: 25px;
    color: #000;
}
.privacy-full p{
    font-size: 15px;
    color: #686b71;
    line-height: 190%;
}
.privacy-full a{
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}
.privacy-full h3{
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.privacy-full h4 span{
    
}
.privacy-full h4{
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.privacy-full ul {
    
}
.privacy-full ul li{
    list-style: none;
    font-size: 15px;
    line-height: 190%;
    color: #686b71;
    font-weight: 400;
    position: relative;
}
.privacy-full ul li:after{
 position:absolute;
 content:'';
 width: 10px;
 height: 10px;
 left: -20px;
 top: 9px;
 background: #000;
}
.form-section p{
    font-size: 8px;
    color: #686b71;
    font-weight: 400;
    margin-top: 10px;
}.col-lg-12 .hd-address p {
    width: 100%;
    float: left;
    color: #000000;
    font-size: 8px;
    font-weight: 400;
    margin-top: 15px;
}
.form .hd-address p{
    width: 100%;
    float: left;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1196px;
    }
}
.footer-bottom p {
    color: #000000;
    line-height: 181%!important;
    font-weight: normal;
    /* font-size: 13px!important; */
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.neighbourhood-full{
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #f9f5ef;
}
.neighbour-img{
    
}
.neighbour-img img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}
.neighbour-text{
    width: 100%;
    float: left;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
.neighbour-text h2{
    float: left;
    width: 100%;
    color: #12161D;
    font-weight: 600;
    line-height: 133%;
    font-size: 44px;
}
.neighbour-text p{
    float: left;
    width: 100%;
    color: #686b71;
    font-weight: normal;
    line-height: 200%;
    font-size: 16px;
}
.near-in{
    width: 100%;
    float: left;
    margin-top: 40px;
    border-top: 1px solid #cecece;
    padding-top: 50px;
}
.near-in h3{
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 19px;
}
.near-in h4{
    background: linear-gradient(to right, #9d9d9d 10%, #c6c6c6 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #8c8c8c 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
    font-size: 40px;
    margin-bottom: 20px;
}
.near-in h5{
    font-size: 16px;
    color: #000;
    /* text-decoration: underline; */
}
.near-in ul{
    padding-left: 0;
}.near-in li:after {
    position: absolute;
    content: '';
    left: 0;
    width: 15px;
    height: 15px;
    top: 12px;
    top: 9px;
    background-image: url('../images/check (1).png');
    background-size: contain;
}.near-in li a{
    color:#000;
}
.near-in li{
    font-size: 15px;
    color: #000;
    line-height: 25px;
    font-weight: 400;
    padding-left: 25px;
    list-style: none;
    position: relative;
}
.near-in img{
    width: 100%;
    height: 312px;
    object-fit: cover;
    border-radius: 30px;
}
.card-header {
    padding: 0!important;
    margin-bottom: 0!important;
    background-color: transparent!important;
    border-bottom: 0!important;
}
.card{
    border:0!important;
    background: transparent;
}.btn{
    padding:0!important;
}.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0!important;
}.btn:focus, .btn.focus {
    outline: 0;
  box-shadow: none !important
}
.neigh-pic{
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background: #f9f5ef;
    padding-top: 50px;
}
.neigh-img{
    position: relative;
    width: 100%;
    float: left;
}
.neigh-img img{
    width: 100%;
    float: left;
    height: 500px;
    object-fit: cover;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
    border-radius: 20px;
}
.neigh-img:hover img{
    filter: grayscale(1);
}
.two-buttons{
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 50px;
}
.bt-enq{
        padding: 15px 35px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    background: linear-gradient(90deg, rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
    border-radius: 50px;
    margin-bottom: 50px;
    box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -webkit-box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
}
.bt-tr{
    padding: 15px 35px;
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    background: linear-gradient(90deg, rgb(0 0 0) 0%, rgb(157 152 148) 100%);
    border-radius: 50px;
    margin-bottom: 50px;
    box-shadow: -4px 2px 73px 0px rgb(108 106 104 / 44%);
    -webkit-box-shadow: -4px 2px 73px 0px rgb(76 73 70 / 44%);
    -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
    background-size: 200% 100%;
}
.bt-enq:hover{

    color: #fff;
    background-position: 100% 0;
}
.bt-tr:hover{
    color: #fff;
    background-position: 100% 0;
}
.vp{
    font-size: 9px!important;
}
.nei-banner-carousel .item img {
    height: 640px;
    object-fit: cover;
}.innerban2 {
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    background-image: url('../images/neigh122.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 57% 0%;
    margin-top: -16px;
}.innerban2:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    /* background: linear-gradient(358deg, rgb(240 240 240) 11%, rgb(203 222 234 / 32%) 58%); */
}.innerban2 p{
    position: absolute;
    right: 5%;
    top: 28.5%;
    font-size: 23px;
    color: #464646;
    font-weight: 400;
    text-align: right;
    background: linear-gradient(to right, #73532d 10%, #000000 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #70502b 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
}
.innerban2 h2{
    position: absolute;
    right: 5%;
    z-index: 7;
    top: 22%;
    background: linear-gradient(to right, #73532d 10%, #000000 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #70502b 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
    font-size: 40px;
}
@media(min-width:1400px){
    .mainheader .container {
        max-width: 1355px;
    }
    .menuarea > ul > li {
       padding: 4px 15px!important;
}
}
.masonry-gallery {
  /* column-count: 3; */
  /* column-gap: 16px; */
}

.masonry-gallery img {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 20px;
  display: block;
  break-inside: avoid;
  transition: transform 0.3s ease;
}

.masonry-gallery img:hover {
  transform: scale(1.02);
  filter: grayscale(1);
}

/* Responsive */
@media (max-width: 992px) {
  .masonry-gallery {
    column-count: 2;
  }
}

@media (max-width: 576px) {
  .masonry-gallery {
    column-count: 1;
  }
}
.img-small2{
    
}
.img-small{
    width: 100%;
    float: left;
}
.img-big{
    width: 100%;
    float: left;
}
.img-small2 img{
    height: 200px;
    object-fit: cover;
}
.img-small img{
    height: 305px;
    object-fit: cover;
}
.img-big img{
    height: 430px;
}
@media(max-width:575px){
    .masonry-gallery .col-lg-9 .row{
        margin:0;
    }
}.masonry-gallery .col-lg-9 .row{
        margin:0;
        width: 100%;
    }
    @media (min-width: 1500px) {
    .mainheader .container {
        max-width: 1460px!important;
    }
}
.frmq-title span{
    color: red;
}
@media(max-width:575px){  
    .innerban2 h2{
    text-align: right;
    font-size: 30px!important;
    width: 100%;
    right: 10px !important;
    top: 15%;
}
.innerban2 p{
        width: 100%;
        text-align: right;
        right: 10px;
        line-height: 24px;
        font-size: 15px;
        top: 20%;
}
}@media (max-width: 575px) {
    .loaded .ip-logo, .loaded .ip-loader {
        position: absolute;
        left: 0%!important;
        width: 100%;
        opacity: 0;
        cursor: default;
        pointer-events: none;
        /* transform: translate(50%); */
    }
    .plan-full .tab-content {
    height: auto;
}.plan-full .tab-content img {
    width: 100%;
    height: auto;
    object-fit: contain;
}.vt{
    bottom:0!important;
}
}
.dev-bg {
    width: 100%;
    height: 100vh;
    float: left;
    position: relative;
    background-image: url(../images/dev-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 57% 0%;
    margin-top: -16px;
}
.dev-full h2{
        text-align: center;
        font-weight: 600;
        font-size: 35px;
        /* text-align: center; */
        background: linear-gradient(to right, #72522c 10%, #72522d 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #000000 70%);
        -webkit-background-clip: text;
        margin-bottom: 50px;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        text-fill-color: transparent;
        background-size: 300% auto;
        animation: textShine 5s 
ease-in-out infinite alternate;
        /* position: absolute; */
        /* bottom: 30px; */
        text-align: center;
        width: 100%;
        z-index: 99;
}
.dev-bg h2{
    text-align: center;
    font-weight: 600;
    font-size: 35px;
    /* text-align: center; */
    background: linear-gradient(to right, #72522c 10%, #72522d 25%, #101010 40%, #424242 55%, /* darker color for contrast */ #000000 70%);
    -webkit-background-clip: text;
    margin-bottom: 30px;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    background-size: 300% auto;
    animation: textShine 5s 
ease-in-out infinite alternate;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.dev-bg:after{
    position:absolute;
    content:'';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: linear-gradient(360deg, rgb(240 240 240) 6%, rgb(0 0 0 / 0%) 27%);
}
.dev-full{
    float: left;
    width: 100%;
    padding: 40px 0;
    background: #f9f5ef;
}
.dev-left{
    
}
.dev-left img{
    width: 100%;
}
.dev-left p{
    font-size: 15px;
    line-height: 180%;
    width: 100%;
    float: left;
    padding-top: 20px;
}
.dev-last{
    float: left;
    width: 100%;
}
.dev-last img{
    width: 100%;
    height: 100%;
}
.input input{
    font-weight: normal;
    flex: 1;
    padding: 15px 40px 15px 16px;
    border: none;
    border-radius: 20px;
    background: #eaeaea;
    font-size: 16px;
    outline: none;
    color: #aaa !important;
    width: 100%;
}fieldset {
  max-width: 100%!important;
  /* float: left; */
}
.inputs-list{
    padding:0;
}.inputs-list li{
    list-style:none;
}
.hs_recaptcha {display:none;}.legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 20px;
    margin-top: -7px;
}
.hs-error-msg{
    font-size:13px;color:red;
}
.plan-full iframe{
        width: 100%;
        height: 100vh;
        border: 1px solid #cecece;
        border-radius: 20px;
        margin-top: 10px;
}
.h3-n{
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 700;
    align-items: center;
    background: #fdebd0;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 100vh;
    padding-top: 26%;
    height: calc(100vh - 140px);
}
.bed-floor{
    width: 100%;
    float: left;
    margin-top: 15px;
}#myTab2 .nav-link:after{
    display:none;
}
#myTab2 .nav-link {
    background-color: #506da8;
    font-size: 15px;
    color: #ffffff;
    font-weight: 500;
    margin-top: 0;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
#myTab2 .nav-item {
    width: auto;
    float: left;
    margin-right: 10px;
}#myTab2 .nav-link.active {
    background-color: #000!important;
    color: #fff;
}



/*
	Tabs Widget â€” CodePen Reference
	All CSS variables have fallback values so this works standalone.
*/

/* ========================================= */
/* Reset & Demo Layout                       */
/* ========================================= */


/* ========================================= */
/* [Widget] Tabs â€” Core                      */
/* ========================================= */

/* Scrollbar hidden */
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar { height: 0; }
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-track,
[data-widget="tabs"] .tabs-controls::-webkit-scrollbar-thumb { display: none; }

/* Controls wrapper */
[data-widget="tabs"] .tabs-controls {
	margin-bottom: var(--gap-500, 24px);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: var(--gap-500, 24px);
	overflow-x: auto;
	scrollbar-width: none; /* Firefox */
}

/* Individual control button */
[data-widget="tabs"] .tabs-control {
	width: auto;
	position: relative;
	padding-block: var(--gap-200, 8px);
	font-family: var(--ff-heading, sans-serif);
	font-size: var(--fs-300, 13px);
	color: var(--color-text, #4D6B8C);
	text-transform: uppercase;
	cursor: pointer;
	flex-shrink: 0;
	background: none;
	border: none;
	outline: none;
}

/* Underline indicator (default) */
[data-widget="tabs"] .tabs-control[aria-selected]::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: var(--color-accent, #014A99);
	transition: var(--trans, all 250ms ease-in-out);
}

/* Active state */
[data-widget="tabs"] .tabs-control[aria-selected="true"] {
	color: var(--color-heading, #014A99);
}
[data-widget="tabs"] .tabs-control[aria-selected="true"]::before {
	height: 2px;
}

/* Panel visibility */
[data-widget="tabs"] .tabs-panel[aria-selected="false"] { display: none; }
[data-widget="tabs"] .tabs-panel[aria-selected="true"]  { display: flex; }

/* Description text */
[data-widget="tabs"] .tabs-panel .item__description {
	color: var(--color-text, #4D6B8C);
}

/* Desktop: allow buttons to shrink */
@media (min-width: 1025px) {
	[data-widget="tabs"] .tabs-control { flex-shrink: 1; }
}

/* ========================================= */
/* [Widget] Tabs â€” Fancy Indicator           */
/* ========================================= */

/* Controls wrapper with pill background */
[data-widget="tabs"] [data-type="fancy"].tabs-controls {
	width: auto;
	position: relative;
	display: inline-flex;
	gap: 0;
	background-color: var(--color-background-alt, #F3F4F8);
	border-radius: var(--br-elements, 32px);
	isolation: isolate;
}

/* Sliding indicator (pseudo-element driven by JS vars) */
[data-widget="tabs"] [data-type="fancy"].tabs-controls::before {
	content: "";
	position: absolute;
	top: 0;
	left: var(--active-button-offset, 0px);
	width: var(--active-button-width, 0px);
	height: 100%;
	background: linear-gradient(90deg,rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
	/* background-color: var(--color-accent, #014A99); */
	border-radius: var(--br-elements, 32px);
	transition: var(--trans, all 250ms ease-in-out);
	transition-duration: var(--trans-duration-500, 375ms);
	z-index: -1;
}

/* Fancy control buttons */
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control {
	padding-inline: var(--gap-700, 48px);
	height: var(--height-form-items, 56px);
	font-family: var(--ff-heading-500, sans-serif);
	font-size: var(--fs-h4, 14px);
	color: var(--color-text-accent, #014A99);
	transition-delay: calc(var(--trans-duration-500, 375ms) / 2);
}
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control[aria-selected="true"] {
	color: var(--color-heading-white, #FFFFFF);
}

/* Remove default underline on fancy controls */
[data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control::before {
	content: unset;
}
.cta1{
    width: 100%;
    float: left;
    background: #855F39;
    text-align: center;
    padding: 30px 0 25px;
    /* max-width: 900px; */
    margin: 0px 0 60px;
    border-radius: 20px;
    /* display: block; */
    margin: 0 auto 60px;
}
.cta1 h2{
    font-size: 20px;
    color: #fff;
    padding: 0 10%;
}
.cta1 a{
    background: #fff;
    font-size: 16px;
    color: #855f39;
    padding: 10px 20px;
    display: table;
    margin: 20px auto;
    border-radius: 30px;
    font-weight: 600;
}
.cta1 a:hover{
    background: #000;
    color: #fff;
}
.tu{
    
}
.tu img{
    
}
.tu h1{
    
}
.tu p{
    
}
.tu a{
    
}
.tu a:hover{
    
}
.thank-you-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden;
    background-color: #F9F5EF; /* Dark base so the reveal looks dramatic */
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/DSC_5500.webp');
    z-index: 0;

    /* Start the clip-path as a thin vertical sliver in the center */
    /* inset(top right bottom left) */
    background-position: center;
    background-size: cover;
    clip-path: inset(0 50% 0 50%); 
    
    /* Animate to reveal the full image */
    animation: revealFromCenter 1.8s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.2); */
    z-index: 1;
    opacity: 0;
    animation: fadeIn 1s ease-in 0.5s forwards;
}

.content-box {
    position: absolute;
    z-index: 2;
    /* padding: 60px; */
    text-align: center;
    /* box-shadow: 0 20px 50px rgba(0,0,0,0.2); */
    
    /* Delay the text until the "curtain" is almost fully open */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 1s ease-out 1.2s forwards;
    /* top: 43%; */
    left: 0;
    width: 100%;
    height: 42%;
}

/* --- Animations --- */

@keyframes revealFromCenter {
    0% {
        clip-path: inset(0 50% 0 50%);
        transform: scale(1.1); /* Optional: slight zoom during reveal */
    }
    100% {
        clip-path: inset(0 0% 0 0%);
        transform: scale(1);
    }
}

@keyframes fadeIn {
    to { opacity: 1; }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.content-box{
    
}
.content-box span{
    font-size: 50px;
    color: #4F6DA8;
    position: absolute;
    left: 5%;
    top: 0;
    font-weight: 700;
}
.content-box h1{
    position: absolute;
    top: 22%;
    font-size: 26px;
    color: #000000;
    /* float: left; */
    margin-top: 11px;
    text-align: left;
    /* padding-left: 7px; */
    /* position: relative; */
    left: 5%;
}
.content-box p{
        position: absolute;
        top: 55%;
        text-align: left;
        left: 5%;
        font-size: 13px;
        width: 40%;
        margin-bottom: 0;
}
.content-box a{
    /* float: left; */
    clear: both;
    background: #855F39;
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
    /* margin-left: 7px; */
    /* margin-top: 10px; */
    position: absolute;
    left: 5%;
    top: 100%;
}
.content-box a:hover{
    background: #b19880;
}
.ftr-sc {
    float: right;
}
@media(max-width:575px) {
    .ftr-sc {
    float: none;
    margin: 10px auto;
    text-align: center;
}
    [data-widget="tabs"] [data-type="fancy"].tabs-controls .tabs-control {
    padding-inline: var(--gap-700, 35px)!important;
    }[data-widget="tabs"] [data-type="fancy"].tabs-controls {
    width: 100%!important;
    }
    .h3-n {
    text-align: center;
    font-size: 30px!important;
    color: #000;
    font-weight: 700;
    align-items: center;
    background: #fdebd0;
    margin: 0;
    position: relative!important;
    width: 100%;
    height: 100vh;
    padding-top: 40%!important;
    height: 300px!important;
}.content-box h1 {
    /* bottom: -40px!important; */
    font-size: 18px;
    margin-top: 20px;
}.content-box p{
        top: 51%;
        font-size: 12px;
        width: 100%;
}.content-box a{
        margin-top: 10px;
}
}


.submitted-message {
  display: none !important;
}
@media(max-width:767px){
    .content-box p {
    position: absolute;
    top: 55%;
    text-align: left;
    left: 5%;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0;
}
}
#by_click{
    display:none;
}
.ftr-btn{
        float: left;
        padding: 8px 30px 10px;
        color: #fff !important;
        font-weight: 500;
        font-size: 18px;
        background: linear-gradient(90deg, rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
        border-radius: 50px;
        margin-top: 10px;
        box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
        -webkit-box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
        -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
        background-size: 200% 100%;
}.ftr-btn:hover{
        color: #fff;
    background-position: 100% 0;
}
.fxd{
        float: left;
        padding: 8px 30px 10px;
        color: #fff !important;
        position: fixed;
        font-weight: 500;
        z-index: 999;
        right: 30px;
        bottom: 30px;
        background: linear-gradient(90deg, rgba(109, 78, 41, 1) 0%, rgba(169, 122, 82, 1) 100%);
        border-radius: 50px;
        margin-top: 10px;
        box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
        -webkit-box-shadow: -4px 2px 73px 0px rgba(169, 122, 82, 0.44);
        -moz-box-shadow: -4px 2px 73px 0px rgba(169,122,82,0.44);
        background-size: 200% 100%;
}.fxd:hover{
        color: #fff;
    background-position: 100% 0;
}
.plan-full {
        margin-top: 40px;
}
@media(max-width:1199px){
    .mob-n{
        display:none;
    }
    
}