@font-face {
    font-family: "ngm";
    src: url("../vendor/fonts/ngm.woff");
}

@font-face {
    font-family: "ngm";
    src: url("../vendor/fonts/ngm.woff2");
}

.text-justify {
    text-align: justify !important
}

.border-radius-5{
    border-radius: 5px;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-15{
    border-radius: 15px;
}

.loader_3d {
    width: 150px;
    height: 75px;
    margin: 50px auto 0;
    position: relative;
}

.loader_3d .circle_3d {
    background-color: #73c713;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform-origin: 50%;
    position: absolute;
    left: 15%;
    animation: circle_3d .5s alternate infinite ease;
}

.loader_3d .circle_3d:nth-child(2) {
    background-color: #0cbef8;
    left: 45%;
    animation-delay: .2s;
}

.loader_3d .circle_3d:nth-child(3) {
    background-color: #5f00bc;
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

.shadow_3d {
    background-color: rgba(0, 0, 0, 0.5);
    width: 20px;
    height: 4px;
    border-radius: 50%;
    transform-origin: 50%;
    position: absolute;
    top: 62px;
    left: 15%;
    filter: blur(1px);
    animation: shadow_3d .5s alternate infinite ease;
}

.shadow_3d:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.shadow_3d:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s;
}

@keyframes circle_3d {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }
    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }
    100% {
        top: 0%;
    }
}

@keyframes shadow_3d {
    0% {
        transform: scaleX(1.5);
    }
    40% {
        transform: scaleX(1);
        opacity: .7;
    }
    100% {
        transform: scaleX(.2);
        opacity: .4;
    }
}

.break-long-text {
    word-break: break-word;
    white-space: normal;
}

.mr-auto-x {
    margin-right: auto !important;
}

.light-style #toast-container > .toast-success {
    color: #1c7004 !important;
    background-color: #bef8c1 !important;
}

.light-style #toast-container > .toast-success .toast-title {
    color: #006018 !important;
}

.light-style #toast-container .toast-warning {
    color: #8e3703 !important;
    background-color: #f8efbe !important;
}

.light-style #toast-container > .toast-warning .toast-title {
    color: #c65503 !important;
}

.light-style #toast-container .toast-error {
    color: #8d0303 !important;
    background-color: #fbb7b7 !important;
}

.light-style #toast-container > .toast-error .toast-title {
    color: #ca0000 !important;
}

.light-style #toast-container .toast-info {
    color: #011373 !important;
    background-color: #b0e5ff !important;
}

.light-style #toast-container > .toast-info .toast-title {
    color: #0565df !important;
}

.list-group.list-group-odd-even > .list-group-item {
    background-color: #fff !important;
}

.list-group.list-group-odd-even > .list-group-item:nth-child(odd) {
    background-color: rgba(75, 70, 92, 0.03) !important;
}

.tooltip-instagram{
    background-color: #e1306c;
}

.form-label-float {
    position: relative;
    z-index: 100;
    bottom: -11px;
    padding: 0 5px;
    background-color: #fff !important;
    right: 5px;
    color: #888 !important;
}

.number-spacing-1 {
    letter-spacing: 3px;
}

.fs-small {
    font-size: 90% !important;
}

.fs-xsmall {
    font-size: 80% !important;
}

.fa-num {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

.fa-num-monospace {
    -moz-font-feature-settings: "ss03";
    -webkit-font-feature-settings: "ss03";
    font-feature-settings: "ss03";
}

.dz-set-default {
    position: absolute;
    top: -52px;
    right: -50px;
    width: 10rem;
    z-index: 20;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 3px 10px;
    background: rgba(130, 130, 130, 0.5);
}

.selected-default-image {
    background: rgba(66, 7, 196, 0.8);
    color: #fff;
}

.dz-set-default:hover {
    cursor: pointer;
    color: #fff;
}
.text-truncate-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-truncate-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-truncate-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-truncate-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.text-truncate-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.wrap-table-td{
    width: 200px;
    display: block;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    white-space: normal;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
}
.wrap-table-td:whitespace{
    padding:0;
}

ul.list-unstyled li a.footer-link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #DAA520;
    text-decoration: none;
    padding-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.list-unstyled li a.footer-link::after {
    position: absolute;
    right: 0;
    top: 0;
    font-family: "tabler-icons" !important;
    content: "\eb0c";
    font-weight: 700;
    color: #DAA520;
}
ul.list-unstyled li a.footer-link:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    color: #DAA520;
}

