/*@Media Query Mixin*/
/*@Media Query Mixin End*/
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,300,0,0");
@import url("../../../maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
body {
  margin: 0;
  padding: 0;
  /*font-family: "Gotham Book";*/
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  overflow-x:hidden;
}
@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;
    overflow-x: hidden;
  }
}

.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;
}
.listtxt h5{
  color: #fff;
  font-weight: 400;
}
.listtxt h5 b{
  font-weight: 500;
}
.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: "Playfair Display", serif;*/
  font-family: "Poppins", sans-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 {
  background: #cf9b69;
  background: #f3d278;
  background-color: #aa8173;
  background-color: #f3d278;
  /*background: linear-gradient(205deg, #cf9b69 0%, #905d3f 100%);*/
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.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;
  border: 2px solid #aa8173;
  border: 2px solid #f3d278;
  color: #ebb47c;
  color:#aa8173;
  color:#f3d278;
  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;
  background:#aa8173;
  background:#f3d278;;
  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: #00391b;
  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: #000;
  /*background: #00391b;*/
  background-color :#eee1c7;
  background-color :#f3d278;
  border: 1px solid #00391b;
  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: #00391b;
}
.btn:hover::before {
  transition: all 0.6s ease;
  height: 100%;
}
.btn.white {
  color: #fff;
  background: #c59263;
  border: 1px solid #c59263;
}
.btn.white:hover {
  transition: all 0.6s ease;
  color: #c59263;
}
.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;*/
  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;*/
  background: url("../img/rightarrow.png") no-repeat !important;
}

header .navbar {
  background:#31424b;
  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;*/
    padding:10px 0;
    
  }
  .navbar-collapse{
     border-top:1px solid #fff; 
  }
}
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%;
    width: 32%;
  }
}
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: 0px solid #fff;
  color: #fff;

}
@media screen and (max-width: 999px) {
  header .navbar .navbar-toggler {
    margin-left: auto;
    padding-right: 30px;
  }
}
/* header .navbar .navbar-nav {
  margin-top: 2rem;
} */
header .navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  padding: 1rem 1.1rem;
  position: relative;
  transition: all 0.6s ease;
  text-transform: capitalize;
  font-weight:500;
}
@media screen and (max-width: 999px) {
  header .navbar .navbar-nav .nav-item .nav-link {
    padding: 0.5rem 1rem;
    text-align: center;
  }
}
header .navbar .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 30%;
  top: 35%;
  background: #fff;
  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:#f3d278;
  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:130px;
}
 @media (max-width:992px){
    #Home {
  padding-top:82px;
}
 }
 @media (max-width:576px){
    #Home {
  padding-top:50px;
}
}
 @media (max-width:360px){
    #Home {
  padding-top:37px;
}
}
/*@media (max-width:820px){
    #Home {
  padding-top:80px;
}
}
@media (max-width:768px){
    #Home {
  padding-top:75px;
}
}
@media (max-width:576px){
    #Home {
  padding-top:69px;
}
}
@media (max-width:540px){
    #Home {
  padding-top:60px;
}
}
@media (max-width:480px){
    #Home {
  padding-top:49px;
}
}
@media (max-width:430px){
    #Home {
  padding-top:38px;
}
}
@media (max-width:414px){
    #Home {
  padding-top:35px;
}
} */
/*@media (max-width:412px){*/
/*    #Home {*/
/*  padding-top:34px;*/
/*}*/
/*}*/
/* @media (max-width:390px){
    #Home {
  padding-top:29px;
}
}
@media (max-width:375px){
    #Home {
  padding-top:26px;
}
}
@media (max-width:360px){
    #Home {
  padding-top:20px;
}
} */
#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;*/
  max-width: 100%;
    width: 100% !important;
}
/* @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%;
  bottom:7%;
  /*left: 10%;*/
  left: 13%;
}
@media (max-width:768px){
    #Home .arrowslide{
        display:none;
    }
}
@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;
  background:#31424b;
}
#Amenities .sec01 {
  padding: 5rem 0;
  /* background: #192e1c; */
}
@media (max-width:575px){
#Amenities .sec01 {
  padding: 5rem 0 0;
}
}
#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;
 color: #f3d278;
}
#Amenities .sec01 ul li::marker {
  color: #ae7c54;
}
#Amenities .sec02 {
  position: relative;
  padding: 5rem 0;
}
 #Amenities .sec02::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  background: url(../img/fan.png) no-repeat;
  /*background: url(../img/bgtra.png) no-repeat;*/
  width: 25%;
  height: 37%;
  height:24%;
  background-size: 100%;
  opacity:0.1;
} 
@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;
  color:#f3d278;
}
#Amenities .sec02 ul li::marker {
  color: #ae7c54;
}

