/*@Media Query Mixin*/
/*@Media Query Mixin End*/

@import url("../../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
}
@media screen and (max-width: 1600px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 999px) {
  body {
    padding: 98px 0 0;
  }
}
@media screen and (max-width: 600px) {
  body {
    padding: 83px 0 0;
  }
}

.fsize90 {
  font-size: 90px;
}
@media screen and (max-width: 1600px) {
  .fsize90 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize90 {
    font-size: 70px;
  }
}
@media screen and (max-width: 999px) {
  .fsize90 {
    font-size: 56px;
  }
}
@media screen and (max-width: 600px) {
  .fsize90 {
    font-size: 35px;
  }
}

.fsize75 {
  font-size: 75px;
  line-height: 68px;
}
@media screen and (max-width: 1600px) {
  .fsize75 {
    font-size: 65px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize75 {
    font-size: 55px;
    line-height: 58px;
  }
}
@media screen and (max-width: 999px) {
  .fsize75 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 600px) {
  .fsize75 {
    font-size: 35px;
  }
}

.fsize44 {
  font-size: 44px;
}
@media screen and (max-width: 1600px) {
  .fsize44 {
    font-size: 34px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize44 {
    font-size: 30px;
  }
}
@media screen and (max-width: 999px) {
  .fsize44 {
    font-size: 26px;
  }
}

.fsize52 {
  font-size: 52px;
}
@media screen and (max-width: 1600px) {
  .fsize52 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize52 {
    font-size: 38px;
  }
}
@media screen and (max-width: 999px) {
  .fsize52 {
    font-size: 31px;
  }
}
@media screen and (max-width: 600px) {
  .fsize52 {
    font-size: 25px;
  }
}

.fsize32 {
  font-size: 32px;
}
@media screen and (max-width: 1600px) {
  .fsize32 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1500px) {
  .fsize32 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize32 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1300px) {
  .fsize32 {
    font-size: 19px;
  }
}
@media screen and (max-width: 999px) {
  .fsize32 {
    font-size: 18px;
  }
}

.fsize36 {
  font-size: 36px;
}
@media screen and (max-width: 1600px) {
  .fsize36 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1400px) {
  .fsize36 {
    font-size: 25px;
  }
}
@media screen and (max-width: 999px) {
  .fsize36 {
    font-size: 22px;
  }
}

.fisze18 {
  font-size: 18px;
}
@media screen and (max-width: 1600px) {
  .fisze18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .fisze18 {
    font-size: 15px;
  }
}

.fisze20 {
  font-size: 20px;
}
@media screen and (max-width: 1600px) {
  .fisze20 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {
  .fisze20 {
    font-size: 17px;
  }
}
@media screen and (max-width: 999px) {
  .fisze20 {
    font-size: 16px;
  }
}

.fisze24 {
  font-size: 24px;
}
@media screen and (max-width: 1600px) {
  .fisze24 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1400px) {
  .fisze24 {
    font-size: 20px;
  }
}
@media screen and (max-width: 999px) {
  .fisze24 {
    font-size: 19px;
  }
}

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

.listtxt {
  padding: 0 0 0 21px;
}
.listtxt li {
  margin-bottom: 7px;
}

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

.container2 {
  max-width: 87%;
}
@media screen and (max-width: 1500px) {
  .container2 {
    max-width: 95%;
  }
}
@media screen and (max-width: 999px) {
  .container2 {
    max-width: 96%;
    margin: 0 auto;
  }
}

.clr1 {
  color: #dda572;
}

.clr2 {
  color: #ebb47c;
}

.clr3 {
  color: #534135;
}

.clr4 {
  color: #ccc;
}

.clr6 {
  color: #000;
}

.clr5 {
  color: #cdaf63;
}

.txtdec {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.banhead {
  font-family: "Cormorant Garamond", serif;
}

/* .bannsubftnt {
  font-family: "GothamMedium";
}

.adelia {
  font-family: "adelia";
} */

.light {
  font-weight: 300;
}

.reguler {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 600;
}

.circle-full-anim {
  animation: circle-full 4.6s ease-in forwards;
}

.bgclrcliptwo {
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
  font-family: "Libre Baskerville", serif;
}

.atisstim {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 12px;
  right: 5px;
  bottom: 5px;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .atisstim {
    font-size: 9px;
  }
}
.atisstim.left {
  left: 5px;
  right: unset;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 60px;
  height: 60px;
  border: 2px solid #ebb47c;
  color: #ebb47c;
  border-radius: 50%;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
}
@media screen and (max-width: 600px) {
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 40px;
    height: 40px;
  }
}
.carousel .carousel-control-prev:hover,
.carousel .carousel-control-next:hover {
  transition: all 0.6s ease;
  background: #000;
  color: #fff;
}
.carousel .carousel-control-prev {
  left: 2.5%;
}
.carousel .carousel-control-next {
  right: 2.5%;
}

.overlycricle {
  width: 80px;
  height: 80px;
  background: #d1a474;
  position: absolute;
  border-radius: 50%;
  left: 2%;
  bottom: 5%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999px) {
  .overlycricle {
    width: 50px;
    height: 50px;
  }
}
.overlycricle .material-symbols-outlined {
  font-size: 2.5rem;
}
@media screen and (max-width: 999px) {
  .overlycricle .material-symbols-outlined {
    font-size: 1.5rem;
  }
}

.arrowdScroll {
  color: #fff;
  position: fixed;
  right: 1%;
  bottom: 3%;
  background: #414142;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 29px;
  align-items: center;
  text-align: center;
}
.arrowdScroll span {
  font-size: 29px;
}

.btn {
  padding: 0.8rem 2.9rem;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  color: #fff;
  background: #414142;
  border: 1px solid #414142;
  transition: all 0.6s ease;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 600px) {
  .btn {
    font-size: 15px;
    padding: 0.6rem 2.9rem;
  }
}
.btn::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  left: 0;
  right: 0;
  background: #fff;
  transition: all 0.6s ease;
  bottom: 0;
}
.btn:hover {
  transition: all 0.6s ease;
  color: #414142;
}
.btn:hover::before {
  transition: all 0.6s ease;
  height: 100%;
}
.btn.white {
  color: #fff;
  background: #414142;
  border: 1px solid #414142;
}
.btn.white:hover {
  transition: all 0.6s ease;
  color: #414142;
}
.btn.white:hover::before {
  transition: all 0.6s ease;
  height: 100%;
  background: #fff;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 2.9rem;
}
.owl-carousel .owl-nav button {
  width: 60px;
  height: 60px;
  position: unset;
}
@media screen and (max-width: 999px) {
  .owl-carousel .owl-nav button {
    width: 38px;
    height: 38px;
  }
}
.owl-carousel .owl-nav button span {
  display: none !important;
}
.owl-carousel .owl-nav button.disabled {
  opacity: 0.4;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -2%;
  background: url("../img/leftarrow.png") no-repeat !important;
}
.owl-carousel .owl-nav button.owl-next {
  right: -2%;
  background: url("../img/rightarrow.png") no-repeat !important;
}

header .navbar {
  background: #192e1c;
  background: #fff;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 111;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 600px) {
  header .navbar {
    padding: 1.5rem 0;
  }
}
header .navbar.scrolled {
  position: fixed;
  transition: all 0.6s ease;
  box-shadow: 0 8px 17px rgba(221, 165, 114, 0.1411764706);
}
header .navbar.scrolled .navbar-brand {
  width: 12%;
  transition: all 0.6s ease;
}
@media screen and (max-width: 999px) {
  header .navbar.scrolled .navbar-brand {
    width: 17%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar.scrolled .navbar-brand {
    width: 25%;
  }
}
header .navbar .container {
  position: relative;
}
/* header .navbar .navbar-brand {
  position: absolute;
  width: 14%;
  left: 0;
  top: -32px;
  z-index: 11;
  transition: all 0.6s ease;
} */
@media screen and (max-width: 999px) {
  header .navbar .navbar-brand {
    width: 22%;
  }
}
@media screen and (max-width: 600px) {
  header .navbar .navbar-brand {
    width: 36%;
  }
}
header .navbar .navbar-toggler {
  border: 1px solid #fff;
  color: #fff;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-left: auto;
  }
}
/* header .navbar .navbar-nav {
  margin-top: 2rem;
} */
header .navbar .navbar-nav .nav-item .nav-link {
  color: #666;
  padding: 1rem 1.1rem;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
  font-weight: 600;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
    text-align: right;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  top: 35%;
  background: #333;
  right: 0;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link::before {
    content: unset;
  }
}
header .navbar .navbar-nav .nav-item .nav-link:hover, header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #a98156;
  transition: all 0.6s ease;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link {
  padding-right: 0;
}
header .navbar .navbar-nav .nav-item:last-child .nav-link::before {
  content: unset;
}

#Home {
  position: relative;
  /* background: #003e16; */
  padding-top: 90px;
}

#Home .img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  display: none;
}
#Home .carousel-item {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .fisze20 {
    font-size: 11px;
  }
}
#Home .carousel-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .overlay {
    justify-content: unset;
  }
}
#Home .carousel-item .overlay .txtcon {
  overflow: hidden;
  margin-left: 16%;
}
@media screen and (max-width: 1700px) {
  #Home .carousel-item .overlay .txtcon {
    margin-left: -1%;
  }
}
@media screen and (max-width: 1400px) {
  #Home .carousel-item .overlay .txtcon {
    margin-left: -7%;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .overlay .txtcon {
    margin-left: 12%;
  }
}
#Home .carousel-item .overlay .h3 {
  text-transform: uppercase;
  margin: 0;
  animation: left_righ 1.5s forwards;
  position: relative;
  opacity: 0;
}
#Home .carousel-item .overlay .h3:last-child {
  margin: 0;
}
#Home .carousel-item .overlay .h3 .bgclrclip {
  background: url("../img/bgclip.jpg") no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
