* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Cantora One", sans-serif;
}
body {
  background-color: #e8ffeb6f;
}
/* Navbar */
/* .navbar {
      position: sticky;
      top: 0;
    } */
.navbar-bg {
  /* height: 80px;  */
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out;
}

.navbar-sticky {
  background-color: white !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Banner */
.banner {
  position: relative;
  z-index: 0;
}

.container-fluid.white-bg {
  background-color: white;
}

.navbar a {
  color: #000;
  font-weight: 600;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #61ce70 !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #61ce70;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
.arrow {
  width: 20px;
}
.breadcrumb__bg {
  position: absolute;
  top: 0rem;
  left: -5px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

.breadcrumb__title {
  font-weight: 500;
  font-size: 38px;
  line-height: 1;
  color: #fff;
}
.breadcrumb__content h3 {
  color: #fff !important;
}
.breadcrumb-area {
  margin-top: 4rem;
}
.z-index-1 {
  z-index: 1;
}
.fix {
  overflow: hidden;
}
.breadcrumb__list a {
  text-decoration: none;
  color: #ffffffaa;
}
.breadcrumb__list span:not(:last-child) {
  padding-right: 10px;
}
.breadcrumb__list span {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  text-decoration: none;
  color: var(--bs-black);
}
.breadcrumb__list span a:hover {
  color: #61ce70;
}
.footer {
  padding: 30px 50px;
}
.footer-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.social-logos a {
  text-decoration: none;
  color: #000000;
}
.social-logos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.social-logos a:hover {
  color: #6ccc44;
}
.house-listing-content-feature p {
  font-size: 12px;
  font-weight: 400;
}
.house-listing-thumb img {
  width: 100%;
  height: 17rem;
  border-radius: 10px;
}
.house-listing-content-reaction p {
  margin-bottom: 0 !important;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  background-color: #6ccc44 !important;
  width: 108px !important;
  height: 5px !important;
  margin: 90px -9px -5rem 10px !important;
  border-radius: 14px;
}
.services,
.activities {
  padding: 100px 50px;
}
.house-listing-thumb {
  position: relative;
}

.house-listing-content-reaction {
  background-color: #61ce70;
  padding: 20px;
  width: 20rem;
  position: absolute;
  /* border-radius: 10px; */
  margin-top: -2rem;
  /* top: 16rem; */
  z-index: 1 !important;
  bottom: 2rem;
  /* left: 3rem; */
  text-align: center;
}
.servies-content li {
  list-style: none;
}
