@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*

TemplateMo 564 Plot Listing

https://templatemo.com/tm-564-plot-listing

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */

/*
---------------------------------------------
font & reset css
---------------------------------------------
*/

/*
---------------------------------------------
reset
---------------------------------------------
*/

:root {
    --primary: #ffffff;
    --onPrimary: #2a2a2a;
    --secondary: #8d99af;
    --onSecondary: #2b2d42;
    --secondary2: #585f6b;
}

.BTitr {
    font-family: 'BTitr';
}

.iranSans {
    font-family: 'iranSans';
}

.mitra {
    font-family: 'mitra';
}

.lotus {
    font-family: 'lotus';
}

.koodak {
    font-family: 'koodak';
}

.vazir {
    font-family: 'vazir';
}

.nazanin {
    font-family: 'nazanin';
}

.fw_100 {
    font-weight: 100 !important;
}

.fw_200 {
    font-weight: 200 !important;
}

.fw_300 {
    font-weight: 300 !important;
}

.fw_400 {
    font-weight: 400 !important;
}

.fw_500 {
    font-weight: 500 !important;
}

.fw_600 {
    font-weight: 600 !important;
}

.fw_700 {
    font-weight: 700 !important;
}

.fw_800 {
    font-weight: 800 !important;
}

.fw_900 {
    font-weight: 900 !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

/* clear fix */

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
    width: 50%;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

ul, li {
    padding: 0;
    margin: 0;
    /*list-style: none;*/
}

header, nav, section, article, aside, footer, hgroup {
    display: block;
}

* {
    box-sizing: border-box;
}

html, body {
    font-family: shabnam;
    font-weight: 400;
    background-color: #fff;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: rtl;
}

a {
    text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul {
    margin-bottom: 0px;
}

p {
    font-size: 15px;
    line-height: 30px;
    color: #2a2a2a;
}

img {
    margin-bottom: -3px;
    width: auto;
    overflow: hidden;
}

/*
---------------------------------------------
global styles
---------------------------------------------
*/

html,
body {
    background: #fff;
    font-family: shabnam;
}

::selection {
    background: #03a4ed;
    color: #fff;
}

::-moz-selection {
    background: #03a4ed;
    color: #fff;
}

@media (max-width: 991px) {
    html, body {
        overflow-x: hidden;
    }

    .mobile-top-fix {
        margin-top: 30px;
        margin-bottom: 0px;
    }

    .mobile-bottom-fix {
        margin-bottom: 30px;
    }

    .mobile-bottom-fix-big {
        margin-bottom: 60px;
    }
}

.page-section {
    margin-top: 120px;
}

.section-heading h2 {
    font-size: 35px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #2a2a2a;
    font-weight: 700;
    position: relative;
    z-index: 2;
    line-height: 44px;
}

.section-heading h6 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.main-white-button a {
    display: inline-block;
    background-color: #fff;
    font-size: 15px;
    font-weight: 400;
    color: #2a2a2a;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    transition: all .3s;
}

.main-white-button a i {
    margin-left: 10px;
    width: 22px;
    height: 22px;
    background-color: #8d99af;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.main-white-button a:hover {
    background-color: #8d99af;
    color: #fff;
}

/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
    background-color: #fff !important;
    height: 80px !important;
    position: fixed !important;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15) !important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
    color: #1e1e1e !important;
}

.background-header .main-nav .nav li:hover a {
    color: #8d99af !important;
}

.background-header .nav li a.active {
    color: #8d99af !important;
}

.header-area {
    background-color: #fff;
    border-bottom: 1px solid rgba(250, 250, 250, 0.2);
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 2001;
    height: 80px;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    border-bottom: 1px solid var(--secondary);
}

.header-area .main-nav {
    min-height: 80px;
    background: transparent;
}

.header-area .main-nav a.logo {
    background-image: var(--url-logo);
    /*background-image: url(/src/assets/images/black-logo.png);*/
    width: 58px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.background-header .main-nav a.logo {
    background-image: var(--url-logo);
    /*background-image: url(/src/assets/images/black-logo.png);*/
    width: 58px;
    height: 58px;
    display: inline-block;
    margin-top: 10px;

}

.background-header .main-nav .nav {
    margin-top: 20px !important;
}

.header-area .main-nav .nav {
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}

.header-area .main-nav .nav li {
    padding-left: 30px;
    padding-right: 30px;
}

.header-area .main-nav .nav li:last-child {
    padding-left: 0px;
    padding-right: 40px;
}

.header-area .main-nav .nav li:last-child a,
.background-header .main-nav .nav li:last-child a {
    color: #000000 !important;
    text-transform: capitalize;
    padding: 0px 20px;
    font-weight: 400;
}

.header-area .main-nav .nav li:last-child a i,
.background-header .main-nav .nav li:last-child a i {
    font-size: 12px !important;
    font-weight: 400 !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a {
    background-color: #8d99af;
    color: #fff !important;
}

.background-header .main-nav .nav li:last-child .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
    color: #fff !important;
}

.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
    color: #8d99af !important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
    color: #8d99af !important;
    opacity: 1;
}

.header-area .main-nav .nav li:last-child a:hover,
.background-header .main-nav .nav li:last-child a:hover {
    background-color: #8d99af;
}

.header-area .main-nav .nav li.has-sub {
    position: relative;
    padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 12px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 12px;
}

.background-header .main-nav .nav li.has-sub:after {
    color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: absolute;
    width: 200px;
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
    overflow: hidden;
    top: 40px;
    opacity: 0;
    transition: all .3s;
    transform: translateY(+2em);
    visibility: hidden;
    z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
    margin-left: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    opacity: 1;
    display: block;
    background: #f7f7f7;
    color: #2a2a2a !important;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
    background: #fff;
    color: #f5a425 !important;
    padding-left: 25px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
    width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 33px;
    width: 32px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    left: 40px;
    display: none;
}

.background-header .main-nav .menu-trigger {
    top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #1e1e1e;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
    content: "";
}

