      body{
        padding-bottom: 0px !important;
      }
      .ornate_color{
        color: #082959 !important;
      }
      .ornate_bg_color{
        background: #082959 !important;
      }
      .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      @media (min-width: 568px) {
          .featurette-heading {
              font-size: 30px !important;
          }
      }

      .b-example-divider {
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-item a {
          font-size: 1.2rem;
      } 
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .navbar {
          background:none;
      }
      .nav-item a.active{
          color: #41a1fa !important;
      }
      header {
        position: relative;
        background-color: black;
        height: 95vh;
        min-height: 25rem;
        width: 100%;
        overflow: hidden;
      }
      header video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
      }

      header .container {
        position: relative;
        z-index: 2;
      }

      header .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: black;
        opacity: 0.2;
        z-index: 1;
      }
      .property_types{
        font-size: 1.5rem;
        font-weight: 600;
      }
      .property_types .active{
        color:  var(--bs-danger);
        text-decoration: underline;
      }
      #keyword{
        height: 66px;
        border-radius: 0;
      }
      .header_title{
        font-size: 2rem;
        font-weight: 600;
      }
      @media (min-width: 45em){
        .header_title {
            font-size: 4rem;
        }
      }
      .container{
        scroll-behavior: smooth;
      }

      .swiper {
        width: 100%;
        height: 100%;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .container {
  position: relative;
  z-index: 10;
}

.about .content {
  padding: 30px 30px 30px 0;
}

.about .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.about .content p {
  margin-bottom: 30px;
}

.about .content .about-btn {
  padding: 8px 30px 9px 30px;
  color: rgba(238, 231, 231, 0.912);
  border-radius: 50px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  border: 2px solid #e03a3c;
}

.about .content .about-btn i {
  font-size: 16px;
  padding-left: 5px;
}

.about .content .about-btn:hover {
  background: #e35052;
  background: #e03a3c;
}

.about .icon-boxes .icon-box {
  margin-top: 30px;
}

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #41a1fa;
  margin-bottom: 10px;
}

.about .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.about .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .about {
    text-align: center;
  }
}
section {
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}
.section-bg {
    padding: 20px 0;
    color: #fff;
}
.section-bg:before {
    content: "";
    background: #1b1b1b;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.card{
  border:0 solid rgba(0, 0, 0, 0.1)
}
.bg-primary-soft {
    background-color: rgba(11, 192, 235, 0.1) !important;
}
.bg-danger-soft {
    background-color: rgba(220, 53, 69, 0.1) !important;
}
.bg-warning-soft {
    background-color: rgba(247, 195, 46, 0.15) !important;
}
.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}
.card-title a{
  text-decoration: none;
  color: #1a2027;
}
.card.svelte-1isr3ru .inner.svelte-1isr3ru {
    background: rgba(248, 247, 245, 0.2);
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.card.svelte-1isr3ru .title.svelte-1isr3ru {
    color: rgb(255, 255, 255);
    text-align: center;
}
.card.svelte-1isr3ru.swiper-slide-active .title.svelte-1isr3ru {
    color: #000;
    transition: color 0.5s ease-in-out;
}
.card.svelte-1isr3ru .inner.svelte-1isr3ru {
    background: rgba(70, 70, 70, 0.2);
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.card.svelte-1isr3ru.svelte-1isr3ru {
    box-sizing: border-box;
    height: 20rem;
    max-width: 65vw;
    min-width: 16.25rem;
    top: 0;
    transform: scale(1);
    transition: transform 0.5s ease-in-out 0.5s;
    width: 20.625rem;
    overflow: hidden;
}
.card.svelte-1isr3ru .image.svelte-1isr3ru {
    height: 16rem;
    opacity: 0.5;
    overflow: hidden;
}
.card.svelte-1isr3ru.swiper-slide-active .image.svelte-1isr3ru {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}
  @media (min-width: 57.5em){
  .card.svelte-1isr3ru.svelte-1isr3ru {
      height: 20rem;
      overflow: hidden;
  }
  .card.svelte-1isr3ru .image.svelte-1isr3ru {
    height: 20rem;
    overflow: hidden;
  }
}

.mobile-text{
  font-size: 1.8rem;
  font-weight: 700;
  color: #144fa7;
}