/* Fonts  */

@font-face {
  font-family: "nexa-reg";
  src: url("../fonts/nexa_regular-webfont.woff"),
    url("../fonts/nexa_regular-webfont.woff2");
}
@font-face {
  font-family: "nexa-lght";
  src: url("../fonts/nexa_light-webfont.woff"),
    url("../fonts/nexa_light-webfont.woff2");
}
@font-face {
  font-family: "nexa-bld";
  src: url("../fonts/nexa_bold-webfont.woff"),
    url("../fonts/nexa_bold-webfont.woff2");
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* colours  */

:root {
  --primary: #396451;
  --secondary: #a88e6c;
  --grey: #868686;
  --prim-font: #949494;
  --nexa-reg: "nexa-reg";
  --nexa-bld: "nexa-bld";
  --nexa-lght: "nexa-lght";
}
p {
  font-size: 0.9rem;
  color: var(--grey);
  line-height: 1.7rem;
}

/* Basic css */
h2 {
  font-size: calc(2rem + 0.5vw);
}
h3 {
  font-size: calc(1.8rem + 0.5vw);
}
h4 {
  font-size: calc(1.6rem + 0.5vw);
}
h5 {
  font-size: calc(1.4rem + 0.5vw);
}
h6 {
  font-size: calc(1.2rem + 0.5vw);
}
a{
  text-decoration: none!important;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--nexa-reg);
}
.cust-container {
  width: 100%;
  height: auto;
  padding: 0px 60px;
}
.main-nav-bx {
  background-color: var(--primary);
  transition: 0.3s all ease-in-out;
}
.makefixed{
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left:0;
  z-index: 99999;
  transition: all 0.3s ease-in-out, opacity 0.4s ease-in-out;
 

}
/* .makefixed.active {
  opacity: 1; 
} */
.hm-banner-sec {
  width: 100%;
  height: 84.5vh;
  /* background-color: var(--primary); */
  position: relative;
  overflow: hidden;
}
.banner-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.navbar .navbar-brand {
  width: 15%;
}
.navbar .navbar-brand img {
  width: 100%;
}
.navbar-light .navbar-nav .nav-link {
  color: #f0efeb;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar-nav .active > .nav-link {
  color: #bfbfbf !important;
  position: relative;
}
.navbar-nav .active > .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #bfbfbf;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0.2em 0.7em !important;
  font-size: 0.9rem;
  transition: 0.3s all ease-in-out;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #bfbfbf;
}
.home-search-area {
  width: 50%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  z-index: 999;
}

.home-search-area h2 {
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: var(--nexa-bld);
  font-size: 1.9rem;
  text-transform: uppercase;
  text-shadow: 1px 3px 12px rgba(23, 70, 48, 1);
}
.home-search-area h2 span {
  color: #c4a67e;
  font-family: var(--nexa-bld);
  font-size: 2.6rem;
}

.prop-searchbx form {
  display: flex;
  align-items: center;
  justify-content: center;
}
.prop-searchbx {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 0.5rem;
}
.prop-searchbx form select {
  width: 20%;
  height: 45px;
  background-color: transparent;
  color: var(--primary);
  border: none;
  padding: 0.5rem;
  border: 0.8px solid var(--primary);
  margin-right: 2%;
}
.prop-searchbx form .search-btn {
  width: 20%;
  height: 45px;
  background-color: var(--primary);
  padding: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  margin-left: 2%;
}
.prop-searchbx form .search-area {
  /* width: 60%; */
  height: 45px;
  position: relative;
}
.prop-searchbx form .search-area input {
  /* width: 85%; */
  height: 100%;
  float: right;
  margin-left: 5%;
  position: relative;
  background-color: transparent;
  border: 0.8px solid var(--primary);
  outline: none;
  font-size: 0.9rem;
  display: block;
  padding: 0rem 0.5rem;
}
/* .prop-searchbx form .search-area input::before{
  content: 'sds';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;

} */
.feat-prod-img {
  overflow: hidden;
  border-radius: 20px;
}
.feat-prod-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.loc-amnt-wrbx {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat-proj-amnt {
  width: 47%;
  margin-left: 2%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
}
.feat-loc {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey);
  font-size: 1rem;
}
.feat-prod-titbx {
  margin: 15px 0px;
}
.feat-prod-titbx h4 {
  text-align: center;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0px;
  font-family: var(--nexa-bld);
}