#Location {
  position: relative;
  background:#31424b;
}
#Location .sec02 ul {
  padding: 0 0 0 20px;
  margin: 0;
}
#Location .sec02 ul li {
  font-size: 14px;
  margin-bottom: 2px;
  color: #f3d278;
}
#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/leftarrow.png") no-repeat !important;
}
#Location .owl-carousel .owl-nav button.owl-next {
  right: -2%;
  background: url("../img/rightarrow.png") no-repeat !important;
}

#plans {
  padding: 5rem 0;
  /* background: #192e1c; */
  position:relative;
  background:#31424b;
}
#plans h3 {
  text-align: center;
}
#plans .img {
  width: 100%;
  position: relative;
  transition: all 0.6s ease;
  border: 1px solid #ae7c54;
  cursor: pointer;
  filter:blur(2px);
}
@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: #ece0d4;
    background: #31424b;
    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;
  background: #31424b;
}
@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: #ece0d4;
    background: #31424b;
}
/* #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: #0a160c;
  background: #31424b;
  border-top:1px solid #f3d278;
  padding: 0.8rem 0;
}
@media screen and (max-width: 600px) {
  #ContactUs .sec03 {
    margin-bottom: 0;
  }
}
#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, #ContactUs .sec01 select {
  /*background: transparent;*/
  color: #000;
  color: #f3d278;
  border: 1px solid #000;
  border: 1px solid #f3d278;
  resize: none;
}
#ContactUs .sec01 select{
    color: #000;
}
#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;
  color: #f3d278;
}
#ContactUs .sec01 p a, #ContactUs .sec01 li a {
  color: #000;
  color: #f3d278;
  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: #00391b;
  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: #003e16;
  background-color :#eee1c7;
  background-color:#aa8173;
  background-color:#f3d278;
  /*width: 47px;*/
  padding: 7px;
  padding:10px 15px;
  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;
    /*color:#000;*/
    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);
} */
@media screen and (max-width: 600px) {
header .navbar .navbar-nav {
    margin-top: 0.5rem;
}
}


#pricing{
   background-color: #aa8173;
   background-color: #31424b;

}
#pricing .pricing_overview{
    color:#fff;
    color:#f3d278;
}
#pricing .pricing_overview img{
    width:50px;
}
@media (max-width:575px){
    #pricing .pricing_overview img{
        width:35px;
}
header .navbar .navbar-brand{
    margin-left: 32%;
}
header .navbar.scrolled .navbar-brand{
    margin-left:33%;
}
}

#Specification{
    background-color:#ece0d4;
    background-color:#31424b;
}
#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;
}
#Specification .card .btn{
    position:relative;
}
#Specification .card .btn::before{
    background: url(https://animotionsz.com/Ongoing-Projects/M-soulstring/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(https://animotionsz.com/Ongoing-Projects/M-soulstring/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);
}
.abt-dev-main{
    
    color: #000;
}
.cntr-main .cntr{
      text-align: center;
      margin-bottom: 40px;
}


.cntr-main .cntr h4{
          font-size: 35px;
          font-weight: 700;
          color:#aa8173;
          color:#fff;
     }
         
.cntr-main .cntr p{
          font-size: 20px;
          text-transform: uppercase;
          color: #000;
          color: #f3d278;
          /*margin-bottom: 0;*/
          font-weight:500;
          
      
  }
  @media (max-width:767px){
      .cntr{
          border-right: 0;
          padding-bottom: 20px;
      } 
  }
  @media (max-width:575px){
    .cntr{
          padding-bottom: 0;
      } 
          .cntr-main .cntr{
            margin-bottom: 0;
          }
           .cntr-main .cntr h4{
          font-size: 26px;
         }
         .cntr-main .cntr p{
            font-size: 16px;
           }
      }

#Gallery .item{
    position:relative;
}
#Gallery .item p{
        position: absolute;
    bottom: -15px;
    right: 5px;
    font-size: 12px;
    color: #fff;
}
.sheak { 
      animation: headShake 0.9s linear 1s infinite alternate;
}
@media (max-width:1200px){
    header .navbar .navbar-nav .nav-item {
        font-size:15px;
    }
    header .navbar .navbar-nav .nav-item .nav-link{
        padding: 15px 14px;
    }
}
@media (max-width:991px){
    header .navbar .navbar-nav .nav-item .nav-link{
        padding: 0.5rem 1rem;
    }
}
#virtual_tour{
    background:#31424b;
}
#abt-dev{
    background:#31424b;
}
#video_corporate {
    background: #31424b;
}
.modal-header{
    border-bottom:0;
}
.modal-title{
    font-size:15px;
}