@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alata&display=swap");

body {
    font-family: "Quicksand", sans-serif;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a,
button,
input,
textarea {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
a:focus,
input:focus,
textarea:focus,
button:focus,
.navbar-toggler:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    font-family: "Alata", sans-serif;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0px;
}

/*===== All Button Style =====*/
.main-btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    font-size: 16px;
    border-radius: 18px;
    padding: 10px 30px;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    background: #2432c1;
}

.main-btn:hover {
    background-color: #8dc8f2;
    color: #fff;
}

.bg-header {    
    position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

.navbar {
    padding: 25px 0;
    width: 100%;
}

.sticky {
    position: fixed;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: -1px;
    height: auto;
}

.navbar .navbar-brand img {
    max-width: 150px;
}

.navbar .nav-item {
    margin: 0 20px;
    font-weight: 500;
    color: #737373;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar .nav-item:hover {
    color: #000;
    font-weight: 700;
}

.navbar .nav-item .nav-link.active {
    color: #000;
    font-weight: 700;
}

.navbar-toggler {
    border: none;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.navbar-toggler-icon {
    position: relative;
    background-image: unset;
    background-color: #2432c1;
    height: 3px;
    margin: 4px 0;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .navbar-toggler-icon:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}

.navbar-toggler.active .navbar-toggler-icon:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler.active .navbar-toggler-icon:nth-of-type(3) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: -12px;
}

/* Hero */
.bg-hero {
    margin-top: 120px;
}

.bg-hero .hero {
    border-radius: 32px;
    position: relative;
    max-height: 500px;
}

.bg-hero .hero .bg-hero-img {
    max-height: 500px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.bg-hero .hero .title-hero {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 100px;
    padding-top: 80px;
    width: 55%;
}

.bg-hero .hero .title-hero h1 {
    font-size: 52px;
}

.bg-hero .hero .title-hero h1 > span {
    color: #2432c1;
}

.bg-hero .hero .title-hero p {
    color: #737373;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 500;
}

/*===== Search Form =====*/
.bg-search {
    margin-top: 50px;
    position: relative;
}

.bg-search .search-form {
    background-color: #fff;
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px;
}

.bg-search .search-form .form-label {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.bg-search .search-form .form-control,
.bg-search .search-form .form-select {
    background-color: #f8f8f8;
    border: none;
    padding: 14px 22px;
    color: #000;
    font-weight: 500;
}

.bg-search .search-form .form-control::placeholder {
    color: #d2d2d2;
    font-weight: 600;
}

.bg-search .search-form .form-control::-ms-input-placeholder,
.bg-search .search-form .form-select::-ms-input-placeholder {
    color: #d2d2d2;
    font-weight: 600;
}

.bg-search .search-form .input-group-text {
    border: none;
    color: #737373;
    font-weight: 600;
    padding-left: 22px;
}

.bg-search .search-form .search-btn {
    height: 100%;
}

/*===== Search From Small Screen =====*/
.bg-search .search-form-sm {
    display: none;
}

.search-form-sm .filter-search{
  padding: 14px 0px;
  display: flex;
  border-radius: 10px;
  justify-content: center;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  transition: .5s;
}

.bg-search .search-form-sm .input-group {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    padding: 2px 0;
}

.bg-search .search-form-sm .form-control {
    border: none;
    padding: 14px 0px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
}

.bg-search .search-form-sm .form-control::placeholder {
    color: #d2d2d2;
    font-weight: 600;
}

.bg-search .search-form-sm .input-group-text {
    border: none;
    background-color: transparent;
    color: #737373;
    font-weight: 600;
    padding-left: 22px;
}

.bg-search .search-form-sm .search-btn .main-btn {
    height: 100%;
    border-radius: 12px;
}

.filter-modal {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.search-sm {
    width: 100%;
    height: 100%;
    background-color: #ececec;
    position: relative;
    bottom: -400px;
    left: 0;
    z-index: 99;
    padding: 50px;
}

.bg-search .search-sm label{
  font-weight: 700;
}

.left-title-search-sm{
  font-weight: 700;
} 

.right-title-search-sm{
  cursor: pointer;
} 

.bg-search .search-sm .input-group-text{
  background-color: transparent;
  border: none;
  background-color: #fff;
  box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
  font-weight: 500;
}

.bg-search .search-sm .input-group .form-control{
  border-left: none;
}

.bg-search .form-control{
  background-color: #fff;
  border: none;
  padding: 14px 22px;
  color: #000;
  font-weight: 500;
}

.bg-search .form-control::placeholder{
    color: #d2d2d2;
    font-weight: 600;
}

.bg-search .search-sm .form-control::-ms-input-placeholder,
.bg-search .search-sm .form-select::-ms-input-placeholder {
    color: #d2d2d2;
    font-weight: 600;
}

/* === PROJECT START */
.single-project {
    margin-bottom: 40px;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.single-project a{
  color: #000;
}

.bg-content {
    margin-top: 40px;
}

.single-project .project-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
    position: relative;
    overflow: hidden !important;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 18px;
}

.project-image .status-content-rumah_baru {
    position: absolute;
    left: 18px;
    top: 18px;
    background-color: #2432c1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.project-image .status-content-sewa {
    position: absolute;
    left: 18px;
    top: 18px;
    background-color: #73c124;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.project-image .status-content-rumah_bekas {
    position: absolute;
    left: 18px;
    top: 18px;
    background-color: #24a5c1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.project-image .status-content-lahan {
    position: absolute;
    left: 18px;
    top: 18px;
    background-color: #24a5c1;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: bold;
}

.project-image .status-content > p {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.5px;
}

.project-content-top .project-title h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 11px;
    font-family: "Quicksand";
}

.short-title{
  display: none;
}

.project-content-top .project-alamat > p{
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    margin-bottom: 24px;
    color: #737373;
}

.short-address{
    display: none;
}

.single-project .project-image > img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.project-content-middle .project-content-middle-items {
    padding-right: 30px;
}

.project-content-middle .project-content-middle-items > p {
    line-height: 30px;
    font-size: 24px;
    font-weight: 600;
    margin-left: 5px;
}

.project-content-middle .project-content-middle-items > span {
    line-height: 22.5px;
    font-size: 18px;
    font-weight: 600;
}

.project-content-bottom .price > p {
    line-height: 30px;
    font-weight: 700;
    font-size: 24px;
}

.project-content-bottom .price > p > span {
    color: #737373 !important;
    font-size: 18px;
}

.project-content-bottom {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.project-content-bottom .price > span {
    font-size: 18px;
    font-weight: 600;
    line-height: 22.5px;
    color: #737373;
}

.project-content-bottom .main-btn {
    font-weight: bold;
    color: #fff;
}
/* === PROJECT END */

/* === WORKS START; */
.bg-works {
    background-color: #f8f8f8;
    padding-top: 70px;
    padding-bottom: 55px;
    margin-top: 150px;
}

.bg-works .bg-works-title h2 {
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 80px;
}

.bg-works .works-image {
    margin-bottom: 25px;
}

.works-content h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-family: "Quicksand" !important;
}

.works-content p {
    color: #737373;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
}

.works-content {
    max-width: 80%;
}
/* === WORKS END; */

/* === LAYANAN START */
.bg-layanan {
    margin-top: 100px;
    margin-bottom: 100px;
}

.bg-layanan .bg-layanan-title h2 {
    font-size: 38px;
    line-height: 58px;
    margin-bottom: 15px;
}

.bg-layanan .bg-layanan-title p {
    color: #737373;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    width: 80%;
    margin: auto;
}

.bg-layanan .single-layanan {
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    padding: 13px 28px 13px 28px;
    border-radius: 18px;
}

.single-layanan .title-layanan h3 {
    font-weight: 700;
    font-size: 32px;
    line-height: 58px;
    font-family: "Quicksand";
}

.single-layanan .title-layanan h3 > span {
    color: #2432c1;
}

.content-layanan p {
    color: #737373;
    font-weight: 500;
    font-size: 18px;
    line-height: 22.5px;
    margin-top: 15px;
}
/* === LAYANAN END */

/*===== Testimoni =====*/
.bg-testimoni {
    padding: 100px 0;
    text-align: center;
    overflow-x: hidden;
}

.bg-testimoni .title-testimoni .quotes-icon {
    font-size: 120px;
    font-family: "Alata";
    color: rgba(36, 50, 193, 0.1);
}

.bg-testimoni .title-testimoni h1 {
    margin-top: -20px;
    font-size: 38px;
}

.bg-testimoni #testimoni-2 {
    margin-top: 0px;
}

.bg-testimoni .swiper-slide{
    margin: 15px;
    cursor: pointer;
    text-align: left;
    border-radius: 14px;
    background: #fff;
    padding: 24px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .03);
}

.bg-testimoni .top-testimoni {
    display: flex;
}

.bg-testimoni .top-testimoni .img-user-testimoni {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}

.bg-testimoni .top-testimoni .img-user-testimoni img {
    width: 100%;
    object-fit: cover;
}

.bg-testimoni .top-testimoni .desc-user-testimoni {
    margin-left: 15px;
    margin-top: 5px;
}

.bg-testimoni .top-testimoni .desc-user-testimoni h5 {
    font-family: "Quicksand";
    font-weight: 600;
}

.bg-testimoni .top-testimoni .desc-user-testimoni p {
    color: #737373;
    font-weight: 600;
}

.bg-testimoni .text-testimoni p {
    margin-top: 10px;
    color: #737373;
    font-weight: 400;
    line-height: 24px;
}

/* === BERLANGGANAN START */
.bg-berlangganan {
    margin-bottom: 150px;
}

.bg-berlangganan .bg-blue {
    padding: 80px;
    border-radius: 24px;
    background-color: #2432c1;
    position: relative;
}

.bg-berlangganan .title-berlangganan h2 {
    font-weight: bold;
    font-size: 38px;
    color: #fff;
    line-height: 58px;
    font-family: "Quicksand";
    margin-bottom: 10px;
}

.bg-berlangganan .title-berlangganan p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 50px;
}

