/*@Media Query Mixin*/
/*@Media Query Mixin End*/
body {
  margin: 0;
  padding: 100px 0 0;
  overflow-x: hidden;
  color: #555555;
  font-family: 'Gotham Book';
  font-weight: 300;
}

@media screen and (max-width: 1400px) {
  body {
    padding: 86px 0 0;
  }
}

@media screen and (max-width: 999px) {
  body {
    padding-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-top: 72px;
  }
}

.container {
  max-width: 1367px;
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 1400px) {
  .container {
    max-width: 97%;
  }
}

@media screen and (max-width: 999px) {
  .container {
    max-width: 98%;
  }
}

.medium {
  font-family: 'Gotham Medium';
}

.size30 {
  font-size: 26px;
}

@media screen and (max-width: 1500px) {
  .size30 {
    font-size: 23px;
  }
}

@media screen and (max-width: 1300px) {
  .size30 {
    font-size: 22px;
  }
}

@media screen and (max-width: 999px) {
  .size30 {
    font-size: 24px;
  }
}

@media screen and (max-width: 600px) {
  .size30 {
    font-size: 24px;
  }
}

.size20 {
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .size20 {
    font-size: 20px;
  }
}

.size18 {
  font-size: 18px;
}

@media screen and (max-width: 1500px) {
  .size18 {
    font-size: 17px;
  }
}

p, li {
  font-size: 16px;
}

@media screen and (max-width: 1500px) {
  p, li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  p, li {
    font-size: 14px;
    margin-bottom: 0.7rem;
  }
}

