/********** Template CSS **********/
:root {
  --primary: #384119;
  --secondary: #e6e5d3;
  --light: #929292;
  --dark: #185000;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity 0.5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

/*** Button ***/
.btn {
  font-weight: 500;
  transition: 0.5s;
  font-size: 16px;
}

.btn.btn-primary:hover {
  color: #384119;
  background: transparent;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
  border: 1px solid white;
}
.btn-lg-square:hover {
  background-color: #68801b !important ;
  border: 1px solid white;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

/*** Navbar ***/
.fixed-top {
  transition: 0.5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 10px;

  color: #384119 !important;
  font-weight: 500;
  outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #7ca003;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
    margin-top: 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
  }

  .navbar .navbar-nav .nav-link {
    padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: 0.5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
  }
}
.bg-1 {
  z-index: auto;
  width: 100%;
  height: 400px;
  background: url(../img/the-future-of-real-estate.png);
  background-size: 100%;
  animation: bounce-in-right 3s ease-in;
}

@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}

.bg-2 {
  /* margin-top: -200px; */
  z-index: 1;
  padding-left: 125px;
}
/* Header */

#header {
  padding: 1em 0 0.1em 0;
}

#header .logo {
  display: block;
  border-bottom: 0;
  color: inherit;
  font-weight: 900;
  letter-spacing: 0.35em;
  padding-bottom: 5px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

#header .logo > * {
  display: inline-block;
  vertical-align: middle;
}

#header .logo .symbol {
  margin-right: 0.65em;
}

#header .logo .symbol img {
  display: block;
}

#header nav {
  position: fixed;
  right: 1em;
  top: 1em;
  z-index: 10000;
}

#header nav ul {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

#header nav ul li {
  display: block;
  padding: 0;
}

#header nav ul li a {
  display: block;
  position: relative;
  height: 3em;
  line-height: 3em;
  padding: 0 1.5em;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  border: 0;
  font-size: 0.8em;
  font-weight: 900;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}

#header nav ul li a[href="#menu"] {
  -webkit-tap-highlight-color: transparent;
  width: 4em;
  text-indent: 4em;
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

#header nav ul li a[href="#menu"]:before,
#header nav ul li a[href="#menu"]:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}

#header nav ul li a[href="#menu"]:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23384119%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 0;
}

#header nav ul li a[href="#menu"]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23384119%3B %7D%3C/style%3E%3Cline x1='0' y1='25' x2='100' y2='25' /%3E%3Cline x1='0' y1='50' x2='100' y2='50' /%3E%3Cline x1='0' y1='75' x2='100' y2='75' /%3E%3C/svg%3E");
  opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:before {
  opacity: 1;
}

#header nav ul li a[href="#menu"]:hover:after {
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #header {
    padding: 4em 0 0.1em 0;
  }

  #header nav {
    right: 0.5em;
    top: 0.5em;
  }

  #header nav ul li a[href="#menu"]:before,
  #header nav ul li a[href="#menu"]:after {
    background-size: 1.5em 1.5em;
  }
}

/* Menu */

#wrapper {
  -moz-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  opacity: 1;
}

#menu {
  -moz-transform: translateX(22em);
  -webkit-transform: translateX(22em);
  -ms-transform: translateX(22em);
  transform: translateX(22em);
  -moz-transition: -moz-transform 0.45s ease, visibility 0.45s;
  -webkit-transition: -webkit-transform 0.45s ease, visibility 0.45s;
  -ms-transition: -ms-transform 0.45s ease, visibility 0.45s;
  transition: transform 0.45s ease, visibility 0.45s;
  position: fixed;
  top: 0;
  right: 0;
  width: 22em;
  max-width: 80%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  background: #585858;
  color: #ffffff;
  cursor: default;
  visibility: hidden;
  z-index: 10002;
}

#menu > .inner {
  -moz-transition: opacity 0.45s ease;
  -webkit-transition: opacity 0.45s ease;
  -ms-transition: opacity 0.45s ease;
  transition: opacity 0.45s ease;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.75em;
  opacity: 0;
  overflow-y: auto;
}