#Home .carousel-item .overlay .h3 .fisze20 {
  display: block;
  margin: -10px 0 0;
}
@media screen and (max-width: 1500px) {
  #Home .carousel-item .overlay .h3 .fisze20 {
    margin: -5px 0 0;
  }
}
#Home .carousel-item.slideimg01a .overlay .txtcon {
  margin-left: 24%;
  margin-bottom: 19%;
}
@media screen and (max-width: 1500px) {
  #Home .carousel-item.slideimg01a .overlay .txtcon {
    margin-left: 22%;
  }
}
@media screen and (max-width: 1400px) {
  #Home .carousel-item.slideimg01a .overlay .txtcon {
    margin-left: 25%;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item.slideimg01a .overlay .txtcon {
    margin-left: 5%;
    margin-bottom: unset;
  }
}
#Home .carousel-item.slideimg01a .overlay .txtcon .imggift {
  margin-top: 1rem;
}
@media screen and (max-width: 1700px) {
  #Home .carousel-item.slideimg01a .overlay .txtcon .imggift {
    width: 215px;
  }
}
@media screen and (max-width: 999px) {
  /* #Home .carousel-item.slideimg01a .maining {
    transform: translateX(-5%);
  } */
  #Home .carousel-item.slideimg01a .subnining {
    transform: translateX(-5%);
    max-width: 146%;
    width: 146% !important;
  }
  #Home .carousel-item.slideimg01 .subnining {
    transform: translateX(-22%);
  }
  #Home .carousel-item.slideimg02 .subnining {
    transform: translateX(-19%);
  }
  #Home .carousel-item.slideimg03 .subnining {
    transform: translateX(-4%);
    max-width: 115%;
    width: 115% !important;
  }
  #Home .carousel-item.slideimg04 .subnining {
    transform: translateX(-19%);
  }
}
#Home .carousel-item .maining {
  animation: animationimg 6s forwards;
}
/* @media screen and (max-width: 999px) {
  #Home .carousel-item .maining {
    max-width: 118%;
    width: 118% !important;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .maining {
    max-width: 175%;
    width: 175% !important;
  }
} */
#Home .carousel-item .subnining {
  animation: animationfade 6s forwards;
}
@media screen and (max-width: 999px) {
  #Home .carousel-item .subnining {
    max-width: 129%;
    width: 129% !important;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item .subnining {
    max-width: 170%;
    width: 170% !important;
  }
}
@media screen and (max-width: 600px) {
  #Home .carousel-item.slideimg03 .subnining {
    transform: translateX(-18%);
    max-width: 168%;
    width: 168% !important;
  }
  #Home .carousel-item.slideimg01a .maining {
    /* transform: translateX(-34%); */
    animation: unset;
  }
  #Home .carousel-item.slideimg01a .subnining {
    max-width: 180%;
    width: 180% !important;
  }
}
#Home .arrowslide {
  width: 141px;
  position: absolute;
  z-index: 1;
  bottom: 12%;
  left: 10%;
}
@media screen and (max-width: 600px) {
  #Home .arrowslide {
    width: 95px;
    left: unset;
    right: 10%;
  }
}
#Home .arrowslide .carousel .carousel-control-prev,
#Home .arrowslide .carousel .carousel-control-next {
  position: unset;
}
#Home .arrowslide .carousel .carousel-control-prev {
  left: 2.5%;
}
#Home .arrowslide .carousel .carousel-control-next {
  right: 2.5%;
}

