@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root,
[data-bs-theme=light] {
  --bs-blue: #1e3886;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #e91c23;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #19a640;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #1e3886;
  --bs-secondary: #6c757d;
  --bs-success: #19a640;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #e91c23;
  --bs-danger2: #c01319;
  --bs-danger3: #df1219;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
}

body {
	font-family: 'Poppins', sans-serif;
	color: #6c757d !important;
	padding-top: 75px;
	font-size: 15px !important;
	/* background-color: whitesmoke; */
}

.bg-primary{
	background-color: var(--bs-primary) !important;
}

h1,h2,h3,h4,h5,.h1,.h2,.h3,.h4,.h5{
	/* font-family: 'Playfair Display', serif; */
	font-weight: 700;
}

h6,.h6{
	/* font-family: 'Playfair Display', serif; */
	font-weight: 700;
}

.text-dark{
	color: #444955 !important;
}

.nav-link.active{
	font-weight: 500;
	color: black !important;
}

a {
	text-decoration: none !important;
	color: #6c757d !important;
}

.logo img{
	height: 30px;
}

.top-menu a {
	padding: 10px 15px !important;
	display: block;
	border-right: 1px solid #d8d8d8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top-menu a i {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white !important;
	border-radius: 5px;
	font-size: 14px;
}

.top-menu a span {
	color: rgb(51, 51, 51) !important;
}

.top-menu .col:first-child {
	border-left: 0px !important;
}

.top-menu .col:last-child {
	border-right: 0px !important;
}

.top-menu .col:nth-child(1) {
	border-top: 3px solid #F8C300;
	color: #F8C300 !important;
}

.top-menu .col:nth-child(1):hover {
	background-color: #fff9e4;
	transition: .4s;
}

.top-menu .col:nth-child(1) i {
	background-color: #F8C300;
}

.top-menu .col:nth-child(2) {
	border-top: 3px solid #007DC3;
	color: #007DC3 !important;
}

.top-menu .col:nth-child(2) i {
	background-color: #007DC3;
}

.top-menu .col:nth-child(2):hover {
	background-color: #f6fcff;
	transition: .4s;
}

.top-menu .col:nth-child(3) {
	border-top: 3px solid #c30099;
	color: #c30099 !important;
}

.top-menu .col:nth-child(3) i {
	background-color: #c30099;
}

.top-menu .col:nth-child(3):hover {
	background-color: #fff3fd;
	transition: .4s;
}

.top-menu .col:nth-child(4) {
	border-top: 3px solid #cf7017;
	color: #cf7017 !important;
}

.top-menu .col:nth-child(4) i {
	background-color: #cf7017;
}

.top-menu .col:nth-child(4):hover {
	background-color: #fff7f1;
	transition: .4s;
}

.top-menu .col:nth-child(5) {
	border-top: 3px solid #e81212;
	color: #e81212 !important;
}

.top-menu .col:nth-child(5) i {
	background-color: #e81212;
}

.top-menu .col:nth-child(5):hover {
	background-color: #fcf0f0;
	transition: .4s;
}

/* .nav-link {
	margin-right: 10px;
}

.nav-link:last-child {
	margin-right: 0px;
} */

.btn{
	font-size: 15px !important;
	padding: 8px 16px !important;
	border-radius: 5px;
}

.btn-success{
	background-color: var(--bs-success);
	color: white !important;
}

.btn-dark{
	color: #ffffff !important;
}

.btn-primary{
	color: #fff !important;
	background-color: var(--bs-primary);
}

.btn-danger{
	color: #fff !important;
	background-color: var(--bs-danger);
}

.text-danger{
	color: var(--bs-danger);
}

.btn-outline-light{
	border-color: #dfdfdf !important;
	color: #212631 !important;
}

/* .fa-whatsapp{
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #25D366 !important;
	background-color: white;
	border-radius: 5px;
	font-size: 25px;
} */

.shadow-sm {
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.07) !important;
}



.post .post-img>img {
	width: 100%;
	border-radius: 10px;
}

.post:hover img {
	opacity: .8;
	transition: .4s;
}

.post .post-meta {
	margin-top: 15px;
	margin-bottom: 15px;
}

.post-meta .post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	margin-right: 15px;
	color: #FFF !important;
	background-color: #212631;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.post-meta .post-category:hover,