#menu > .inner > ul {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}

#menu > .inner > ul > li {
  padding: 0;
  border-top: solid 1px rgba(255, 255, 255, 0.15);
}

#menu > .inner > ul > li a {
  display: block;
  padding: 1em 0;
  line-height: 1.5;
  border: 0;
  color: inherit;
}

#menu > .inner > ul > li .active {
  color: #384119;
}

#menu > .inner > ul > li:first-child {
  border-top: 0;
  margin-top: -1em;
}

#menu > .inner > ul > li ul {
  padding-bottom: 15px;
  list-style: none;
}

#menu > .inner > ul > li ul li {
  margin-bottom: 15px;
}

#menu > .inner > ul > li ul a {
  padding-top: 0;
  padding-bottom: 0;
}

#menu > .inner > ul > li ul .dropdown-toggle:after {
  margin-top: 4px !important;
  margin-bottom: -4px !important;
}

#menu > .close {
  -moz-transition: opacity 0.45s ease, -moz-transform 0.45s ease;
  -webkit-transition: opacity 0.45s ease, -webkit-transform 0.45s ease;
  -ms-transition: opacity 0.45s ease, -ms-transform 0.45s ease;
  transition: opacity 0.45s ease, transform 0.45s ease;
  -moz-transform: scale(0.25) rotate(180deg);
  -webkit-transform: scale(0.25) rotate(180deg);
  -ms-transform: scale(0.25) rotate(180deg);
  transform: scale(0.25) rotate(180deg);
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: absolute;
  top: 2em;
  left: -6em;
  width: 6em;
  text-indent: 6em;
  height: 3em;
  border: 0;
  font-size: 1em;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
}

#menu > .close:before,
#menu > .close:after {
  -moz-transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 2em 2em;
}

#menu > .close:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23f2849e%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 0;
}

#menu > .close:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 8px%3B stroke: %23585858%3B %7D%3C/style%3E%3Cline x1='15' y1='15' x2='85' y2='85' /%3E%3Cline x1='85' y1='15' x2='15' y2='85' /%3E%3C/svg%3E");
  opacity: 1;
}

#menu > .close:hover:before {
  opacity: 1;
}

#menu > .close:hover:after {
  opacity: 0;
}

@media screen and (max-width: 736px) {
  #menu {
    -moz-transform: translateX(16.5em);
    -webkit-transform: translateX(16.5em);
    -ms-transform: translateX(16.5em);
    transform: translateX(16.5em);
    width: 16.5em;
  }

  #menu > .inner {
    padding: 2.75em 1.5em;
  }

  #menu > .close {
    top: 0.5em;
    left: -4.25em;
    width: 4.25em;
    text-indent: 4.25em;
  }

  #menu > .close:before,
  #menu > .close:after {
    background-size: 1.5em 1.5em;
  }
}

body.is-menu-visible #wrapper {
  pointer-events: none;
  cursor: default;
  opacity: 0.25;
}

body.is-menu-visible #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

body.is-menu-visible #menu > * {
  opacity: 1;
}

body.is-menu-visible #menu .close {
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1;
}

/* Main */
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: start;
  text-align: start;
  background: rgb(13 53 24 / 37%);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  background-color: var(--dark);
  border: 12px solid var(--dark);
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media (max-width:768px){
    .mob-1 h1{
        font-size:14px;
        font-weight: 600;
        
    }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/LS-banner-1.gif) center center no-repeat;
  background-size: cover;
}

.page-header-about-us {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/about-us.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-blg-1 {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/bnr-sam.png) center center no-repeat;
  background-size: cover;
}
.page-header-services {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/our-services.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-client {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/client-bg.webp) center center no-repeat;
  background-size: cover;
}
.page-header-press-room {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/press-room.webp) center center no-repeat;
  background-size: cover;
}
.page-header-investment {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/LS-banner-2.gif) center center no-repeat;
  background-size: cover;
}
.page-header-connect {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/connect.webp) center center no-repeat;
  background-size: cover;
}