.feat-loc img {
  width: 8% !important;
  margin-right: 2%;
}
.bldr {
  color: var(--primary);
  font-size: 1.1rem;
  font-weight: 600;
  margin-left: 2%;
}
.feat-prod {
  padding: 40px 0px;
}
.main-tit {
  transform: translateX(-50%);
  left: 50%;
  text-transform: uppercase;
  margin-bottom: 35px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-family: var(--nexa-bld);
  font-size: 1.6rem;
}
.main-tit::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 2px;
  background-color: var(--secondary);
}
.feat-prod-img{
  width: 100%;
  height: 300px;
}
.feat-prod-img img{
   width: 100%;
   height: 100%;
   object-fit: cover;
   object-position: center;
}
.feat-projbx:hover .feat-prod-img img {
  transform: scale(1.1);
}
.feat-prod-img img {
  transition: 0.4s all ease-in-out;
}
.feat-prod-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1rem;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -18px;
  top: 140px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 17px 15px -3px rgba(0, 0, 0, 0.1);
}
.feat-prod-right img {
  width: 100%;
}
.feat-prod-left img {
  width: 100%;
}
.feat-prod-right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1rem;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -18px;
  top: 140px;
  z-index: 999;
  cursor: pointer;
  box-shadow: 0px 17px 15px -3px rgba(0, 0, 0, 0.1);
}
.feat-slider-wr {
  position: relative;
}
.abt-imgbx {
  height: 430px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  overflow: hidden;
}
.abt-imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.abt-contbx {
  padding: 25px;
  background-color: var(--primary);
  min-height: 430px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.vis-mis-wrbx {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 25px;
}
.abt-contbx h4 {
  color: #fff;
  font-family: var(--nexa-bld);
  font-size: 1.8rem;
}
.abt-contbx p {
  color: #f0efeb;
}
.vis-mis-wrbx h6 {
  color: #f0efeb;
  display: inline-block;
  font-size: 1.3rem;
}
.visionbx {
  width: 47%;
  margin-right: 2%;
}
.misionbx {
  width: 47%;
  margin-left: 2%;
}
.read-more {
  display: inline-block;
  border: 1px solid var(--secondary);
  padding: 0.5rem 0.8rem;
  color: #ffff;
  transition: 0.3s all ease-in-out;
}
.read-more:hover {
  background-color: var(--secondary);
}
.our-serv-sec {
  width: 100%;
  height: auto;
  padding: 60px 0px;
}
.serbx .sericobx img {
  width: 35%;
  transition: 0.3s all ease-in-out;
}
.serbx {
  text-align: center;
  width: 80%;
  margin: 0px auto;
}
.serbx:hover .sericobx img {
  transform: rotate(15deg);
}

.serbx .serv-tit {
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 5px;
  font-family: var(--nexa-bld);
}
.serv-sm-desc {
  color: var(--grey);
}
.prop-listbx-sec {
  width: 100%;
  height: auto;
  padding: 30px 0px;
  background-color: #f9faf1;
  margin-bottom: 0px;
}
.prop-listbx:hover .prop-listimgbx img {
  transform: scale(1.1);
}
.prop-listbx {
  margin-bottom: 45px;
}
.filters-sec {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.spr {
  margin-right: 3%;
}
.filters-sec select {
  margin: 5px 10px;
  padding: 0.5rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}
.prop-list-tit {
  font-family: var(--nexa-bld);
  color: var(--primary);
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0px;
}
.prop-listimgbx {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  overflow: hidden;
}
.prop-listimgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s all ease-in-out;
}
.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.simple-pagination li a:hover {
  color: var(--secondary);
}

.simple-pagination .current {
  color: #fff;
  background-color: var(--secondary);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: transparent;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--secondary);
  color: var(--secondary);
}
.news-sec {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: var(--primary);
}
.explore-btn {
  display: inline-block;
  border: 1px solid var(--secondary);
  padding: 0.5rem 0.8rem;
  color: #ffff;
}
.news-imgbx {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.news-imgbx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news-titbx {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  margin-top: 15px;
  text-transform: uppercase;
}
.news-sec h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}
.newsbx .news-date {
  color: #bfbfbf;
}
.conslt-sec {
  width: 100%;
  height: auto;
  padding: 40px 0px;
  background-color: #f5f8f7;
  text-align: center;
}
.conslt-sec h6 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: var(--nexa-bld);
  font-size: 1.2rem;
}
.btn-submit {
  display: inline-block;
  background-color: var(--secondary);
  border: 0;
  padding: 0.5rem 0.8rem;
  color: #ffff;
}
.conslt-sec .form-control::placeholder {
  color: #a7a7a7;
  font-size: 0.9rem;
}
.conslt-sec .form-control {
  background-color: #e6f3ee;
  border-radius: 0px !important;
}
footer {
  background-color: var(--primary);
  padding-top: 60px;
}
.logobx {
  width: 57%;
  height: auto;
  margin: 5px auto;
}
.logobx img {
  width: 100%;
}
footer h6 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-family: var(--nexa-bld);
}
.qk-lst ul {
  list-style: none;
  margin-top: 20px;
}
.qk-lst ul li {
  margin: 10px 0px;
}
.qk-lst ul li a {
  color: #f0efeb;
  font-size: 0.9rem;
}
.qk-lst ul li a:hover {
  color: var(--secondary);
}
.sin-line {
  font-size: 0.9rem;
  color: #f0efeb;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-icobx {
  width: 7%;
  margin-right: 2%;
}
/* .footer-icobx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
} */
.des-txt span {
  font-weight: 600;
}
.cprght {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
  font-size: 0.9rem;
  color: #f0efeb;
}
.inner-banner {
  width: 100%;
  min-height: 280px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clnt-sys {
  width: 100%;
  height: auto;
  padding: 60px 100px;
}
.feedbk-bx {
  min-height: 250px;
  background-color: var(--primary);
  padding: 4rem;
  border-radius: 20px;
  position: relative;
}
.feedbk-bx p {
  color: #fff;
  position: relative;
}
.feedbk-bx p::before {
  content: url("../img/quotes.svg");
  position: absolute;
  top: -25px;
  left: -25px;
}
.feedbk-bx::after {
  content: "";
  position: absolute;
  bottom: -40px;
  transform: translateX(-50%);
  left: 50%;
  padding: 1.5rem;
  background-color: var(--primary);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.client-det {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.cli-prof {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 1.5%;
}
.cli-prof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.cl-name-desg h6 {
  font-size: 1.2rem;
  margin-bottom: 0px;
  font-weight: 600;
  color: var(--primary);
}
.cl-name-desg span {
  color: var(--primary);
}
.feedback-slider {
  margin-top: 40px;
}
select option {
  background-color: #fff;
  font-family: var(--nexa-reg) !important;
}

/* Contact Page */
.bread-crumb {
  width: 100%;
  height: 60px;
  background-color: #f5f8f7;
  padding: 8px 60px;
  display: flex;
  align-items: center;
}
.bread-crumb ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0rem !important;
}
.bread-crumb ul li {
  margin-right: 2%;
  position: relative;

 
}

.bread-crumb ul li:last-child{
  margin-right: 0%;
}

.bread-crumb ul li::before {
  content: "/";
  position: absolute;
  left: -15px;
  top: 0;
}
.bread-crumb ul li:first-child:before {
  content: unset;
}
.bread-crumb ul li a {
  color: var(--primary);
  font-weight: 600;
}
.cont-map {
  width: 100%;
  height: 450px;
  background-color: #868686;
}
.addr-wrbx {
  width: 95%;
  height: auto;
  position: relative;
  margin-top: -100px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.addr-innerbx {
  width: 25%;
  min-height: 250px;
  background-color: #fff;
  box-shadow: 0px 17px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin-right: 4%;
  padding: 1.8rem;
  text-align: center;
}
.addr-innerbx:last-child {
  margin-right: 0px;
}
.addr-innerbx h6 {
  font-weight: 600;
  font-size: 1.3rem;
}
.send-msg {
  width: 100%;
  height: auto;
  padding: 25px 200px;
}
.send-msg form .form-group {
  margin-bottom: 20px;
}
input::placeholder {
  font-size: 0.9rem;
}
.basic-sp-sec {
  width: 100%;
  height: auto;
  padding: 50px 60px;
}
#scroll-top {
  position: fixed;
  bottom: 100px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: var(--secondary);
  border-radius: 100%;
  cursor: pointer;
  z-index: 9999;
  transition: 0.3s all ease-in-out;
}
#scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll-top:hover {
  transition: 0.3s;
  box-shadow: 0 0 20px 1px rgba(110, 91, 65, 0.5);
}
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 23px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 9990;
}