@media screen and (max-width: 999px) {
  p, li {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  p, li {
    font-size: 15px;
  }
}

@media screen and (max-width: 1300px) {
  p {
    margin-bottom: 0.7rem;
  }
}

.clr1 {
  color: #3e5327;
}

.grediant {
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.divline {
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  width: 40%;
  height: 1px;
  margin: 0 0 2rem;
}

@media screen and (max-width: 1500px) {
  .divline {
    margin: 0 0 1rem;
  }
}

@media screen and (max-width: 1300px) {
  .divline {
    margin: 0 0 0.8rem;
  }
}

@media screen and (max-width: 999px) {
  .divline {
    margin: 1.6rem 0;
  }
}

.bgclip {
  font-size: 10rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 141px;
  opacity: 0.6;
}

@media screen and (max-width: 1700px) {
  .bgclip {
    font-size: 8.5rem;
  }
}

@media screen and (max-width: 1500px) {
  .bgclip {
    font-size: 6.5rem;
    line-height: 97px;
  }
}

@media screen and (max-width: 999px) {
  .bgclip {
    display: none;
  }
}

.navbar {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
  background: #fff;
  padding: 1rem 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1400px) {
  .navbar {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 999px) {
  .navbar {
    padding: 1rem 0;
  }
}

@media screen and (max-width: 600px) {
  .navbar {
    padding: 22px 0;
  }
}

.navbar.scrolled {
  position: fixed;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar.scrolled .navbar-brand {
  width: 16%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1400px) {
  .navbar.scrolled .navbar-brand {
    width: 12%;
  }
}

@media screen and (max-width: 999px) {
  .navbar.scrolled .navbar-brand {
    width: 23%;
  }
}

@media screen and (max-width: 600px) {
  .navbar.scrolled .navbar-brand {
    width: 33%;
  }
}

.navbar .container {
  position: relative;
}

@media screen and (max-width: 999px) {
  .navbar .container {
    max-width: 100%;
  }
}

.navbar .navbar-brand {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  width: 18%;
}

.navbar .navbar-brand img {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1700px) {
  .navbar .navbar-brand {
    width: 17%;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .navbar-brand {
    width: 14%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-brand {
    margin-left: 15px;
    width: 23%;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-brand {
    width: 33%;
  }
}

.navbar .projectby {
  position: absolute;
  right: 4%;
  top: 20%;
  width: 8%;
}

@media screen and (max-width: 1700px) {
  .navbar .projectby {
    top: 22%;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .projectby {
    top: 18%;
    width: 9%;
    right: 3%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .projectby {
    top: 43px;
    width: 22%;
    right: unset;
    left: 26%;
    border-left: 1px solid #fff;
    margin-left: 3%;
    padding-left: 2%;
  }
}

@media screen and (max-width: 600px) {
  .navbar .projectby {
    top: 37px;
    width: 27%;
    right: unset;
    left: 39%;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-toggler {
    color: #555555;
    border: 1px solid #555555;
    margin-left: auto;
    margin-right: 15px;
  }
  .navbar .navbar-toggler .menu {
    display: none;
  }
  .navbar .navbar-toggler .close1 {
    display: block;
  }
  .navbar .navbar-toggler.collapsed .close1 {
    display: none;
  }
  .navbar .navbar-toggler.collapsed .menu {
    display: block;
  }
}

.navbar .navbar-nav {
  margin-top: 1.5rem;
}

@media screen and (max-width: 1700px) {
  .navbar .navbar-nav {
    margin-right: 9%;
    margin-top: 1.4rem;
  }
}

@media screen and (max-width: 1600px) {
  .navbar .navbar-nav {
    margin-right: 12%;
  }
}

@media screen and (max-width: 1500px) {
  .navbar .navbar-nav {
    margin-right: 14%;
  }
}

@media screen and (max-width: 1400px) {
  .navbar .navbar-nav {
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav {
    margin-top: 2.5rem;
    margin-right: 0%;
  }
}

.navbar .navbar-nav .nav-item {
  padding: 0 13px;
  position: relative;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}

.navbar .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30%;
  top: 35%;
  background: #0f0f0f;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item::before {
    content: unset;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #0f0f0f;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  position: relative;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media screen and (max-width: 1500px) {
  .navbar .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item .nav-link {
    text-align: right;
    border-bottom: 1px solid #0f0f0f;
    padding: 14px 1.5rem;
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 1rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link.active {
  color: #597835;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item .nav-link:hover::before, .navbar .navbar-nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}

.navbar .navbar-nav .nav-item:last-child::before {
  content: unset;
}

@media screen and (max-width: 999px) {
  .navbar .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
}

.navbar .navbar-nav .nav-item:first-child {
  padding-left: 0;
}

#Features {
  background: #829574;
  position: relative;
  padding: 4rem 0;
  color: #fff;
}

@media screen and (max-width: 999px) {
  #Features {
    padding: 2.5rem 15px;
  }
}

#Features::before {
  content: '';
  width: 50%;
  height: 100%;
  background: url("../img/bg/amenities01.jpg") no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  background-position: left top;
  background-size: 56%;
}

@media screen and (max-width: 999px) {
  #Features::before {
    width: 100%;
  }
}

#Features::after {
  content: '';
  width: 50%;
  height: 100%;
  background: url("../img/bg/amenities02.jpg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right bottom;
  background-size: 24%;
}

@media screen and (max-width: 999px) {
  #Features::after {
    width: 100%;
  }
}

#Features .row {
  position: relative;
  z-index: 1;
}

#Features .txt {
  width: 94%;
  padding: 0 0 0 27%;
}

@media screen and (max-width: 1700px) {
  #Features .txt {
    padding: 0 0 0 19%;
  }
}

@media screen and (max-width: 1600px) {
  #Features .txt {
    padding: 0 0 0 14%;
  }
}

@media screen and (max-width: 1500px) {
  #Features .txt {
    padding: 0 0 0 11%;
  }
}

@media screen and (max-width: 1400px) {
  #Features .txt {
    padding: 0 0 0 4%;
  }
}

@media screen and (max-width: 999px) {
  #Features .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#Features .txt ul li {
  margin-bottom: 8px;
}

#Features .txt .dotbrdr {
  margin: 1.5rem 0;
  border-bottom: 1px dotted #fff;
  width: 80%;
  height: 1px;
}

@media screen and (max-width: 1500px) {
  #Features .txt .dotbrdr {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 999px) {
  #Features .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 999px) {
  #Features .bg {
    padding: 0;
  }
}

#projecthighlights {
  background: #e5f6e5;
  position: relative;
  padding: 4rem 0;
}

@media screen and (max-width: 999px) {
  #projecthighlights {
    padding: 2.5rem 15px;
    overflow: hidden;
  }
}