.page-header-form {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/login-pb.png) center center no-repeat;
  background-size: cover;
   background-color:#384119;
   opacity: 20;
}
.pg-2{
   
    z-index: 2;
    
    
}
.page-header-profile {
  padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/profile-bg-main.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-property-data-bg{
    padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/property-data-bg.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-short-list{
    padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/shortlisted-properties.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-property-uploads{
    padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/my-upload-property.jpg) center center no-repeat;
  background-size: cover;
}
.page-header-blog{
    padding-top: 12rem;
  padding-bottom: 14rem;
  background: url(../img/blog-LSI.jpg) center center no-repeat;
  background-size: cover;
}
/*** Causes ***/
.causes-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.causes-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.causes-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--primary);
  color: #ffffff;
}

.causes-item .causes-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}

.causes-item:hover .causes-overlay {
  height: 100%;
  opacity: 1;
}

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.06);
}

/*** Donate ***/
.donate {
  background: rgba(0, 29, 35, 0.8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked + label {
  color: var(--primary);
  border-color: var(--primary);
}

/*** Team ***/
.team-item img {
  position: relative;
  top: 0;
  transition: 0.5s;
}

.team-item:hover img {
  top: -30px;
}

.team-item .team-text {
  position: relative;
  height: 100px;
  transition: 0.5s;
}

.team-item:hover .team-text {
  margin-top: -60px;
  height: 160px;
}

.team-item .team-text .team-social {
  opacity: 0;
  transition: 0.5s;
}

.team-item:hover .team-text .team-social {
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  color: var(--primary);
  background: #ffffff;
  border-radius: 40px;
}

.team-item .team-social .btn:hover {
  color: #ffffff;
  background: var(--primary);
}

/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;

  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;

  z-index: 1;
}


@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  transform: scale(0.8);
  transition: 0.5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: 0.1s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  background: var(--primary) !important;
}

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: 0.1s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: 0.1s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}

/*** Footer ***/

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  font-weight: normal;
  text-transform: capitalize;
  transition: 0.1s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, 0.1);
  margin-top: 10px;
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: var(--primary);
}

.scroller {
  width: 50%;
  background: #ffffff9a;
  margin-top: -97px;
  display: block;
  position: relative;
  z-index: 3;
  color: #384119;
  border-radius: 20px 20px 0px 0px;
}
.product-inner {
  border: 1px solid #384119;
  display: inline-block;
  padding: 5px;
  border-radius: 10px;
}
.product-im img{
    width:80%;
    height:300px;
}
.product-im {
  padding: 5px;
  border-radius: 10px;
  display: inline-block;
}
.product-cnt {
  display: inline-block;
  padding: 5px 5px;
}
.product-but {
  display: inline-block;
}
.home_line .hppy li:after {
  content: "";
  position: absolute;
  right: -99px;
}
.info_img.text-right ul.hppy.home_line li span {
  font-size: 50px;
}

.info_img.text-right ul.hppy.home_line {
  margin-top: 0;
  height: 250px;
  /*border: solid #384119 1px ;*/
  padding: 35px 8px;
  /*border-radius: 15px;*/
}

.info_img.text-right li.down_counter {
  position: relative;
  top: 73px;
}

.info_img.text-right .down_counter_top {
  position: relative;
}

.info_img.text-right {
  height: 100%;
}

.info_img.text-right .hppy li:after {
  content: "";
  position: absolute;
  right: -41px;
  top: -33px;
  font-size: 170px;
  width: 2px;
  height: 249px;
  background: #6f6e6e;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(42deg);
}
.hppy {
  list-style: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 60px;
}

.hppy li {
  display: inline-block;
  position: relative;
  margin: 0;
  font-size: 20px;
  color: #6f6e6e;
  text-align: center;
  line-height: 1.1;
}

.hppy li:after {
  content: "";
  position: absolute;
  right: -41px;
  top: -33px;
  font-size: 170px;
  width: 2px;
  height: 249px;
  background: #6f6e6e;
  -webkit-transform: rotate(32deg);
  -ms-transform: rotate(32deg);
  transform: rotate(42deg);
}

.hppy li:last-child:after {
  display: none;
}