#ProjectHighlights {
  position: relative;
  padding: 5rem 0;
}
#ProjectHighlights::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bgtra.png) no-repeat;
  width: 25%;
  height: 37%;
  background-size: 100%;
}
@media screen and (max-width: 600px) {
  #ProjectHighlights::before {
    width: 100%;
    height: 100%;
    background-position: bottom;
  }
}
#ProjectHighlights ul {
  margin-top: 2.5rem;
}
@media screen and (max-width: 999px) {
  #ProjectHighlights ul {
    margin-top: 1.2rem;
  }
}
#ProjectHighlights ul li::marker {
  color: #ae7c54;
}

@media screen and (max-width: 600px) {
  .imgicon img {
    width: 45px;
  }
}

#Amenities {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#Amenities .sec01 {
  padding: 5rem 0;
  /* background: #192e1c; */
}
#Amenities .sec01 ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  #Amenities .sec01 ul:nth-child(2) {
    margin-top: 0;
  }
}
#Amenities .sec01 ul li {
  color: #000;
}
#Amenities .sec01 ul li::marker {
  color: #ae7c54;
}
#Amenities .sec02 {
  position: relative;
  padding: 5rem 0;
}
@media (max-width:575px){
  #Amenities .sec02 {
    position: relative;
    padding: 0rem 0;
  }
  header .navbar {
    padding: 0rem 0;
}
.navbar .container{
  justify-content: center;
}
header .navbar .navbar-brand {
  width: auto;
}
}
header .navbar .navbar-toggler {
  border: 1px solid #fff;
  color: #333;
}

