/* Import separate CSS */
@import url("../fonts.css");
@import url("proyek-baru-mobile.css");
@import url("proyek-baru-tablet.css");
@import url("proyek-baru-desktop.css");
@import url("../general-styles/footer.css");
@import url("../general-styles/navbar.css");
@import url("../general-styles/general.css");
@import url("../proyek-baru/detail-proyek-baru/detail-proyek-baru-desktop.css");
@import url("../proyek-baru/detail-proyek-baru/detail-proyek-baru-tablet.css");
@import url("../proyek-baru/detail-proyek-baru/detail-proyek-baru-mobile.css");

/* Filter and Search */
.filter-and-search {
  height: max-content;
}
.search-properti {
  background-color: #fdd314;
}
/* Filter and Search Proyek Baru */
.proyek-baru-section {
  height: max-content;
}
.custom-info-text {
  font-size: 1em;
  line-height: 1.3;
  font-weight: 400;
}
.wrapper-explore-primary,
.wrapper-container-sortir-area {
  display: grid;
}
/* Card Proyek Baru */
.card-proyek-baru {
  width: 100%;
  height: 30rem;
  border-radius: 20px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2), 0 0 10px 0 rgba(0, 0, 0, .19);
  border: 0;
  justify-content: space-between;
  background-color: #fdd314;
}
.card-img-proyek-baru {
  height: 275px;
  max-height: 275px;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  display: block;
}
.carousel-img-proyek-baru,
.inner-img-proyek-baru {
  height: 275px;
  max-height: 275px;
}
.carousel-img-proyek-baru,
.inner-img-proyek-baru,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.inner-img-proyek-baru {
  object-fit: cover;
  width: 100%;
  display: block;
  overflow: hidden;
}
.carousel-indicators li,
.carousel-indicators li.active {
  border-radius: 50%;
  background-color: #fff
}
.carousel-indicators li {
  width: .5rem;
  height: .5rem;
  margin-top: 1px;
}
.carousel-indicators li.active {
  width: .65rem;
  height: .65rem;
  margin-top: 0;
}
.btn-prev-carousel,
.btn-next-carousel {
  display: none;
}
.carousel:hover .btn-prev-carousel,
.carousel:hover .btn-next-carousel {
  display: block;
}
.label-proyek-baru {
  position: absolute;
  background-color: #fdd314;
  z-index: 10;
  border-top-left-radius: 20px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.label-proyek-baru-text {
  font-size: 15px;
  font-weight: 600;
}
.card-body-proyek-baru {
  background: #fdd314;
  padding: .5rem 10px;
}
.jenis-proyek-baru,
.lokasi-proyek-baru {
  color: #5b5c5f;
  font-weight: 600;
}
.nama-proyek-baru,
.harga-proyek-baru {
  color: #000;
  font-weight: 700;
}
.lokasi-proyek-baru {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.desc-proyek-baru {
  color: #313450;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.jenis-proyek-baru,
.lokasi-proyek-baru,
.desc-proyek-baru {
  font-size: 14px;
}
.nama-proyek-baru {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;;
  line-height: 1.5;
}
.harga-proyek-baru {
  font-size: 20px;
}
.ic-favorite {
  display: block;
  margin-left: auto;
}
.ic-favorite {
  padding-right: 10px;
}
.img-logo-white-circle {
  width: inherit;
  max-width: 5.8rem;
  display: block;
  margin-left: auto;
}
.btn-hubungi {
  font-weight: 600;
  padding: 0.1rem 0 0.1rem 0;
  width: 100%;
  font-size: 14px;
  border-radius: 20px;
  background-color: #3cc0fe;
  border: none;
  color: #fff;
}
.card-footer-proyek-baru {
  height: 3.1rem;
  max-height: 3.1rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0 0 19px 19px !important;
}
.col-hubungi-agen-proyek-baru {
  height: 2rem;
  max-height: 2rem;
  display: flex;
  align-items: center;
}
.img-vendor {
  width: 100%;
  max-width: 80%;
  height: 2rem;
  max-height: 2rem;
  object-fit: contain;
  display: flex;
  justify-content: center;
  margin-bottom: auto;
  margin-left: auto;
}
.slide-enter-active, .slide-leave-active {
  transition: transform .5s;
  transform: translate3d(0, 0, 0);
}
.slide-enter, .slide-leave-active {
  transform: translate3d(0, 100%, 0);
  visibility: visible;
}
.contact-agen {
  height: max-content;
  width: 100%;
  background-color: whitesmoke;
  z-index: 10000;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: fixed;
  bottom: 0;
}
.row-agen-detail {
  border-bottom: 1px #b6b6b6 solid;
}
.img-agen-with-badge {
  position: relative;
}
.badge-online {
  position: absolute;
  background-color: #55B261;
  padding: 8px;
  border-radius: 50%;
}
.img-agen-detail {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
  object-fit: cover;
}
.agen-nama {
  font-weight: 700;
  color: #000;
}
.agen-kantor {
  color: #6e6f73;
}
.btn-hubungi-agen-detail,
.btn-whatsapp-agen-detail {
  background-color: #fdd314;
  width: 100%;
  border-radius: 10px;
  font-weight: 700;
}
.text-contact-agent-det {
  font-size: .875em;
}
.btn-close-modal-slide-modal {
  background-color: rgb(133, 133, 133);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  font-size: .875rem;
  position: absolute;
  right: 1rem;
  top: -1rem;
  border: none;
  outline: 0;
}
.btn-close-modal-slide-modal:focus,
.btn-close-modal-slide-modal:hover {
  color: #fff;
  border: #fff 1px solid;
  outline: 0;
}
.fade-me.active {
  opacity:0.7;
  filter: alpha(opacity=20);
  background-color:#000; 
  width:100%; 
  height:100%; 
  z-index:9999;
  top:0; 
  left:0; 
  position:fixed;
}
.img-agen-detail-loading {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  max-width: 64px;
  max-height: 64px;
}
.agen-nama-loading,
.agen-kantor-loading,
.img-agen-detail-loading {
  background: 
    linear-gradient(0.25turn, transparent, #fff, transparent),
    linear-gradient(#c9c9c9, #c9c9c9),
    radial-gradient(38px circle at 19px 19px, #c9c9c9 50%, transparent 51%),
    linear-gradient(#c9c9c9, #c9c9c9);  
  background-repeat: no-repeat;
  background-size: 100% 250px, 100% 180px, 100px 100px, 225px 30px; 
  background-position: -315px 0, 0 0, 0px 190px, 50px 195px; 
  animation: loading 1.5s infinite;
}
.agen-nama-loading,
.agen-kantor-loading {
  width: 100%;
  height: 80%;
  border-radius: 12px;
}
@keyframes loading {  
  to {
    background-position: 315px 0, 0 0, 0 190px, 50px 195px;
  }
}
/* Modal Hubungi Agen */
.modal-agen-nama {
  font-weight: 700;
  color: #000
}
.modal-agen-kantor {
  font-weight: 500;
  color: #000
}
/* Detail Proyek Baru */
.wrapper-detail-primary-content {
  display: grid;
}
.main-text,
.second-text,
.main-price-text {
  font-weight: 700;
}
.share-text {
  font-size: .75em;
}
.btn-sosmed {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  padding: 0;
  margin: 0;
  color: #fff;
}
.btn-sosmed.fb {
  background-color: #0080ff;
}
.btn-sosmed.tw {
  background-color: #00ccff;
}
.btn-sosmed.lin {
  background-color: #007ab9;
}
.btn-sosmed.wa {
  background-color: #00d954;
}
.wrapper-img-detail-primary {
  position: relative;
}
.swiperDetailPrimary {
  width: 100%;
  height: auto;
}
.info-deskripsi img,
.info-sarana-prasarana img,
.info-site-plan img,
.info-unit-harga img,
.info-cara-bayar img,
.info-mekanisme-bayar img,
.info-spesifikasi img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: .5rem;
}
.img-detail-primary {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.swiper-pagination-slide-primary .swiper-pagination-bullet,
.swiper-pagination-slide-primary .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-slide-primary .swiper-pagination-bullet {
  opacity: .6;
}
.swiper-pagination-slide-primary .swiper-pagination-bullet-active {
  opacity: 1;
}
.area-next-carousel,
.area-prev-carousel {
  position: absolute;
  z-index: 9;
  top: 0;
  height: 100%;
  width: 2.5rem;
  background-color: transparent;
  cursor: default;
}
.area-next-carousel {
  right: 0;
}
.area-prev-carousel {
  left: 0;
}
.btn-prev-primary,
.btn-prev-carousel,
.btn-next-primary,
.btn-next-carousel {
  position: absolute;
  z-index: 9;
  background-color: #fff;
  border-radius: 50%;
  padding: 0;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  color: #000;
  font-size: .875em;
}
.btn-prev-primary,
.btn-prev-carousel {
  left: .5rem;
  top: 50%;
  padding-right: 2px;
}
.btn-next-primary,
.btn-next-carousel {
  right: .5rem;
  top: 50%;
  padding-left: 2px;
}
.info-deskripsi p {
  margin-bottom: 1rem;
}
.deskripsi-title,
.sarana-prasarana-title,
.location-title {
  font-size: 1.5em;
  font-weight: 700;
}
.faq-info-primary-title {
  font-size: 1.25em;
  font-weight: 700;
}
.deskripsi-desc {
  font-weight: 500;
}
.sarana-title-type {
  font-weight: 700;
  color: #181818;
}
.sarana-desc {
  color: #181818;
}
.sarana-desc i {
  font-size: .875em;
  margin-right: .25rem;
}
.card-faq {
  border-radius: 15px;
  border: none;
  box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -webkit-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
  -moz-box-shadow: 0 0 8px 0px rgba(194,194,194,1);
}
.card-header-title {
  background-color: #fff;
  border-bottom: #e4e4e4 1px solid;
  margin: 0 1rem;
}
.btn-faq {
  font-weight: 600;
  color: #5b5b5b;
}
.btn-faq:hover,
.btn-faq:active {
  text-decoration: none;
  color: #000;
}
.btn-faq::after {
  content: "\f107";
  color: #333;
  float: right;
  margin-left: .5rem;
  font-family: "FontAwesome";
  font-size: 1.25em;
}
.btn-faq[aria-expanded="true"]::after {
  content: "\f106";
}
.faq-answer {
  color: #5b5b5b;
  margin-bottom: 0.5rem;
}
.container-tipe-unit-harga ul,
.container-tipe-unit-harga ol {
  padding-left: .9rem;
}
/* Side More Primary */
.form-search-simple {
  border: 1px solid #a8a8a8;
  border-right: transparent 1px solid;
}
.form-search-simple:focus {
  border: 1px solid #a8a8a8 !important;
  border-right: transparent 1px solid !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}
.btn-search-primary {
  border: 1px solid #a8a8a8;
  border-radius: 15px;
  border-left: transparent 1px solid;
}
.title-more-desc-primary {
  font-weight: 700;
  font-size: 1.25em;
}
.img-more-desc-properti {
  width: 100%;
  height: 100%;
  max-height: 12.5rem;
  object-fit: cover;
  /* border-radius: 20px; */
  display: block;
}
.loc-more-desc-primary {
  line-height: 1.3;
}
.price-more-desc-primary {
  font-weight: 700;
  line-height: 1.3;
}
.title-properti-link,
.title-properti-link:hover {
  color: #000;
}
.title-properti-more-desc-primary {
  font-size: .875em;
  font-weight: 700;
  line-height: 1.3;
}
.info-properti-more-desc-primary {
  font-size: .875em;
  line-height: 1.3;
}
.title-properti-more-desc-primary,
.info-properti-more-desc-primary {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* Float Contact */
.float-contact {
  position: fixed;
  z-index: 999;
  padding: 0;
}
.float-contact:focus {
  border: 1px solid transparent !important;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}
.float-contact-brigita {
  height: auto;
}
/* Modal Coordinator */
.modal-body-coordinator {
  overflow-y: auto;
}
/* KPR */
.btn-to-kpr{
  border-radius: 20px;
  background-color: #3cc0fe;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
}
.label-input-hitung-kpr {
  font-size: .875em;
}
.user-input-hitung-kpr {
  width: 100%;
  border: 1px solid #c9c9c9;
  border-radius: .5rem;
  font-size: .875em;
  padding: .25rem .5rem;
}
.user-input-hitung-kpr:focus {
  border-color: #fdd314 !important;
  outline: 0;
  padding: .25rem .5rem;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0) !important;
}
.user-input-hitung-kpr.tahun {
  border-right: 0;
}
.user-input-hitung-kpr:focus.tahun ~ 
.input-group-append > .input-group-text-append {
  border: 1px solid #fdd314;
}
.input-group-text-append {
  padding: .25rem .5rem;
  background-color: transparent;
  border-radius: 0 .5rem .5rem 0;
  border: 1px solid #c9c9c9;
  font-size: .875em;
  border-left: 0;
}
.title-hasil-simulasi-primary {
  font-weight: 600;
  text-decoration: underline;
}
.wrapper-info-hasil-simulasi {
  margin: 0;
  display: flex;
  list-style: none;
  justify-content: space-between;
}
.info-hasil-simulasi-primary {
  font-weight: 500;
  font-size: .875em;
}
.side-menu {
  right: 45px !important;
}
.input-group--side-menu {
  position: relative;
}