.header-area .main-nav .menu-trigger span {
    top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
    -moz-transform-origin: 33% 100%;
    -ms-transform-origin: 33% 100%;
    -webkit-transform-origin: 33% 100%;
    transform-origin: 33% 100%;
    top: -10px;
    z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
    -moz-transform-origin: 33% 0;
    -ms-transform-origin: 33% 0;
    -webkit-transform-origin: 33% 0;
    transform-origin: 33% 0;
    top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
    background-color: transparent;
    width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
    -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
    -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
    -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
    transform: translateY(6px) translateX(1px) rotate(45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
    background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
    -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
    transform: translateY(-6px) translateX(1px) rotate(-45deg);
    background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
    background-color: #1e1e1e;
}

.header-area.header-sticky {
    min-height: 80px;
}

.header-area .nav {
    margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
    color: #8d99af;
}

@media (max-width: 1200px) {
    .header-area .main-nav .nav li {
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-area .main-nav:before {
        display: none;
    }
}

@media (max-width: 992px) {
    /*.header-area .main-nav .nav li:last-child,*/
    /*.background-header .main-nav .nav li:last-child {*/
    /*    display: none;*/
    /*}*/
    .header-area .main-nav .nav li:nth-child(6),
    .background-header .main-nav .nav li:nth-child(6) {
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .background-header .main-nav .nav {
        margin-top: 80px !important;
    }

    .header-area .main-nav .logo {
        color: #1e1e1e;
    }

    .header-area.header-sticky .nav li a:hover,
    .header-area.header-sticky .nav li a.active {
        color: #8d99af !important;
        opacity: 1;
    }

    .header-area.header-sticky .nav li.search-icon a {
        width: 100%;
    }

    .header-area {
        background-color: #f7f7f7;
        padding: 0px 15px;
        height: 100px;
        box-shadow: none;
        text-align: center;
    }

    .header-area .container {
        padding: 0px;
    }

    .header-area .logo {
        margin-left: 30px;
    }

    .header-area .menu-trigger {
        display: block !important;
    }

    .header-area .main-nav {
        overflow: hidden;
    }

    .header-area .main-nav .nav {
        float: none;
        width: 100%;
        display: none;
        -webkit-transition: all 0s ease 0s;
        -moz-transition: all 0s ease 0s;
        -o-transition: all 0s ease 0s;
        transition: all 0s ease 0s;
        margin-left: 0px;
    }

    .background-header .nav {
        margin-top: 80px;
    }

    .header-area .main-nav .nav li:first-child {
        border-top: 1px solid #eee;
    }

    .header-area.header-sticky .nav {
        margin-top: 100px;
    }

    .header-area .main-nav .nav li {
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #e7e7e7;
        padding-left: 0px !important;
        padding-right: 15px !important;
    }

    .header-area .main-nav .nav li a {
        height: 50px !important;
        line-height: 50px !important;
        padding: 0px !important;
        border: none !important;
        background: #f7f7f7 !important;
        color: #191a20 !important;
        padding-right: 15px !important;
    }

    .header-area .main-nav .nav li a:hover {
        background: #eee !important;
        color: #8d99af !important;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        position: relative;
        visibility: inherit;
        opacity: 1;
        z-index: 1;
        transform: translateY(0%);
        top: 0px;
        width: 100%;
        box-shadow: none;
        height: 0px;
        transition: all 0s;
    }

    .header-area .main-nav .nav li.submenu ul li a {
        font-size: 12px;
        font-weight: 400;
    }

    .header-area .main-nav .nav li.submenu ul li a:hover:before {
        width: 0px;
    }

    .header-area .main-nav .nav li.has-sub ul.sub-menu {
        height: auto;
    }

    .header-area .main-nav .nav li.has-sub:after {
        color: #3B566E;
        right: 30px;
        font-size: 14px;
        top: 15px;
    }

    .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
        height: 0px;
    }
}

@media (min-width: 767px) {
    .header-area .main-nav .nav {
        display: flex !important;
    }
}

/*
---------------------------------------------
Banner Style
---------------------------------------------
*/

.main-banner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/images/banner-bg.jpg);
    padding: 178px 0px 100px 0px;
    position: relative;
    overflow: hidden;
}

.main-banner .top-text {
    text-align: center;
}

.main-banner .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.main-banner .top-text h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
    margin-bottom: 45px;
}

.main-banner ul.categories {
    width: 100%;
    margin-top: 60px;
    text-align: center;
}

.main-banner ul.categories li {
    display: inline-block;
    text-align: center;
    width: 18%;
}

.main-banner ul.categories li a {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin-top: 15px;
}

.main-banner ul.categories li .icon {
    display: block;
    margin: 0 auto 12px auto;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    transition: all .5s;
}

.main-banner ul.categories li a:hover .icon {
    background-color: #2b2d42;
}

.main-banner ul.categories li .icon img {
    max-width: 27px;
}

form.search-form {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}

form.search-form .row {
    padding: 10px 0px;
    border-radius: 10px;
    background-color: #fff;
}

form.search-form select,
form.search-form input {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    color: #2a2a2a;
    font-size: 15px;
    outline: none;
}

.form-select:focus {
    box-shadow: none;
}

form.search-form input,
form.search-form select {
    border-radius: 0;
}

form.search-form input::placeholder {
    color: #2a2a2a;
    font-size: 15px;
}

form.search-form button {
    background-color: #8d99af;
    border: none;
    padding: 6px 15px;
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    margin-top: 15px;
}

form.search-form button i {
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    color: #8d99af;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-left: 10px;
}

/*
---------------------------------------
Popular Categories
---------------------------------------
*/

.popular-categories {
    margin-top: 120px;
}

.popular-categories .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.popular-categories .naccs {
    position: relative;
    background-color: #2b2d42;
    border-radius: 7px;
}

.popular-categories .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-left: 15px;
}

.popular-categories .icon img {
    max-width: 27px;
}

.popular-categories .naccs .menu div.first-thumb {
    border-top-right-radius: 7px;
}

.popular-categories .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-right-radius: 7px;
}

.popular-categories .naccs .menu div {
    color: #fff;
    font-size: 15px;
    background-color: #8d99af;
    margin-bottom: 1px;
    height: 126px;
    text-align: left;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
    text-align: right;
}

.popular-categories .naccs .menu div.active,
.popular-categories .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.popular-categories ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popular-categories ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.popular-categories ul.nacc li {
    width: 100%;
}