/* #Amenities .sec02::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bgtra.png) no-repeat;
  width: 25%;
  height: 37%;
  background-size: 100%;
} */
@media screen and (max-width: 600px) {
  #Amenities .sec02::before {
    width: 100%;
    height: 100%;
    background-position: bottom;
  }
}
@media screen and (max-width: 600px) {
  #Amenities .sec02 .col-lg-7 {
    order: -1;
  }
}
#Amenities .sec02 ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#Amenities .sec02 ul li::marker {
  color: #ae7c54;
}

#Location {
  position: relative;
}
#Location .sec02 ul {
  padding: 0 0 0 20px;
  margin: 0;
}
#Location .sec02 ul li {
  font-size: 14px;
  margin-bottom: 2px;
}
#Location .sec02 ul li::marker {
  color: #ae7c54;
}
#Location .owl-carousel .owl-nav {
  justify-content: start;
}
@media screen and (max-width: 1500px) {
  #Location .owl-carousel .owl-nav {
    margin-top: 0.8rem;
  }
}
#Location .owl-carousel .owl-nav button.owl-prev {
  left: -2%;
  background: url("../img/leftarrowclr.png") no-repeat !important;
}
#Location .owl-carousel .owl-nav button.owl-next {
  right: -2%;
  background: url("../img/rightarrowclr.png") no-repeat !important;
}

#plans {
  padding: 5rem 0;
  /* background: #192e1c; */
}
#plans h3 {
  text-align: center;
}
#plans .img {
  width: 100%;
  position: relative;
  transition: all 0.6s ease;
  border: 1px solid #ae7c54;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  #plans .img {
    width: 100%;
  }
}
#plans .img::before {
  content: "+";
  background: rgba(0, 0, 0, 0.8392156863);
  position: absolute;
  color: #bc905e;
  font-size: 2.9rem;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s ease;
  opacity: 0;
  font-weight: 600;
}
#plans .img:hover::before {
  opacity: 1;
  transition: all 0.6s ease;
}
#plans .detxt {
  margin-top: 1rem;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

#Features {
  padding: 5rem 0;
  position: relative;
  overflow: hidden;
}
#Features::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../img/bgtra.png) no-repeat;
  width: 25%;
  height: 37%;
  background-size: 100%;
}
#Features ul li::marker {
  color: #ae7c54;
}

#Gallery {
  /* background: #192e1c;
  background: #eee1c7; */
  padding: 5rem 0;
  text-align: center;
}
#Gallery .img {
  position: relative;
}
#Gallery .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1647058824);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#Gallery .img .overlay span {
  padding: 0.8rem 2.4rem;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  #Gallery .img .overlay span {
    font-size: 14px;
  }
}

