@import url('https://fonts.googleapis.com/css2?family=Material+Icons');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Outlined');
@import url('https://fonts.googleapis.com/css2?family=Material+Icons+Round');

.material-icons {
    font-family: "Material Icons" !important;
    font-size: inherit;
}

.material-icons-round {
    font-family: "Material Icons Round" !important;
    font-size: inherit;
}

.material-icons-outlined {
    font-family: "Material Icons Outlined" !important;
    font-size: inherit;
}

:root {
    --primary: #bc6877;
    --primary-light: #e3bfc6;
    --primary-extra-light: #ffeaee;
    --primary-extra-light-hover: #f7dee3;
    --primary-dark: #b87a8a;
    --secondary: #fbe9dd;
    --border-radius: 15px;
    --blue: #01b3ed;
    --indigo: #6610f2;
    --purple: #7B4B94;
    --pink: #d63384;
    --red: #ff0000;
    --orange: #ffba00;
    --yellow: #ffba00;
    --green: #7CFFC4;
    --teal: #67981a;
    --cyan: #1A535C;
    --white: #fff;
    --gray: #999999;
    --gray-dark: #343a40;
    --success: #198754;
    --info: #7B4B94;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f0f0f0;
    --dark: #1A535C;
    --white: #fff;
    --gray: #999999;
    --darker-light: #cccccc;
    --dark-red: #cc0000;
    --lighter-dark: #262626;
    --green: #7CFFC4;
    --gray-01: #e8edef;
    --gray-02: #f5f5f5;
    --gray-03: #eeeeee;
    --gray-04: #eef1f2;
    --gray-05: #ecf0f1;
    --gray-06: #f0f2f3;
}

.btn-outline-primary {
    color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    background: transparent !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: var(--primary) !important;
}

.auth-card {
    background: #fff;
    border-radius: 20px;
    margin-bottom: 60px;
}

#header-logo {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

#header-logo img {
    height: 40px;
    margin-left: 20px;
}

@media (max-width: 992px) {
    #header-logo img {
        margin-left: 0px !important;
        height: 50px;
    }

    .menu-bg-wrap {
        padding: 0 30px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .site-navigation {
        width: 100%;
    }

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

    .hero,
    .hero>.container>.row,
    .hero-slide .img {
        height: calc(100dvh - 72px);
    }

    .hero .form-search .btn-primary,
    .hero .form-search .btn-outline-primary {
        padding: 10px 20px;
        font-size: 14px !important;
    }
}

.fixed-container {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000 !important;
}

.property-item img {
    border-radius: 15px;
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.property-item .property-content {
    padding: 15px;
    box-shadow: 0 0px 10px 2px rgb(0 0 0 / 18%);
    border-radius: 0px 0px 15px 15px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.auth-hero {
    background: var(--secondary);
    padding-top: 140px;
}

.site-nav .site-navigation .site-menu>li>a {
    font-weight: 500;
}

.hero.page-inner,
.hero.page-inner>.container>.row {
    min-height: 730px;
}

body.modal-open {
    padding-right: 0 !important;
}

.form-control {
    border-radius: var(--border-radius);
}

.form-control[readonly] {
    background-color: #fff;
}

.input-group-text {
    border-top-right-radius: var(--border-radius) !important;
    border-bottom-right-radius: var(--border-radius) !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 52px;
}

.modal-content {
    border-radius: var(--border-radius);
}

[disabled] {
    cursor: not-allowed !important;
}

.link-primary {
    color: var(--primary);
    text-decoration: underline;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}


.help-block,
.warning-block {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
}

.help-block {
    color: #dc3545;
}

.warning-block {
    display: flex;
    align-items: center;
    color: #f39c12;
}

.warning-block .material-icons {
    font-size: 15px;
    margin-right: 5px;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #dc3545 !important;
}

.annonce-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.searchFilter {
    flex: 1;
    min-width: 200px;
}

@media (width < 768px) {
    .searchFilter {
        min-width: 100%;
    }
}

.searchFilter .form-control {
    margin-right: 0 !important
}

.searchFilterWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 20px;
}

.text-right {
    text-align: right;
}

.box-feature {
    color: #fff !important;
    border-radius: 15px;
    height: calc(100% - 20px);
    position: relative;
    padding-bottom: 50px;
}

.box-feature.box-blue {
    background: #00b5d6;
}

.box-feature.box-blue .learn-more:before {
    background-color: #008199;
}

.box-feature.box-orange {
    background: #f7a824;
}

.box-feature.box-orange .learn-more:before {
    background-color: #d98e1d;
}

.box-feature.box-violet {
    background: #7935d8;
}

.box-feature.box-violet .learn-more:before {
    background-color: #5f2aa3;
}

.box-feature.box-green {
    background: #99bf00;
}

.box-feature.box-green .learn-more:before {
    background-color: #7c9c00;
}

.box-feature [class^=flaticon-],
.box-feature h3,
.box-feature a {
    color: #fff !important;
}

.learn-more {
    font-weight: bold;
}

.see-more-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.feature-title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}

.custom-pagination a.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.card {
    border-radius: 15px;
}

.price span small {
    font-size: 14px;
    font-weight: normal;
}

.range-slider {
    height: 10px;
    margin: 0 10px;
}

.range-slider .noUi-connect {
    background: var(--primary);
}

.range-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px;
    border-radius: 9px;
}

.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.range-slider .noUi-tooltip {
    display: none;
}

.range-slider .noUi-active .noUi-tooltip,
.range-slider .noUi-handle:hover .noUi-tooltip {
    display: block;
}

/*
.burger {
    display: none !important;
} */

.mobile-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: var(--primary);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.mobile-nav-tabs {
    display: flex;
    justify-content: space-around;
    margin: 0;
    padding: 0 7px;
    list-style: none;
}

.mobile-nav-tabs li {
    flex: 1;
}

.mobile-nav-tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    text-decoration: none;
    color: var(--primary-light);
}

.mobile-nav-tabs a .fas {
    font-size: 17px;
    margin-bottom: 7px;
}

.mobile-nav-tabs a span {
    font-size: 12px;
}

.mobile-nav-tabs .active a {
    color: #fff;
}

.mobile-nav-tabs a:hover {
    color: #fff;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a {
    display: flex !important;
    align-items: center;
    gap: 10px;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a span {
    font-size: 16px;
    color: #8a8a8a;
}

.site-nav .site-navigation .site-menu .has-children .dropdown a:hover span {
    color: #252525;
}

.property-item {
    position: relative;
}

.fastActionButton {
    position: absolute;
    top: 15px;
    right: 25px;
    z-index: 2;
    font-size: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
}

.property-slider .fastActionButton {
    right: 50px;
}

.addToFavorites {
    color: #929292;
}

.removeFromFavorites {
    color: var(--primary);
}

.editAnnonce {
    right: 65px;
    color: var(--warning);
}

.property-slider .editAnnonce {
    right: 90px;
}

.deleteAnnonce {
    color: var(--danger);
}

.property-item.rented img {
    opacity: 0.6;
}

.property-item {
    overflow: hidden;
    padding: 0 5px;
}

.diagonal-badge {
    position: absolute;
    color: #fff;
    background: var(--primary);
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 500;
    transform: rotate(-45deg);
    left: -45px;
    top: 25px;
    width: 190px;
    text-align: center;
}


.tns-horizontal.tns-subpixel>.tns-item {
    overflow: visible;
}
