@import url('https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap');

body {
    font-family: "Rethink Sans", sans-serif;
}

@media screen and (min-width: 992px) {
    .hero-img-container .binded-item {
        padding-right: 60px !important;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .continue-in-app {
        left: 28% !important;
    }
}
/* @media screen and (min-width: 577px) and (max-width: 991px) {
    
} */
@media screen and (max-width: 576px) {
    .offcanvas.offcanvas-bottom.custom {
        width: 98% !important;
    }
    .feature-badge {
        gap: 5px;
        font-size: 10px !important;
    }
    .hero-title {
        line-height: 43px !important;
    }
    .hero-img-container {
        width: 90% !important;
    }
}

.page-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s .2s ease-in-out;
    transition: all .4s .2s ease-in-out;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

[data-bs-theme="dark"] .page-loading {
    background-color: #121519;
}

.hidden {
    display: none !important;
}
.page-loading.active {
    opacity: 1;
    visibility: visible;
}

.page-loading-inner {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
}

.page-loading.active>.page-loading-inner {
    opacity: 1;
}

.page-loading-inner>span {
    display: block;
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    font-weight: normal;
    color: #6f788b;
}

[data-bs-theme="dark"] .page-loading-inner>span {
    color: #fff;
    opacity: .6;
}

.page-spinner {
    display: inline-block;
    width: 2.75rem;
    height: 2.75rem;
    margin-bottom: .75rem;
    vertical-align: text-bottom;
    background-color: #d7dde2;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner .75s linear infinite;
    animation: spinner .75s linear infinite;
}

[data-bs-theme="dark"] .page-spinner {
    background-color: rgba(255, 255, 255, .25);
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
.bg-gray-light {
    background-color: #EAECF0 !important;
}
.primary-color {
    color: #528cea;
}
.btn-primary {
	--ar-btn-hover-bg: #4ca3f7;
	--ar-btn-active-bg: #4ca3f7;
	--ar-btn-hover-border-color: #4ca3f7;
	--ar-btn-active-border-color: #4ca3f7;
    --ar-btn-bg: #528cea;
	--ar-btn-border-color: #528cea;
	--ar-btn-hover-bg: #4ca3f7;
	--ar-btn-hover-border-color: #4ca3f7;
	--ar-btn-active-bg: #4ca3f7;
	--ar-btn-active-border-color: #4ca3f7;
	--ar-btn-disabled-bg: #4ca3f7;
	--ar-btn-disabled-border-color: #4ca3f7;
}
.navbar-container {
	max-width: 640px;
	background: #fff;
	padding: 8px 25px;
	border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.logo-box {
	padding: 10px !important;
	background: #528cea;
	border-radius: 15px;
}

.logo-box img {
	width: 25px;
}

.bg-overlay::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(82, 140, 234, 0.63), rgba(0, 0, 255, 0));
  z-index: 1;
}
.hero-title {
    word-spacing: -4px;
	line-height: 70px;
}
.navbar.navbar-stuck {
	background-color: #fff0;
	backdrop-filter: blur(4px);
}
.card-icon {
	height: 130px;
	width: 130px;
}

.property-card {
    border-radius: 25px;
    overflow: hidden;
    /* box-shadow: 0 4px 16px rgba(17, 17, 26, 0.1); */
    transition: transform 0.3s ease;
}

.property-card-body {
	position: relative;
	top: -25px;
	background: #F8FAFA;
	border-radius: 25px;
    padding: 1.0rem;
}

.property-card:hover {
    transform: translateY(-5px);
}

.property-image {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.listing-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 4px 8px;
	border-radius: 10px;
	background: #fff;
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 5px;
}

.listing-badge img {
    width: 16px;
    height: 16px;
}

.rating-badge {
	display: inline-flex;
	align-items: center;
	padding: 12px 8px;
	border-radius: 15px;
	font-size: 10px;
	border: 1px solid;
}
.property-card-body .view-link {
	padding: 10px;
	background: #528cea;
	color: #fff;
	border-radius: 15px;
	font-size: 18px;
}
.property-card-body .description {
    padding: 0px 12px;
}
.property-card-body .description .title {
    font-size: 14px;
}
.property-card-body .description .address {
    margin-bottom: 0px;
    font-size: 10px;
}

.property-price {
    font-size: 24px;
    font-weight: 700;
    color: #1e1e1e;
}

.property-features {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.feature-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 5px 5px;
	background: #f8f9fa;
	border-radius: 12px;
	font-size: 10px;
	border: 1px solid #c8c8c8;
}
.feature-badge i {
    font-size: 16px;
    color: #6f788b;
}

.property-navigation {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.nav-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.nav-dot.active {
    background: #fff;
}

.partners-container img {
    filter: grayscale(1);
    transition: filter 0.3s;
}

.partners-container img:hover {
    filter: grayscale(0);
}

.offcanvas.offcanvas-bottom.custom {
	height: 95vh;
	width: 80%;
	justify-self: center;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.offcanvas-bottom.custom .btn-close {
	/* background-image: none; */
	font-size: 28px;
	color: #fff;
	background: #000000c7;
	padding: 0px;
	border-radius: 100%;
}
.offcanvas-bottom.custom .btn-close:hover {
	color: #fff;
}

ul.amenity-list li {
	background: #f0f0f0de;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 10px;
}
.property-gallery-thumbnails .swiper-thumbnail {
	padding: 0;
	border: none;
}
.property-gallery-thumbnails .swiper-thumbnail > img {
	height: 60px;
    border-radius: 15px
}
.property-gallery-thumbnails .swiper-thumbnail.active img {
    /* border: 2px solid var(--ar-carousel-thumbnail-active-border-color); */
    box-shadow: 0 0 0 2px rgba(82, 140, 234, 0.5);
}
.continue-in-app {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
    z-index: 1000;
    box-shadow: rgba(36, 105, 213, 0.63) 0px 10px 8px -5px;
}
.hero-img-container .binded-item img {
    border-radius: 100px 40px;
}
.h-100vh {
    height: 100vh !important;
}
.text-avatar {
	padding: 10px;
	border-radius: 50%;
	text-align: center;
    font-weight: 700;
}
.text-avatar-100 {
    width: 100px;
    height: 100px;
    font-size: 40px;
}
.text-avatar-50 {
    width: 50px;
    height: 50px;
    font-size: 20px;
}
.text-avatar-40 {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.swiper-pagination.custom .swiper-pagination-bullet-active {
    width: 1.3rem !important;
    border-radius: 20px !important;
    transition: width 0.3s ease-in-out;
}
.ratio-9x16 {
	--ar-aspect-ratio: 100%;
}
.swiper-thumbnails {
	overflow: scroll;
}
.slide-thumb {
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.2s ease;
}

.swiper-slide-thumb-active {
  opacity: 1;
  border-radius: 8px;
  transform: scale(1.05);
}