.ourbrands {
  padding: 5rem 0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .ourbrands .row {
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .ourbrands .col-4 {
    padding: 0 5px;
  }
}

/* #ContactUs {
  background: #192e1c;
  background: #eee1c7;
} */
/* #ContactUs::before {
  content: "";
  position: absolute;
  width: 34%;
  height: 100%;
  background: url("../img/bgftlogo.png") no-repeat;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-position: 0 58%;
  background-size: 100%;
} */
@media screen and (max-width: 999px) {
  #ContactUs::before {
    width: 60%;
  }
}
@media screen and (max-width: 600px) {
  #ContactUs::before {
    width: 100%;
  }
}
#ContactUs .sec03 {
  background: #414142;
  padding: 0.8rem 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec03 {
    margin-bottom: 51px;
  }
}
#ContactUs .sec03 ul {
  display: flex;
  padding: 0;
  list-style-type: none;
  margin: 0;
  justify-content: end;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec03 ul {
    display: block;
  }
}
#ContactUs .sec03 ul li {
  color: #fff;
  margin: 0;
  padding: 0 1.5rem;
  position: relative;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec03 ul li {
    padding: 0;
  }
}
#ContactUs .sec03 ul li::before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 80%;
  top: 10%;
  background: #fff;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec03 ul li::before {
    content: unset;
  }
}
#ContactUs .sec03 ul li:last-child {
  padding-right: 0;
}
#ContactUs .sec03 ul li:last-child::before {
  content: unset;
}
#ContactUs .sec03 ul li a {
  color: #fff;
  text-decoration: none;
}
#ContactUs .sec02 {
  border-top: 1px solid #415243;
  padding: 2rem 0;
}
#ContactUs .sec02 ul {
  list-style-type: none;
  padding: 0 0 0 6px;
  margin: 0;
}
#ContactUs .sec02 ul li {
  margin-bottom: 9px;
  text-transform: capitalize;
}
#ContactUs .sec02 p a {
  color: #fff;
  transition: all 0.6s ease;
}
#ContactUs .sec02 p a:hover {
  color: #bc905e;
  transition: all 0.6s ease;
}
#ContactUs .sec02 p a.fa {
  padding: 8px;
  font-size: 15px !important;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  transition: all 0.6s ease;
}
#ContactUs .sec02 p a.fa:hover {
  background: #bc905e;
  color: #fff;
  text-decoration: none;
  transition: all 0.6s ease;
}
#ContactUs .sec01 {
  border-top: 1px solid #415243;
  padding: 5rem 0 0;
}
#ContactUs .sec01 input, #ContactUs .sec01 textarea {
  background: transparent;
  color: #000;
  border: 1px solid #000;
  resize: none;
}
#ContactUs .sec01 input::-moz-placeholder, #ContactUs .sec01 textarea::-moz-placeholder {
  color: #000;
}
#ContactUs .sec01 input::placeholder, #ContactUs .sec01 textarea::placeholder {
  color: #000;
}
#ContactUs .sec01 p, #ContactUs .sec01 li {
  color: #000;
}
#ContactUs .sec01 p a, #ContactUs .sec01 li a {
  color: #000;
  text-decoration: none;
}

#thank-you {
  text-align: center;
  height: 100vh;
  padding: 11% 0;
  background: #192e1d;
}
@media screen and (max-width: 999px) {
  #thank-you {
    padding: 27% 0 0;
  }
}
@media screen and (max-width: 500px) {
  #thank-you {
    padding: 30% 0 0;
  }
}
#thank-you .thank .img {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #thank-you .thank .img {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  #thank-you .thank .img {
    width: 80%;
  }
}
#thank-you h3 {
  font-size: 2.5em;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 999px) {
  #thank-you h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 500px) {
  #thank-you h3 {
    font-size: 2em;
  }
}
#thank-you p {
  font-size: 1.2em;
  color: #fff;
}
@media screen and (max-width: 500px) {
  #thank-you p {
    font-size: 0.9em;
  }
}

#scroll {
  display: flex;
  position: fixed;
  bottom: 13px;
  right: 8px;
  background: #414142;
  width: 40px;
  height: 36px;
  z-index: 9999;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Optima";
  transition: all 0.6s ease;
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2392156863);
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  #scroll {
    bottom: 75px;
    right: 19px;
  }
}
@media screen and (max-width: 600px) {
  #scroll {
    bottom: 60px;
    right: 10px;
  }
}