#projecthighlights::before {
  content: '';
  width: 50%;
  height: 100%;
  background: url("../img/bg/hightlights.jpg") no-repeat;
  position: absolute;
  top: 0;
  background-size: 55%;
}

@media screen and (max-width: 999px) {
  #projecthighlights::before {
    width: 100%;
  }
}

#projecthighlights .row {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 999px) {
  #projecthighlights .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 999px) {
  #projecthighlights .bg {
    padding: 0;
  }
}

#projecthighlights .txt {
  width: 94%;
  padding: 0 0 0 27%;
}

@media screen and (max-width: 1700px) {
  #projecthighlights .txt {
    padding: 0 0 0 19%;
  }
}

@media screen and (max-width: 1600px) {
  #projecthighlights .txt {
    padding: 0 0 0 14%;
  }
}

@media screen and (max-width: 1500px) {
  #projecthighlights .txt {
    padding: 0 0 0 11%;
  }
}

@media screen and (max-width: 1400px) {
  #projecthighlights .txt {
    padding: 0 0 0 4%;
  }
}

@media screen and (max-width: 999px) {
  #projecthighlights .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#projecthighlights .txt ul {
  padding: 0 0 0 20px;
  list-style-type: none;
}

@media screen and (max-width: 999px) {
  #projecthighlights .txt ul {
    padding: 0;
  }
}

#projecthighlights .txt ul li {
  padding: 0 0 10px;
  border-bottom: 1px dotted #555555;
  margin: 0 0 12px;
}

@media screen and (max-width: 1400px) {
  #projecthighlights .txt ul li {
    padding: 0 0 7px;
    margin: 0 0 9px;
  }
}

@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li {
    padding: 0 0 14px;
    margin: 0 0 16px;
  }
}

#projecthighlights .txt ul li:last-child {
  margin: 0;
  border: 0;
}

@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li {
    margin: 0 0 7px;
  }
}

#projecthighlights .txt ul li .icoimg {
  max-width: 11%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 11%;
          flex: 0 0 11%;
  padding-right: 23px;
}

@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li .icoimg {
    padding-right: 5px;
  }
}

#projecthighlights .txt ul li .icotxt {
  max-width: 89%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 89%;
          flex: 0 0 89%;
}

@media screen and (max-width: 600px) {
  #projecthighlights .txt ul li .icotxt {
    padding-left: 12px;
  }
}

#projecthighlights .txt ul li .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#gallery {
  padding: 5rem 0;
  position: relative;
}

#gallery .img {
  position: relative;
}

#gallery .img .ovarlay {
  position: absolute;
  top: 0;
  background: #00000078;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gallery h6 {
  text-align: center;
  margin-top: 10px;
  font-family: "Gotham Medium";
}

#amenities {
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  padding: 5rem 0;
  position: relative;
}

#amenities .container {
  position: relative;
  z-index: 1;
  max-width: 86%;
}

@media screen and (max-width: 999px) {
  #amenities .container {
    max-width: 98%;
  }
}

#amenities .divline {
  width: 22%;
  background: #fff;
}

@media screen and (max-width: 1400px) {
  #amenities .divline {
    margin: 1rem 0;
    width: 29%;
  }
}

@media screen and (max-width: 999px) {
  #amenities .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#amenities .arrow {
  position: relative;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media screen and (max-width: 1500px) {
  #amenities .arrow {
    width: 34%;
  }
}

@media screen and (max-width: 600px) {
  #amenities .arrow {
    width: 43%;
  }
}

#amenities .arrow .carousel-control-next, #amenities .arrow .carousel-control-prev {
  position: relative;
  margin: 0 15px;
  width: 45%;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

#amenities ul.nav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 0 solid #fff;
  width: 80%;
  margin: 2.5rem auto;
}

@media screen and (max-width: 1300px) {
  #amenities ul.nav {
    width: 90%;
  }
}