.hppy li span {
  font-size: 122px;
  color: #6f6e6e;
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 0.8;
  margin-bottom: 6px;
  position: relative;
  left: 24px;
}
.bg-3 {
  background: url(../img/building-block.png) center center no-repeat;
  background-size: 100%;
  animation: bounce-in-right 2s ease-in;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(3000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.edit {
  display: inline-flex;
  color: #ffffff !important;
  background: #384119 !important;
  border-radius: 5px;
  width: 30px;
  height: 30px;
  position: relative;
  padding: 2px;
  font-size: 20px;
  cursor: pointer;
  float: right;
  margin-right: 4px !important;
  align-items: center;
  justify-content: center;
}
.but-sy {
  display: flex;
  float: right;
}
.short {
  color: #384119;
  border: 1px solid #384119;
  border-radius: 5px;
  padding: 8px;
  margin-right: 5px;
      display: inline-flex;
    justify-content: center;
    align-items: center;
}
.sold_out {
  top: 83px;
  left: -64px;
  color: #fff;
  display: block;
  position: relative;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #384119;
  padding: 0.5em 5em 0.4em 5em;
  text-shadow: 0 0 0.75em #444;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0 0 0.75em #444;
  -webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(-45deg) scale(0.75, 1);
}
.details {
  background-color: var(--white);
  box-shadow: var(--primary);
  /*             
              overflow-x: hidden; */
}
.thumb {
  background-color: var(--black);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 10px;
}
.details .thumb {
  background-color: var(--black);
  /* padding: 1.5rem;
              margin-bottom: 1.5rem; */
  border-radius: 10px;
}

.details .thumb .big-image img {
  height: 350px;
  width: 100%;
  /* object-fit: contain; */
  border-radius: 10px;
}
.details .thumb .big-image img:hover {
    height: 100%;
  width: 100%;
  -ms-transform: scale(1); /* IE 9 */
  -webkit-transform: scale(1); /* Safari 3-8 */
  transform: scale(1); 
}
.details .thumb .small-images {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-top: 16px;
  flex-wrap: wrap;
  border-radius: 10px;
}

.details .thumb .small-images img {
  height: 6rem;
  width: 6rem;
  object-fit: cover;
  cursor: pointer;
  transition: 0.2s linear;
  border-radius: 10px;
}

.details .thumb .small-images img:hover {
  transform: scale(1.1);
}

.details .name {
  font-size: 2rem;
  text-overflow: ellipsis;
  overflow-x: hidden;
  margin-bottom: 0.5rem;
  border-radius: 10px;
}

.details .location {
  padding-top: 1rem;
  font-size: 1.6rem;
  color: var(--light-color);
}

.details .location i {
  margin-right: 1rem;
  color: var(--main-color);
}

.details .info {
  display: flex;
  background-color: var(--light-bg);
  padding: 1.5rem;
  margin: 1.5rem 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.details .info p {
  font-size: 1.7rem;
}

.details .info p span,
.details .info p a {
  color: var(--light-color);
}

.details .info p a:hover {
  text-decoration: underline;
}

.details .info p i {
  margin-right: 1.5rem;
  color: var(--main-color);
}

.details .title {
  font-size: 2rem;
  color: var(--black);
  padding-bottom: 1.5rem;
  border-bottom: var(--border);
}

.details .flex {
  margin: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#unit-dropdown {
  padding: 1rem 0.75rem;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}
.details .flex .box {
  flex: 1 1 40rem;
}

.details .flex .box p {
  padding: 0.5rem 0;
  font-size: 1.6rem;
  color: var(--light-color);
}

.details .flex .box i {
  color: var(--main-color);
  margin-right: 1.5rem;
}

.details .description {
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  color: var(--light-color);
  line-height: 1.5;
}

.image_proprty {
  width: 70%;
  height: 50%;
}

.plot-table {
  margin: 25px 0;
}
.plot-table table tr td {
  padding: 6px 0;
  color: rgb(39, 38, 38);
}
.plot-table table tr th {
  width: 200px;
  color: rgb(39, 38, 38);
}
.address_plot {
  width: 50%;
  margin-bottom: 0;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 10px;
  width: 60%;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
}
.sold-out-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #384119;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  z-index: 1;
}

.blurred-image {
  width: 100%;
  filter: blur(5px);
}

.inputpdg {
  padding-right: 25px;
}

.page-header-home {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: url(../img/LS-banner-1.gif) center center no-repeat;
  background-size: cover;
  
}
.btnloginflex {
  display: flex;
  align-items: center;
}
.navbar-expand-lg {
  /* background: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}
.navbar-brand {
  margin-left: 24px;
  margin-right: 0;
}

.agreeflex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 15px;
}


.eye-details{
  display:inline-flex;
  justify-content: center;
  align-items: center;
  background: #384119 ;
  border-radius: 4px;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;

}
/* .eye-details:hover{
  background: #abc458 ;
} */

.eye-details i{
color: white;
}

.profile-set .profile-top {
  align-items: center;
}
.profileupload a i {
  color: white;
  font-size: 16px;
  padding: 9px;
  cursor: pointer;
}
.profile-set {
  margin-bottom: 30px;
}
.profile-set .profile-head {
  height: 109px;
  border:1px solid #384119;
  border-radius: 10px 10px 0 0;
  c
}

.profile-set .profile-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.profile-set .profile-top .profile-content {
  display: flex;
  align-items: center;
  
}
.profile-set .profile-top .profile-contentimg {
  margin-top: -40px;
  width:100px;
  height:100px;
  position: relative;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  margin-right:15px;
  overflow: hidden; /* Hide overflowing content */
}


.profile-set .profile-top .profile-contentimg img {
  width: 100%; /* Ensure image fills the container */
  height: 100%; /* Ensure image fills the container */
  object-fit: cover; /* Crop image to fill the container */
}
.profile-set .profile-top .profileupload input[type="file"] {
  opacity: 0;
  width: 34px;
  height: 34px;
  display: block;
  z-index: 9;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  left: 42px;
  
}
.profile-set .profile-top .profileupload a {
  background: #384119;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 50px;
  position: absolute;
  bottom: -2px;
  left:52px;
}
.profile-set .profile-top .profile-contentimg img {
    vertical-align: middle;
    width: 92px;
    height: 120px;
    position: relative;
    /* left: 0px; */
    /* top: 3px; */
    /* border-radius: 50%; */
}
    
}
  
}
.profile-set .profile-top .profile-contentname {
  margin-left:15px;
  
}
.profile-set .profile-top .profile-contentname h2 {
  
  padding-left:20px;
  padding-top:10px;
}
.profile-set .profile-top .profile-contentname h4 {
  color: #777;
  font-size: 14px;
  font-weight: 600;
  padding-left:20px;
  
}
.profile-set .profile-top .profile-contentname h3 {
  
  padding:5px;
  
}


/******************updated carsol***********************/
#custCarousel .carousel-indicators {
  position: static;
  margin-top:20px;
}

#custCarousel .carousel-indicators > li {
width:100px;
}

#custCarousel .carousel-indicators li img {
  display: block;
  opacity: 0.5;
}

#custCarousel .carousel-indicators li.active img {
  opacity: 1;
}

#custCarousel .carousel-indicators li:hover img {
  opacity: 0.75;
}

.carousel-item img{

  width:70%;
}


.passiconrel {
   position: relative; 
}

.passwordaps{
  position: absolute;
  top: 35px;
  right: 15px;
  cursor: pointer;
}


.passiconrellogin {
   position: relative; 
}

.passwordapslogin{
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.text-pj{
    color:rgb(12, 125, 212);
}

.thumbnail-container {
    display: grid; /* Use grid layout for responsive arrangement */
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); /* Adjust grid settings as needed */
    gap: 10px; /* Adjust spacing between thumbnails */
}

.thumbnail-container img {
    width: 100%;
    height: 100%;
    margin-top:10px;
    border: 1px solid #ccc; /* Add borders for visual separation */
    cursor: pointer; /* Optional: make thumbnails clickable */
}
.faq-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.faq-item {
  background-color: #eee;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.faq-item:hover {
  background-color: #ddd;
}

.faq-answer {
  display: none;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}