.enquiry-wrapper {
  position: fixed;
  right: 0;
  top: 21%;
  z-index: 99;
}
@media screen and (max-width: 1556px) {
  .enquiry-wrapper {
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .enquiry-wrapper {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper {
    display: flex;
    width: 100%;
    top: unset;
    bottom: 0;
  }
}
.enquiry-wrapper .enquiry-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  /* transform: translateX(153px); */
  transition: all ease-in 0.5s;
  border: 1px solid #fff;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(137px);
  }
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box {
    transform: translateX(0);
    width: 100%;
    text-align: center;
    border: 0px solid #fff;
  }
}
/* .enquiry-wrapper .enquiry-box:hover {
  transform: translateX(0);
} */
.enquiry-wrapper .enquiry-box:not(:first-child) {
  border-top: 1px solid #fff;
}
.enquiry-wrapper .enquiry-box .call-icon,
.enquiry-wrapper .enquiry-box .mail-icon {
  background-color: #414142;
  width: 47px;
  padding: 7px;
  font-size: 17px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon,
  .enquiry-wrapper .enquiry-box .mail-icon {
    width: 99%;
    padding: 1px;
  }
}
.enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
.enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
  display: none;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-icon .mobvsisec,
  .enquiry-wrapper .enquiry-box .mail-icon .mobvsisec {
    display: block;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}
.enquiry-wrapper .enquiry-box .call-content {
  padding: 0px 7px;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .call-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box .mail-content {
  padding-left: 18%;
}
@media screen and (max-width: 500px) {
  .enquiry-wrapper .enquiry-box .mail-content {
    display: none;
  }
}
.enquiry-wrapper .enquiry-box img {
  width: 32px;
  padding: 6px;
}
.enquiry-wrapper .enquiry-box a {
  color: #626262;
  text-decoration: none;
  font-size: 16px;
}
@media screen and (max-width: 1366px) {
  .enquiry-wrapper .enquiry-box a {
    font-size: 14px;
  }
}

@font-face {
  font-family: "GothamMedium";
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "adelia";
  src: url("../fonts/adelia.woff2") format("woff2"), url("../fonts/adelia.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/GothamBook.woff2") format("woff2"), url("../fonts/GothamBook.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes animationimg {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@keyframes circle-full {
  from {
    -webkit-clip-path: circle(0% at 0% 0%);
    clip-path: circle(0% at 0% 0%);
  }
  to {
    -webkit-clip-path: circle(100% at 50%);
    clip-path: circle(100% at 50%);
    opacity: 1;
  }
}
@keyframes left_righ {
  from {
    left: -100%;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */

/* .blur{
  filter: blur(2px);
} */
#Specification{
  background-color:#ece0d4;
  background-color:#fff;
  /* background-color:#1b1b1b; */
}
#Specification .card {
  margin-bottom:10px;
}
#Specification .card .card-header{
  padding:0;
}
#Specification .accordion{
  padding-top:30px;
}
#Specification .card .btn{
  background-color: #f9f9f8;
  border: 1px solid #aa8173;
  color: #333;
}
#Specification .card .btn{
  position:relative;
}
#Specification .card .btn::before{
  background: url(../../images/down.png) no-repeat calc(100% - 10px) center;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 16px;
}
#Specification .card .btn.collapsed::before{
  background: url(../../images/up.png) no-repeat calc(100% - 10px) center;
  position: absolute;
  top: 0;
  height: 100%;
  background-size: 16px;
}
#Specification .card .btn:hover::before{
  height:100%;
}
/*#Specification .card .btn::before{*/
/*    content: "âŒ„";*/
/*    background: url(../images/up.png) no-repeat calc(100% - 10px) center;*/
/*    background-size: 16px;*/
    
/*  }*/
#Specification .card .btn.collapsed {
   background-image: url(../../images/down.png);
}
.ovr_specs_cont{
  background: #414142;
  color: #fff;
  padding: 20px;
  margin-bottom: 30px;
}
.lifestyle{
  background-color: #f1ebe5;
}
@media (max-width:575px){
    body{
        padding:0;
    }
  #Home {
    padding-top: 0;
  }
  #Amenities .sec01{
      padding:0;
  }
}