.post-meta .post-category:focus {
	text-decoration: none;
	opacity: 0.9;
}

.post-meta .post-date {
	font-size: 13px;
	font-weight: 600;
}

.post .post-title {
	font-size: 18px;
	margin-bottom: 0px;
}

.post .post-img {
	display: block;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.post.post-thumb {
	position: relative;
}

.post.post-thumb .post-img:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 10px;
	background: linear-gradient(to top, rgba(33, 38, 49, 0.904) 0%, transparent 100%);
}

.post.post-thumb .post-body {
	position: absolute;
	bottom: 0px;
	padding: 20px 15px;
}

.post.post-thumb .post-meta .post-date {
	color: #eceef2;
}

.post.post-thumb .post-title {
	font-size: 22px;
}

.post.post-thumb .post-title>a {
	color: #FFF;
}

.top-news {
	margin-top: -60px;
}

.post-category {
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	color: #FFF !important;
	background-color: rgb(39, 39, 39);
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
	text-align: center;
}

.tags-widget ul li {
	display: inline-block;
	margin-right: 3px;
	margin-bottom: 5px;
}

.tags-widget ul li a {
	display: block;
	color: #fff;
	background-color: #212631;
	padding: 3px 10px;
	font-weight: 600;
	border-radius: 2px;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.tags-widget ul li a:hover,
.tags-widget ul li a:focus {
	opacity: 0.9;
	color: #fff;
	text-decoration: none;
}

.post-category.cat-2 {
	background-color: #ff0000 !important;
}

.page-header {
	position: relative;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #fbfbfd;
	border-bottom: 2px solid #F4f4f9;
}

.page-header .background-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
}

.page-header .background-img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(33, 38, 49, 0.3)), to(transparent));
	background-image: linear-gradient(to top, rgba(33, 38, 49, 0.3) 0%, transparent 100%);
}

#post-header.page-header {
	padding-top: 120px;
}

.page-header h1 {
	text-transform: capitalize;
	margin-bottom: 0px;
}

#post-header.page-header h1 {
	color: #FFF;
}

.page-header .post-meta {
	margin: 15px 0px;
}

.page-header .post-meta .post-date {
	color: #eceef2;
}

.page-header .page-header-breadcrumb {
	margin: 15px 0px;
}

.page-header .page-header-breadcrumb li {
	display: inline-block;
}

.page-header .page-header-breadcrumb li,
.page-header .page-header-breadcrumb li a {
	font-size: 13px;
	text-transform: capitalize;
	color: #a7b3c6;
}

.page-header .page-header-breadcrumb li a {
	-webkit-transition: 0.2s color;
	transition: 0.2s color;
}

.page-header .page-header-breadcrumb li a:hover,
.page-header .page-header-breadcrumb li a:focus {
	color: #0b0f28;
	text-decoration: none;
}

.page-header .page-header-breadcrumb li+li:before {
	content: '/';
	display: inline-block;
	margin: 0px 10px;
}

.section-about{
	background-image: url(../assets/img/annie-spratt-QckxruozjRg-unsplash.jpg);
	background-size: cover;
	background-position: center;
	height: 400px;
}

.section-about::after{
	content: '';
	top: 110px;
	display: block;
	position: absolute;
	display: block;
	height: 600px;
	background-color: #0b0f2834;
	width: 100%;
	height: 400px;
}

.section-about .container{
	position: relative;
	z-index: 9;
}

.video{
	position: relative;
	z-index: 99;
	margin-top: -50px;
}

.mentor{
	border-radius: 50px;
	aspect-ratio: 1/1;
	object-fit: cover;
}

.bg-danger{
	background-color: var(--bs-danger) !important;
}

.card{
	border-color: #e9e9e9 !important;
	border-radius: 10px !important;
}

.card-cari{
	background-color: whitesmoke;
	border-radius: 8px;
}

.card-cari input{
	background-color: transparent !important;
	border: 0px !important;
	box-shadow: none !important;
}

.card-cari select{
	background-color: #edeeff;
	color: #633dee !important;
	border: 0px !important;
	box-shadow: none !important;
	margin: 8px;
	width: 80px;
	height: 40px !important;
	text-align: center;
}

