/* @font-face {
  font-family: "bozon";
  src: url("../fonts/bozon-reg.otf") format("OpenType");
  font-display: swap;
} */

@font-face {
  font-family: "bozon";
  src: url("../fonts/bozon-reg.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "austinlight";
  src: url("../fonts/austin-light.otf") format("OpenType");
  font-display: swap;
}



:root {
  --textcolor: #000;
  --white: #ffffff;
  --green: #51b747;
  --gray: #f1f1f1;
  --pink:#d71e58;
  --toppadding: 60px;
  --bottompadding: 60px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* cursor: none; */
}

*:hover,
*:focus,
*:visited {
  outline: 0;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

html {
  font-family: "bozon";
  scroll-behavior: smooth;
}

body {
  margin: 0 auto;
  font-family: "bozon";
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 150%;
  background-color: var(--white);
  /* overflow: hidden; */
}

.clearfix {
  clear: both;
}

.white 
{
  color:var(--white);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
 padding: 0;
  line-height: normal;
}



p {
  margin: 0;
  line-height: 165%;
  font-weight: 400;
  padding-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 12px;
}

.txtCenter {
  text-align: center;
}

.centerAlign {
  margin: 20px auto !important;
}

.txtLeft {
  text-align: left;
}

.txtJustify {
  text-align: justify;
}

.txtCenterJustify {
  text-align: justify;
  text-align-last: center;
}

.txtUppercase {
  text-transform: uppercase;
}

.w-800 {
  width: 800px;
  max-width: 95%;
  margin: 0 auto;
}

.mHide {
  display: block !important;
}

.dHide {
  display: none !important;
}



a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: var(--textcolor);
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a.blueLink {
  color: var(--textcolor);
}

a,
a:link,
a:hover,
a:active {
  outline: none;
}

img {
  width: 100%;
  max-width: 100% !important;
  height: auto !important;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

ul {
  padding: 0;
  list-style: disc inside none;
  margin-bottom: 0;
  padding-left: 0;
}

ol {
  padding: 0;

  margin-bottom: 20px;
  padding-left: 30px;
}

button {
  border: 0 solid;
}


.wrapper {
  width: 100%;
  margin: 0;
}

.padding20 {
  padding: 20px;
}

.marginbottom {
  margin-bottom: 60px;
}

.paddingTop {
  padding-top: 50px;
}

.paddingTop20 {
  padding-top: 20px;
}

.paddingBottom {
  padding-bottom: 50px;
}

.paddingTopBottom {
  padding: 60px 0px;
}

.full_width {
  width: 100%;
  margin: 0 auto;
}

.padding-TopBottom {
  padding-top: var(--toppadding);
  padding-bottom: var(--bottompadding);
  padding-left: 0px;
  padding-right: 0px;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.section-title {

  color: var(--textcolor);
  font-size: 50px;
  font-family: "austinlight";
  
  padding: 0px;
  line-height: normal;
  margin: 0px;
  padding-bottom: 30px;
  font-weight: 100;
}

.section-subtitle {
  color: #000;
  font-size: 15px;
  font-weight: 100;
  font-family: "austinlight";
  /* text-transform: lowercase; */
}

.carousel-item
{
  position:relative;
}

.artext
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    color: #fff;
    font-size: 10px;
    font-family: 'bozon';
    writing-mode: sideways-lr;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

  .floatingButton {
  position: fixed;
  right: -72px;
  z-index: 999;
  top: 50%;
  transform: rotate(-90deg);
  float: right;
}

.floatingButton button {
  background-color: var(--pink);
  color: var(--white);
   border: 0px solid #fff;
  padding: 13px 13px;
  color: white;
  border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 15px;
  width: 190px;
  font-family: 'bozon';
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  border-bottom: 0px;
  border-radius: 15px 15px 0px 0px;
  cursor: pointer;
  /* transition: all 0.2s ease-in-out; */
}


/*Header*/
/* .header
{
  padding:10px 0px;
}

.header .container
{
  width:85%;
  max-width: 100%;
}

.header .logo
{
  display: flex;
  justify-content: center;
}

.header .logo img
{
  width:107px;
} */

.banner
{
  margin-top:84px;
}

 .header_main {
      width: 100%;
      background-color: #fff;
      position: fixed;
      top: 0;
      z-index: 9999;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

    .containerAsp {

      width: 95%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 8px 16px;
      box-sizing: border-box;
      /* display: flex;
      justify-content: space-between;
      align-items: center; */

    }

    .logo 
    {
      line-height: 0px;
    }

    .logo img {
      width: 107px;
      height: 52px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, 1);
    }

    .navbar-toggler-icon {
        background-image: none!important;;
        border: 0px !important;
    }

    .navbar-toggler {
        border: 0px solid transparent;
    }

    /* .rightnavsection {
      display: flex;
      align-items: center;
      gap: 20px;
    }

    .calllink a {
      color: #000;
      font-weight: 600;
      font-size: 18px;
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .calllink img {
      width: 24px;
    } */

    /* Hamburger */
    /* .navMenuBtn {
      cursor: pointer;
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .navMenuBtn div {
      width: 28px;
      height: 3px;
      background: #000;
      transition: 0.4s;
    } */

    /* Hamburger turns into X */
    /* .navMenuBtn.change .bar1 {
      transform: rotate(-45deg) translate(-5px, 6px);
    }

    .navMenuBtn.change .bar2 {
      opacity: 0;
    }

    .navMenuBtn.change .bar3 {
      transform: rotate(45deg) translate(-5px, -6px);
    } */

    /* Sidebar */
    /* .sidebarNavigation {
      width: 280px;
      height: 100vh;
      background: #151515;
      position: fixed;
      top: 0;
      right: -280px;
      transition: right 0.5s ease;
      z-index: 9998;
      padding-top: 100px;
    }

    .sidebarNavigationShow {
      right: 0;
    }

    .sidebarNavigation ul {
      list-style: none;
      padding: 0 20px;
    }

    .sidebarNavigation ul li {
      margin: 20px 0;
    }

    .sidebarNavigation ul li a {
      color: #fff;
      text-decoration: none;
      font-family: "optimaltpro";
      font-weight: 400;
      font-size: 16px;
      text-transform: uppercase;
      display: block;
      transition: 0.3s;
      
    }

    .sidebarNavigation ul li a:hover {
      color: #aa863f;
    } */


/*Header ends*/


/*About*/

.aboutpara > p
{

    padding-top: 30px;
    padding-bottom: 20px;
}

.aboutitems
{
 margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.aboutitem
{

   width: 26%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-start;
}

.aboutitem img
{
  width:70px;
}

.aboutitem p
{
  padding: 0px;
  text-align: center;
}


.about h2
{
  font-size:30px;
  padding-bottom: 0px;
    padding-top: 20px;
}


 .read-more-content {
    display: none;
  }

  .read-more-content .br
  {
    margin-top:15px;
  }

  .read-more-btn {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
    display: block;
  }

/*About Ends*/


/* Landmark */
.landmark
{
  background-color: #fff9e1;

}

.landitem
{

  margin-left:10px;
  margin-right:0px;
  overflow: hidden;
}

.landitem img
{
  margin: 0px auto;
    width: 80px;
}

.landitem .iteminfo {
    text-align: center;
    /* background-color: var(--green); */
    color: #000;
    padding: 25px 15px;
    border-radius: 20px;
    /* min-height: 116px; */
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: center; */
    /* justify-content: flex-start; */
    border: 1px;
    text-align: center;
}


.landitem .iteminfo p
{
  padding: 0px;
   font-weight: 600;
}

.landitem .iteminfo h3
{
  padding: 0px;
   /* font-weight: 600; */
   font-size: 17px;
}
/* .landitem .iteminfo p span
{
  font-weight: 100;
} */



.landmarkslider.slick-slider {
  width: 100%;
  margin: 0 auto; /* centers the whole slider */
  margin-top: 30px;
}

.landmarkslider .slick-slide {
  margin: 0 30px; /* adds gap between slides */
}

.landmarkslider .slick-list {
  margin: 0 -30px; /* compensates for outer margins so edges align */
}

.landPrev,.landNext {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 0 solid #fff;
    background-color: transparent;
    padding: 10px
}

.landPrev img,.landNext img {
    width: 23px
}

.landNext {
    left: auto;
    right: -80px
}

.landPrev {
    left: -80px;
    right: auto
}

/* Landmark Ends */


/* Surroundings */

.surroundings
{
  /* padding-bottom:0px; */
}

.surroundingscontainer 
{
  display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
}

.surroundingscontainer .scright
{
  padding:50px 10px 50px 100px; 
}

.scslider
{
  width:100%;
}

/* .scitem img
{
  width:100%;


} */

/* Surroundings Ends */



/* Amenities Section */
.amenities
{
padding-bottom: 80px;
  background-color: #fff9e1;
}

.amenitiesslider
{
  width:100%;
}

.amenitiesslider .amenityitem {

  margin-left:30px;
  margin-right:0px;
  position:relative;
}

.amenitiesslider .slick-list
{
  margin-left:-30px;
  margin-right:0px;
}

.aminfo{
  position: absolute;
    bottom: 0;
    border: 0px solid red;
    color: #fff;
    padding: 15px 5px;
    width: 100%;
    text-align: center;
    background-color: #00000063;
}

.amPrev,.amNext {
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 0 solid #fff;
    background-color: transparent;
    padding: 10px
}

.amPrev img,.amNext img {
    width: 23px
}

.amNext {
    left: auto;
    right: -80px
}

.amPrev {
    left: -80px;
    right: auto
}


/* Amenities Section Ends */


.map
{
  padding-bottom: 0px;
}

.map .container
{
  position:relative;
}

.artext2 {
    position: absolute;
    bottom: 0;
    /* top: unset; */
    transform: translateY(-50%);
    right: 30px;
    color: #000;
    font-size: 8px;
    font-family: 'bozon';
    /* writing-mode: unset; */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}

/*Enq Now */

.bluefold{
  background-image: url("../images/blue-rect.png");
  min-height: 120px;
   position: relative;
}

.bluefold h2
{
  color: var(--white);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding-bottom: 0px;
}


.enqnow .btnenq
{
 background-color: var(--pink);
    color: var(--white);
    border-radius: 50px;
    padding: 15px 30px;
    font-family: "bozon";
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 15px;
    cursor: pointer;
}

/*Enq Now Ends*/









/* Popup Form */
.popupform
{
  display: none;
}

.popupformcontainer
{
  background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 350px;
    padding: 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 999;
}

.popupformcontainer .btngetintouch
{
  background-color: var(--green);
  color: #fff;
  padding: 7px 20px;
  border-radius: 0px;
  font-size: 19px;
  width: 175px;
  letter-spacing: 2px;
  border: 0px;
  outline: 0;
  height: calc(1.5em + .75rem + 5px);
  margin: 20px auto 40px auto;
}


.popupformcontainer .close
{
  font-family: "bozon";
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 10px;
    cursor: pointer;
    font-size: 20px;
}

.popupformcontainer form
{margin-top:10px;
width:100%;
margin-left:auto;
margin-right:auto;
}

.popupformcontainer h3
{
  font-size:25px;
  margin-bottom: 10px;
     font-family: "bozon";
     font-weight: 100;
}



.popupformcontainer .form-control {
  padding: 0.35rem 0.35rem;
  background-color: transparent;
  font-size: 15px;
  border: 0px;
  color: #000 !important;
  height: calc(1.5em + .75rem + 15px);
  border-radius: 2px;

  border-bottom: 1px solid #ccc;
  width: 100%;
     font-family: "bozon";
}

.popupformcontainer textarea
{
  height: 70px;
}

.popupformcontainer .form-control::placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.popupformcontainer :-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.popupformcontainer ::-ms-input-placeholder {
  color: #000 !important;
  font-size:15px;
  text-transform: uppercase;
     font-family: "bozon";
}

.lccontentmob{
  display: none;
}

.popupformcontainer button {
 background-color: var(--green);
    color: #fff;
    padding: 4px 15px 7px 15px;
    border-radius: 0px;
    font-size: 16px;
    width: 178px;
    letter-spacing: 2px;
    border: 0px;
    outline: 0;
    height: calc(1.5em + .75rem + 5px);
    margin-top: 10px;
    border-radius: 50px;
    font-family: "bozon";
    cursor: pointer;
}

.form-group {
    margin-bottom: 1rem;
}



/* Popup Form */


/*Disclaimer*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 45%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


#myModal p{
    font-size: 12px;
    padding: 0;
    margin-bottom: 15px;
}

div#myBtn {
    text-decoration: none;
    cursor: pointer;
}

.modalcontent
{
  height: 60vh;
    overflow-y: scroll;
    margin-top: 20px;
    /* margin-bottom: 20px; */
    /* padding-left: 20px; */
    padding-right: 20px;
}

.modalcontent ol {
  padding: 0;
 font-size: 12px;
  margin-bottom: 20px;
  padding-left: 20px;
}

.modalcontent ol strong{
  display: block;
  padding-bottom: 10px;
}

.footer
{
  background-color: #f1f1f1;
    border-top: 1px solid #d1d1d1;
    padding: 20px 0px;
}
.footer .container
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerleft
{
  width:70%;
}
.footerright
{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 30%;
    gap: 20px;
}

/* Disclaimer Ends*/





/** Media Queries **/

@media (max-width: 1400px) {
  .container {
    max-width: 1150px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding: 0px 25px;
  }

  .aboutitems {
      flex-direction: column;
  }

  .aboutitem {
      width: 100%!important;
  }

  .mHide {
    display: none !important;
  }

  .dHide {
    display: block !important;
  }

  .projects .container
  {
    max-width: 100%;
  }

  .section-title {
      font-size: 35px;
  }

  .bluefold h2 {
      padding-left: 20px;
      padding-right: 20px;
  }

  .landmarkslider.slick-slider {
    width: 60%;
    margin: 0 auto; /* centers the whole slider */
  }

  .surroundingscontainer {
    grid-template-columns: 1fr;
  }

  .surroundingscontainer .scright {
    padding: 20px 0px;
}

.amenities
{
  padding-bottom: 60px;
}

.amPrev,.amNext {
    position: absolute;
    top: 107%;
    right: -25px;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    border: 0 solid #fff;
    background-color: transparent;
    padding: 10px;
}

.amPrev img,.amNext img {
    width: 23px;
}

.amNext {
    left: auto;
    right: 37%;
}

.amPrev {
    left: 37%;
    right: auto;
}

  .logoinfo .plogo
  {
    width:150px;
  }

  .modal-content {
    width: 95%;
  }

  .footer .container {
      flex-direction: column;
  }

  .footerleft
  {
    width:100%;
  }

  .footerright
  {
      width: 100%;
      justify-content: center;
      padding-top: 10px;
  }

  .popupformcontainer
  {
    width:90%;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}