@media screen and (max-width: 999px) {
  #amenities ul.nav {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 999px) {
  #amenities ul.nav .nav-item {
    max-width: 33.33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    position: relative;
  }
  #amenities ul.nav .nav-item::before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 50%;
    top: 25%;
    background: #fff;
  }
  #amenities ul.nav .nav-item:last-child::before {
    content: unset;
  }
  #amenities ul.nav .nav-item:nth-child(2) .nav-link, #amenities ul.nav .nav-item:nth-child(3) .nav-link {
    padding-left: 33px;
  }
}

@media screen and (max-width: 600px) {
  #amenities ul.nav .nav-item::before {
    right: 10px;
  }
}

#amenities ul.nav .nav-item .nav-link {
  background: transparent;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  color: #e5e5e5;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-weight: 500;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1500px) {
  #amenities ul.nav .nav-item .nav-link {
    font-size: 17px;
  }
}

@media screen and (max-width: 999px) {
  #amenities ul.nav .nav-item .nav-link {
    padding: 7px 0;
    text-align: left;
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  #amenities ul.nav .nav-item .nav-link {
    padding: 19px !important;
    text-align: left;
    width: 100%;
    font-size: 14px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 370px) {
  #amenities ul.nav .nav-item .nav-link {
    padding: 11px !important;
  }
}

#amenities ul.nav .nav-item .nav-link::before {
  content: '';
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  bottom: 0;
  background: #41573b;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
  margin: 0 auto;
  opacity: 0;
}

#amenities ul.nav .nav-item .nav-link:hover, #amenities ul.nav .nav-item .nav-link.active {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
}

#amenities ul.nav .nav-item .nav-link:hover::before, #amenities ul.nav .nav-item .nav-link.active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#amenities ul.nav .nav-item:nth-child(2) {
  margin: 0 4rem;
}

@media screen and (max-width: 1400px) {
  #amenities ul.nav .nav-item:nth-child(2) {
    margin: 0 2.8rem;
  }
}

@media screen and (max-width: 999px) {
  #amenities ul.nav .nav-item:nth-child(2) {
    margin: 0;
  }
}

#amenities .tab-content {
  background: #fff;
  padding: 2rem;
}

@media screen and (max-width: 600px) {
  #amenities .tab-content {
    padding: 0 1rem;
  }
}

#amenities .tab-content .txt {
  padding: 0 5% 0 16%;
}

@media screen and (max-width: 1500px) {
  #amenities .tab-content .txt {
    padding: 0 5%;
  }
}

@media screen and (max-width: 999px) {
  #amenities .tab-content .txt {
    width: 100%;
    padding: 2.5rem 15px;
  }
}

@media screen and (max-width: 600px) {
  #amenities .tab-content .txt {
    padding: 2.5rem 0;
  }
}

#amenities .tab-content .txt ul {
  padding: 0 0 0 20px;
}

#amenities .tab-content .txt ul li {
  margin: 0 0 10px;
  color: #555555;
}

@media screen and (max-width: 600px) {
  #amenities .tab-content .txt ul li {
    margin: 0 0 7px;
  }
}

#Plans {
  background: #fff;
  padding: 5rem 0;
  position: relative;
}

#Plans .container {
  position: relative;
  z-index: 1;
}

#Plans .divline {
  width: 22%;
}

@media screen and (max-width: 1400px) {
  #Plans .divline {
    margin: 1rem 0;
    width: 29%;
  }
}

#Plans .item {
  position: relative;
}

#Plans .item .img {
  position: relative;
}

#Plans .item .img .ovarlay {
  position: absolute;
  top: 0;
  background: #00000078;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Plans .item h6 {
  text-align: center;
  margin-top: 10px;
  font-family: "Gotham Medium";
}

#Plans .btn {
  color: #fff;
}

#Plans .btn:hover {
  color: #8da37c;
}

#Plans .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

#Plans .owl-nav button.owl-next, #Plans .owl-nav button.owl-prev {
  width: 44px;
  height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
  margin: 0 10px;
}

#Plans .owl-nav button.owl-next span.material-symbols-outlined, #Plans .owl-nav button.owl-prev span.material-symbols-outlined {
  color: #fff;
}

#Configration {
  background: #fff;
  padding: 4rem 0;
  position: relative;
}

@media screen and (max-width: 999px) {
  #Configration {
    padding: 2.5rem 15px;
  }
}