.card-cari button{
	margin: 8px;
	width: 35px;
	height: 35px;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #dfdfdf !important;
	background-color: rgb(255, 255, 255) !important;
}

header .card-cari button{
	margin: 3px;
	width: 30px;
	height: 30px;
	font-size: 14px !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #dfdfdf !important;
	background-color: rgb(255, 255, 255) !important;
}

@media (max-width: 992px) {
	header .card-cari{
		display: none !important;
	}
}

.cari-agen{
	background-color: whitesmoke;
	border-radius: 8px;
}

.cari-agen select{
	background-color: transparent !important;
}

header{
	border-bottom: 1px solid #f1f1f1 !important;
}

.nav-pills button{
	padding: 5px 10px !important;
	margin-right: 10px;
	color: #fff !important;
}

.nav-pills button.active{
	padding: 5px 10px !important;
	margin-right: 10px;
	border-bottom: 2px solid #dfdfdf !important;
	border-radius: 0px !important;
	color: #fff !important;
	background-color: transparent !important;
}

.banner{
	aspect-ratio: 1/.6;
	object-fit: cover;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.banner-properti{
	aspect-ratio: 1/1;
	object-fit: cover;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}





.swiper-slide {
    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-pagination {
    position: relative;
    margin-top: 10px
}

.swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    background-color: #c5c5c5;
    border: 0;
    opacity: 1;
    margin-right: 10px;
    border-radius: 5px
}

.swiper-pagination-bullet-active {
    background: #e91c23;
    width: 18px
}

.swiper-button-next,.swiper-button-prev{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: .4s;
}

.swiper:hover .swiper-button-next,.swiper:hover .swiper-button-prev{
	opacity: 1;
	transition: .4s;
}

@media (max-width:992px) {

	.swiper .swiper-button-next,.swiper .swiper-button-prev{
		opacity: 1;
	}
	
}

.swiper .swiper-button-next.swiper-button-disabled, .swiper .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-next::after,.swiper-button-prev::after{
	background-color: var(--bs-blue);
	border-radius: 50px;
	color: white;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

label{
	margin-bottom: 10px;
}



.bank{
	margin-top: -100px;
	margin-bottom: -100px;
}

@media (max-width: 992px) {

	.bank{
		margin-top: 0px;
		margin-bottom: -100px;
	}
	
}



.rate i {
	color: #ffee06;
}

.rate-1 i {
	color: #a8aeb3;
}

.rate-1 i:nth-child(1) {
	color: #ffee06;
}

.rate-2 i:nth-child(3) {
	color: #a8aeb3;
}

.rate-2 i:nth-child(4) {
	color: #a8aeb3;
}

.rate-2 i:nth-child(5) {
	color: #a8aeb3;
}

.rate-3 i:nth-child(4) {
	color: #a8aeb3;
}

.rate-3 i:nth-child(5) {
	color: #a8aeb3;
}

.rate-4 i:last-child {
	color: #a8aeb3;
}

.bulat{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.bulat2{
	aspect-ratio: 1/1;
	object-fit: cover;
}

.banner{
	aspect-ratio: 1/.7;
	object-fit: cover;
}

.btn-bulat{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* berubah */
.hero-section{
	background-image: url(https://promex.ourdesk.info/template/promax-baru/assets/img/banner-hero.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	padding-bottom: 150px;
}

.hero-search-canvas{
	display: flex;
	border-radius: 10px !important;
}

.hero-search-canvas input{
	background-color: transparent !important;
	border: 0px !important;
	box-shadow: none !important;
}

.hero-search-canvas .btn{
	background-color: transparent;
	border-color: transparent;
}
/* end berubah */

.card-search{
	margin-top: -100px;
	position: relative;
	z-index: 2;
}

@media (max-width: 992px) {
	.card-search{
		margin-top: 30px;
	}
}

.search-canvas input {
	border: 0px !important;
	box-shadow: none !important;
}

/* .search-canvas {
	padding: 10px !important;
	background-color: var(--bs-danger3);
	border: 1px solid var(--bs-danger2) !important;
	color: white;
	border-radius: 5px;
} */

.search-canvas .form-control,.search-canvas .form-select{
	background-color: var(--bs-danger2);
	border: 1px solid #960c11 !important;
	box-shadow: none;
	color: white !important;
}

.search-canvas ::placeholder {
	color: white !important;
}

.offcanvas-bottom{
	height: 600px !important;
}

.navbar-toggler{
	padding: 0px;
}

.sosmed{
	display: flex;
	align-items: center;
}

.sosmed a{
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #e91c23;
	border-radius: 6px;
	color: white !important;
}

.form-control,.form-select,.input-group-text{
	font-size: 15px;
}

.img-log{
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.img-log.reg{
	height: 600px;
}

.img-log.for{
	height: 350px;
}

.proper img {
	object-fit: cover;
	aspect-ratio: 1.4/1;
}

.icon-side .icon{
	margin-top: 10px;
	display: flex;
	align-items: start;
}

.icon-side .icon:first-child{
	margin-top: 0px;
}

.icon-side i{
	background-color: whitesmoke;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px !important;
	height: 25px !important;
	border-radius: 3px;
}

.navs{
	overflow-x: scroll;
	background-color: white;
	padding-left: 10px;
	padding-bottom: 10px;
	border-radius: 8px;
}

.navs-detail{
	width: 800px;
}

/* width */
.navs::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

/* Track */
.navs::-webkit-scrollbar-track {
	background: #dfdfdf;
}

/* Handle */
.navs::-webkit-scrollbar-thumb {
	background: #888;
}

/* Handle on hover */
.navs::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.whislist{
	padding-right: 12px !important;
	padding-left: 12px !important;
}

.menu-agen a{
	display: block;
	margin-bottom: 10px;
}

.tambah-prop{
	min-height: 400px;
}

.ck-editor__editable_inline {
	min-height: 200px;
}

.menu-tool .card {
    transition: background-color 0.3s ease, color 0.3s ease;
	transition: .4s;
    color: #444955;
}

.menu-tool .card:hover{
	margin-top: -10px;
	transition: .4s;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.menu-tool i {
	/* background-color: var(--bs-danger); */
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center !important;
	color: white;
	font-size: 25px;
	border-radius: 90px;
}

.menu-tool .col-tool:nth-child(1) i { background-color: var(--bs-blue); }
.menu-tool .col-tool:nth-child(2) i { background-color: var(--bs-red); }
.menu-tool .col-tool:nth-child(3) i { background-color: var(--bs-green); }
.menu-tool .col-tool:nth-child(4) i { background-color: var(--bs-warning); }
.menu-tool .col-tool:nth-child(5) i { background-color: var(--bs-blue); }
.menu-tool .col-tool:nth-child(6) i { background-color: var(--bs-red); }


.foot-info{
	display: flex;
	align-items: center;
	width: 80px;
}

.property-info .col-12 div{
	width: 150px;
}

.property-info .col-12{
	display: flex;
}

.badge{
	font-weight: normal;
	border-radius: 90px !important;
	padding: 7px 12px;
}

.badge-lg{
	padding: 10px 15px;
	font-size: 15px;
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0;
}

blockquote, q {
    quotes: none;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

.card-header{
	border-color: #eeeeee !important;
}

.galeri .card {
  position: relative;
  overflow: hidden;
}

.galeri .card .card-body {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: var(--bs-danger);
  color: #fff;
  transition: bottom 0.4s ease;
}

.galeri .card:hover .card-body {
  bottom: 0;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-item img {
  transition: transform 0.3s ease;
}

.gallery-item .overlay {
  position: absolute;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 1/1;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s ease;
}

/* Tombol Zoom */
.gallery-item .zoom-btn {
  font-size: 40px;
  color: white;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .overlay,
.gallery-item:hover .zoom-btn {
  opacity: 1;
}

.banner{
	aspect-ratio: 2/1;
	object-fit: cover;
	background-position: center;
}

.btn-sm{
	padding: 4px 8px !important;
}

.section-empty{
	display: flex;
	align-items: center;
	height: 70vh !important;
}

.listing .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.listing .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.listing .card-body p {
  flex-grow: 1;
}

.listing .card-footer-fixed {
  margin-top: auto;
}

.swipe-listing .swiper-slide {
  display: flex;
  height: auto !important;
}

.swipe-listing .swiper-slide .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.swipe-listing .card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.swipe-listing .card-body p {
  flex-grow: 1;
}

.pagination .active a{
	background-color: var(--bs-danger) !important;
	border: 0px;
	color: white !important;
}

.img-overlay-container {
position: relative;
display: inline-block;
}

.img-overlay-container img {
width: 100%;
border-radius: 8px;
}

.overlay-text {
position: absolute;
bottom: 15px;       /* posisi di bawah */
right: 15px;        /* posisi di kanan */
background: rgba(0, 0, 0, 0.6);
color: #fff;
padding: 6px 12px;
border-radius: 6px;
font-size: 14px;
backdrop-filter: blur(2px);
cursor: pointer;
}

/* berubah */
.card.rounded-3{
	border-radius: 10px !important;
}

.bank-marquee{
	position: relative;
	overflow: hidden;
	width: 100%;
	mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.bank-track{
	display: flex;
	align-items: center;
	gap: 46px;
	width: max-content;
	animation: bankTicker 26s linear infinite;
}

.bank-track img{
	height: 30px;
	width: auto;
	flex-shrink: 0;
	filter: grayscale(1);
	opacity: 0.95;
	transition: 0.25s ease;
}

.bank-track img:hover{
	filter: grayscale(0);
	opacity: 1;
}

@keyframes bankTicker {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(calc(-50% - 23px));
	}
}

@media (max-width: 768px) {
	.bank-track{
		gap: 30px;
		animation-duration: 20s;
	}

	.bank-track img{
		height: 24px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bank-track{
		animation: none;
	}
}

.avatar-listing{
	border-radius: 50px;
	aspect-ratio: 1/1;
	object-fit: cover;
	background-position: top;
	border: 1px solid #797979;
	position: absolute;
	margin-top: -45px;
	right: 10px;
	background-color: white;
	object-position: top;
}

.card-agent a{
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.card-agent .logo-agent{
	width: 250px;
	rotate: -90deg;
	position: absolute;
	bottom: 190px;
	left: -80px;
}

.image-agent{
	width: calc(100% - 70px);
}

.info-update{
	position: absolute;
	bottom: 10px;
	left: 10px;
	background-color: rgba(0,0,0,0.6);
	color: white;
	padding: 4px 8px;
	border-radius: 4px;
	font-size: 12px;
	backdrop-filter: blur(2px);
}

.bg-banner{
	background-color: #cfcfcf;
}


.detail-property .swiper-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
}

.detail-property .swiper-pagination-bullet {
	width: 56px;
	height: 40px;
	margin: 0 !important;
	border-radius: 8px;
	overflow: hidden;
	opacity: 0.6;
	background: transparent;
	border: 2px solid transparent;
}

.detail-property .swiper-pagination-bullet img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.detail-property .swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #e91c23;
	width: 56px;
}

.agent-card{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: white;
	padding: 10px;
	border: 1px solid #e9e9e9;
	z-index: 9;
}

.agent-avatar{
	border-radius: 50px;
	aspect-ratio: 1/1;
	object-fit: cover;
	background-position: top;
	border: 2px solid #797979;
	object-position: top;
}




.isi-konten {
    font-size: var(--fs-post)
}

@media (max-width: 768px) {
    .isi-konten {
        font-size:var(--fs-core)
    }
}

.isi-konten h1,.isi-konten h2,.isi-konten h3,.isi-konten h4,.isi-konten h5,.isi-konten h6,.isi-konten .h1,.isi-konten .h2,.isi-konten .h3,.isi-konten .h4,.isi-konten .h5,.isi-konten .h6 {
    color: #303336
}

.isi-konten img {
    width: 100%;
    height: auto
}

.isi-konten a {
    color: var(--primary)!important
}

.isi-konten figure {
    border-radius: 7px!important;
    border: 1px solid #eeeeee
}

.isi-konten figure img {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px
}

.isi-konten figure figcaption {
    background-color: var(--whitesmoke);
    padding: 3px 10px;
    text-align: center;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    font-size: 14px
}

.isi-konten ul li,.isi-konten ol li {
    margin-bottom: 10px
}

.card.trending {
    border-left: 0px!important;
    border-top: 0px!important
}

.trending .number {
    font-size: 30px!important;
    font-weight: 700;
    width: 50px!important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border-radius: 6px
}

.trending .text {
    width: calc(100% - 50px)
}
/* end berubah */