* {
  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;
}
.our-home-imgs {
  padding: 100px 50px;
}
.package-btn-wrapper a {
  background-color: #6ccc44;
  color: white;
  font-weight: 600;
}
.package-bg {
  top: 0;
  left: 0;
  position: absolute;
  height: 25rem;
  width: 100%;
  background: #ff6647;
  background-blend-mode: multiply;
}
.package-area {
  position: relative;
}
.section-title-pre {
  color: #6ccc44;
  font-weight: 700;
  font-size: 16px;
}
.package-title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #1b1d21;
  margin-bottom: 5rem;
}
.house-listing-content:hover {
  cursor: grab;
  box-shadow: 0px 0px 8px #87868095;
  background-color: white;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.house-listing-content {
  padding: 20px 40px 30px 40px;
}
.house-listing-item {
  background: #f5f5f5;
  position: relative;
  border-radius: 5px;
}
.house-listing-content-price p {
  font-size: 18px;
  font-weight: 700;
  color: var(--crn-heading-primary);
}
.heart,
.arrow-right {
  /* background-color: #c0c0c0b8; */
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 5px;
  stroke: #6ccc44;
  stroke-width: 2px;
}
.house-listing-content-feature p {
  font-size: 12px;
  font-weight: 400;
}
.house-listing-thumb img {
  width: 100%;
  height: 17rem;
}
.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;
}