#Configration::before {
  content: '';
  width: 50%;
  height: 50%;
  background: url("../img/bg/location01.jpg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right top;
  background-size: 48%;
}

@media screen and (max-width: 999px) {
  #Configration::before {
    width: 100%;
  }
}

#Configration::after {
  content: '';
  width: 50%;
  height: 50%;
  background: url("../img/bg/fetures02.jpg") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: right bottom;
  background-size: 22%;
}

@media screen and (max-width: 999px) {
  #Configration::after {
    width: 100%;
  }
}

#Configration .table-bordered td, #Configration .table-bordered th {
  border: 1px solid #829574;
}

#location {
  background: #e6ede7;
  padding: 4rem 0;
  position: relative;
}

@media screen and (max-width: 999px) {
  #location {
    padding: 2.5rem 15px;
  }
  #location .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

#location::before {
  content: '';
  width: 50%;
  height: 50%;
  background: url("../img/bg/location01.jpg") no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-position: right top;
  background-size: 48%;
}

@media screen and (max-width: 999px) {
  #location::before {
    width: 100%;
  }
}

#location::after {
  content: '';
  width: 50%;
  height: 50%;
  background: url("../img/bg/fetures02.jpg") no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: right bottom;
  background-size: 22%;
}

@media screen and (max-width: 999px) {
  #location::after {
    width: 100%;
  }
}

#location .row {
  position: relative;
  z-index: 1;
}

#location .txt {
  width: 100%;
  padding: 5% 0 0 8%;
}

@media screen and (max-width: 1700px) {
  #location .txt {
    padding: 2.5% 0 0 8%;
  }
}

@media screen and (max-width: 999px) {
  #location .txt {
    width: 100%;
    padding: 2.5rem 0 0;
  }
}

#location .txt ul {
  padding: 0 0 0 20px;
}

#location .txt ul li {
  margin: 0 0 10px;
}

@media screen and (max-width: 1700px) {
  #location .txt ul li {
    margin: 0 0 6px;
  }
}

@media screen and (max-width: 600px) {
  #location .txt ul li {
    margin: 0 0 7px;
  }
}

#location .txt .carousel {
  margin-top: 2rem;
}

@media screen and (max-width: 1700px) {
  #location .txt .carousel {
    margin-top: 1rem;
  }
}

#location .txt .carousel .carousel-item .contxt {
  width: 100%;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 1700px) {
  #location .txt .carousel .carousel-item .contxt {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  #location .txt .carousel .carousel-item .contxt {
    margin-bottom: 1.2rem;
  }
}

#location .txt .carousel .carousel-item .contxt .ico {
  max-width: 10%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}

#location .txt .carousel .carousel-item .contxt .txtcont {
  max-width: 90%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90%;
          flex: 0 0 90%;
}

@media screen and (max-width: 600px) {
  #location .txt .carousel .carousel-item .contxt .txtcont {
    padding-left: 10px;
  }
}

#location .img {
  position: relative;
}

#location .img .btn {
  position: absolute;
  left: 5%;
  bottom: 5%;
}

#location .arrow {
  position: relative;
  width: 23%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;
}

@media screen and (max-width: 1500px) {
  #location .arrow {
    width: 34%;
  }
}

@media screen and (max-width: 600px) {
  #location .arrow {
    width: 43%;
  }
}

#location .arrow .carousel-control-next, #location .arrow .carousel-control-prev {
  position: absolute;
  margin: 0 15px;
  width: 45%;
  max-width: 45%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}

#location .bgclip {
  position: absolute;
  left: 0;
  color: #1f1f1f;
  bottom: 8%;
  z-index: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

footer {
  position: relative;
  color: #fff;
}

footer .container {
  max-width: 70%;
}

@media screen and (max-width: 1700px) {
  footer .container {
    max-width: 80%;
  }
}

@media screen and (max-width: 1500px) {
  footer .container {
    max-width: 90%;
  }
}

@media screen and (max-width: 600px) {
  footer .container {
    max-width: 98%;
  }
}

footer .sec03 {
  background: #2b2d2a;
  position: relative;
}