.my-float {
  margin-top: 16px;
}
.float:hover {
  color: #fff;
}
.scrolldown {
  width: 1px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  background: linear-gradient(to bottom, white 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -60px;
  background-size: 100% 200%;
  animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
@keyframes scrolldown {
  0% {
    background-position: 0 -60px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 60px;
  }
}


/* Manage */
.basic-fig-bx{
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.basic-fig-bx img{
   width: 100%;
   height: inherit;
   object-fit: cover;
   object-position: top;

}
.meet-our-agents{
  width: 100%;
  height: auto;
  padding: 60px 0px;
  background-color: #f5f8f7;
}
.agent-imgbx{
  width: 100%;
  height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.agent-imgbx img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: 0.3s all ease-in-out;
}
.agent-bx{
  background-color: #fff;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.agent-bx:hover .agent-imgbx img{
  transform: scale(1.1);
}
.agent-name-desig{
  text-align: center;
  margin: 8px 0px;
}
.agent-name-desig h6{
  color: var(--primary);
  font-family: var(--nexa-bld);
  margin-bottom: 0px;
}
.agent-social-med-wr{
  width: 100%;
  height: auto;
  margin: 5px 0px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.agent-social-ico{
  width: 30px;
  height: 30px;
  padding: 5px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  margin: 0px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.agent-social-ico img{
  width: 100%;
}
.agent-callbtn{
  min-width: 30%;
  display: inline-block;
  background-color: var(--primary);
  padding: 0.5rem 0.8rem;
  color: #ffff;
  transition: 0.3s all ease-in-out;
  margin: 6px auto;
  word-wrap: nowrap;
  cursor: pointer;
  
}
.agent-callbtn:hover{
  background-color: transparent;
  border: 1px solid var(--primary);
  color: var(--primary);
}
.call-sc-wr{
   width: 100%;
   max-width: 100%;
   height: auto;
   display: flex;
   align-items: center;
   justify-content: space-between;
  padding: 0rem 0.6rem;
}
.trust-badge{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.8rem 1rem;
  border-top-right-radius: 20px;
  font-size: 1.4rem;
  color: var(--primary);
  font-weight: 600;
}
.vis-mis-sec{
   width: 100%;
   height: auto;
   padding: 40px 60px;
}
.mission-bx{
  width: 100%;
  height: auto;
  min-height: 180px;
  border-radius: 20px;
  border: 1px solid var(--primary);
  padding: 1rem;
}
.list-your-prop-banner{
  width: 100%;
  min-height: 280px;
  padding: 40px 60px;
  /* background-color: var(--primary); */
  background-image: url('../img/list-your-prop.jpg');
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.list-your-prop-banner h2{
  text-align: center;
  color: #fff;
}
.list-ctn-btn{
  display: inline-block;
  border:1px solid var(--secondary);
  padding: 0.5rem 0.8rem;
  color: #ffff;
  margin: 5px auto;
  transition: 0.3s all ease-in-out;
}
.list-ctn-btn:hover{
  background-color: var(--secondary);
  color: #fff;
}
.joinbx{
  width: 100%;
  min-height: 200px;
  border: 1px solid var(--primary);
  color: #ffff;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.joinbx p{
  font-size: 1.1rem;
 
}
.joinbx a{
  color: var(--primary);
  font-weight: 600;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;

}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 60%;
  width: 100%;
  border-radius: 20px;
  position: relative;

}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
 
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prop-custom-right {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1rem;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0px 17px 15px -3px rgba(0, 0, 0, 0.1);
}
.prop-custom-left {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 1rem;
  background-color: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  cursor: pointer;
  box-shadow: 0px 17px 15px -3px rgba(0, 0, 0, 0.1);
}
.swiper-slide video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.prop-locbx{
  width: 100%;
  height: 80%;
  border-radius: 20px;
  overflow: hidden;
}
.spec-sec h6{
  font-size: 1.3rem;
}
.spec-tit{
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 1rem;
  margin-bottom: 25px;
}
.facili-list{
  list-style: none;
}
.facili-list li{
  margin: 15px 0px;
 display: flex;
 align-items: center;
 justify-content: flex-start;
 line-height: 1.5rem;
}
.facili-list i{
  color: var(--primary);
  margin-right: 1%;
}
.fac-listing{
  margin-bottom: 30px;
}
.price span{
  font-weight: 600;
}
.property-cont{
  width: 100%;
  min-height: 150px;
  background-color: #f5f8f7;
  padding: 2rem;
  text-align: center;
}
.number-bld{
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 5px;
}
.prop-cont-list {
  margin-top: 20px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prop-cont-list li{
  margin-right: 2%;
}
.property-cont h6{
  font-size: 1.3rem;
}
.prop-cont-list a{
  color: var(--secondary);
}
.fn-md{
  font-size: 1.2rem;
  text-align: center;
}
.prop-ratebx{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.feat-extra{
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.grey-sec{
  background-color: #f5f8f7;
}
.mg-ser h6{
  width: 95%;
  border: 1px solid var(--primary);
  border-radius: 30px;
  padding:0.5rem 1.5rem;
  margin-bottom: 25px;
  font-size: 1.3rem;
}
.mg-ser{
  width: 95%;
  margin-bottom: 50px;
}