.search-berlangganan {
    max-width: 50%;
    margin: 0 auto;
}

.search-berlangganan .form-control::placeholder {
    color: #d2d2d2;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}

.search-berlangganan .form-control {
    border: none;
}

.search-berlangganan .btn {
    background-color: #2432c1;
    color: #fff;
    padding: 14px 32px 14px 32px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22.5px;
    border-radius: 10px !important;
}

.search-berlangganan .btn:hover {
    background-color: #8dc8f2;
    color: #fff;
    border-color: #8dc8f2;
}

.search-berlangganan .input-group {
    background-color: #fff;
    padding: 8px;
    border-radius: 10px;
}

.bg-blue .img-top {
    position: absolute;
    top: 25px;
    right: 25px;
}

.bg-blue .img-bottom {
    position: absolute;
    bottom: 25px;
    left: 25px;
}
/* === BERLANGGANAN END */

/*===== Footer =====*/
.bg-footer {
    margin-top: 100px;
}

.bg-footer .desc-footer {
    display: none;
}

.bg-footer .main-footer {
    width: 75%;
}

.bg-footer .main-footer img {
    max-width: 150px;
}

.bg-footer .main-footer p {
    color: #737373;
    font-weight: 600;
    margin-top: 15px;
}

.bg-footer .main-footer .address {
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
}

.bg-footer .footer li h5 {
    margin-bottom: 10px;
}

.bg-footer .footer li a {
    margin: 10px 0;
    color: #737373;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.bg-footer .footer li a:hover {
    color: #000;
}

.bg-footer .footer-second {
    padding-left: 30px;
}

.bg-footer-copyright {
    margin-top: 70px;
    border-top: 2px solid rgba(115, 115, 115, 0.14);
    padding-top: 15px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
}

.bg-footer-copyright p {
    color: #737373;
    font-weight: 500;
    font-size: 14px;
}

.bg-footer .footer img {
    max-width: 30px;
}

/*===== Menjadi Partner =====*/
.bg-partner{
  margin-top: 150px;
}

.partner-benefit h2{
  font-family: "Quicksand";
  font-weight: 700;
  margin-top: 60px;
}

.partner-benefit h2 span{
  color: #2432C1;
}

.partner-benefit p{
  margin: 15px 0;
  font-weight: 500;
  font-size: 18px;
}

.benefit-list{
  margin: -10px 0;
  font-weight: 500;
  line-height: 23px;
  font-size: 18px;
}

.benefit-list span{
  color: #737373;
  margin-left: 5px;
}

.benefit-list i{
  color: #2432C1;
  margin-right: 10px;
  font-size: 20px;
}

.partner-benefit .btn-partner-benefit{
  margin-top: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  background-color: #2432C1;
  padding: 15px 30px;
  border-radius: 18px;
}

.partner-benefit .btn-partner-benefit:hover {
    background-color: #8dc8f2;
    color: #fff;
}

.primary-img-partner {
  display: none !important;
}

.img-partner-benefit{
  position: relative;
  width: 100%;
}

.img-partner-benefit .main-image-partner{
  max-width: 470px;
  border-radius: 15px;
}

.img-partner-benefit .feature-image-partner{
  position: absolute;
  max-width: 130px;
  top: 150px;
  right: -50px;
}

.img-partner-benefit .property-image-partner{
  position: absolute;
  max-width: 175px;
  bottom: -75px;
  left: 100px;
}

.bg-content-resource{
  margin-top: 200px;
}

.title-content-resource h1{
  text-align: center;
  margin-bottom: 65px;
}

@media (min-width: 1200px) and (max-width: 1376px) {
    .bg-hero .hero .title-hero {
        padding-left: 40px;
        padding-top: 30px;
        width: 65%;
    }

    .bg-hero .hero .title-hero h1 {
        font-size: 52px;
    }

    .bg-hero .hero .title-hero p {
        margin-top: 30px;
        font-size: 20px;
        max-width: 80%;
    }

    .single-layanan .span-transparant {
        color: #2432c1;
        padding: 30px 0px 30px 0px;
    }

    .bg-testimoni .desc-user-testimoni h5 {
        font-size: 14px;
    }

    .bg-testimoni .desc-user-testimoni p {
        font-size: 12px;
        line-height: 1.2;
    }

    .bg-testimoni .top-testimoni .img-user-testimoni {
        width: 40px;
        height: 40px;
    }

    .partner-benefit h2{
      margin-top: 30px;
    }

    .benefit-list span{
      margin-left: 0px;
    }

    .bg-detail-property .property-titile h2{
      font-size: 20px !important;
    }

    .bg-detail-property .property-location h4{    
      margin-top: 10px !important;
      font-size: 16px !important;
      width: 60% !important;
    }

    .open-location-top {
      padding: 0px 10px !important;  
    }
}

@media (min-width: 1199px) and (max-width: 1400px) {
  .navbar .nav-item{
    margin: 5px;
  }

  .navbar .nav-link{
    font-size: 14px;
  }

  .bg-hero .hero .title-hero {
    padding-left: 50px;
    padding-top: 50px;
  }

  .project-content-bottom .price > p{
    font-size: 20px !important;
  }

  .project-content-bottom .price > span{
    font-size: 16px !important;
  }

  .single-layanan .title-layanan h3 {
    font-size: 24px;
  }  

  .bg-top-detail-left{
    flex: 1.5 !important;
  }

  .bg-top-detail-right{
    flex: 1 !important;
  }

  .bg-detail-property .back-property {
    height: 80px !important;
  }

  .open-location{
    width: 210px;
    margin-left: -20px;
    margin-bottom: 10px;
  }

  .galeri .swiper-button-next{
    top: 640px !important;
    right: 100px !important;
  }

  .galeri .swiper-button-prev{
    top: 640px !important;
    left: 100px !important;
  }
  
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar .nav-item{
      margin: 0;
      padding-top: 7px;
    }

    .navbar .nav-link{
      font-size: 10px;
    }

    .bg-hero .hero .title-hero {
        padding-left: 40px;
        padding-top: 30px;
        width: 65%;
    }

    .bg-hero .hero .title-hero h1 {
        font-size: 46px !important;
    }

    .bg-hero .hero .title-hero p {
        margin-top: 30px;
        font-size: 20px;
        max-width: 80%;
    }

    .bg-search .search-form .form-label {
        font-size: 14px;
    }

    .project-content-middle-items img{
      width: 20px;
    }

    .project-content-middle-items p{
      font-size: 16px !important;
    }

    .project-content-bottom .price > p {
        line-height: 22.5px;
        font-weight: 700;
        font-size: 19px;
        margin-top: -20px;
        font-size: 16px !important;
    }

    .project-content-bottom .price > span{
      font-size: 14px !important;
    }

    .project-content-bottom .main-btn{
      padding: 0;
      font-size: 12px;
      padding: 15px 20px;
      border-radius: 10px;
    }

    .project-content-bottom {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .bg-layanan .single-layanan {
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 28px 13px 28px;
        border-radius: 10px;
    }

    .bg-layanan-title p{
      width: 100% !important;
      font-size: 18px !important;
    }

    .single-layanan .title-layanan h3 {
        font-weight: bold;
        font-size: 22px;
        line-height: 35px;
    }

    .content-layanan p{
      font-size: 16px;
    }

    .single-layanan .span-transparant {
        color: #2432c1;
        padding: 19px 0px 19px 0px;
    }

    .bg-testimoni .desc-user-testimoni h5 {
        font-size: 14px;
    }

    .bg-testimoni .desc-user-testimoni p {
        font-size: 12px;
        line-height: 1.2;
    }

    .bg-testimoni .top-testimoni .img-user-testimoni {
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }

    .bg-detail-property .back-property {
      height: 100px !important;
    }

    .property-location{
      display: unset !important;
    }

    .open-location-top {
      width: 200px;
      margin-top: 15px !important;
      margin-left: -1px !important;
    }

    .bg-detail-property .property-titile h2{
      font-size: 18px !important;
    }

    .bg-detail-property .property-location h4{
      font-size: 16px !important; 
    }

    .bg-top-detail-left{
      flex: 1 !important;
    }

    .bg-top-detail-right{
      padding-top: 10px;
    }

    .bg-top-detail{
      margin-bottom: 30px;
    }

    .item-image {
      margin-top: 5px;
      height: 340px !important;
      width: 300px !important;  
    }

    .open-location{
      width: 230px;
      margin-left: -70px;
    }
    
}

@media (max-width: 992px) {
    .navbar {
        background-color: #f8f8f8;
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.1);
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        width: 100%;
        right: 0;
        z-index: 9;
        background-color: #f8f8f8;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        transition: all 0.5s ease-out 0s;
        max-height: 0px;
        overflow: hidden;
        margin: 0 auto !important;
    }

    .navbar-collapse .container{
        display: block !important;
    }

    .navbar-collapse.show {
        padding-bottom: 30px;
        max-height: 500px;
    }

    .navbar.show{
        background-color: #f8f8f8;
    }

    .navbar .nav-item {
        margin: 5px auto;
        text-align: right;
        margin-right: 15px;
    }

    .navbar-btn {
        margin-top: 10px;
        width: 100%;
        padding: 15px 30px;
    }

    .bg-hero{
      margin-top: 200px !important;
    }

    .bg-hero .hero .title-hero {
        padding-left: 40px;
        padding-top: 30px;
        width: 65%;
    }

    .bg-hero .hero .title-hero h1 {
        font-size: 28px;
    }

    .bg-hero .hero .title-hero p {
        margin-top: 20px;
        font-size: 18px;
        max-width: 80%;
    }

    .bg-search .form-group {
        margin-bottom: 20px;
    }

    .bg-search .search-btn {
        height: 60% !important;
        margin-top: 20px;
    }

    .bg-search .search-btn .main-btn {
        border-radius: 10px;
    }

    .search-detail{
      margin-top: 200px !important;
    }

    .content-layanan p {
        font-weight: 500;
        font-size: 16px;
        line-height: 22.5px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .bg-layanan {
        margin-top: 70px;
        margin-bottom: 50px;
    }

    .bg-testimoni .title-testimoni .quotes-icon {
        font-size: 95px;
    }

    .bg-testimoni .title-testimoni h1 {
        margin-top: -10px;
        font-size: 28px;
    }

    .bg-berlangganan {
        margin-bottom: 150px;
    }

    .bg-berlangganan .bg-blue {
        padding: 48px 60px 48px 60px;
        border-radius: 14px;
    }

    .bg-berlangganan .title-berlangganan h2 {
        font-size: 34px;
        line-height: 33.12px;
    }

    .bg-berlangganan .title-berlangganan p {
        font-size: 20px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .search-berlangganan {
        max-width: 80%;
        margin: 0 auto;
    }

    .search-berlangganan .form-control::placeholder {
        font-size: 18px;
        line-height: 17.5px;
        font-weight: 700;
    }

    .search-berlangganan .btn {
        padding: 18px;
        font-size: 18px;
        font-weight: 700;
        line-height: 17.5px;
        border-radius: 8px !important;
    }

    .bg-blue .img-top {
        display: none;
    }

    .bg-blue .img-bottom {
        display: none;
    }

    .bg-footer {
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
        padding-top: 50px;
    }

    .bg-footer .desc-footer {
        display: block;
    }

    .bg-footer .desc-footer p {
        font-size: 18px;
        font-weight: 700;
        color: #000;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(126, 127, 151, 0.14);
        margin-bottom: 30px;
    }

    .bg-footer .main-footer {
        width: 100%;
    }

    .bg-footer .main-footer p {
        display: none;
    }

    .bg-footer .main-footer .address {
        display: block;
    }

    .bg-footer .footer {
        margin-top: 30px;
    }

    .bg-footer .footer ul li {
        display: inline-block;
        margin-right: 20px;
    }

    .bg-footer .footer-third ul li {
        display: block;
    }

    .bg-footer .footer-second {
        padding-left: 0px;
    }
    
    .primary-img-partner {
      display: block !important;
      margin-top: 50px;
      margin-left: 100px;
    }

    .secondary-img-partner  {
      display: none !important;
    }

    .partner-benefit h2{
      margin-top: 100px;
    }

    .img-partner-benefit .feature-image-partner{
      top: 150px;
      right: 150px;
    }

    .img-partner-benefit .property-image-partner{
      bottom: -75px;
      left: -50px;
    }

    .open-location-top {
      display: none !important;
    }

    .bg-detail-property{
      margin-top: 50px !important;
    }

    .bg-detail-property .back-property {
      height: 70px !important;
    }

    .bg-verified{
      position: absolute;
      top: 0;
      left: -50px;
      width: 100%;
    }

    .bg-top-detail{
      display: unset !important;
    }

    .bg-top-detail-right a{
      font-size: 24px !important;
    }

    .property-btn{
      margin-top: 24px !important;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .project-content-middle-items img{
        max-width: 20px;
    }

    .price p{
        font-size: 20px !important;
    }
}

@media (max-width: 769px) {
    .navbar {
        padding: 25px 10px;
    }

    .bg-hero .hero .title-hero {
        padding-top: 45px;
        padding-left: 30px;
        width: 70%;
    }

    .bg-search {
        margin-top: 30px;
    }

    .bg-search .search-form {
        display: none;
    }

    .bg-search .search-form-sm {
        display: block !important;
    }

    .bg-search .search-form-sm .col-8 {
        padding-right: 0;
    }

    .bg-search .search-form-sm .input-group-text {
        padding-left: 15px;
    }

    .bg-search .search-form-sm .form-control {
        font-size: 14px;
    }

    .bg-search .search-form-sm .main-btn {
        padding: 0;
        border-radius: 12px;
        margin: 0;
    }

    .single-project {
        margin-bottom: 40px;
        border-radius: 24px;
        padding: 20px;
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
        margin-bottom: 20px;
    }

    .bg-content {
        margin-top: 0px;
        margin-bottom: -100px;
    }

    .project-content-top .project-title h3{
        font-size: 18px;
        font-weight: 700;
        line-height: 22.5px;
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .project-content-top .project-alamat {
        font-size: 12px;
        font-weight: 600;
        line-height: 15px;
        margin-bottom: 15px;
        color: #737373;
    }

    .project-image .status-content {
        position: absolute;
        left: 12px;
        font-size: 12px;
        top: 12px;
        background-color: #2432c1;
        color: #fff;
        padding: 0px 10px;
        font-weight: bold;
        border-radius: 8px;
    }

    .project-image .status-content-sewa {
        position: absolute;
        left: 12px;
        font-size: 12px;
        top: 12px;
        background-color: #73c124;
        color: #fff;
        padding: 0px 10px;
        border-radius: 8px;
        font-weight: bold;
    }

    .project-image .status-content-bekas {
        position: absolute;
        font-size: 12px;
        left: 12px;
        top: 12px;
        background-color: #24a5c1;
        color: #fff;
        padding: 0px 10px;
        border-radius: 8px;
        font-weight: bold;
    }

    .project-image .status-content-lahan {
        position: absolute;
        font-size: 12px;
        left: 12px;
        top: 12px;
        background-color: #24a5c1;
        color: #fff;
        padding: 0px 10px;
        border-radius: 8px;
        font-weight: bold;
    }

    .project-content-middle .project-content-middle-items > img {
        max-width: 30px;
    }

    .project-content-middle .project-content-middle-items > p {
        line-height: 17.5px;
        font-size: 20px;
        margin-top: 5px;
        font-weight: 600;
    }

    .project-content-middle .project-content-middle-items > span {
        line-height: 12.5px;
        font-size: 10px;
        font-weight: 600;
    }

    .project-content-bottom .price > p {
        line-height: 22.5px;
        font-weight: 700;
        font-size: 18px;
    }

    .project-content-bottom {
        margin-top: 40px;
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    .project-content-bottom .main-btn {
        display: none;
    }

    .bg-works .single-works {
        text-align: center;
        margin-bottom: 32px;
    }

    .bg-works .bg-works-title h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 58px;
        margin-bottom: 0px;
        text-align: center;
    }

    .bg-works .works-image {
        margin-bottom: 25px;
    }

    .works-content h3 {
        font-weight: bold;
        font-size: 18px;
        line-height: 22.5px;
        margin-bottom: 10px;
    }

    .works-content p {
        color: #737373;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
    }

    .works-content {
        max-width: 90%;
        margin: 0 auto;
    }

    .bg-layanan {
        margin-top: 80px;
        margin-bottom: 70px;
    }

    .bg-layanan .bg-layanan-title h2 {
        font-weight: bold;
        font-size: 24px;
        line-height: 58px;
    }

    .bg-layanan .bg-layanan-title p {
        color: #737373;
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        max-width: 90%;
        margin: 0 auto;
    }

    .bg-layanan .single-layanan {
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 28px 13px 28px;
        border-radius: 10px;
    }

    .single-layanan .title-layanan h3 {
        font-weight: bold;
        font-size: 28px;
        line-height: 35px;
    }

    .single-layanan .title-layanan h3 > span {
        color: #2432c1;
    }

    .content-layanan p {
        color: #737373;
        font-weight: 500;
        font-size: 16px;
        line-height: 22.5px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .bg-berlangganan {
        margin-bottom: 150px;
    }

    .bg-berlangganan .bg-blue {
        padding: 24px 20px 24px 20px;
        border-radius: 14px;
    }

    .bg-berlangganan .title-berlangganan h2 {
        font-size: 24px;
        line-height: 33.12px;
    }

    .bg-berlangganan .title-berlangganan p {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .search-berlangganan {
        max-width: 100%;
        margin: 0 auto;
    }

    .search-berlangganan .form-control::placeholder {
        font-size: 14px;
        line-height: 17.5px;
        font-weight: 700;
    }

    .search-berlangganan .btn {
        padding: 14px;
        font-size: 14px;
        font-weight: 700;
        line-height: 17.5px;
        border-radius: 8px !important;
    }

    .bg-blue .img-top {
        display: none;
    }

    .bg-blue .img-bottom {
        display: none;
    }

    .bg-footer-copyright {
        display: block;
        text-align: center;
    }

    .bg-partner{
      margin-top: 100px;
    }

    .img-partner-benefit{
      margin-top: 130px;
      margin-left: 70px;
    }

    .img-partner-benefit .main-image-partner{
      max-width: 500px;
      margin-left: 30px;
    }

    .img-partner-benefit .feature-image-partner{
      top: unset;
      bottom: 200px;
      right: 100px;
      max-width: 200px;
    }

    .bg-verified{
      left: -20px;
      z-index: 1;
    }

    .img-partner-benefit .property-image-partner{
      bottom: -75px;
      left: -20px;
      max-width: 200px;
    }

    .bg-detail-property .property-titile h2{
      font-size: 24px !important;
      margin-top: 0 !important;
    }
  
    .bg-detail-property .property-location h4{
      font-size: 18px !important;
    }

    .bg-detail-property .back-property {
      margin-right: 10px !important;
      width: 40px !important;
      height: 100% !important;
    }

    .bg-top-detail-right{
      display: unset !important;
    }

    .top-detail-right{
      display: none !important;
    }

    .bottom-detail-right{
      display: block;
    }
    
    .swiper{
      margin-top: 20px;
    }

    .img-partner-benefit .main-image-partner{
      margin-top: -20px !important;
    }

    .property-btn{
      margin-top: -10px !important;
    }

    .type-unit{
      margin-top: 20px;
    }

    .spesifikasi{
      margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 769px) {
    .search-berlangganan {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 557px) and (max-width: 767px) {
    .bg-hero .bg-hero-img {
        width: 100%;
        height: 350px !important;
        object-fit: cover;
    }

    .bg-testimoni .desc-user-testimoni h5 {
        margin-top: 5px;
        font-size: 14px;
    }

    .bg-testimoni .desc-user-testimoni p {
        font-size: 12px;
        line-height: 1.2;
    }

    .bg-testimoni .top-testimoni .img-user-testimoni {
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
 
    .bg-testimoni .text-testimoni p {
        font-size: 14px;
        margin-top: 5px;
    }
}

@media (min-width: 556px) and (max-width: 580px) {
    .bg-testimoni .top-testimoni .img-user-testimoni {
        width: 30px;
        height: 30px;
    }

    .bg-testimoni .desc-user-testimoni h5 {
        margin-top: 0;
    }

    .bg-testimoni .desc-user-testimoni p {
        display: none;
    }
}

@media (max-width: 556px) {
    body{
      padding: 0 10px;  
    }

    .bg-hero .hero {
        height: 370px;
    }

    .bg-hero .hero .bg-hero-img {
        height: 100%;
        object-fit: cover;
    }

    .bg-hero .hero .title-hero {
        width: 100%;
        padding-top: 30px !important;
    }

    .bg-hero .hero .title-hero p{
      font-size: 14px;
    }

    .search-sm {
      padding: 50px 20px;
      bottom: -180px;
    }

    .format-luas{
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
      max-width: 30px !important;
    }

    .single-project {
        padding: 15px !important;
        border-radius: 10px;
        margin-bottom: 0px;
    }

    .single-project .project-title h3{
        margin-top: 20px;
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 5px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .short-title{
      display: block;
    }

    .full-title{
      display: none;
    }

    .project-content-top .project-alamat > p{
        font-size: 14px !important;
        line-height: 20px !important;
        margin-bottom: 5px !important;
    }

    .full-address{
      display: none;
    }

    .short-address{
      display: block;
    }

    .single-project .project-image {
        height: 130px !important;
        border-radius: 12px !important;
        background-color: #000;
    }

    .single-project .project-image > p{
      font-size: 12px !important;
      padding: 0px 5px;
      top: 10px;
      left: 10px;
      border-radius: 5px;
    }

    .single-project .project-image > img {
        object-fit: cover !important;
    }

    .project-content-middle .project-content-middle-items {
        padding-right: 10px !important;
    }

    .project-content-middle .project-content-middle-items > p {      
        font-size: 12px !important;
        margin-top: -1px !important;
    }

    .project-content-middle .project-content-middle-items > img {      
        width: 15px !important;
    }

    .project-content-bottom {
        margin-top: 7px !important;
    }

    .project-content-bottom .price > p {
        font-size: 16px !important;
        margin-bottom: -7px !important;
    }

    .project-content-bottom .price > span {
        font-size: 12px !important;
        margin-top: -5px !important;
    }

    .project-content-bottom .price > p > span {
        font-size: 10px;
    }

    .bg-footer {
        padding: 50px 10px;
        padding-bottom: 0px;
    }

    .img-partner-benefit{
      margin-top: 130px;
      margin-left: 0px;
    }

    .bg-verified{
      top: -20px;
    }

    .img-partner-benefit .main-image-partner{
      max-width: 350px;
      margin-left: 20px;
    }

    .img-partner-benefit .property-image-partner{
      left: -20px;
      max-width: 130px;
    }

    .img-partner-benefit .feature-image-partner{
      right: -10px;
      bottom: -20px;
      max-width: 90px;
    }

    .bg-detail-property .back-property {
      height: 110px !important;
    }

    .bg-berlangganan {
      margin-top: -100px !important;
      margin-bottom: 0px !important;
    }

    .bg-footer{
      margin-top: 75px !important;
    }

}

@media (max-width: 391px) {
    .project-content-middle .project-content-middle-items {
        padding-right: 5px !important;
    }

    .project-content-middle .project-content-middle-items > p {      
        font-size: 12px !important;
    }

    .project-content-middle .project-content-middle-items > img {      
        width: 15px !important;
    }

    .img-partner-benefit .main-image-partner{
      max-width: 300px;
    }

    .format-luas{
      max-width: 25px !important;
    }
}

@media (max-width: 361px) {
    .img-partner-benefit .main-image-partner{
      margin-left: 10px;
    }
}

@media (max-width: 322px) {
    .bg-hero .hero .title-hero {
        width: 80% !important;
    }

    .bg-hero .hero .title-hero h1 {
        font-size: 24px;
    }

    .bg-hero .hero .title-hero p {
        font-size: 14px;
    }

    .search-sm{
      bottom: 0;
      padding: 20px;
      font-size: 14px;
    }

    .bg-works .single-works {
        text-align: center;
        margin-bottom: 32px;
    }

    .bg-works .bg-works-title h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 58px;
        margin-bottom: 0px;
        text-align: center;
    }

    .works-content h3 {
        font-weight: bold;
        font-size: 16px;
        line-height: 22.5px;
        margin-bottom: 10px;
    }

    .works-content p {
        color: #737373;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
    }

    .bg-layanan {
        margin-top: 50px;
        margin-bottom: 70px;
    }

    .bg-layanan .bg-layanan-title h2 {
        font-weight: bold;
        font-size: 20px;
        line-height: 58px;
    }

    .bg-layanan .bg-layanan-title p {
        color: #737373;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        max-width: 90%;
        margin: 0 auto;
    }

    .bg-layanan .single-layanan {
        box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
        padding: 13px 28px 13px 28px;
        border-radius: 18px;
    }

    .single-layanan .title-layanan h3 {
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }

    .single-layanan .title-layanan h3 > span {
        color: #2432c1;
    }

    .content-layanan p {
        color: #737373;
        font-weight: 500;
        font-size: 14px;
        line-height: 22.5px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .bg-testimoni .desc-user-testimoni h5 {
        font-size: 16px;
    }

    .bg-testimoni .desc-user-testimoni p {
        font-size: 12px;
    }

    .bg-berlangganan {
        margin-bottom: 150px;
    }

    .bg-berlangganan .bg-blue {
        padding: 20px 16px 20px 16px;
        border-radius: 14px;
    }

    .bg-berlangganan .title-berlangganan h2 {
        font-size: 18px;
        line-height: 22.12px;
    }

    .bg-berlangganan .title-berlangganan p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        line-height: 15px;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .search-berlangganan {
        max-width: 100%;
        margin: 0 auto;
    }

    .search-berlangganan .form-control::placeholder {
        font-size: 12px;
        line-height: 17.5px;
        font-weight: 700;
    }

    .search-berlangganan .btn {
        padding: 10px;
        font-size: 12px;
        font-weight: 700;
        line-height: 17.5px;
        border-radius: 8px !important;
    }

    .bg-blue .img-top {
        display: none;
    }

    .bg-blue .img-bottom {
        display: none;
    }

    .img-partner-benefit .main-image-partner{
      max-width: 280px;
      margin-left: 0px;
    }

    .bg-verified{
      left: -50px;
    }
}
/* === RESPONSIVE END === */


/*===== Search Form =====*/
.bg-search-detail{
    margin-top: 30px;
  }
  
  .bg-search-detail .search-form-detail{
    background-color: #fff;
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
    border-radius: 24px;
    padding: 24px;
  }
  
  .bg-search-detail .search-form-detail .form-label{
    font-size: 16px;
    color: #000;
    font-weight: 700;
  }
  
  .bg-search-detail .search-form-detail .form-control,
  .bg-search-detail .search-form-detail .form-select{
    background-color: #F8F8F8;
    border: none;
    padding: 14px 22px;
    color: #000;
    font-weight: 500;
  }
  
  .bg-search-detail .search-form-detail .form-control::placeholder{
    color: #D2D2D2;
    font-weight: 600;
  }
  
  .bg-search-detail .search-form-detail .form-control::-ms-input-placeholder,
  .bg-search-detail .search-form-detail .form-select::-ms-input-placeholder{
    color: #D2D2D2;
    font-weight: 600;
  }
  
  .bg-search-detail .search-form-detail .input-group-text{
    border: none;
    color: #737373;
    font-weight: 600;
    padding-left: 22px;
  }
  
  .bg-search-detail .search-form-detail .search-btn{
    height: 100%;
  }
  
  /*===== Search From Small Screen =====*/
  .bg-search-detail .search-form-sm{
    display: none;
  }
  
  .bg-search-detail .search-form-sm .input-group{
    border: 0.1px solid rgba(115, 115, 115, 1);
    border-radius: 12px;
    background-color: #FFF;
    box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
  }
  
  .bg-search-detail .search-form-sm .form-control{
    border: none;
    padding: 14px 0px;
    color: #000;
    font-weight: 500;
    background-color: transparent;
  }
  
  .bg-search-detail .search-form-sm .form-control::placeholder{
    color: #D2D2D2;
    font-weight: 600;
  }
  
  .bg-search-detail .search-form-sm .input-group-text{
    border: none;
    background-color: transparent;
    color: #737373;
    font-weight: 600;
    padding-left: 22px;
  }
  
  .bg-search-detail .search-form-sm .search-btn .main-btn{
    height: 100%;
    border-radius: 12px;
  }
  
  /* Detail-Property */
  .bg-detail-property{
    margin-top: 70px;
  }
  
  .bg-detail-property .property-titile h2{
    margin-top: 5px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 24px;
  }
  
  .bg-detail-property .property-location h4{
    margin-top: 5px;
    color: #737373;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
  }
  
  .bg-detail-property .back-property {
    background-color: #2432C1;
    width: 50px;
    height: 75px;
    color: #fff;
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
  }
  
  .bg-detail-property .back-property img {
    transition: transform 0.3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  /* Animasi untuk hover */
  .bg-detail-property .back-property:hover img {
    animation: move-left-right 1s;
  }
  
  @keyframes move-left-right {
    50% {
      transform: translateX(-30px);
    }
    100% {
      transform: translateX(30px);
    }
  }
  
  .bg-detail-property .property-value{
    text-decoration: none;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 25px;
    color: #2432C1;
    border-radius: 8px;
    border: 2px solid #1238bf;    
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
  }
  
  .bg-detail-property .property-btn{
    text-decoration: none;
    padding: 20px 15px;
    text-align: center;
    margin-bottom: 25px;
    color: #fff;
    border-radius: 8px;
    background-color: #1238bf;
    border: 2px solid #1238bf;    
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
  }

  .bg-detail-property .property-btn:hover{
    background-color: #8dc8f2;
    border: 2px solid #8dc8f2;
  }

  .open-location-top a {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    color: black;
    font-size: 14px !important;
  }
  
  .open-location-top {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px; 
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
    margin-top: 1px;
  }
  
  .open-location-top .map-icon {
    margin-right: 5px;
    height: 20px;
    width: 20px;
  }
  
  .open-location-top:hover {
    background-color: #2432C1;
  }
  
  .open-location-top:hover a {
    color: #fff;
  }
  
  .open-location-top .hover {
    display: none;
  }
  
  .open-location-top:hover .hover {
    display: inline-block;
  }
  
  .open-location-top:hover .default {
    display: none;
  }
  
  .bg-detail-property .swiper-card{
    height: auto;
    width: auto;
  }
  
  .bg-detail-property .swiper-card .swiper {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  .bg-detail-property .swiper-card .swiper-slide{
    font-size: 18px;
    background: #fff;
  }
  
  .bg-detail-property .swiper-card .swiper-wrapper .swiper-slide img {
    display: block;
    width: 100%; 
    height: 520px;
    object-fit: cover; 
    max-height: 520px; 
    border-radius: 20px;
  }
  
  .bg-detail-property .swiper-card .swiper-horizontal .swiper-pagination{
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 15px;
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 50px;
    padding: 0px 10px;
    width: auto;
    height: auto;
  }
  
  .bg-detail-property .swiper-card .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #fff;
  }
  
  .bg-detail-property .swiper-card .swiper-button-next{
    background-color: #383939;
    padding: 20px;
    height: 33px;
    width: 33px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
  }
  
  .bg-detail-property .swiper-card .swiper-button-next:after{
    font-size: 20px;
  }
  
  .bg-detail-property .swiper-card .swiper-button-prev:after{
    font-size: 20px;
  }
  
  .bg-detail-property .swiper-card .swiper-button-prev{
    background-color: #383939;
    padding: 20px;
    height: 33px;
    width: 33px;
    font-weight: bold;
    border-radius: 50px;
    color: #fff;
  } 
  
  .verified-info{
    position: absolute;
    z-index: 90;
    left: 60px;
    top:30px;
    background-color: #FFC700;
    padding: 5px;
    border-radius: 50px;
  }
  
  .verified-info p{
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #6A4600;
    padding: 0px 10px;
  }
  
  .verified{
    position: absolute;
    z-index: 90;
    left:30px;
    top: 30px;
    background-color: #FFC700;
    padding: 5px;
    border-radius: 100px;
  }
  
  /* Detail */
  .bg-detail{
    margin-top: 20px;
  }
  
  .bg-detail h3 {
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    size: 28px;
    line-height: 35px;
  }
  
  .bg-detail p {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    size: 20px;
    line-height: 25px;
    color: #737373;
  }
  
  .content{
    margin-top: 30px;
  }
  
  .sarana ul {
    list-style-type: none;
    padding-left: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    size: 20px;
    line-height: 25px;
    color: #000000;
  }
  
  .sarana ul li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 5px; 
  }
  
  .sarana ul li::before {
    content: '\2022'; 
    position: absolute; 
    left: 0; 
    color: #2432C1; 
    font-size: 3em;
    line-height: 1;
    vertical-align: middle;
    transform: translateY(-25%);
  }
  
  .type-unit .item-unit > p {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    margin-left: 3px;
    color: #000000;
  }
  
  .type-unit .item-unit{
    margin-bottom: 8px;
  }

  .type-unit .item-unit img {
    height: 20px;
    width: 22px;
  }
  
  .type-unit .image-background {
    border: 2px solid #FFFF;
    cursor: pointer;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    height: 370px;
    width:340px;
    object-fit: cover;
  }
  
  .item-image {
    position: relative;
    cursor: pointer;
    height: 370px;
    width:340px;  
  }
  
  .item-image:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.32);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  
  .item-image:hover img.info {
    display: block;
    height: 27px;
    width: 27px;
  }
  
  .item-image img.info {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .item-image:hover p.info {
    display: block;
    color: black;
    position: absolute;
    bottom: 130px; 
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: semi-bold;
    font-size: 20px;
    line-height: 20px;
  }
  
  .item-image p.info {
    display: none;
  }
  
  .spesifikasi-item .tanah > span{
    line-height: 15px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .spesifikasi-item .bangunan > span{
    line-height: 15px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .spesifikasi-item > div {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  .spesifikasi-item img {
      margin-right: 7px;
      height: 25px;
      width: 24px;
  }
  
  .spesifikasi-item p {
    margin: 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    size: 20px;
    line-height: 25px;
    color: #000000;
  }
  
  /* Lokasi*/
  .bg-location{
    margin-top: 50px;
  }
  .title-location h3{
    font-family: "Quicksand", sans-serif;
    font-weight: bold;
    size: 28px;
    line-height: 35px;
  }
  
  .open-location a {
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
    color: black;
  }
  
  .open-location {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 5px; 
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: 0.3s ease;
  }
  
  .open-location .map-icon {
    margin-right: 5px;
    height: 20px;
    width: 20px;
  }
  
  .open-location:hover {
    background-color: #2432C1;
  }
  
  .open-location:hover a {
    color: #fff;
  }
  
  .open-location .hover {
    display: none;
  }
  
  .open-location:hover .hover {
    display: inline-block;
  }
  
  .open-location:hover .default {
    display: none;
  }
  
  .maps{
    margin-top: 12px;
    border: 5px solid #FFFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border-radius: 15px;
  }
  
  .maps iframe {
    width: 100%;
    height: 600px;
    border-radius: 15px;
  }
  
  /*===== Footer =====*/
  .bg-footer{
    margin-top: 100px;
  }
  
  .bg-footer .desc-footer{
    display: none;
  }
  
  .bg-footer .main-footer{
    width: 75%;
  }
  
  .bg-footer .main-footer img{
    max-width: 150px;
  }
  
  .bg-footer .main-footer p{
    color: #737373;
    font-weight: 600;
    margin-top: 15px;
  }
  
  .bg-footer .main-footer .address{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
  }
  
  .bg-footer .footer li h5{
    margin-bottom: 10px;
  }
  
  .bg-footer .footer li a{
    margin: 10px 0;
    color: #737373;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .bg-footer .footer li a:hover{
    color: #000;
  }
  
  .bg-footer .footer-second{
    padding-left: 30px;
  }
  
  .bg-footer-copyright{
    margin-top: 70px;
    border-top: 2px solid rgba(115, 115, 115, 0.14);
    padding-top: 15px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-between;
  }
  
  .bg-footer-copyright p{
    color: #737373;
    font-weight: 500;
    font-size: 14px;
  }
  
  .bg-footer .footer img{
    max-width: 30px;
  }
  
  @media (min-width: 992px ) and (max-width: 1199px){
    .bg-search-detail .search-form-detail .form-label{
      font-size: 14px;
    }
  }
  
  @media (max-width: 992px){
    .navbar{
      background-color: #F8F8F8;
      box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.1);
    }
  
    .navbar-collapse{
      padding-top: 10px;
    }
  
    .navbar .nav-item{
      margin: 5px 0px;
      text-align: right;
      margin-right: 15px;
    }
  
    .navbar-btn{
      margin-top: 10px;
      width: 100%;
      padding: 15px 30px;
    }
  
    .bg-search-detail .form-group{
      margin-bottom: 20px;
    }
  
    .bg-search-detail .search-btn{
      height: 60% !important;
      margin-top: 20px;
    }
  
    .bg-search-detail .search-btn .main-btn{
     border-radius: 10px;
    }
  
    .bg-footer{
      box-shadow: 0px 4px 68px 0px rgba(0, 0, 0, 0.08);
      padding-top: 50px;
    }
  
    .bg-footer .desc-footer{
      display: block;
    }
  
    .bg-footer .desc-footer p{
      font-size: 18px;
      font-weight: 700;
      color: #000;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(126, 127, 151, 0.14);
      margin-bottom: 30px;
    }
  
    .bg-footer .main-footer{
      width: 100%;
    }
  
    .bg-footer .main-footer p{
      display: none;
    }
  
    .bg-footer .main-footer .address{
      display: block;
    }
  
    .bg-footer .footer{
      margin-top: 30px;
    }
  
    .bg-footer .footer ul li{
      display: inline-block;
      margin-right: 20px;
    }
    
    .bg-footer .footer-third ul li{
      display: block;
    }
    
    .bg-footer .footer-second{
      padding-left: 0px;
    }
  
    .bg-detail .type-unit h5 {
      margin-top: 25px;
      margin-bottom: 5px;
    }
  
    .bg-detail .spesifikasi h5 {
      margin-top: 35px;
      margin-bottom: 5px;
    }
  
    .bg-detail-property .property-value{
      margin-top: 25px;
    }
  
    .galeri .swiper-button-next{
      display:none;
    }
    
    .galeri .swiper-button-next:after{
      font-size: 20px;
    }
    
    .galeri .swiper-button-prev:after{
      font-size: 20px;
    }
    
    .galeri .swiper-button-prev{
      display: none
    }

    .galeri .swiper-slide img {
      max-height: 300px; 
      border-radius: 10px !important;
    }

    .type-unit{
      margin-top: 30px;
    }

    .spesifikasi{
      margin-top: 30px;
      margin-left: 30px;
    }
  
  }
  
  @media (max-width: 768px){ 
    .navbar{
      padding: 25px 10px;
    }
  
    .bg-hero .hero .title-hero{
      padding-top: 45px;
      padding-left: 30px;
      width: 70%;
    }
    
    .bg-search{
      margin-top: 30px;
    }
  
    .bg-search .search-form{
      display: none;
    }
  
    .bg-search .search-form-sm{
      display: block !important;
    }
  
    .bg-search .search-form-sm .col-8{
      padding-right: 0;
    }
  
    .bg-search .search-form-sm .input-group-text{
      padding-left: 15px;
    }
  
    .bg-search .search-form-sm .form-control{
      font-size: 14px;
    }
  
    .bg-search .search-form-sm .main-btn{
      padding: 0;
      border-radius: 12px;
      margin: 0;
    }  
  
    .bg-footer-copyright{
      display: block;
      text-align: center;
    }

    .bg-footer{
      margin-top: 150px;
    }

    .maps iframe {
      height: 400px;
    }
  
    .bg-detail .type-unit h5 {
      margin-top: 25px;
      margin-bottom: 5px;
    }
  
    .bg-detail .spesifikasi h5 {
      margin-top: 35px;
      margin-bottom: 5px;
    }
  
    .close-button {
      top: 10px;
      right: 20px;
    }
  
    .bg-detail-property .property-titile h2{
      font-size: 23px;
    }
    
    .bg-detail-property .property-location h4{
      font-size: 14px;
    }
    
    .open-location-top a {
      font-size: 10px;
    }
    
    .open-location-top {
      padding: 2px 2px; 
    }
    
    .open-location-top .map-icon {
      margin-right: 5px;
      height: 12px;
      width: 12px;
    }
  
    .bg-detail-property .property-value{
      margin-top: 20px;
    }
  
    .verified-info{
      position: absolute;
      z-index: 99;
      left: 60px;
      top:30px;
      background-color: #FFC700;
      padding: 5px;
      border-radius: 50px;
    }
    
    .verified-info p{
      font-size: 12px;
      font-weight: 700;
      text-align: center;
      color: #6A4600;
      padding: 0px 5px;
    }
  
    .galeri .swiper-button-next{
      display:none;
    }
    
    .galeri .swiper-button-next:after{
      font-size: 20px;
    }
    
    .galeri .swiper-button-prev:after{
      font-size: 20px;
    }
    
    .galeri .swiper-button-prev{
      display: none
    }

    .galeri .swiper {
      max-width: 400px !important; 
    }

    .galeri .swiper-slide img {
      border-radius: 5px !important;
    }

    .close-button {
      top: 5px !important;
      right: 5px !important;
      width: 30px !important; 
    }
  }
  
  @media (max-width: 556px){
    .bg-footer{
      padding: 50px 10px;
      padding-bottom: 0px;
    }
  
    .maps iframe {
      height: 350px;
    }
  
    .bg-detail-property .property-value{
      margin-top: 20px;
    }

    .bg-detail-property .swiper-card .swiper-wrapper .swiper-slide img{
      max-height: 400px;
    }

    .galeri .swiper {
      max-width: 350px !important; 
    }

    .item-image {
      margin-top: 5px;
      height: 340px !important;
      width: 300px !important;  
      margin-bottom: 30px;
    }

    .item-image:hover p.info {
      bottom: 100px; 
    }

    .spesifikasi{
      margin-left: 0;
    }
  }
  
  @media (max-width: 322px){
    .bg-detail-property .property-titile h2{
      font-size: 18px;
    }
    
    .bg-detail-property .property-location h4{
      font-size: 8px;
      margin-top: 10px;
    }
  
    .open-location-top a{
      font-family: "Quicksand", sans-serif;
      font-weight: 600;
      color:black;
      font-size: 8px;
    }
    
    .open-location-top {
      margin-top: 7px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0px 0px; 
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
      border: none;
      border-radius: 50px;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      transition: 0.3s ease;
    }

    .galeri .swiper {
      max-width: 300px !important; 
    }
    
    .item-image {
      margin-top: 5px;
      height: 330px !important;
      width: 280px !important;  
      margin-bottom: 50px;
    }
  }
  /* === RESPONSIVE END === */
  
  /* Start Galeri Section */
  #galeri {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    overflow: auto;
    display: none;
    align-items: center;
    justify-content: center;
  }
  
  .galeri .swiper-button-next{
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    top: 595px;
    right: 220px;
    height: 33px;
    width: 33px;
    position: absolute;
  }
  
  .galeri .swiper-button-next:after{
    font-size: 20px;
  }
  
  .galeri .swiper-button-prev:after{
    font-size: 20px;
  }
  
  .galeri .swiper-button-prev{
    background-color: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(5px);
    padding: 20px;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 595px;
    height: 33px;
    width: 33px;
    left: 220px;
  }
  
  .galeri .swiper {
    width: 100%;
    max-width: 966px; 
    margin-left: auto;
    margin-right: auto;
  }
  
  .galeri .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  
  .galeri .mySwiper2 {
    height: 50%; 
    width: 100%;
  }
  
  .galeri .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 15px;
  }
  
  .galeri .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    filter: grayscale(1);
    cursor: pointer;
  }
  
  .galeri .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    filter: grayscale(0);
  }
  
  .galeri .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 470px; 
    object-fit: cover;
    border-radius: 14px;
  }
  
  .close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    width: 50px;
    color: white;
    cursor: pointer;
  }
  
  .close-button:hover {
    color: #2432C1;
  }
  
  /* Responsive Swiper */
  @media (max-width: 991.98px) {
    .swiper-button-next {
      margin-right: 10px;
    }
    .swiper-button-prev {
      margin-left: 10px;
    }
  }
  
  
  /* End Galeri Section */