footer .sec03 .container {
  border-top: 1px solid #555555;
  padding: 5rem 0 1rem;
}

footer .sec03 .container .row {
  margin: 0;
}

footer .sec03 p small {
  line-height: 13px;
  font-size: 9px;
  display: block;
}

footer .sec01 {
  background: #2b2d2a;
  padding: 5rem 0;
  position: relative;
}

footer .sec01 .bgclip {
  position: absolute;
  right: 0;
  color: #3f3f3f;
  bottom: 11%;
  font-size: 7em;
}

@media screen and (max-width: 1500px) {
  footer .sec01 .bgclip {
    font-size: 6rem;
    line-height: 97px;
  }
}

@media screen and (max-width: 999px) {
  footer .sec01 .orchang {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 {
    padding: 2.5rem 0;
  }
}

footer .sec01 .txsec {
  margin-bottom: 1.7rem;
  width: 100%;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .sec01 .txsec p {
  margin: 0;
  color: #fff;
}

footer .sec01 .txsec p a {
  color: #fff;
  text-decoration: none;
}

footer .sec01 .txsec .txtse {
  max-width: 70%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

@media screen and (max-width: 999px) {
  footer .sec01 .txsec .txtse {
    max-width: 85%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
  }
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .txtse {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 1rem;
  }
}

footer .sec01 .txsec .imgrera {
  max-width: 26%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .txsec .imgrera {
    max-width: 35%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
  }
}

footer .sec01 form {
  border: 1px solid #fff;
  width: 90%;
  margin: 0 auto;
  padding: 1.9rem;
}

footer .sec01 .divline {
  width: 20%;
}

@media screen and (max-width: 600px) {
  footer .sec01 .divline {
    width: 32%;
  }
}

footer .sec01 input, footer .sec01 textarea {
  color: #e3e3e3;
  border: 1px solid #e3e3e3;
  font-size: 14px;
  background: transparent;
  width: 100%;
  padding: 15px 12px;
  font-size: 14px;
  resize: none;
}

footer .sec01 input::-webkit-input-placeholder, footer .sec01 textarea::-webkit-input-placeholder {
  color: #e3e3e3;
}

footer .sec01 input:-ms-input-placeholder, footer .sec01 textarea:-ms-input-placeholder {
  color: #e3e3e3;
}

footer .sec01 input::-ms-input-placeholder, footer .sec01 textarea::-ms-input-placeholder {
  color: #e3e3e3;
}

footer .sec01 input::placeholder, footer .sec01 textarea::placeholder {
  color: #e3e3e3;
}

footer .sec02 {
  background: #121212;
  padding: 14px 0;
}

@media screen and (max-width: 600px) {
  footer .sec02 {
    margin-bottom: 50px;
  }
}

footer p {
  margin: 0;
  color: #e3e3e3;
}

footer p a {
  color: #e3e3e3;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

footer p a:hover {
  color: #597835;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

#thank-you {
  background: #829574;
  padding: 5rem 0;
  position: relative;
  height: 100vh;
}

#scroll, .scroll-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-box-shadow: 0 4px 8px #ffffff3d;
          box-shadow: 0 4px 8px #ffffff3d;
}

@media screen and (max-width: 600px) {
  #scroll, .scroll-anchor {
    width: 40px;
    height: 32px;
    bottom: 50px;
  }
}

#scroll:hover, .scroll-anchor:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 4px #00000061;
          box-shadow: 0 2px 4px #00000061;
}

.btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  font-size: 17px;
  font-weight: 400;
  padding: 12px 2rem;
  border-radius: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1400px) {
  .btn {
    font-size: 15px;
  }
}

.btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  z-index: -1;
  background: #fff;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  left: 0;
}

.btn:hover {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #597835;
}

.btn:hover::before {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 100%;
}

.carousel-control-next, .carousel-control-prev {
  opacity: 1;
}

.carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
  width: 44px;
  height: 44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 35px;
}

@media screen and (max-width: 600px) {
  .carousel-control-next .material-symbols-outlined, .carousel-control-prev .material-symbols-outlined {
    width: 32px;
    height: 32px;
    font-size: 23px;
  }
}