.popular-categories .nacc .thumb .left-text {
    margin-left: 30px;
}

.popular-categories .nacc .thumb .left-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .left-text p {
    color: #fff;
    margin-bottom: 30px;
}

.popular-categories .nacc .thumb .right-image {
    padding: 60px;
    display: inline-flex;
}

.popular-categories .nacc .thumb img {
    border-radius: 7px;
}

.popular-categories .nacc .thumb .left-text .main-white-button a {
    width: 100%;
    text-align: center;
}

/*
---------------------------------------------
Recent Listing
---------------------------------------------
*/

.recent-listing {
    margin-top: 120px;
    padding-top: 120px;
    margin-bottom: 120px;
    border-top: 1px solid #eee;
}

.recent-listing .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.recent-listing .listing-item {
    display: inline-flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.recent-listing .left-image {
    float: left;
    overflow: hidden;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.recent-listing .left-image img {
    overflow: hidden;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.recent-listing .right-content {
    display: inline-block;
    padding: 60px;
}

.recent-listing .right-content ul.rate {
    position: absolute;
    left: 60px;
    top: 60px;
}

.recent-listing .right-content ul.rate li {
    display: inline-block;
}

.recent-listing .right-content ul.rate li:last-child {
    margin-right: 10px;
}

.recent-listing .right-content h4 {
    font-size: 20px;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
}

.recent-listing .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.recent-listing .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.recent-listing .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #8d99af;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-left: 10px;
}

.recent-listing .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.recent-listing .right-content span.details {
    display: block;
    margin-bottom: 30px;
    font-size: 15px;
    color: #8d99af;
}

.recent-listing .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
}

.recent-listing .right-content ul.info li {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 30px;
    width: 100%;
}

.recent-listing .right-content ul.info li:last-child {
    margin-bottom: 0px;
}

.recent-listing .right-content ul.info li img {
    max-width: 30px;
    margin-left: 15px;
    display: inline;
}

.recent-listing .right-content .main-white-button {
    position: absolute;
    left: 60px;
    bottom: 60px;
}

.recent-listing .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.recent-listing .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.recent-listing .owl-dots .active {
    width: 14px;
    height: 14px;
}

/*
---------------------------------------------
Footer
---------------------------------------------
*/

footer {
    border-top: 1px solid #eee;
    padding-top: 80px;
}

footer h4 {
    font-size: 20px;
    font-weight: 700;
    color: #8d99af;
    margin-bottom: 30px;
}

footer p,
footer a {
    color: #2a2a2a;
}

footer .logo img {
    max-width: 163px;
    margin-bottom: 30px;
}

footer .helpful-links {
    margin: 0px 45px;
}

footer .helpful-links ul li {
    display: block;
    margin-bottom: 15px;
}

footer .helpful-links ul li a {
    font-size: 15px;
    transition: all .3s;
}

footer .helpful-links ul li a:hover {
    color: #8d99af;
    border-bottom: 1px solid #8d99af;
}

footer .contact-us p {
    margin-bottom: 25px;
}

footer .contact-us a {
    transition: all .3s;
}

footer .contact-us a:hover {
    color: #8d99af;
    border-bottom: 1px solid #8d99af;
}

footer .sub-footer {
    text-align: center;
    margin-top: 40px;
    padding: 40px 0px;
    border-top: 1px solid #eee;
}

/*
---------------------------------------------
contact
---------------------------------------------
*/

.contact-page {
    margin: 120px 0px;
}

.contact-page .inner-content {
    background-color: #f7f7f7;
    border-radius: 7px;
    overflow: hidden;
}

.contact-page .inner-content #map {
    margin-bottom: -8px;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

form#contact {
    position: relative;
    margin: 0px 45px 0px 60px;
}

form#contact input {
    width: 100%;
    height: 46px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 0px 15px;
    margin-bottom: 30px;
}

form#contact ul li {
    display: inline-block;
    margin-left: 30px;
}

form#contact ul li:last-child {
    margin-right: 0px;
}

form#contact input[type=checkbox] {
    display: inline-block;
    width: 15px;
    min-width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    cursor: pointer;
}

form#contact span {
    color: #8d99af;
    font-size: 14px;
    font-weight: 500;
    margin-right: 8px;
}

form#contact input::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact textarea {
    margin-top: 10px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    max-height: 180px;
    min-height: 140px;
    height: 140px;
    border-radius: 7px;
    background-color: transparent;
    border: 1px solid #8d99af;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #8d99af;
    padding: 15px;
    margin-bottom: 30px;
}

form#contact textarea::placeholder {
    color: #8d99af;
    font-weight: 500;
}

form#contact button {
    margin-bottom: -15px;
    display: inline-block;
    background-color: #8d99af;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
    padding: 12px 25px;
    border-radius: 7px;
    letter-spacing: 0.25px;
    border: none;
    outline: none;
    transition: all .3s;
}

form#contact button i {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    background-color: #2b2d42;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
}

form#contact button:hover {
    background-color: #2b2d42;
    color: #fff;
}

/*
---------------------------------------------
Page Heading
---------------------------------------------
*/

.page-heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(/assets/images/heading-bg.jpg);
    padding: 230px 0px 120px 0px;
    position: relative;
    overflow: hidden;
}

.page-heading .top-text {
    text-align: right;
}

.page-heading .top-text h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.page-heading .top-text h2 {
    color: #fff;
    line-height: 70px;
    font-size: 45px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 15px;
}

/*
---------------------------------------
Category Post
---------------------------------------
*/

.category-post {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 120px;
}

.category-post .naccs {
    position: relative;
    border-radius: 7px;
}

.category-post .icon {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-left: 15px;
    float: right;
}

.category-post .naccs .menu div h4 {
    position: absolute;
    right: 81px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
    white-space: nowrap;
}

.category-post .icon img {
    max-width: 27px;
}

.category-post .naccs .menu div.first-thumb {
    border-bottom-right-radius: 7px;
}

.category-post .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-bottom-left-radius: 7px;
}