.list-group-transition a span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    padding-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
}
.list-group.list-group-transition .list-group-item {
    padding: unset;
}
.list-group-transition a span:hover {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

ul.navbar-nav li.nav-item.mega-dropdown div.h6 span.active{
    color: #7367f0 !important;
    font-weight: 800;
}

ul.navbar-nav li.nav-item.mega-dropdown div.h6{
    position: relative;
    display: inline-block;
    font-size: 14px;
    /*color: #DAA520;*/
    text-decoration: none;
    padding-right: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

ul.navbar-nav li.nav-item.mega-dropdown div.h6:hover{
    color: #7367f0 !important;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
    color: #DAA520;
    font-weight: 800;
}

/*.swiper .swiper-slide .card-footer {*/
/*    position: relative;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    background-color: #25d06f;*/
/*    padding: 15px 0;*/
/*    -webkit-transform: translateY(5px);*/
/*    transform: translateY(5px);*/
/*    opacity: 0;*/
/*    -webkit-transition: 0.5s;*/
/*    transition: 0.5s;*/
/*    z-index: 20;*/
/*}*/
/*.swiper .swiper-slide:hover .card-footer{*/
/*    -webkit-transform: translateY(0);*/
/*    transform: translateY(0);*/
/*    opacity: 1;*/
/*}*/

.zoom-md-up,.zoom-lg-up,.zoom-md-up-1 {
    transition: 0.3s;
}
.zoom-lg-up:hover {
    transform: scale(1.1);
}
.zoom-md-up:hover {
    transform: scale(1.05);
}

.zoom-md-up-1:hover {
    transform: scale(1.01);
}

.img-contain {
    max-height: 100%;
    width: 100%;
    object-fit: contain;
}
.img-cover {
    max-height: 100%;
    width: 100%;
    object-fit: cover !important;
}
.swiper-slide-image-counter {
    background-color: rgba(0,0,0,.6);
    bottom: 10px;
    color: #fff;
    padding: 5px;
    position: absolute;
    right: 5px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 100%;
    z-index: 1;
    width: 75px;
    border: 1px solid #dbdade !important;
}
.c-pointer {
    cursor: pointer !important;
}
/*.swiper-slide img {*/
/*    width: auto;*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    max-height: 100%;*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -moz-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    position: relative;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*}*/

.agency .agency-member {
    background-color: #ffffff;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 5px;
    transition: 0.5s;
    padding: 15px 5px;
    height: 100%;
}
.agency .agency-member-hover-1:hover {
    transform: translateY(-5px);
    box-shadow: 0px 2px 15px rgba(5, 110, 41, 0.68);
}
.agency .agency-member-hover-3:hover {
    transform: translateY(5px);
    /*box-shadow: 0px 2px 15px rgba(17, 8, 8, 0.68);*/
}
.agency .agency-member .pic {
    overflow: hidden;
    width: 100px;
    border-radius: 50%;
    flex-shrink: 0;
}
.agency .agency-member .member-info {
    padding-right: 15px;
    width: 100%;
}
.agency-board-members-title {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(-225deg, #FB4D66 0%, #D72424 52%, #F06 100%);
}
.agency-name{
    font-size: 1.3rem;
    margin-bottom: 0.2rem;
    line-height: 1.2;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2e43e6 0%, #2575fc 100%);
}

.agency .agency-member .agency-manager{
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #2e43e6 0%, #2575fc 100%);
}
.agency .agency-member .agency-manager:after{
    content: " ";
    display: block;
    height: 1px;
    width: 130px;
    position: inherit;
    margin: 5px;
    background-image: linear-gradient(to left, #209cff 0%, #68e0cf 100%);
}
.agency .agency-member .pic {
    transition: ease-in-out 0.3s;
}
.agency .agency-member .pic:hover {
    transition: ease-in-out 0.3s;
    box-shadow: 0px 2px 15px rgba(5, 110, 41, 0.3);
}
.agency .agency-member .agency-zone{
    background: linear-gradient(to right, #26a203 0%, #137c05 100%);
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    padding: 1px 10px;
    border-radius: 5px 0;
}
.agency .agency-member .agency-featured-badge{
    position: absolute;
    left: 20px;
    top: 25px;
    width: 40px;
}
.agency .agency-member.agency-member-featured,
.agency-member-featured-background{
    background-image: url('../img/site/agency/agency-featured-background.jpg');
    background-color: rgba(255, 255, 255, 0.486) !important;
    background-blend-mode: overlay;
}
.agency-view-2 .agency-featured-badge{
    position: absolute;
    right: calc(50% - 30px);
    top: 0;
    width: 40px;
}

.agency-featured-badge-tick{
    position: absolute;
    width: 75px;
    /*right: calc(70%);*/
    left: 16px;
}

.agency-featured-badge-view{
    position: absolute;
    width: 100px;
    right: 2px;
    top: 105px;
}
@media (min-width: 768px) {  .agency-featured-badge-view{top: 330px;right: 30px;}  }



@media (max-width: 568px) {
    .agency .agency-view-3 .agency-member .agency-name{
        font-size: 1.1rem;
    }
    .agency .agency-view-3 .agency-member .agency-manager{
        font-size: 0.8rem;
    }
    .agency .agency-view-3 .agency-member .agency-address{
        font-size: 0.75rem !important;
        min-height: 55px !important;
        max-height: 55px !important;
    }
    .agency .agency-view-3 .agency-member .agency-address.agency-address-featured{
        min-height: 36px !important;
        max-height: 36px !important;
    }
    .agency .agency-view-3 .agency-member .agency-address.agency-address-not-featured{
        margin-top: 5px;
    }
    .agency .agency-view-3 .agency-member .agency-zone{
        font-size: 12px !important;
    }
}

img.lazy {
    display: block;
    /* optional way, set loading as background */
    background-image: url("../../assets/vendor/libs/lazy/loading.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    /*width: 100%;*/
}
img.lazy.lazy-auto-background{
    background-size:auto !important;
}


.upload-box-image-bottom {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    color: #fff;
    padding: 3px 5px 5px;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 0 0 3px 0;
    font-size: 9px;
    line-height: 100%;
    z-index: 1;
}
.upload-box-image-bottom .date {
    /*width: 110px;*/
    float: right;
}
@media (max-width: 568px) {
    .upload-box-image-bottom .date {
        /*width: 80px;*/
        float: right;
        font-size: 11px;
        line-height: 20px;
    }
}
@media (max-width: 360px) {
    .upload-box-image-bottom .date {
        /*width: 75px;*/
        float: right;
        font-size: 10px;
        line-height: 20px;
    }
}
.upload-box-image-bottom .count {
    float: left;
    text-align: left;
    direction: ltr;
}
@media (max-width: 568px) {
    .upload-box-image-bottom .count {
        float: right;
        line-height: 20px;
        /*width: 55px;*/
        font-size: 11px;
    }
}
@media (max-width: 360px) {
    .upload-box-image-bottom .count {
        float: right;
        margin-top: 3px;
        /*width: 50px;*/
        font-size: 10px;
    }
}
.file-preview img{
    border: 1px solid #00cfe8 !important;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}


/*----------------*/
.estate-box {
    border-radius: 7px 7px 7px 0;
    border: 1px solid #f3f3f3 !important;
}
.estate-box:hover{
    box-shadow: 0 0.25rem 0.2rem rgba(165, 163, 174, 0.45) !important;
    border: 1px solid #b6a1f3 !important;
}
.estate-box-details a {
    height: 160px;
    overflow: hidden;
}
@media (min-width: 1200px) {
    .estate-box-details a {
        padding: 0 10px 15px 15px;
    }
}
.estate-box-details a {
    padding: 0 10px 15px;
    position: relative;
    display: block;
    color: #444;
}
.estate-box-details-agency {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 8px;
    left: 10px;
    /*border: 1px #efefef solid;*/
    border-radius: 5px;
    transition: 0.3s;
}
.estate-box-details-agency img{
    border-radius: 5px;
}
.estate-box-details-agency:hover {
    transform: scale(1.1);
}
.estate-box-details-location {
    position: absolute;
    bottom: 7px;
    right: 7px;
    font-size: 11px;
}
.estate-box:hover .estate-box-details-btn {
    background: #685dd8 !important;
    color: #fff;
    transform: translateX(-5px);
}
@media (max-width: 767px) {
    .estate-box:hover  .estate-box-details-btn {
        transform: none;
    }
    .estate-box-details-btn {
        font-size: 11px;
        line-height: 20px;
        min-height: 20px;
        padding: 0 7px;
    }
    .estate-box-details-btn .ti{
        display:none;
    }
}
.estate-box-details-btn {
    background: #f3f3f3;
    border-radius: 0 70px 70px 0;
    bottom: 0;
    font-size: 13px;
    left: 0;
    line-height: 30px;
    min-height: 30px;
    position: absolute;
    text-align: center;
    padding: 0 15px;
    color: #333;
    transition: 0.3s;
}


.estate-box-bookmark {
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    text-shadow: 0 0 3px rgba(0,0,0,.45);
    /*z-index: 1;*/
    /*font-size: 16px;*/
    transition: transform .3s;
}
.estate-box-bookmark:hover {
    color: #685dd8;
    transform: scale(1.1);
}

.estate-box-image {
    position: relative;
    border-radius: 0 7px 7px 0;
    height: 160px;
    width: 200px;
    float: right;
    overflow: hidden;
}
.estate-box-image a img {
    height: 160px;
    max-width: 100%;
}
@media (max-width: 568px) {
    .estate-box-image {
        width: 160px;
    }
}
@media (max-width: 480px) {
    .estate-box-image {
        width: 150px;
    }
}
@media (max-width: 360px) {
    .estate-box-image {
        width: 140px;
    }
}
.estate-box-image-bottom {
    background-color: rgba(0,0,0,.6);
    bottom: 0;
    color: #fff;
    min-height: 30px;
    padding: 9px 5px 5px;
    position: absolute;
    right: 0;
    left: 0;
    border-radius: 0 0 3px 0;
    font-size: 11px;
    line-height: 100%;
    z-index: 1;
}
.estate-box-image-bottom .date {
    width: 110px;
    float: right;
}
@media (max-width: 568px) {
    .estate-box-image-bottom .date {
        width: 80px;
        float: right;
        font-size: 11px;
        line-height: 20px;
    }
}
@media (max-width: 360px) {
    .estate-box-image-bottom .date {
        width: 75px;
        float: right;
        font-size: 10px;
        line-height: 20px;
    }
}
.estate-box-image-bottom .count {
    width: 50px;
    float: left;
    text-align: left;
}
@media (max-width: 568px) {
    .estate-box-image-bottom .count {
        float: right;
        line-height: 20px;
        width: 55px;
        font-size: 11px;
    }
}
@media (max-width: 360px) {
    .estate-box-image-bottom .count {
        float: right;
        margin-top: 3px;
        width: 50px;
        font-size: 10px;
    }
}



.estate-box-details-title {
    margin: 7px 0 10px 45px;
    font-size: 15px;
    font-weight: 700;
}
@media (max-width: 767px) {
    .estate-box-details-title {
        font-size: 14px !important;
    }
}
@media (max-width: 568px) {
    .estate-box-details-title {
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    .estate-box-details-title {
        font-size: 12px !important;
    }
}
@media (max-width: 360px) {
    .estate-box-details-title {
        font-size: 11px !important;
    }
}

.estate-box-details-price {
    line-height: 20px;
    font-size: 17px;
}

@media (max-width: 767px) {
    .estate-box-details-price {
        font-size: 16px !important;
    }
}
@media (max-width: 568px) {
    .estate-box-details-price {
        font-size: 15px !important;
    }
}
@media (max-width: 480px) {
    .estate-box-details-price {
        font-size: 14px !important;
    }
}
@media (max-width: 360px) {
    .estate-box-details-price {
        font-size: 13px !important;
    }
}

.estate-box-details-price small{
    font-size: 70%;
}


@media (max-width: 480px) {
    .estate-box-details .badge {
        font-size: x-small;
    }
}

.balcony_50_icon {
    background-image: url("../../assets/img/site/estates/balcony_50.png");
    display: inline-block;
    background-size: contain;
}

.layout-navbar.navbar-active .position-relative.top-banner.removable-session{
    display: none;
}