.enquieryrap {
  position: fixed;
  right: 0.8%;
  top: 15%;
  z-index: 11;
}

@media screen and (max-width: 1500px) {
  .enquieryrap {
    top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    top: unset;
    bottom: 0;
    width: 100%;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
    background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  }
}

.enquieryrap .iconenqui {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  padding: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
}

.enquieryrap .iconenqui img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .enquieryrap .iconenqui {
    margin-bottom: 0.78rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    border-radius: 0;
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 8px;
    height: 100%;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .enquieryrap .iconenqui:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.enquieryrap .iconenqui .img {
  line-height: 0;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img {
    line-height: normal;
    margin: 0 auto;
  }
  .enquieryrap .iconenqui .img img {
    width: 24px;
    -webkit-filter: invert(0%) sepia(1%) saturate(36%) hue-rotate(279deg) brightness(101%) contrast(101%);
            filter: invert(0%) sepia(1%) saturate(36%) hue-rotate(279deg) brightness(101%) contrast(101%);
  }
}

.enquieryrap .iconenqui .img span {
  display: none;
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .img span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-align: center;
    font-weight: 500;
  }
}

.enquieryrap .iconenqui .txt {
  position: absolute;
  right: 0;
  width: 161px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  padding: 0.6rem 0.8rem;
  top: 0%;
  border-radius: 0 19px 19px 0;
  z-index: -1;
  color: #fff;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(161px);
          transform: translateX(161px);
  font-weight: 500;
}

@media screen and (max-width: 1600px) {
  .enquieryrap .iconenqui .txt {
    padding: 0.7rem 0.8rem;
  }
}

@media screen and (max-width: 600px) {
  .enquieryrap .iconenqui .txt {
    display: none;
  }
}

.enquieryrap .iconenqui:hover .txt {
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.modal .modal-content {
  padding: 5%;
  position: relative;
}

.modal .modal-content .close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#36ac4a), color-stop(#34a949), color-stop(#1e8d42), color-stop(#168340), color-stop(#07703b), to(#066f3b));
  background: linear-gradient(to bottom, #36ac4a, #34a949, #1e8d42, #168340, #07703b, #066f3b);
  top: 0;
  right: 0;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1 !important;
}

.modal .modal-content .close .material-symbols-outlined {
  color: #fff;
}

.modal .modal-content .inconte {
  border: 1px solid #3e5327;
}

.modal .modal-content .inconte .modal-header {
  border: 0;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-header {
    padding-bottom: 0;
  }
}

.modal .modal-content .inconte .modal-header .modal-title {
  font-weight: 500;
  color: #000;
}

.modal .modal-content .inconte .modal-body {
  padding: 1.5rem 12px;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body {
    padding: 0.8rem 12px;
  }
}

.modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  font-size: 14px;
  width: 100%;
  font-size: 15px;
  resize: none;
  padding: 14px 1rem;
}

@media screen and (max-width: 600px) {
  .modal .modal-content .inconte .modal-body input, .modal .modal-content .inconte .modal-body textarea {
    padding: 10px;
  }
}

.modal .modal-content .inconte .modal-body input::-webkit-input-placeholder, .modal .modal-content .inconte .modal-body textarea::-webkit-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input:-ms-input-placeholder, .modal .modal-content .inconte .modal-body textarea:-ms-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input::-ms-input-placeholder, .modal .modal-content .inconte .modal-body textarea::-ms-input-placeholder {
  color: #555555;
}

.modal .modal-content .inconte .modal-body input::placeholder, .modal .modal-content .inconte .modal-body textarea::placeholder {
  color: #555555;
}

input:focus, input:hover, textarea:focus, textarea:hover, button:focus, button:hover {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.fadein {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


#construction-updates {
    margin-top: 2.5rem;
}

#construction-updates .row {
    display: flex;
    justify-content: center; /* Centers the child elements horizontally */
    align-items: center;    /* Optional: Centers the child elements vertically */
}

#gallery .row {
    display: flex;
    justify-content: center; /* Centers the child elements horizontally */
    align-items: center;    /* Optional: Centers the child elements vertically */
}



/*# sourceMappingURL=style.css.map */