.category-post .naccs .menu div {
    color: #fff;
    margin: 0px;
    width: 20%;
    font-size: 10px;
    background-color: #8d99af;
    height: 132px;
    line-height: 132px;
    float: right;
    text-align: right;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post .naccs .menu div .thumb {
    padding: 30px 0px;
    margin-left: 25px;
    margin-right: 25px;
}

.category-post .naccs .menu div.active,
.category-post .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.category-post ul.nacc {
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li {
    opacity: 0;
    transform: translateX(-50px);
    position: absolute;
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.category-post ul.nacc li.active {
    transition-delay: 0.3s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateX(0px);
}

.category-post ul.nacc li {
    width: 100%;
}

.category-post .nacc .thumb h4 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 25px;
}

.category-post .nacc .thumb .main-white-button {
    text-align: left;
    margin-top: 40px;
}

.category-post .nacc .thumb .main-white-button a {
    background-color: #8d99af;
    color: #fff;
}

.category-post .nacc .thumb .main-white-button a i {
    background-color: #fff;
    color: #8d99af;
}

.category-post .top-content {
    margin-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .description {
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
    margin-bottom: 60px;
}

.category-post .general-info p {
    margin-bottom: 30px;
}

.category-post .top-content .top-icon {
    background-color: #2b2d42;
    width: 250px;
    height: 132px;
    border-radius: 7px;
    position: relative;
    padding: 30px;
    display: inline-block;
}

.category-post .top-content .top-icon h4 {
    position: absolute;
    left: 30px;
    top: 50%;
    color: #fff;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    display: inline;
}

.category-post .top-content .top-icon .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-right: 15px;
    float: left;
    left: 0;
}

.category-post .nacc .thumb .text-icon img {
    max-width: 30px;
    margin-left: 10px;
}

.category-post .nacc .thumb span.list-item {
    font-size: 15px;
    color: #8d99af;
    font-weight: 500;
    line-height: 30px;
}

/*
---------------------------------------------
Listing Page
---------------------------------------------
*/

.listing-page {
    margin-top: 120px;
    margin-bottom: 120px;
    min-height: 25vh;
}

.listing-page .section-heading {
    text-align: center;
    margin-bottom: 80px;
}

.listing-page .naccs {
    position: relative;
}

.listing-page .icon {
    display: inline-block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    color: #8d99af;
    background-color: #fff;
    margin-left: 15px;
}

.listing-page .icon img {
    max-width: 27px;
}

.listing-page .naccs .menu div.first-thumb {
    border-radius: 7px;
}

.listing-page .naccs .menu div.last-thumb {
    margin-bottom: 0px;
    border-radius: 7px;
}

.listing-page .naccs .menu div {
    color: #fff;
    font-size: 15px;
    border-radius: 7px;
    background-color: #8d99af;
    margin-bottom: 30px;
    height: 126px;
    text-align: right;
    padding: 0px 15px;
    line-height: 126px;
    cursor: pointer;
    position: relative;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page .naccs .menu div.active,
.listing-page .naccs .menu div.active .thumb {
    background-color: #2b2d42;
}

.listing-page ul.nacc {
    height: auto !important;
    position: relative;
    min-height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li {
    list-style: none;
    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.listing-page ul.nacc li.active {
    display: block;
    transition-delay: 0s;
    position: relative;
    z-index: 2;
    opacity: 1;
    transform: translateY(0px);
}

.listing-page ul.nacc li {
    width: 100%;
}

.listing-page .listing-item {
    display: flex;
    background-color: #f7f7f7;
    border-radius: 7px;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    flex-direction: column;
}

.listing-page .left-image {
    float: left;
    overflow: hidden;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    position: relative;
    z-index: 1;
}

.listing-page .left-image .hover-content .main-white-button a i {
    font-size: 12px;
    width: 23px;
    height: 23px;
    line-height: 23px;
}

.listing-page .left-image .hover-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.listing-page .listing-item:hover .left-image .hover-content {
    opacity: 1;
    visibility: visible;
}

.listing-page .left-image img {
    overflow: hidden;
    border-radius: 7px;
    max-height: 290px;
    min-height: 285px;
}

.listing-page .right-content {
    /*     display: inline-block; */
    padding: 45px;
}

.listing-page .right-content h4 {
    font-size: 1rem;
    color: #2a2a2a;
    font-weight: 700;
    margin-bottom: 20px;
    height: 53px;
}

.listing-page .right-content h6 {
    font-size: 15px;
    font-weight: 500;
    color: #8d99af;
}

.listing-page .right-content span.price {
    color: #2a2a2a;
    font-size: 15px;
    margin-top: 30px;
    display: block;
    margin-bottom: 15px;
}

.listing-page .right-content span.price .icon {
    width: 30px;
    height: 30px;
    background-color: #8d99af;
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    display: inline-block;
    margin-left: 10px;
}

.listing-page .right-content span.price .icon img {
    max-width: 16px;
    text-align: center;
    display: inline-block;
}

.listing-page .right-content span.details {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 15px;
    color: #8d99af;
}

.listing-page .right-content span.details em {
    font-style: normal;
    color: #2a2a2a;
    font-size: 0.8rem;
}

.listing-page .right-content .info {
    line-height: 30px;
    font-size: 0.9rem;
}

.listing-page .right-content span.info img {
    max-width: 30px;
    margin-left: 15px;
    display: inline;
}

.listing-page .owl-dots {
    margin-top: 15px;
    text-align: center;
}

.listing-page .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background-color: #8d99af;
    border-radius: 50%;
    margin: 0px 5px;
    transition: all .3s;
}

.listing-page .owl-dots .active {
    width: 14px;
    height: 14px;
}

/*
---------------------------------------------
Pre Loader
---------------------------------------------
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #8d99af;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #8d99af;
    border-radius: 50%;
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 1200px) {
    .popular-categories .icon {
        margin-right: 50%;
        transform: translateX(33px);
        text-align: center;
        display: inline-block;
    }

    .category-post .naccs .menu div.active .thumb {
        position: relative;
    }

    .category-post .icon {
        position: absolute;
        right: 50%;
        transform: translateX(-15px);
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    form#search-form {
        padding: 30px;
    }

    .popular-categories .naccs .menu .thumb,
    .category-post .naccs .menu div h4 {
        color: transparent;
    }

    .recent-listing .right-content,
    .listing-page .right-content {
        padding: 30px;
        position: relative;
    }

    .recent-listing .right-content h4,
    .listing-page .right-content h4 {
        margin-bottom: 10px;
    }

    .recent-listing .right-content .main-white-button,
    .listing-page .right-content .main-white-button {
        left: 30px;
        bottom: -30px;
    }

    .recent-listing .right-content span.price,
    .listing-page .right-content span.price {
        margin-top: 15px;
    }

    .recent-listing .right-content ul.rate,
    .listing-page .right-content ul.rate {
        right: 30px;
        top: -5px;
    }

    .recent-listing .right-content span.details,
    .listing-page .right-content span.details {
        margin-bottom: 15px;
    }
}

@media (max-width: 992px) {
    form#search-form .row {
        padding: 15px 0;
        padding-bottom: 0;
    }

    form#search-form select,
    form#search-form input {
        border: 1px solid #8d99af;
        border-radius: 7px;
        margin-bottom: 15px;
    }

    form#search-form button {
        border-radius: 7px;
    }

    .listing-page .naccs .menu {
        margin-bottom: 30px;
    }

    .popular-categories .nacc .thumb .left-text {
        margin: 30px;
    }

    .popular-categories .nacc .thumb .right-image {
        padding: 0px;
        margin: 0px 30px 30px 30px;
        display: block;
    }

    .popular-categories .naccs .menu div.first-thumb {
        border-top-left-radius: 7px;
    }

    .popular-categories .naccs .menu div.last-thumb {
        border-bottom-right-radius: 0px;
    }

    .recent-listing .left-image,
    .listing-page .left-image {
        float: none;
        width: 100%;
    }

    .category-post .top-content .top-icon .icon {
        left: 45%;
    }

    .recent-listing .left-image,
    .listing-page .left-image {
        border-bottom-right-radius: 0px;
        border-top-left-radius: 7px;
    }

    .recent-listing .listing-item,
    .listing-page .listing-item {
        display: inline-block;
    }

    .recent-listing .right-content ul.rate,
    .listing-page .right-content ul.rate {
        top: 20px;
    }

    .recent-listing .right-content .main-white-button,
    .listing-page .right-content .main-white-button {
        position: relative;
        left: 0px;
        bottom: 0px;
        margin-top: 30px;
    }

    .recent-listing .right-content h4 {
        margin-top: 20px;
    }

    footer {
        text-align: center;
    }

    footer .about,
    footer .helpful-links {
        margin-bottom: 45px;
    }

    .category-post .icon {
        transform: translateX(0px);
    }

    .category-post .top-content .top-icon,
    .category-post .nacc .thumb .main-white-button a {
        text-align: center;
        width: 100%;
    }

    .category-post .nacc .thumb .main-white-button {
        margin-top: 30px;
    }

    .category-post .top-content .top-icon .icon {
        margin-left: -60px;
    }

    .category-post .top-content .top-icon h4 {
        left: 86px;
    }

    .description .text-icon {
        margin-top: 30px;
    }

    form#contact {
        margin-top: 45px;
        margin-bottom: 55px;
    }
}

@media (max-width: 767px) {
    .main-banner ul.categories li a {
        color: transparent;
    }

    .header-area .main-nav a.logo {
        /*background-image: url(/assets/images/logo.png);*/
        float: right;
    }

    .header-area .logo {
        margin-right: 0px;
    }

    .header-area .main-nav .menu-trigger {
        left: 15px;
    }

    .category-post .icon {
        transform: translateX(18px);
        width: 40px;
        height: 40px;
    }

    .category-post .icon img {
        max-width: 18px;
        margin-top: -24px;
    }

    .category-post .naccs .menu div {
        height: 100px;
    }
}

.filter-box-design .btn-close {
    z-index: 10;
    background-color: #ffffff;
    opacity: 1;
    transition: 0.3s ease;
}

.filter-box-design .btn-close:hover {
    transform: scale(1.2);
}

@media (max-width: 992px) {
    .filter-box-design {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 10000;
        max-width: 290px;
        overflow: auto;
        background: #ffff;
        transition: 0.3s ease;
        transform: translate(100%, 0);
    }

    .filter-box-design.show_offcanvas {
        transform: translate(0%, 0);
    }
}

.needs-validation .card {
    border-radius: 16px;
    box-shadow: -2px -2px 5px #ebe7e7, inset -2px -2px 5px #ebe7e7;
}

.needs-validation .card-header:first-child {
    border-radius: 16px 16px 0 0;
}

.needs-validation .card-header:first-child > * {
    font-size: 1.5rem;
}

.theme_btn, .theme_btn_outline {
    background-color: var(--secondary);
    color: var(--primary);
    padding: 0 20px;
    font-weight: 400;
    display: inline-block;
    border: none;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 14px;
    border-radius: 8px;
    margin: 0 10px;
    transition: 0.2s ease;
    box-shadow: inset -1.5px -1.5px 17px var(--secondary), inset 1.5px 1.5px 10px var(--onSecondary), 2px 2px 3px var(--onSecondary);
}

.theme_btn_outline {
    background-color: transparent;
    border: 2px solid var(--secondary);
    color: var(--onSecondary);
    line-height: 36px;
    box-shadow: inset -1.5px -1.5px 40px var(--primary), inset 1.5px 1.5px 10px var(--onPrimary), 2px 2px 3px var(--secondary);
}

.theme_btn:hover {
    box-shadow: inset -1.5px -1.5px 10px var(--secondary), inset 1.5px 1.5px 16px var(--onSecondary), 3px 3px 3px var(--onSecondary);
    transform: scale(0.95);
}

.theme_btn_outline:hover {
    box-shadow: inset -1.5px -1.5px 40px var(--primary), inset 1.5px 1.5px 12px var(--onPrimary), 3px 3px 3px var(--secondary);
    transform: scale(0.95);
    color: var(--onSecondary);
}

.theme_btn:active {
    box-shadow: inset -1.5px -1.5px 10px var(--secondary), inset 1.5px 1.5px 16px var(--onSecondary), 0px 0px 3px var(--onSecondary);
}

.theme_btn_outline:active {
    box-shadow: inset -1.5px -1.5px 40px var(--primary), inset 1.5px 1.5px 12px var(--onPrimary), 0px 0px 0px var(--secondary);
}

.add-property-buttons {
    position: fixed;
    display: grid;
    place-items: center;
    transition: 0.3s;
    top: 97%;
    right: 1%;
    transform: translate(4%, -97%);
    padding: 60px 0 60px 0;
    z-index: 10;
}

.add-property-buttons.open {
}

.add-property-buttons.open .sub-add-property-button {
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.main-add-property-button {
    position: relative;
    display: grid;
    place-items: center;
    padding: 11px 12px;
    border: none;
    background: #ff4052;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
    border-radius: 50%;
    transition: 0.2s;
    z-index: 1000;
    font-size: 0.8rem;
    line-height: 1.3;
}

.sub-add-property-button {
    position: absolute;
    display: grid;
    place-items: center;
    padding: 5px 6px;
    border: none;
    background: #ffc107;
    box-shadow: 5px 5px 12px rgba(202, 202, 202, 0), -5px -5px 12px rgba(255, 255, 255, 0);
    transition: 0.3s;
    border-radius: 5px;
    color: black;
    text-decoration: none;
    width: 56px;
    font-size: 0.8rem;
}

.add-property-buttons .sub-add-property-button:hover {
    border: 1px solid #6c757d;
    color: black;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(1) {
    translate: -70px -220px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(2) {
    translate: -70px -180px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(3) {
    translate: -70px -140px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(4) {
    translate: -70px -100px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(5) {
    translate: -70px -60px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(6) {
    translate: -70px -20px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons.open .sub-add-property-button:nth-of-type(7) {
    translate: -70px 22px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.add-property-buttons .sub-add-property-button.selected,
.add-property-buttons .sub-add-property-button:hover {
    border: 1px solid #6c757d;
}

.whatsapp-button:hover {
    background: #25D366;
}

.add-property-buttons.open .whatsapp-button {
    translate: 47px 47px;
    box-shadow: 5px 5px 12px #cacaca, -5px -5px 12px #ffffff;
}

.box_lands_form {
    padding: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 28%) !important;
    border-radius: 16px;
}

.box_lands_form_title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 23px 0;
    background: var(--onSecondary);
    border-radius: 4px;
    color: var(--primary);
    margin-bottom: 25px;
    outline: 2px dashed var(--secondary);
    outline-offset: -6px;
    box-shadow: 0 4px 11px 2px #aaaaaa;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

.form-group .error {
    color: #e3342f;
    font-size: 12px;
    margin-top: 5px;
}

/* Ø§ÛŒÙ† Ø§Ø¶Ø§ÙÙ‡ Ø§Ø³Øª */

.checkbox-group {
    display: flex;
    align-items: center;
    border: 1px solid var(--onSecondary);
    padding: 2px 5px;
    border-radius: 5px;
    margin: 3px 4px;
    color: var(--onSecondary);
    box-shadow: 0 1px 2px
}

.checkbox-group label {
    margin: 0 10px;
    font-size: 14px;
}

.checkbox-group input {
    width: 20px;
    height: 20px;
}

.submit-button {
    display: flex;
    justify-content: center
}

.theme_btn_2 {
    padding: 7px 17px;
    background-color: var(--onSecondary);
    color: var(--primary);
    border: 1px solid var(--onSecondary);
    border-radius: 2px;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 2px 5px var(--secondary);
    transition: 0.2s;
    outline: 2px dashed var(--secondary) !important;
    outline-offset: -6px;
    text-decoration: none;
}

.theme_btn_2:disabled {
    opacity: .9
}

.theme_btn_2:not(:disabled):hover {
    box-shadow: 0 7px 12px var(--secondary2);
    transform: translateY(-5px);
}

.theme_btn_2:active {
    box-shadow: 0 4px 5px #585f6b var(--secondary2);
    transform: translateY(0px);
}

@media (max-width: 600px) {
    .form-group input,
    .form-group select {
        font-size: 14px;
    }

    .form-container h2 {
        font-size: 20px;
    }

    .submit-button {
        font-size: 14px;
        padding: 8px;
    }
}

.checkbox-wrapper {
    --checkbox-size: 25px;
    --checkbox-color: #00ff88;
    --checkbox-shadow: rgba(0, 255, 136, 0.3);
    --checkbox-border: rgba(0, 255, 136, 0.7);
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 8px 10px;
    background: var(--onSecondary);
    border-radius: 11px;
    /*outline: 2px dashed var(--secondary);*/
    /*outline-offset: -4px;*/
    box-shadow: 0 2px 7px var(--onSecondary);
}

.checkbox-wrapper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-wrapper .checkmark {
    position: relative;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    border: 2px solid var(--checkbox-border);
    border-radius: 8px;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px var(--checkbox-shadow);
    overflow: hidden;
}

.checkbox-wrapper .checkmark::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, var(--checkbox-color), #00ffcc);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: scale(0) rotate(-45deg);
}

.checkbox-wrapper input:checked ~ .checkmark::before {
    opacity: 1;
    transform: scale(1) rotate(0);
}

.checkbox-wrapper .checkmark svg {
    width: 0;
    height: 0;
    color: #1a1a1a;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.checkbox-wrapper input:checked ~ .checkmark svg {
    width: 18px;
    height: 18px;
    transform: rotate(360deg);
}

.checkbox-wrapper:hover .checkmark {
    border-color: var(--checkbox-color);
    transform: scale(1.1);
    box-shadow: 0 0 20px var(--checkbox-shadow),
    0 0 40px var(--checkbox-shadow),
    inset 0 0 10px var(--checkbox-shadow);
}

.checkbox-wrapper input:checked ~ .checkmark {
    animation: pulse 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 20px var(--checkbox-shadow);
    }
    50% {
        transform: scale(0.9);
        box-shadow: 0 0 30px var(--checkbox-shadow),
        0 0 50px var(--checkbox-shadow);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 20px var(--checkbox-shadow);
    }
}

.checkbox-wrapper .label {
    margin-right: 5px;
    font-size: 12px;
    text-shadow: 0 0 10px var(--checkbox-shadow);
    opacity: 0.9;
    transition: all 0.3s;
    color: var(--primary);
    user-select: none;
}

.checkbox-wrapper:hover .label {
    opacity: 1;
    transform: translateX(-5px);
}

/* Container */

.alert-container {
    width: auto; /* ~ w-60 */
    min-width: 270px;
    font-size: 10px; /* small text */
    display: flex;
    flex-direction: column;
    gap: 8px; /* gap-2 */
    position: fixed;
    top: 96%;
    left: 50%;
    z-index: 589665;
    transform: translate(-50%, -96%);
}

@media (max-width: 768px) {
    .alert-container {
        min-width: 370px;
    }
}

@media (max-width: 576px) {
    .alert-container {
        width: 100%;
        min-width: auto;
    }
}

/* Error Alert Box */

.error-alert {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* ~ h-12 */
    background-color: #232531;
    border-radius: 12px;
    padding: 10px 18px;
    cursor: default;
    box-shadow: 0 4px 9px;
    border: 1px solid var(--secondary);
}

.error-alert.error .icon-wrapper {
    color: #c0071b;
}

.error-alert.success .icon-wrapper {
    color: #09a673;
}

/* Content Wrapper */

.alert-content {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* Icon Wrapper */

.icon-wrapper {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 4px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG Icon */

.icon {
    width: 40px;
    height: 40px;
}

/* Text Wrapper */

.text-wrapper .alert-title {
    color: white;
    margin: 0;
    line-height: 1.5;
}

.text-wrapper .alert-description {
    /*color: #a0a0a0; !* gray-500 *!*/
    color: var(--primary); /* gray-500 */
    margin: 0;
    line-height: 2.4;
    font-size: clamp(1rem, 2.5vw, 1.15rem);
}

/* Close Button */

.close-btn {
    background: none;
    border: none;
    color: #9ca3af; /* gray-600 */
    padding: 4px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s linear;
    margin-right: 30px;
}

.close-btn:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/*///////////////////////////////////////////////////////////////////////*/

.box-menu {
    width: 200px;
    /* background-color: rgba(36, 40, 50, 1);
  background-image: linear-gradient(135deg, rgba(36, 40, 50, 1) 0%, rgba(36, 40, 50, 1) 40%, rgba(37, 28, 40, 1) 100%); */
    /*background-color: rgba(36, 40, 50, 1);*/
    /*background-image: linear-gradient(*/
    /*        139deg,*/
    /*        rgba(36, 40, 50, 1) 0%,*/
    /*        rgba(36, 40, 50, 1) 0%,*/
    /*        rgba(37, 28, 40, 1) 100%*/
    /*);*/
    /* background-image: linear-gradient(139deg, rgb(141 153 175) 0%, rgb(81 88 110) 0%, rgb(19 23 43) 100%); */
    background-color: #ffff;
    border-radius: 10px;
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid;
}

.box-menu .separator {
    border-top: 1.5px solid #42434a;
}

.box-menu .box-menu-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0px 10px;
}

.box-menu .box-menu-list .box-menu-list-element {

    padding: 4px 7px !important;
    cursor: pointer;
}

.box-menu .box-menu-list .box-menu-list-element a,
.box-menu .box-menu-list .box-menu-list-element button {
    display: flex !important;
    align-items: center;
    color: #7e8590;
    gap: 10px;
    border-radius: 6px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
    width: 100%;
    background-color: transparent;
    padding: 0 15px !important;
    transition: 0.2s ease-out;
}

.box-menu .box-menu-list .box-menu-list-element svg {
    width: 19px;
    height: 19px;
    transition: all 0.3s ease-out;
}

.box-menu .box-menu-list .box-menu-list-element .box-menu-list-element-label {
    font-weight: 600;
    color: #141414 !important;
}

.box-menu .box-menu-list .box-menu-list-element a:hover,
.box-menu .box-menu-list .box-menu-list-element button:hover {
    background-color: #5353ff !important;
    color: #ffffff !important;
    transform: translate(1px, -1px);
}

.box-menu .box-menu-list .box-menu-list-element a:hover .box-menu-list-element-label,
.box-menu .box-menu-list .box-menu-list-element button:hover .box-menu-list-element-label {
    color: #ffffff !important;
}

.box-menu .box-menu-list .box-menu-list-element.delete a:hover,
.box-menu .box-menu-list .box-menu-list-element.delete button:hover {
    background-color: #8e2a2a !important;
}

.box-menu .box-menu-list .box-menu-list-element:active {
    transform: scale(0.99);
}

.box-menu .box-menu-list:not(.box-menu-list-2) .box-menu-list-element:hover svg {
    stroke: #ffffff;
}

.box-menu .box-menu-list-2 svg {
    stroke: #bd89ff;
}

.box-menu .box-menu-list-2 .box-menu-list-element {
    color: #bd89ff;
}

.box-menu .box-menu-list-2 .box-menu-list-element:hover {
    background-color: rgba(56, 45, 71, 0.836);
}

.menu_profile {
    background-color: var(--primary);
    border: 1px solid var(--secondary);
    overflow: hidden;
    --tw-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.04);
    --tw-shadow-colored: 0 10px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition: 0.3s ease;
    border-radius: 0.75rem !important;
}

.menu_profile:hover {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 15px 15px -6px rgba(0, 0, 0, 0.06);
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 15px 15px -6px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.menu_profile_header {
    border-bottom: 1px solid var(--secondary);
    background-color: var(--onSecondary);
    display: flex;
    align-items: center;
}

.menu_profile_header .menu_profile_header_title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.menu_profile_header .menu_profile_header_icon {
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    margin-left: 0.5rem;
}

.menu_profile_header .menu_profile_header_icon svg {
    width: 1rem;
    height: 1rem;
}

.menu_profile_body {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}

.menu_profile_body .menu_profile_body_items {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
    transition: 0.2s ease;
    width: 100%;
    background-color: transparent;
    border: 0;
}

.menu_profile_body .menu_profile_body_items.active,
.menu_profile_body .menu_profile_body_items:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.danger.active,
.menu_profile_body .menu_profile_body_items.danger:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items .menu_profile_body_items_hover {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 0.25rem;
    background-color: var(--onSecondary);
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    opacity: 0;
    transition: 0.2s ease;
}

.menu_profile_body .menu_profile_body_items.danger .menu_profile_body_items_hover {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.active .menu_profile_body_items_hover,
.menu_profile_body .menu_profile_body_items:hover .menu_profile_body_items_hover {
    opacity: 1;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-scale-y: 1;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.menu_profile_body .menu_profile_body_items .menu_profile_body_items_logo {
    border-radius: 0.5rem;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
    margin-left: 0.75rem;
    transition: 0.2s ease;
    --tw-bg-opacity: 1;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items .menu_profile_body_items_logo svg {
    width: 1.25rem;
    height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.danger .menu_profile_body_items_logo svg {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    rotate: 180deg;
}

.menu_profile_body .menu_profile_body_items.danger .menu_profile_body_items_logo {
    --tw-bg-opacity: 1;
    background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.active .menu_profile_body_items_logo,
.menu_profile_body .menu_profile_body_items:hover .menu_profile_body_items_logo {
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.danger.active .menu_profile_body_items_logo,
.menu_profile_body .menu_profile_body_items.danger:hover .menu_profile_body_items_logo {
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.menu_profile_body .menu_profile_body_items .menu_profile_body_items_text {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.active .menu_profile_body_items_text,
.menu_profile_body .menu_profile_body_items:hover .menu_profile_body_items_text {
    --tw-text-opacity: 1;
    color: rgb(26 54 93 / var(--tw-text-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.danger.active .menu_profile_body_items_text,
.menu_profile_body .menu_profile_body_items.danger:hover .menu_profile_body_items_text {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.menu_profile_body .menu_profile_body_items .menu_profile_body_items_icon {
    height: 0.75rem;
    width: 0.75rem;
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
    margin-right: auto;
    rotate: 180deg;
}

.menu_profile_body .menu_profile_body_items.active .menu_profile_body_items_icon,
.menu_profile_body .menu_profile_body_items:hover .menu_profile_body_items_icon {
    --tw-text-opacity: 1;
    color: rgb(26 54 93 / var(--tw-text-opacity, 1));
}

.menu_profile_body .menu_profile_body_items.danger.active .menu_profile_body_items_icon,
.menu_profile_body .menu_profile_body_items.danger:hover .menu_profile_body_items_icon {
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.radio-btn-groups {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    font-size: 14px;
}

.radio-btn-groups .radio-btn-groups-label {
    flex: 1 1 auto;
    text-align: center;
}

.radio-btn-groups .radio-btn-groups-label input {
    display: none;
}

.radio-btn-groups .radio-btn-groups-label .radio-btn-groups-label-title {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-btn-groups .radio-btn-groups-label input:checked + .radio-btn-groups-label-title {
    background-color: #fff;
    font-weight: 600;
}

.swipter_house_details .swiper-slide {

}

.swipter_house_details .swiper-slide img {
    /*max-height: 342px;*/
    margin-bottom: 3px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    width: 100%;
}

.swipter_house_details_thumb .swiper-slide {
    margin: 15px 0;
}

.swipter_house_details_thumb .swiper-slide img {
    max-width: 120px;
    max-height: 84px;
    border: 2px solid var(--onSecondary);
    opacity: 0.5;
    transition: 0.3s ease;
}

.swipter_house_details_thumb .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}

.house_details .house_details_swiper {
    background-color: #F2F0F2;
    border-radius: 7px;
}

.house_details .house_details_swiper_date {
    border-radius: 10px;
    font-size: 0.8rem;
}

.house_details .house_details_swiper_price {
    border-radius: 10px;
}

.house_details .house_details_box {
    background-color: #F2F0F2;
    border-radius: 20px;
}

.house_details .house_details_box .house_details_box_tel {
    padding: 2px 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.house_details .house_details_description_title {
    font-size: 1.5rem;
    margin-top: 13px;
}

.offer .offer_img {
    max-height: 300px;
    min-height: 300px
}

.offer-card .offer-card-badge {
    position: absolute;
    overflow: hidden;
    width: 150px;
    height: 150px;
    top: -10px;
    left: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.offer-card .offer-card-badge::before {
    content: attr(data-content);
    position: absolute;
    width: 150%;
    height: 40px;
    background-image: linear-gradient(45deg, #7ADAA5 0%, #239BA7 51%, #7ADAA5 100%);
    transform: rotate(-45deg) translateY(-20px);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.23);
}

.offer-card .offer-card-badge::after {
    content: '';
    position: absolute;
    width: 10px;
    bottom: 0;
    left: 0;
    height: 10px;
    z-index: -1;
    box-shadow: 140px -140px #239BA7;
    background-image: linear-gradient(45deg, #7ADAA5 0%, #239BA7 51%, #7ADAA5 100%);
}


.not-thumb .range-slider__thumb[data-lower] {
    width: 0;
}

.page404 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.page404 h1 {
    font-size: 4rem;
}

.btn_show_offcanvas_filter {
    position: fixed;
    z-index: 10;
    right: 13px;
    bottom: 50%;
    --color: #2b2d42;
    display: inline-block;
    width: 4.6em;
    line-height: 2.2em;
    overflow: hidden;
    cursor: pointer;
    margin: 20px;
    font-size: 17px;
    color: var(--color);
    border: 2px solid var(--color);
    border-radius: 6px;
    background: #f7f7f7;
    backdrop-filter: blur(6px);
}

.btn_show_offcanvas_filter::before {
    position: absolute;
    content: "";
    background: var(--color);
    width: 150px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}

.btn_show_offcanvas_filter:hover {
    color: white;
}

.btn_show_offcanvas_filter:before {
    top: 100%;
    left: 100%;
    transition: 0.3s all;
}

.btn_show_offcanvas_filter:hover::before {
    top: -30px;
    left: -30px;
}

.box_detail_property .row {
    background-color: #52525214;
    padding: 10px;
    border-radius: 7px;
    color: white;
    margin: 14px 0;
}

.box_detail_property .row:first-of-type {
    margin-top: 0
}

.box_detail_property .row:last-of-type {
    margin-bottom: 0
}

.box_detail_property .row > div {
    margin: 9px 0;
}

.box_detail_property .row p {
    background-color: #ffffff;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    outline: 2px dashed;
}