/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
:root {
  --Black: #000000;
  --White: #ffffff;
  --Primary: #FE5631;
  --Text-primary: #101010;
  --Text-secondary: #5C6368;
  --Line: #E4E4E4;
  --Text-muted: #A4AEB5;
  --Text-light: #ffffff;
  --Bg-light: #F9F7F3;
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin-right: 0 !important;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  padding: 0 !important;
  font-family: "Syne", sans-serif;
  color: var(--Text-secondary);
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: var(--Line);
}
body::-webkit-scrollbar-thumb {
  background: var(--Text-secondary);
  border-radius: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: none;
}

a img {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
}

select {
  max-width: 100%;
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
  font-family: "Syne", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: auto;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 24px;
  }
}

strong,
b,
cite {
  font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
  font-style: italic;
}

abbr,
acronym {
  border-bottom: 1px dotted #e0e0e0;
  cursor: help;
}

.btn-link:focus,
.btn-link:hover,
mark,
ins {
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

address {
  font-style: italic;
  margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
  margin: 20px 0;
  padding: 4px 12px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  overflow-x: auto;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  border-radius: 0;
  height: auto;
}

svg,
svg path {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Elements
-------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

hr {
  margin-bottom: 20px;
  border: dashed 1px #ccc;
}

/* List */
ul,
ol {
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

li {
  list-style: none;
}

ul li,
ol li {
  padding: 0;
}

dl,
dd {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

del,
.disable {
  text-decoration: line-through;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Table */
table {
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 8px 12px;
}

/* Media */
embed,
object,
video {
  margin-bottom: 20px;
  max-width: 100%;
  vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
  margin-bottom: 0;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
  line-height: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
  line-height: inherit;
  margin: 0;
  vertical-align: baseline;
  background: unset;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
}

input[type=checkbox] {
  display: inline;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: button;
  border: 0;
}

input[type=checkbox],
input[type=radio] {
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  vertical-align: sub;
  height: 16.5px;
  width: 16.5px;
  accent-color: var(--Text-primary);
  /* Addresses excess padding in IE8/9 */
}

input[type=search] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type=search]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset;
}

/* Reset search styling */
input[type=search] {
  outline: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Placeholder color */
::-webkit-input-placeholder {
  color: #171412;
}

::-moz-placeholder {
  color: #171412;
  opacity: 1;
}

/* Since FF19 lowers the opacity of the placeholder by default */
:-ms-input-placeholder {
  color: #171412;
}

textarea::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Typography
-------------------------------------------------------------- */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Syne", sans-serif;
  margin: 0;
  text-rendering: optimizeLegibility;
  color: var(--Text-primary);
  font-weight: 600;
}

h1,
.h1 {
  font-size: 80px;
  line-height: 88px;
}

h2,
.h2 {
  font-size: 52px;
  line-height: 62px;
}

h3,
.h3 {
  font-size: 44px;
  line-height: 52px;
}

h4,
.h4 {
  font-size: 30px;
  line-height: 40px;
}

h5,
.h5 {
  font-size: 24px;
  line-height: 30px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 28px;
}

.text-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

.text-body-default {
  font-size: 16px;
  line-height: 26px;
}

.text-body-1 {
  font-size: 20px;
  line-height: 30px;
}

.text-body-2 {
  font-size: 18px;
  line-height: 28px;
}

.text-body-3 {
  font-size: 34px;
  line-height: 44px;
}

.text-button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}

.text-button-small {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.text-label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.text-caption-1 {
  font-size: 14px;
  line-height: 22px;
}

.text-caption-2 {
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 80px;
    line-height: 88px;
  }
  h2,
  .h2 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 66px;
    line-height: 74px;
  }
  h2,
  .h2 {
    font-size: 43px;
    line-height: 51px;
  }
  h3,
  .h3 {
    font-size: 36px;
    line-height: 44px;
  }
  .text-body-3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 55px;
    line-height: 63px;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 43px;
  }
  h3,
  .h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4,
  .h4 {
    font-size: 25px;
    line-height: 33px;
  }
  .text-body-3 {
    font-size: 23px;
    line-height: 31px;
  }
}
@media (max-width: 575px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 44px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 38px;
  }
  h3,
  .h3 {
    font-size: 25px;
    line-height: 33px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 30px;
  }
  h5,
  .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6,
  .h6 {
    font-size: 18px;
    line-height: 26px;
  }
  .text-body-1 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-button {
    font-size: 16px;
    line-height: 24px;
  }
  .text-body-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .text-body-default {
    font-size: 14px;
    line-height: 24px;
  }
}
.fw-3 {
  font-weight: 300 !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.fw-7 {
  font-weight: 700 !important;
}

/* link style
-------------------------------------------------------------- */
.link {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:hover {
  color: var(--Primary) !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

/* text color
-------------------------------------------------------------- */
.text-Black {
  color: var(--Black) !important;
}

.text-White {
  color: var(--White) !important;
}

.text-Primary {
  color: var(--Primary) !important;
}

.text-cl-primary {
  color: var(--Text-primary) !important;
}

.text-secondary {
  color: var(--Text-secondary) !important;
}

.text-Line {
  color: var(--Line) !important;
}

.text-muted {
  color: var(--Text-muted) !important;
}

.text-light {
  color: var(--Text-light) !important;
}

.text-Bg-light {
  color: var(--Bg-light) !important;
}

/* line-clamp
-------------------------------------------------------------- */
.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box !important;
}

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

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}

.text-whitespace {
  white-space: nowrap;
}

/* overflow
-------------------------------------------------------------- */
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Line);
}
.overflow-x-auto::-webkit-scrollbar-thumb {
  background: var(--Text-primary);
  border-radius: 999px;
}

.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-auto::-webkit-scrollbar {
  height: 3px;
  background-color: var(--Mono-gray-2);
}
.overflow-y-auto::-webkit-scrollbar-thumb {
  background: var(--Black);
  border-radius: 999px;
}

/* container
-------------------------------------------------------------- */
.row {
  margin-top: 0 !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.row > * {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.tf-container {
  position: relative;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tf-container.full {
  max-width: 100%;
}
.tf-container.w-1770 {
  max-width: 1800px;
}

.slider-layout-right {
  width: calc(100vw - (100vw - 1320px) / 2) !important;
  margin-right: unset;
  max-width: 100%;
  margin-left: auto;
  padding-right: unset;
  overflow: hidden;
}

.h-full {
  height: 100% !important;
}

.w-full {
  width: 100% !important;
  max-width: 100% !important;
}

/* backgroud
-------------------------------------------------------------- */
/* grid-layout
-------------------------------------------------------------- */
.tf-grid-layout {
  display: grid;
  gap: 30px 15px;
}
.tf-grid-layout.tf-col-2 {
  grid-template-columns: 1fr 1fr;
}
.tf-grid-layout.tf-col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tf-grid-layout.tf-col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.tf-grid-layout.tf-col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.tf-grid-layout.tf-col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.tf-grid-layout.tf-col-7 {
  grid-template-columns: repeat(7, 1fr);
}

.tf-grid-layout-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 15px;
}

@media (min-width: 576px) {
  .tf-grid-layout-sm {
    display: grid;
    gap: 40px 15px;
  }
  .tf-grid-layout.sm-col-2,
  .tf-grid-layout-sm.sm-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.sm-col-3,
  .tf-grid-layout-sm.sm-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.sm-col-4,
  .tf-grid-layout-sm.sm-col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .tf-grid-layout-md {
    display: grid;
    gap: 40px 15px;
  }
  .tf-grid-layout,
  .tf-grid-layout-md,
  .tf-grid-layout-sm {
    gap: 24px 15px;
  }
  .tf-grid-layout.md-col-2,
  .tf-grid-layout-md.md-col-2,
  .tf-grid-layout-sm.md-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.md-col-3,
  .tf-grid-layout-md.md-col-3,
  .tf-grid-layout-sm.md-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.md-col-4,
  .tf-grid-layout-md.md-col-4,
  .tf-grid-layout-sm.md-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .tf-grid-layout,
  .tf-grid-layout-md,
  .tf-grid-layout-sm {
    gap: 40px 24px;
  }
  .tf-grid-layout.lg-col-2,
  .tf-grid-layout-md.lg-col-2,
  .tf-grid-layout-sm.lg-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.lg-col-3,
  .tf-grid-layout-md.lg-col-3,
  .tf-grid-layout-sm.lg-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.lg-col-4,
  .tf-grid-layout-md.lg-col-4,
  .tf-grid-layout-sm.lg-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.lg-col-5,
  .tf-grid-layout-md.lg-col-5,
  .tf-grid-layout-sm.lg-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1200px) {
  .tf-grid-layout,
  .tf-grid-layout-md,
  .tf-grid-layout-sm {
    gap: 40px 30px;
  }
  .tf-grid-layout.xl-col-2,
  .tf-grid-layout-md.xl-col-2,
  .tf-grid-layout-sm.xl-col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .tf-grid-layout.xl-col-3,
  .tf-grid-layout-md.xl-col-3,
  .tf-grid-layout-sm.xl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xl-col-4,
  .tf-grid-layout-md.xl-col-4,
  .tf-grid-layout-sm.xl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .tf-grid-layout.xl-col-5,
  .tf-grid-layout-md.xl-col-5,
  .tf-grid-layout-sm.xl-col-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1441px) {
  .tf-grid-layout.xxl-col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .tf-grid-layout.xxl-col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* rounded
-------------------------------------------------------------- */
.rounded-cycle {
  border-radius: 999px !important;
}

.rounded-4 {
  border-radius: 4px !important;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.rounded-16 {
  border-radius: 16px !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.rounded-24 {
  border-radius: 24px !important;
}

.rounded-30 {
  border-radius: 30px !important;
}

.rounded-32 {
  border-radius: 32px !important;
}

/* gap
-------------------------------------------------------------- */
.gap_0 {
  gap: 0;
}

.gap_2 {
  gap: 2px;
}

.gap_4 {
  gap: 4px;
}

.gap_5 {
  gap: 5px;
}

.gap_6 {
  gap: 6px;
}

.gap_7 {
  gap: 7px;
}

.gap_8 {
  gap: 8px;
}

.gap_9 {
  gap: 9px;
}

.gap_10 {
  gap: 10px;
}

.gap_11 {
  gap: 11px;
}

.gap_12 {
  gap: 12px;
}

.gap_13 {
  gap: 13px;
}

.gap_14 {
  gap: 14px;
}

.gap_15 {
  gap: 15px;
}

.gap_16 {
  gap: 16px !important;
}

.gap_17 {
  gap: 17px;
}

.gap_18 {
  gap: 18px;
}

.gap_19 {
  gap: 19px;
}

.gap_20 {
  gap: 20px;
}

.gap_28 {
  gap: 28px !important;
}

.gap_30 {
  gap: 30px !important;
}

.gap_40 {
  gap: 40px;
}

/* padding
-------------------------------------------------------------- */
.pt_32 {
  padding-top: 32px;
}

/* margin
-------------------------------------------------------------- */
.ms_4 {
  margin-left: 4px;
}

.mt_24 {
  margin-top: 24px;
}

.mb_4 {
  margin-bottom: 4px !important;
}

.mb_5 {
  margin-bottom: 5px;
}

.mb_6 {
  margin-bottom: 6px;
}

.mb_7 {
  margin-bottom: 7px;
}

.mb_8 {
  margin-bottom: 8px;
}

.mb_9 {
  margin-bottom: 9px;
}

.mb_10 {
  margin-bottom: 11px;
}

.mb_11 {
  margin-bottom: 11px;
}

.mb_12 {
  margin-bottom: 12px;
}

.mb_14 {
  margin-bottom: 14px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_16 {
  margin-bottom: 16px;
}

.mb_17 {
  margin-bottom: 17px;
}

.mb_18 {
  margin-bottom: 18px;
}

.mb_19 {
  margin-bottom: 19px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_23 {
  margin-bottom: 23px;
}

.mb_24 {
  margin-bottom: 24px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_27 {
  margin-bottom: 27px;
}

.mb_28 {
  margin-bottom: 28px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_32 {
  margin-bottom: 32px;
}

.mb_34 {
  margin-bottom: 34px;
}

.mb_36 {
  margin-bottom: 36px;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_46 {
  margin-bottom: 46px;
}

.mb_47 {
  margin-bottom: 47px;
}

.mb_48 {
  margin-bottom: 48px;
}

.mb_60 {
  margin-bottom: 60px;
}

/* padding
-------------------------------------------------------------- */
/* spacing-section
-------------------------------------------------------------- */
.tf-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .tf-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .tf-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* backgroub color
-------------------------------------------------------------- */
.bg-Black {
  background-color: var(--Black);
}

.bg-White {
  background-color: var(--White);
}

.bg-Primary {
  background-color: var(--Primary);
}

.bg-Text-primary {
  background-color: var(--Text-primary);
}

.bg-Text-secondary {
  background-color: var(--Text-secondary);
}

.bg-Line {
  background-color: var(--Line);
}

.bg-Text-muted {
  background-color: var(--Text-muted);
}

.bg-Text-light {
  background-color: var(--Text-light);
}

.bg-light {
  background-color: var(--Bg-light) !important;
}

/* Extra classes
-------------------------------------------------------------- */
#wrapper {
  overflow-x: clip;
}

.z-5 {
  z-index: 5;
}

.line {
  border-bottom: 1px solid var(--Line);
}

.swiper-slide {
  height: auto !important;
}

@media (max-width: 575px) {
  .sm-hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .md-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lg-hide {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .xl-hide {
    display: none !important;
  }
}

@media (max-width: 1440px) {
  .xxl-hide {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .lg-order-1 {
    order: 1;
  }
}

.overlay-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sticky-top {
  position: sticky !important;
  z-index: 50;
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.fancybox-container {
  z-index: 99999;
}

.progress-wrap {
  position: fixed;
  bottom: 40px;
  right: 40px;
  height: 48px;
  width: 48px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
  background: var(--White);
  box-shadow: 0px 10px 25px 0px rgba(71, 92, 133, 0.1019607843);
}
.progress-wrap .icon {
  position: absolute;
  display: flex;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.progress-wrap svg path {
  fill: none;
}
.progress-wrap svg.progress-circle path {
  box-sizing: border-box;
  stroke: var(--Primary);
  stroke-width: 4;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
  transition-timing-function: linear;
}
@media (max-width: 767px) {
  .progress-wrap {
    bottom: 15px;
    right: 15px;
    height: 40px;
    width: 40px;
  }
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-40 {
  font-size: 40px !important;
}

.rg-30 {
  row-gap: 30px;
}

@media (min-width: 992px) {
  .lg-mb_30 {
    margin-bottom: 30px;
  }
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .md-mx-15 {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.cursor-pointer {
  cursor: pointer;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
/* top-bar
============================================================================*/
.top-bar .top-bar-inner {
  padding: 34px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-bar .info {
  display: flex;
  gap: 57px;
}
.top-bar .icon {
  display: flex;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background-color: var(--Bg-light);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: var(--Text-primary);
}
.top-bar .social {
  gap: 28px;
}
.top-bar .social a {
  font-size: 28px;
}
.top-bar .social a:hover {
  color: var(--Primary);
}
@media (max-width: 1440px) {
  .top-bar .info {
    gap: 20px;
  }
  .top-bar .social {
    gap: 12px;
  }
  .top-bar .icon {
    height: 48px;
    width: 48px;
  }
}
@media (max-width: 1199px) {
  .top-bar .info {
    display: none !important;
  }
  .top-bar .top-bar-inner {
    justify-content: center;
  }
  .top-bar .top-bar-inner {
    padding: 18px 0;
  }
}

/* header
============================================================================*/
.header {
  position: relative;
  z-index: 9999;
}
.header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  gap: 30px;
}
@media (min-width: 1600px) {
  .header .site-logo {
    min-width: 378px;
  }
}
.header .header-right {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
}
.header .header-right .hot-line {
  display: flex;
  gap: 16px;
}
.header .header-right .hot-line .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--Bg-light);
  width: 48px;
  height: 48px;
  font-size: 28px;
  color: var(--Text-primary);
}
@media (max-width: 1440px) {
  .header.style-default .tf-btn {
    display: none;
  }
}
@media (max-width: 1199px) {
  .header.style-default .hot-line {
    display: none;
  }
}
.header.style-absolute {
  position: absolute;
  width: 100%;
}

.header.header-sticky, .header.header-fixed {
  pointer-events: none;
  top: var(--admin-bar-height);
  max-width: 100%;
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 9999;
  -webkit-transform: translateY(-120%);
  -khtml-transform: translateY(-120%);
  -moz-transform: translateY(-120%);
  -ms-transform: translateY(-120%);
  -o-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.style-default, .header.header-fixed.style-default {
  background: var(--White);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.header.header-sticky.is-sticky, .header.header-sticky.is-fixed, .header.header-fixed.is-sticky, .header.header-fixed.is-fixed {
  -webkit-transform: translateY(0);
  -khtml-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  pointer-events: all;
}
.header.header-sticky.is-sticky .navigation .has-child:hover .submenu, .header.header-sticky.is-fixed .navigation .has-child:hover .submenu, .header.header-fixed.is-sticky .navigation .has-child:hover .submenu, .header.header-fixed.is-fixed .navigation .has-child:hover .submenu {
  pointer-events: auto;
}

/* main-nav
============================================================================*/
.main-menu {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation {
  display: flex;
  align-items: center;
  gap: 24px;
}
.main-menu .navigation > li {
  padding: 32px 0px 32px;
  cursor: pointer;
}
.main-menu .navigation > li.current-menu > a::before {
  width: 100%;
}
.main-menu .navigation > li > a {
  position: relative;
}
.main-menu .navigation > li > a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: var(--Primary);
  bottom: 0;
  left: auto;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-menu .navigation > li.has-child > a::after {
  right: 0;
}
.main-menu .navigation > li > .submenu {
  position: absolute;
  z-index: 999;
  top: 100%;
}
.main-menu .navigation > li > .submenu::after {
  content: "";
  position: absolute;
  background-color: transparent;
  left: 0;
  right: 0;
  height: 35px;
  top: -25px;
}
.main-menu .navigation > li:hover > a::before {
  width: 100%;
  left: 0;
  right: auto;
}
.main-menu .navigation > li:hover > ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.main-menu .navigation > li:hover > ul > li:hover > .submenu {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1441px) {
  .main-menu .navigation {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    display: none;
  }
}

.mobile-button {
  display: flex;
  font-size: 24px;
  color: var(--Text-primary);
  cursor: pointer;
}
.mobile-button .burger {
  position: relative;
  width: 25px;
  cursor: pointer;
}
.mobile-button .burger span {
  display: block;
  position: relative;
  height: 3px;
  width: 25px;
  transition: 0.5s;
  background-color: var(--Text-primary);
}
.mobile-button .burger span:not(:first-child) {
  margin-top: 3px;
}
.mobile-button .burger span:nth-of-type(1) {
  top: 0px;
  transform-origin: left;
}
.mobile-button .burger span:nth-of-type(3) {
  top: 100%;
  transform-origin: right;
}
.mobile-button:hover .burger span:nth-of-type(1) {
  transform: scale(0.2, 1.7) translateY(3.5px);
}
.mobile-button:hover .burger span:nth-of-type(2) {
  transform: scale(0.2, 1.7);
}
.mobile-button:hover .burger span:nth-of-type(3) {
  transform: scale(0.2, 1.7) translateY(-3.5px);
}

.navigation {
  position: relative;
}
.navigation li a {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.navigation li > a {
  color: var(--Text-primary);
}
.navigation li.has-child {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
}
.navigation li.has-child::after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  right: 0;
  font-family: "icomoon";
  content: "\e908";
  font-size: 16px;
  cursor: pointer;
  color: var(--Text-primary);
}
.navigation li:hover ul li {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition-delay: 70ms;
  -moz-transition-delay: 70ms;
  -ms-transition-delay: 70ms;
  -o-transition-delay: 70ms;
  transition-delay: 70ms;
}
.navigation li:hover ul li:nth-child(2) {
  -webkit-transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}
.navigation li:hover ul li:nth-child(3) {
  -webkit-transition-delay: 210ms;
  -moz-transition-delay: 210ms;
  -ms-transition-delay: 210ms;
  -o-transition-delay: 210ms;
  transition-delay: 210ms;
}
.navigation li:hover ul li:nth-child(4) {
  -webkit-transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  transition-delay: 280ms;
}
.navigation li:hover ul li:nth-child(5) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay: 350ms;
  -ms-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.navigation li:hover ul li:nth-child(6) {
  -webkit-transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  transition-delay: 420ms;
}
.navigation li:hover ul li:nth-child(7) {
  -webkit-transition-delay: 490ms;
  -moz-transition-delay: 490ms;
  -ms-transition-delay: 490ms;
  -o-transition-delay: 490ms;
  transition-delay: 490ms;
}
.navigation li:hover ul li:nth-child(8) {
  -webkit-transition-delay: 560ms;
  -moz-transition-delay: 560ms;
  -ms-transition-delay: 560ms;
  -o-transition-delay: 560ms;
  transition-delay: 560ms;
}
.navigation li:hover ul li:nth-child(9) {
  -webkit-transition-delay: 630ms;
  -moz-transition-delay: 630ms;
  -ms-transition-delay: 630ms;
  -o-transition-delay: 630ms;
  transition-delay: 630ms;
}
.navigation li:hover ul li:nth-child(10) {
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
.navigation li:hover ul li:nth-child(11) {
  -webkit-transition-delay: 770ms;
  -moz-transition-delay: 770ms;
  -ms-transition-delay: 770ms;
  -o-transition-delay: 770ms;
  transition-delay: 770ms;
}
.navigation li .has-child {
  padding-right: 24px;
}
.navigation li .has-child:hover::after {
  transform: rotate(-90deg);
}
.navigation li li > .submenu {
  position: absolute;
  left: calc(100% + 1px);
  top: -1px;
}
.navigation .submenu {
  position: absolute;
  z-index: 999;
  width: max-content;
  z-index: 1;
  width: 280px;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  background-color: var(--White);
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
  border: 1px solid var(--Line);
}
.navigation .submenu li {
  opacity: 0;
  transform: translateY(11px);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.navigation .submenu li:not(:last-child) {
  border-bottom: 1px solid var(--Line);
}
.navigation .submenu li a {
  display: inline-block;
  width: 100%;
  padding: 16px 24px;
  color: var(--Text-secondary);
}
.navigation .submenu li.current-item > a, .navigation .submenu li:hover > a {
  color: var(--Text-primary);
}
.navigation .submenu li:hover ul {
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}

.text-menu .toggle {
  display: grid;
}
.text-menu .toggle .text {
  grid-area: 1/1;
  transition: opacity 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95), transform 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.text-menu .toggle .text .word {
  white-space: nowrap;
}
.text-menu .toggle .text .char {
  display: inline-block;
  transform-origin: 50% 50% 0.4em;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
  transition-delay: calc(0ms + var(--char-index) * 25ms);
  backface-visibility: hidden;
  margin: 0 -0.02em;
}
.text-menu .toggle .text:nth-child(2) {
  opacity: 0;
}
.text-menu .toggle .text:nth-child(2) .char {
  transform: rotate3d(1, -0.5, 0, 90deg);
}
.text-menu:hover .toggle .text:nth-child(1) {
  opacity: 0;
}
.text-menu:hover .toggle .text:nth-child(1) .char {
  transform: rotate3d(1, 0.3, 0, -90deg);
}
.text-menu:hover .toggle .text:nth-child(2) {
  opacity: 1;
}
.text-menu:hover .toggle .text:nth-child(2) .char {
  transform: rotate3d(0, 0, 0, 90deg);
}

/* mobile
============================================================================*/
.mobile-nav-wrap {
  z-index: 999991;
  background-color: var(--White);
  max-width: 400px;
  width: 100%;
}
.mobile-nav-wrap.offcanvas {
  transition-property: transform, rotate;
}
.mobile-nav-wrap.offcanvas.offcanvas-end {
  border: none;
  transform: translate(calc(100% + 6vw), 0) rotate(0.001deg);
}
@media (max-width: 576px) {
  .mobile-nav-wrap.offcanvas.offcanvas-end {
    width: 100%;
  }
}
.mobile-nav-wrap.offcanvas.show:not(.hiding), .mobile-nav-wrap.offcanvas.showing {
  transform: translate(0, 0) rotate(0.001deg);
}
.mobile-nav-wrap.offcanvas .fixed-nav-rounded-div {
  position: absolute;
  top: 0;
  left: 1px;
  z-index: -1;
  height: 100%;
  transform: translateX(-100%);
}
.mobile-nav-wrap.offcanvas .fixed-nav-rounded-div .rounded-div-wrap {
  width: 6vw;
  height: 100%;
  transition: var(--animation-slow);
  transition: all 0.85s cubic-bezier(0.7, 0, 0.2, 1);
  will-change: width;
}
.mobile-nav-wrap.offcanvas .fixed-nav-rounded-div .rounded-div-wrap .rounded-div {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 775%;
  height: 150%;
  background: var(--White);
  border-radius: 50%;
  transform: translate(-6.5%, -50%);
}
.mobile-nav-wrap.offcanvas.show:not(.hiding) .fixed-nav-rounded-div .rounded-div-wrap, .mobile-nav-wrap.offcanvas.showing .fixed-nav-rounded-div .rounded-div-wrap {
  width: 0;
}
.mobile-nav-wrap .top-nav-mobile {
  padding: 20px 20px 0;
}
.mobile-nav-wrap .inner-mobile-nav {
  padding: 16px 20px;
}
.mobile-nav-wrap .mb-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.mobile-nav-wrap .mb-body .wrap-contact {
  gap: 20px;
}
.mobile-nav-wrap .mb-body .wrap-contact .item {
  gap: 16px;
}
.mobile-nav-wrap .mb-body .wrap-contact .item .icon {
  font-size: 40px;
}
.mobile-nav-wrap .mb-body .wg-social {
  gap: 20px;
}
.mobile-nav-wrap .mb-body .wg-social a {
  font-size: 24px !important;
}
.mobile-nav-wrap .tf-btn {
  margin-bottom: 24px;
}
.mobile-nav-wrap .btn-close-menu {
  font-size: 26px;
  color: var(--Text-primary);
  margin-left: auto;
}
.mobile-nav-wrap .wrap-social {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-nav-wrap .wrap-social .wg-social {
  gap: 8px;
}
.mobile-nav-wrap .mb-info {
  display: grid;
  gap: 4px;
}

#menu-mobile-menu {
  margin-bottom: 16px;
  flex-grow: 1;
}
#menu-mobile-menu .item-menu-mobile {
  padding: 18px 0;
  width: 100%;
}
#menu-mobile-menu > .menu-item {
  border-top: 1px solid var(--Line);
}
#menu-mobile-menu > .menu-item > .item-menu-mobile {
  padding: 12px 0;
}
#menu-mobile-menu > .menu-item:last-child {
  padding-bottom: 0;
}
#menu-mobile-menu > .menu-item:first-child {
  padding-top: 0;
  border-top: 0;
}
#menu-mobile-menu .menu-item {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--Text-primary);
}
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile {
  position: relative;
}
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 12px;
  height: 2px;
  border-radius: 99px;
  background-color: var(--Text-primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile::before {
  position: absolute;
  content: "";
  top: 18px;
  right: 5px;
  width: 2px;
  height: 12px;
  border-radius: 99px;
  background-color: var(--Text-primary);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu-mobile-menu .menu-item-has-children-mobile .item-menu-mobile:not(.collapsed)::before {
  transform: rotate(90deg);
  opacity: 0;
}
#menu-mobile-menu .sub-mobile {
  padding-left: 25px;
  padding-bottom: 14px;
}
#menu-mobile-menu .sub-mobile .menu-item {
  font-weight: 500;
}
#menu-mobile-menu .sub-mobile .menu-item a {
  padding: 5px 0;
}

#menu-mobile-menu li.active > a {
  color: var(--Primary);
}

/*------------ footer ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.footer {
  background-color: var(--Text-primary);
}
.footer .footer-body {
  padding-top: 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
}
.footer .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.footer .text {
  color: var(--Text-muted);
}
.footer .footer-logo {
  margin-bottom: 24px;
}
.footer .footer-image {
  padding-top: 51px;
  position: relative;
}
.footer .footer-image::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 61%;
  background: linear-gradient(360deg, #101010 0%, rgba(16, 16, 16, 0) 100%);
}
.footer .footer-bottom {
  padding: 16px 0;
}
.footer .newsletter {
  flex-grow: 1;
  max-width: 340px;
}
.footer .footer-about {
  flex-grow: 1;
  max-width: 280px;
}
.footer .footer-content {
  flex-grow: 1;
  max-width: 420px;
}
@media (max-width: 991px) {
  .footer .footer-inner {
    flex-wrap: wrap;
  }
  .footer .footer-inner .newsletter {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .footer .footer-inner > * {
    max-width: 100%;
    width: 100%;
  }
  .footer .footer-logo {
    width: 200px;
  }
  .footer .footer-about > div:not(:last-child) {
    margin-bottom: 12px;
  }
  .footer .footer-body {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .footer .footer-content {
    flex-direction: column;
    gap: 30px;
  }
  .footer .footer-menu-list {
    padding-top: 13px;
    padding-left: 12px;
  }
  .footer .footer-heading-mobile {
    display: block;
    position: relative;
    cursor: pointer;
  }
  .footer .footer-heading-mobile::after {
    position: absolute;
    content: "";
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 1px;
    background-color: var(--Line);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-heading-mobile::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 15px;
    background-color: var(--Line);
    transition: 0.25s ease-in-out;
  }
  .footer .footer-col-block {
    width: 100%;
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
  .footer .footer-col-block .footer-heading {
    margin-bottom: 0 !important;
  }
  .footer .footer-col-block.open .footer-heading-mobile::before {
    opacity: 0;
  }
  .footer .footer-col-block.open .footer-heading-mobile::after {
    transform: translate(0%, -50%) rotate(180deg);
  }
  .footer .footer-col-block .tf-collapse-content {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer .footer-bottom {
    flex-direction: column;
    gap: 12px;
  }
}

/*------------ tabs ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.flat-tab-form .nav-tab-form {
  position: relative;
  display: flex;
  gap: 8px;
  margin: 0 auto;
  max-width: max-content;
  border-radius: 12px 12px 0 0;
  padding: 12px;
  background-color: var(--White);
}
.flat-tab-form .nav-tab-form .nav-link-item {
  padding: 12px 20px;
  border-radius: 8px;
  text-align: center;
  color: var(--Text-primary);
}
.flat-tab-form .nav-tab-form .nav-link-item.active {
  background-color: var(--Text-primary);
  color: var(--White);
}

.tabs-hover-wrap {
  position: relative;
}
.tabs-hover-wrap .tab-content-wrap {
  position: relative;
  overflow: hidden;
}
.tabs-hover-wrap .item {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-hover-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tabs-hover-wrap .tab-content.active {
  position: relative;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: 0.3s ease-in-out 0.3s;
}
.tabs-hover-wrap .tab-content-wrap {
  position: absolute;
  right: 40px;
  top: 50%;
  height: 520px;
  width: 693px;
  transform: rotate(0) scale(1) translateY(-50%);
  transition: opacity 0.3s, transform 0.3s linear;
  pointer-events: none;
  border-radius: 16px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .tabs-hover-wrap .tab-content-wrap {
    width: 500px;
    height: unset;
  }
}
@media (max-width: 991px) {
  .tabs-hover-wrap .tab-content-wrap {
    display: none;
  }
}

.menu-tab {
  position: relative;
  border-bottom: 1px solid var(--Line);
}
.menu-tab li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-tab li .tab-link {
  padding: 12px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--Text-secondary-2);
}
.menu-tab li.active .tab-link {
  color: var(--Text-primary);
}
.menu-tab .item-slide-effect {
  position: absolute;
  height: 2px;
  background: var(--Text-primary);
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  left: 0%;
  bottom: 0;
}
.menu-tab .nav-tab-item {
  position: relative;
  z-index: 1;
}

.nav-tab-form.type-1 {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--Line);
}
.nav-tab-form.type-1 .nav-tab-item {
  width: 100%;
}
.nav-tab-form.type-1 .nav-link-item {
  position: relative;
  display: flex;
  padding: 10px;
  justify-content: center;
}
.nav-tab-form.type-1 .nav-link-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: var(--Text-primary);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-tab-form.type-1 .nav-link-item.active::after {
  opacity: 1;
}

/*------------ button ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.tf-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: max-content;
  padding: 12px 20px;
  background-color: var(--Primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 999px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.tf-btn span {
  color: var(--Text-light);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
}
.tf-btn i {
  font-size: 24px;
  color: var(--Text-light);
}
.tf-btn .bg-effect {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: var(--Text-primary);
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.tf-btn.btn-bg-1 {
  background-color: var(--Text-primary);
}
.tf-btn.btn-bg-1 span {
  color: var(--White);
}
.tf-btn.btn-bg-1 .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-bg-1:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-bg-1:hover span {
  color: var(--Text-primary) !important;
}
.tf-btn.btn-bg-white {
  background-color: var(--White);
}
.tf-btn.btn-bg-white span {
  color: var(--Text-primary);
}
.tf-btn.btn-bg-white .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-bg-white:hover {
  background-color: var(--Primary);
}
.tf-btn.btn-bg-white:hover span {
  color: var(--White) !important;
}
.tf-btn.btn-border {
  background-color: transparent;
  border: 1px solid var(--Line);
}
.tf-btn.btn-border span {
  color: var(--Text-primary);
}
.tf-btn.btn-border .bg-effect {
  background-color: var(--Primary);
}
.tf-btn.btn-border:hover {
  background-color: var(--Primary);
  border-color: var(--Primary);
}
.tf-btn.btn-border:hover span {
  color: var(--White);
}
.tf-btn.btn-px-12 {
  padding: 0 12px;
}
.tf-btn.btn-px-32 {
  padding-right: 32px;
  padding-left: 32px;
}
.tf-btn.btn-px-28 {
  padding-right: 28px;
  padding-left: 28px;
}
.tf-btn:hover {
  transition-delay: 0.15s;
  background-color: var(--Text-primary);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.tf-btn:hover span {
  color: var(--White) !important;
}
.tf-btn:hover .bg-effect {
  width: 225%;
  height: calc(var(--button-width) * 2.25);
}
@media (max-width: 767px) {
  .tf-btn {
    font-size: 14px;
    line-height: 22px;
  }
}

/*------------ animation ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.effect-content-slide .effect-item {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}
.effect-content-slide .effect-img-zoom {
  position: relative;
  overflow: hidden;
}
.effect-content-slide .effect-img-zoom .img-zoom {
  -webkit-transition: all 15s linear;
  -khtml-transition: all 15s linear;
  -moz-transition: all 15s linear;
  -ms-transition: all 15s linear;
  -o-transition: all 15s linear;
  transition: all 15s linear;
  object-fit: cover;
}
.effect-content-slide .swiper-slide-active .effect-up,
.effect-content-slide .tab-pane.active .effect-up {
  --animation-name: slideinup;
}
.effect-content-slide .swiper-slide-active .effect-left,
.effect-content-slide .tab-pane.active .effect-left {
  --animation-name: slideinleft;
}
.effect-content-slide .swiper-slide-active .effect-right,
.effect-content-slide .tab-pane.active .effect-right {
  --animation-name: slideinright;
}
.effect-content-slide .swiper-slide-active .effect-down,
.effect-content-slide .tab-pane.active .effect-down {
  --animation-name: slideindown;
}
.effect-content-slide .swiper-slide-active .img-zoom,
.effect-content-slide .tab-pane.active .img-zoom {
  transform: scale(1.25);
}
.effect-content-slide .swiper-slide-active .effect-item.effect-1,
.effect-content-slide .tab-pane.active .effect-item.effect-1 {
  animation-delay: 0.3s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-2,
.effect-content-slide .tab-pane.active .effect-item.effect-2 {
  animation-delay: 0.6s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-3,
.effect-content-slide .tab-pane.active .effect-item.effect-3 {
  animation-delay: 0.9s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-4,
.effect-content-slide .tab-pane.active .effect-item.effect-4 {
  animation-delay: 1.2s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-5,
.effect-content-slide .tab-pane.active .effect-item.effect-5 {
  animation-delay: 1.5s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-6,
.effect-content-slide .tab-pane.active .effect-item.effect-6 {
  animation-delay: 1.8s;
}
.effect-content-slide .swiper-slide-active .effect-item.effect-7,
.effect-content-slide .tab-pane.active .effect-item.effect-7 {
  animation-delay: 2.1s;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.tf-animate-1 {
  clip-path: inset(0 100% 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-1.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-1.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-2 {
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-2.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-2.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-3 {
  clip-path: inset(100% 0 0 0);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-3.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-3.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

.tf-animate-4 {
  clip-path: inset(0 0 0 100%);
  opacity: 0;
  -webkit-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1s cubic-bezier(0.63, 0.25, 0.25, 1);
}
.tf-animate-4.active-animate {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transform: translateX(0);
}
.tf-animate-4.transition-1s {
  -webkit-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -khtml-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -moz-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -ms-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  -o-transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
  transition: 1.5s cubic-bezier(0.63, 0.25, 0.25, 1);
}

/*------------ form ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
form {
  position: relative;
  z-index: 30;
}
form textarea,
form input[type=text],
form input[type=password],
form input[type=datetime],
form input[type=datetime-local],
form input[type=date],
form input[type=month],
form input[type=time],
form input[type=week],
form input[type=number],
form input[type=email],
form input[type=url],
form input[type=search],
form input[type=tel],
form input[type=color] {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 100%;
  padding: 11px 15px;
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-radius: 8px;
  color: var(--Text-primary);
  overflow: hidden;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
form textarea::placeholder,
form input[type=text]::placeholder,
form input[type=password]::placeholder,
form input[type=datetime]::placeholder,
form input[type=datetime-local]::placeholder,
form input[type=date]::placeholder,
form input[type=month]::placeholder,
form input[type=time]::placeholder,
form input[type=week]::placeholder,
form input[type=number]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=search]::placeholder,
form input[type=tel]::placeholder,
form input[type=color]::placeholder {
  color: var(--Text-muted);
}
form textarea:focus,
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=datetime]:focus,
form input[type=datetime-local]:focus,
form input[type=date]:focus,
form input[type=month]:focus,
form input[type=time]:focus,
form input[type=week]:focus,
form input[type=number]:focus,
form input[type=email]:focus,
form input[type=url]:focus,
form input[type=search]:focus,
form input[type=tel]:focus,
form input[type=color]:focus {
  border-color: var(--Primary);
}
form textarea.style-1,
form input[type=text].style-1,
form input[type=password].style-1,
form input[type=datetime].style-1,
form input[type=datetime-local].style-1,
form input[type=date].style-1,
form input[type=month].style-1,
form input[type=time].style-1,
form input[type=week].style-1,
form input[type=number].style-1,
form input[type=email].style-1,
form input[type=url].style-1,
form input[type=search].style-1,
form input[type=tel].style-1,
form input[type=color].style-1 {
  padding: 8px 0 7px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1019607843);
  color: var(--White);
}
form textarea.style-2,
form input[type=text].style-2,
form input[type=password].style-2,
form input[type=datetime].style-2,
form input[type=datetime-local].style-2,
form input[type=date].style-2,
form input[type=month].style-2,
form input[type=time].style-2,
form input[type=week].style-2,
form input[type=number].style-2,
form input[type=email].style-2,
form input[type=url].style-2,
form input[type=search].style-2,
form input[type=tel].style-2,
form input[type=color].style-2 {
  padding: 8px 0 7px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid var(--Line);
  color: var(--Text-primary);
}
form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  background-color: transparent;
  overflow: hidden;
  padding: 0;
}
form textarea {
  height: 113px;
}

.form-search {
  position: relative;
}
.form-search .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  display: flex;
  font-size: 24px;
  color: var(--Text-primary);
}
.form-search.style-left input {
  padding-left: 47px;
}
.form-search.style-left .button-submit {
  right: unset;
  left: 16px;
}

.form-newsletter-2,
.form-newsletter-1 {
  position: relative;
}
.form-newsletter-2 .button-submit,
.form-newsletter-1 .button-submit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.form-newsletter-2 .button-submit i,
.form-newsletter-1 .button-submit i {
  font-size: 24px;
  color: var(--Text-primary);
}
.form-newsletter-2 .button-submit:hover,
.form-newsletter-1 .button-submit:hover {
  color: var(--Primary) !important;
}

input.tf-check {
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line);
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
input.tf-check:checked {
  background-color: var(--Text-primary) !important;
}
input.tf-check:checked::before {
  opacity: 1;
  transform: scale(1);
}
input.tf-check::before {
  font-family: "icomoon";
  content: "\e938";
  position: absolute;
  color: var(--White);
  opacity: 0;
  left: 1px;
  top: 1px;
  font-size: 8px;
  line-height: 8px;
  transform: scale(0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.box-fieldset-item fieldset {
  flex-shrink: 0;
  margin-right: 6px;
  padding: 3px;
}

.leave-comment {
  background-color: var(--Bg-light);
  border-radius: 8px;
  padding: 32px;
}
.leave-comment .tf-grid-layout {
  gap: 20px;
}
@media (max-width: 767px) {
  .leave-comment {
    padding: 24px 15px;
  }
}

.checkbox-item label {
  padding-left: 28px;
  cursor: pointer;
  position: relative;
  color: var(--Text-primary);
}
.checkbox-item label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.checkbox-item label input:checked ~ .btn-checkbox {
  border: 1px solid var(--Text-primary);
  background-color: var(--Text-primary);
}
.checkbox-item label input:checked ~ .btn-checkbox:after {
  display: block;
}
.checkbox-item label input:checked ~ .btn-checkbox.style-radio {
  background: unset;
}
.checkbox-item label input:checked ~ .btn-checkbox.style-radio::after {
  background-color: var(--Text-primary);
}
.checkbox-item label .btn-checkbox {
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-radius: 2px;
  border: 1px solid var(--Text-secondary);
}
.checkbox-item label .btn-checkbox:after {
  content: "\e938";
  font-family: "icomoon" !important;
  position: absolute;
  font-size: 10px;
  line-height: 10px;
  height: 10px;
  top: 1px;
  left: 1px;
  color: var(--White);
  display: none;
}
.checkbox-item label .btn-checkbox.style-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.checkbox-item label .btn-checkbox.style-radio::after {
  display: block;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.has-icon-pre {
  position: relative;
}
.has-icon-pre > .icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  z-index: 2;
}
.has-icon-pre .nice-select,
.has-icon-pre input {
  padding-left: 47px !important;
}

/*------------ slider ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.sw-button {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: var(--Text-primary);
  color: var(--White);
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sw-button.swiper-button-disabled {
  opacity: 1;
  background-color: var(--White);
  color: var(--Text-primary);
}
.sw-button.style-border {
  border: 1px solid transparent;
  opacity: 1;
}
.sw-button.style-border.swiper-button-disabled {
  border-color: var(--Line);
}
.sw-button i {
  font-size: 32px;
}
.sw-button.style-border-2 {
  border: 1px solid var(--Text-secondary);
  opacity: 1;
  height: 48px;
  width: 48px;
}
.sw-button.style-border-2 i {
  font-size: 24px;
}
.sw-button.style-border-2.swiper-button-disabled {
  border-color: var(--White);
}
.sw-button:hover {
  background-color: var(--Primary);
  color: var(--Text-primary);
}
.sw-button::after {
  display: none;
}
@media (max-width: 767px) {
  .sw-button i {
    font-size: 24px;
  }
}

.sw-dots .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  position: relative;
  background-color: transparent;
  border: 1px solid transparent;
}
.sw-dots .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: rgba(255, 255, 255, 0.4);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.sw-dots .swiper-pagination-bullet-active {
  border-color: var(--White);
}
.sw-dots .swiper-pagination-bullet-active::after {
  background-color: var(--White);
}
.sw-dots.style-1 .swiper-pagination-bullet::after {
  background-color: var(--Text-secondary);
}
.sw-dots.style-1 .swiper-pagination-bullet-active {
  border-color: var(--Text-primary);
}
.sw-dots.style-1 .swiper-pagination-bullet-active::after {
  background-color: var(--Text-primary);
}

.sw-progress-layout {
  position: relative;
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 100px;
  overflow: hidden;
}
.sw-progress-layout .swiper-pagination-progressbar-fill {
  background-color: var(--White);
}

.sw-fraction-layout {
  font-weight: 600;
  color: var(--Text-secondary-2);
  display: flex;
  gap: 7px;
}
.sw-fraction-layout .current {
  color: var(--White);
}

.swiper-auto .swiper-slide {
  width: max-content;
}

/*------------ off canvas ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.popup-property {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: var(--White);
  border-radius: 16px;
}
.popup-property .img-style {
  border-radius: 4px;
  overflow: hidden;
}
.popup-property .info {
  gap: 24px;
}
.popup-property .info li {
  font-size: 14px;
  line-height: 23px;
}
.popup-property .info i {
  font-size: 20px;
  color: var(--Text-secondary);
}
@media (max-width: 767px) {
  .popup-property {
    padding: 10px;
    gap: 10px;
  }
  .popup-property .info {
    gap: 7px;
  }
}

.modal {
  z-index: 999999;
}
.modal .title-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal .title-box .close-modal {
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal .title-box .close-modal:hover {
  transform: rotate(90deg);
  color: var(--Primary);
}
.modal .modal-content {
  border-radius: 16px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .modal.modal-filter {
    --bs-modal-width: 544px;
  }
}

.icon-close {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.icon-close:hover {
  color: var(--Primary);
}

.offcanvas-backdrop,
.modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100000;
}

.offcanvas {
  z-index: 100001;
}

.canvas-wrapper {
  padding: 0;
  isolation: isolate;
  height: 100%;
  width: 100%;
  max-height: none;
  display: grid;
  grid-auto-rows: auto minmax(0, 1fr) auto;
  align-content: start;
}

.canvas-filter {
  border-right: 0 !important;
}
.canvas-filter .canvas-header {
  display: flex;
  gap: 8px;
  padding: 15px 32px;
  background-color: var(--Bg-light);
}
.canvas-filter .canvas-header .icon {
  font-size: 28px;
}
.canvas-filter .canvas-body {
  padding: 20px 32px;
  overflow-y: auto;
}
.canvas-filter .canvas-body::-webkit-scrollbar {
  width: 0px;
}

.modal-newleter .modal-dialog {
  max-width: 840px;
}
@media (max-width: 767px) {
  .modal-newleter .modal-dialog {
    max-width: 440px;
  }
}
.modal-newleter .modal-content {
  position: relative;
  flex-direction: row;
  border: 0;
}
.modal-newleter .modal-content > .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
}
.modal-newleter .modal-content .modal-left {
  width: 360px;
  flex-shrink: 0;
}
.modal-newleter .modal-content .modal-right {
  display: grid;
  gap: 62px;
  padding: 32px;
}
@media (max-width: 767px) {
  .modal-newleter .modal-content {
    flex-direction: column;
  }
  .modal-newleter .modal-content .modal-left {
    width: 100%;
    height: 360px;
  }
  .modal-newleter .modal-content .modal-right {
    gap: 30px;
  }
}

/*------------ nice-select ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: var(--White);
  border: 1px solid var(--Line);
  color: var(--Text-primary);
  padding: 10px 19px;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  outline: none;
  position: relative;
  transition: all linear 0.2s;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  border-radius: 8px;
  position: relative;
}
.nice-select::after {
  content: "\e908";
  font-family: "icomoon";
  right: 19px;
  font-size: 20px;
  top: 50%;
  color: var(--Text-primary);
  position: absolute;
  transform: translateY(-50%) rotate(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.nice-select > .list {
  position: absolute;
  background-color: var(--White);
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 1px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
  font-size: 16px;
  max-height: 155px;
  overflow: auto;
  z-index: 1;
}
.nice-select > .list::-webkit-scrollbar {
  width: 6px;
  height: 4px;
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-thumb {
  background-color: #a7a7a7;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
.nice-select > .list .option {
  width: 100%;
  padding: 12px 19px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nice-select > .list .option:hover {
  background-color: var(--Text-primary);
  color: var(--White);
}
.nice-select > .list .option.selected {
  background-color: var(--Text-primary);
  color: var(--White);
}
.nice-select.open {
  border-color: var(--Primary) !important;
  z-index: 99;
}
.nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  width: 100%;
  -moz-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
}
.nice-select.select-sort {
  padding-right: 30px !important;
}
.nice-select.select-sort::after {
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}
.nice-select.select-sort.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.nice-select.select-sort.style-2 > .list {
  right: 0;
  left: unset;
}
.nice-select.style-1 {
  padding: 7px 66px 7px 19px;
  border-radius: 99px;
}

/*------------ blog ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.blog-article-item .article-thumb {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.blog-article-item .article-thumb img {
  width: 100%;
  object-fit: cover;
}
.blog-article-item .tag {
  position: absolute;
  padding: 4px 8px;
  background-color: var(--Primary);
  border-radius: 4px;
  top: 12px;
  left: 12px;
  z-index: 2;
}
.blog-article-item .title {
  text-transform: capitalize;
}
@media (min-width: 992px) {
  .blog-article-item .btn-readmore {
    padding-bottom: 4px;
  }
}
.blog-article-item.style-list .meta-post, .blog-article-item.style-default .meta-post {
  gap: 26px;
}
.blog-article-item.style-list .meta-post .item a, .blog-article-item.style-default .meta-post .item a {
  margin-left: 2px;
}
.blog-article-item.style-list .meta-post .item:after, .blog-article-item.style-default .meta-post .item:after {
  top: 50%;
  transform: translateY(-50%);
  right: -14px;
  background-color: var(--Line);
}
.blog-article-item.style-list {
  display: flex;
  gap: 40px;
  align-items: center;
}
.blog-article-item.style-list .article-thumb {
  flex: 19%;
  border-radius: 12px;
}
.blog-article-item.style-list .article-content {
  flex: 20%;
}
@media (max-width: 767px) {
  .blog-article-item.style-list {
    gap: 15px;
  }
  .blog-article-item.style-list .meta-post,
  .blog-article-item.style-list .title,
  .blog-article-item.style-list .description {
    margin-bottom: 8px;
  }
}
@media (max-width: 575px) {
  .blog-article-item.style-list {
    flex-direction: column;
  }
}

.recent-post {
  display: flex;
  gap: 20px;
  align-items: center;
}
.recent-post .img-style {
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
}
.recent-post .meta-post {
  gap: 4px 18px;
  flex-wrap: wrap;
}
.recent-post .meta-post .item::after {
  right: -10px !important;
  height: 12px !important;
}
.recent-post .meta-post .item a {
  margin-left: 0;
}
.recent-post .tag {
  display: flex;
  height: 28px;
  align-items: center;
  padding: 0 8px;
  background-color: var(--Primary);
  position: absolute;
  top: 12px;
  left: 12px;
  border-radius: 4px;
  color: var(--Text-primary);
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .recent-post .img-style {
    max-width: 150px;
  }
}
@media (max-width: 575px) {
  .recent-post .tag {
    height: 22px;
  }
  .recent-post .tag .text-label {
    font-size: 14px;
  }
}

.meta-post {
  display: flex;
  align-items: center;
  gap: 25px;
}
.meta-post .item:not(:last-child) {
  position: relative;
}
.meta-post .item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -13px;
  background-color: var(--Line);
}
.meta-post .item.author {
  display: flex;
  align-items: center;
  gap: 8px;
}
.meta-post .item a {
  margin-left: 4px;
}
.meta-post i {
  font-size: 24px;
}
.meta-post .avatar {
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.wrap-blog .blog-article-item {
  border-bottom: 1px solid var(--Line);
  padding-bottom: 41px;
}
.wrap-blog .blog-article-item:not(:last-child) {
  margin-bottom: 40px;
}
.wrap-blog.style-list .blog-article-item {
  padding-bottom: 40px;
  border-bottom: unset;
}
.wrap-blog.style-list .blog-article-item:not(:last-child) {
  border-bottom: 1px solid var(--Line);
  margin-bottom: 39px;
}
.wrap-blog.style-list .wg-pagination {
  margin-top: 0;
}

@media (min-width: 992px) {
  .blog-grid .tf-grid-layout {
    gap: 40px 30px;
  }
  .blog-grid .tf-btn {
    margin-top: 40px;
  }
}

.quote {
  padding: 28px 88px 28px 28px;
  border-radius: 12px;
  position: relative;
  border: 1px solid var(--Line);
}
.quote p {
  text-transform: capitalize;
}
.quote .icon {
  font-size: 32px;
  color: var(--Primary);
  position: absolute;
  top: 28px;
  right: 28px;
}
.quote .name {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.quote .name::before {
  content: "";
  position: relative;
  width: 20.4px;
  height: 1px;
  background-color: var(--Text-primary);
}
@media (max-width: 767px) {
  .quote {
    padding: 29px 50px 28px 15px;
  }
  .quote .icon {
    right: 15px;
  }
}

.tf-article-navigation {
  padding: 24px 0 22px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid var(--Line);
  border-bottom: 1px solid var(--Line);
  position: relative;
  gap: 40px;
}
.tf-article-navigation::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1px;
  height: 90px;
  background-color: var(--Line);
}
.tf-article-navigation .item {
  max-width: 379px;
}
.tf-article-navigation .item.next {
  text-align: end;
}
@media (max-width: 575px) {
  .tf-article-navigation {
    padding: 12px 0;
  }
}

.details-post .tag-share {
  margin: 40px 0;
  gap: 12px 20px;
  flex-wrap: wrap;
}

/*------------ hover ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.hover-image .img-style,
.hover-image .article-thumb {
  position: relative;
  overflow: hidden;
}
.hover-image .img-style:after,
.hover-image .article-thumb:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.hover-image .img-style img,
.hover-image .article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.hover-image:hover .img-style:after,
.hover-image:hover .article-thumb:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.hover-image:hover .img-style img,
.hover-image:hover .article-thumb img {
  transform: scale(1.1);
}

.hover-image-translate .img-style,
.hover-image-translate .article-thumb {
  overflow: hidden;
}
.hover-image-translate .img-style img,
.hover-image-translate .article-thumb img {
  transition: all 0.5s;
  transform: scale(1.1);
  pointer-events: none;
}
.hover-image-translate:hover .img-style img,
.hover-image-translate:hover .article-thumb img {
  transform: scale(1.1) translateX(4%);
}

.hover-underline-link {
  --underline-position-y: calc(100% - 1px);
  --underline-height: 2px;
  background-repeat: no-repeat;
  background-image: linear-gradient(90deg, currentColor 0, currentColor 100%);
  background-position: 100% var(--underline-position-y);
  background-size: 100% var(--underline-height);
}
.hover-underline-link:hover {
  animation: qode-inline-underline-initial-hover 0.8s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
}
@keyframes qode-inline-underline-initial-hover {
  0% {
    background-position: 100% var(--underline-position-y);
    background-size: 100% var(--underline-height);
  }
  35% {
    background-position: 100% var(--underline-position-y);
    background-size: 0 var(--underline-height);
  }
  36% {
    background-position: 0 var(--underline-position-y);
    background-size: 0 var(--underline-height);
  }
  100% {
    background-position: 0 var(--underline-position-y);
    background-size: 100% var(--underline-height);
  }
}

.hover-line-text {
  display: inline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), color-stop(98%, currentColor));
  background-image: linear-gradient(to bottom, currentColor 0%, currentColor 98%);
  background-size: 0 2px;
  background-repeat: no-repeat;
  background-position: left 94%;
}
.hover-line-text:hover {
  background-size: 100% 2px;
}

.hover-image-rotate .img-style {
  overflow: hidden;
}
.hover-image-rotate .img-style img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hover-image-rotate:hover .img-style img {
  transform: scale(1.1) rotate(3deg);
}

/*------------ map ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  font-family: "Syne", sans-serif;
}

.map-box,
.mapbox-1,
.mapbox-2,
.mapbox-3 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  border-radius: 24px;
  position: relative;
}

.office-marker {
  height: 47px;
  width: 47px;
  background-color: var(--Bg-light);
  color: var(--Primary);
  border: 4px solid var(--White);
  border-radius: 50%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.office-marker.active {
  border-color: var(--Primary);
}

.mapboxgl-popup-content {
  padding: 0;
  border-radius: 16px;
}

.office-popup {
  padding: 16px;
  overflow: hidden;
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
}

.mapboxgl-popup-close-button {
  overflow: hidden;
}

.mapboxgl-popup-close-button {
  display: none;
}

.mapboxgl-popup {
  max-width: 515px !important;
}

.mapbox-1 {
  border-radius: 0;
}

.mapbox-3 {
  border-radius: 0;
  height: 540px;
}
@media (max-width: 767px) {
  .mapbox-3 {
    height: 440px;
  }
}

.flat-map .mapbox-3 {
  margin-bottom: -115px;
}

/*------------ nouislider ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.price-value-range {
  background: var(--Line);
  border-radius: 12px;
  border: 0;
  box-shadow: none;
  height: 4px;
}
.price-value-range .noUi-connect {
  background-color: var(--Text-primary);
}
.price-value-range .noUi-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: var(--Text-light);
  border: 2px solid var(--Text-primary);
  cursor: pointer;
}
.price-value-range .noUi-handle.noUi-handle-upper {
  right: -4px !important;
}
.price-value-range .noUi-handle::after {
  display: none;
}
.price-value-range .noUi-handle::before {
  position: absolute;
  content: "\e91c";
  font-family: "icomoon";
  font-size: 12px;
  line-height: 12px;
  color: var(--Text-primary);
  width: 12px;
  height: 12px;
  background-color: unset;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.range-price-1 {
  padding-top: 8px;
}
.range-price-1 .range {
  margin-bottom: 20px;
}
.range-price-1 .value-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}
.range-price-1 .value-wrap .value {
  position: relative;
  width: 100%;
  display: flex;
  padding: 11px 15px;
  border-radius: 8px;
  border: 1px solid var(--Line);
  background-color: var(--Text-light);
}
.range-price-1 .value-wrap .value span {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

/*------------ house ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.card-house {
  position: relative;
}
.card-house .img-style {
  position: relative;
}
.card-house .wrap-tag {
  position: absolute;
  top: 12px;
  left: 12px;
}
.card-house .wrap-tag .tag {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 99px;
  background-color: var(--Bg-light);
  text-transform: uppercase;
}
.card-house .info {
  padding-top: 12px;
  gap: 12px 24px;
  flex-wrap: wrap;
}
.card-house .info i {
  font-size: 24px;
  color: var(--Text-secondary);
}
.card-house .title {
  text-transform: capitalize;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box !important;
}
.card-house .wrap-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  z-index: 6;
}
.card-house .img-style {
  border-radius: 12px;
  overflow: hidden;
}
.card-house .img-style img {
  width: 100%;
  object-fit: cover;
}
.card-house.style-default .wrap-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
.card-house.style-default .wrap-btn .tf-btn {
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.4s;
}
.card-house.style-default .wrap-btn .quick-view {
  transition-delay: 0.1s;
}
.card-house.style-default .wrap-btn .compare {
  transition-delay: 0.3s;
}
.card-house.style-default:hover .wrap-btn .tf-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.card-house.style-1 .content {
  position: absolute;
  bottom: 0;
  right: 12px;
  left: 12px;
  padding: 20px;
  border-radius: 8px;
  background-color: var(--White);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card-house.style-1:hover .content {
  opacity: 1;
  visibility: visible;
  bottom: 12px;
}
@media (min-width: 1200px) {
  .card-house .tooltip {
    display: block;
  }
}
@media (max-width: 575px) {
  .card-house .info {
    gap: 12px 22px;
  }
}
.card-house.style-list {
  display: flex;
  gap: 32px;
  padding: 27px;
  border-radius: 12px;
  background-color: var(--White);
  align-items: center;
  border: 1px solid var(--Line);
}
.card-house.style-list .wrap-img {
  display: flex;
  gap: 20px;
  flex: 13.3%;
}
.card-house.style-list .wrap-tag {
  position: unset;
}
.card-house.style-list .wrap-tag .tag {
  display: flex;
  height: 32px;
  align-items: center;
  padding: 0 12px;
  border-radius: 4px;
}
.card-house.style-list .wrap-tag .tag.rent {
  background-color: var(--Secondary-2);
}
.card-house.style-list .wrap-tag .tag.categoreis {
  background-color: var(--Bg-light);
}
.card-house.style-list .wrap-tag .tag.sale {
  background-color: var(--Secondary);
  color: var(--White);
}
.card-house.style-list .info {
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid var(--Line);
  gap: 24px;
}
.card-house.style-list .img-style {
  position: relative;
  overflow: hidden;
}
.card-house.style-list .img-style:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}
.card-house.style-list .img-style img {
  min-height: 260px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}
.card-house.style-list .img-style:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.card-house.style-list .img-style:hover img {
  transform: scale(1.1);
}
.card-house.style-list .wrap-btn {
  margin-top: 28px;
}
.card-house.style-list .content {
  flex: 20%;
}
.card-house.style-list .content .title {
  margin-bottom: 8px;
}
.card-house.style-list .content .tf-btn {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 1440px) {
  .card-house.style-list {
    gap: 12px;
    padding: 24px 15px;
  }
}
@media (max-width: 1199px) {
  .card-house.style-list .info {
    margin-top: 10px;
    padding-top: 10px;
    row-gap: 10px;
  }
  .card-house.style-list .top {
    margin-bottom: 12px;
  }
  .card-house.style-list .wrap-btn {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .card-house.style-list {
    flex-direction: column;
    padding: 27px 15px !important;
  }
  .card-house.style-list .content {
    width: 100%;
  }
  .card-house.style-list .info {
    gap: 10px;
  }
  .card-house.style-list .info li {
    gap: 6px;
  }
}

/*------------ widgets ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wg-avatar {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wg-avatar .image {
  flex-shrink: 0;
  display: flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
.wg-avatar .sub {
  display: flex;
  gap: 4px;
  align-items: center;
}
.wg-avatar .dot {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #00B96A;
  position: relative;
}
.wg-avatar .dot .wave {
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #00B96A;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple_2 2s infinite;
}
.wg-avatar .dot .wave:nth-child(2) {
  animation-delay: 0.5s;
}
.wg-avatar .dot .wave:nth-child(3) {
  animation-delay: 1s;
}

.wg-social {
  display: flex;
  gap: 24px;
}
.wg-social a {
  display: flex;
  font-size: 24px;
  color: var(--Text-light);
}
.wg-social.style-black a {
  color: var(--Text-primary);
}
.wg-social.style-1 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--Line);
  color: var(--Text-primary);
}
.wg-social.style-1 a:hover {
  background-color: var(--Text-primary);
  border-color: var(--Text-primary);
  color: var(--Text-light);
}

.heading-section {
  margin-bottom: 48px;
}
.heading-section .sub-title {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  margin-bottom: 12px;
}
.heading-section .sub-title .dot {
  display: flex;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--Primary);
}
.heading-section .title {
  text-transform: capitalize;
  margin-bottom: 16px;
}
.heading-section.text-center .sub-title {
  justify-content: center;
}
@media (max-width: 767px) {
  .heading-section {
    margin-bottom: 32px;
  }
}

.box-icon.style-1 {
  display: flex;
  gap: 28px;
  padding: 32px;
  border-radius: 12px;
  background-color: var(--Bg-light);
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}
.breadcrumb .dot {
  display: flex;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--Text-muted);
}
.breadcrumb li {
  color: var(--Text-secondary);
}

.ratings li {
  font-size: 20px;
  color: var(--Text-primary);
}

.wrap-heading-section {
  flex-wrap: wrap;
  gap: 12px;
}
.wrap-heading-section .heading-section {
  margin-bottom: 0;
}

.wg-pagination {
  display: flex;
  margin-top: 40px;
  gap: 8px;
  flex-wrap: wrap;
}
.wg-pagination li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  color: var(--Text-primary);
  background-color: var(--White);
  border: 1px solid var(--Line);
  border-radius: 50%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.wg-pagination li i {
  font-size: 16px;
}
.wg-pagination li:hover a, .wg-pagination li.active a {
  color: var(--White);
  background-color: var(--Text-primary);
  border-color: var(--Text-primary);
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags-list .tags-item {
  padding: 3px 11px;
  border-radius: 4px;
  color: var(--Text-secondary);
  border: 1px solid var(--Line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tags-list .tags-item:hover {
  background-color: var(--Text-primary);
  color: var(--White);
}

.tf-social {
  gap: 12px;
}
.tf-social a {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--Line);
  border-radius: 50%;
  gap: 12;
  font-size: 24px;
  color: var(--Text-primary);
}
.tf-social a:hover {
  background-color: var(--Text-primary);
  color: var(--White);
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.wg-filter {
  position: relative;
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
  border-radius: 16px;
  padding: 20px;
  z-index: 999;
  background-color: var(--White);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.wg-filter .form-title {
  display: flex;
  align-items: end;
  background-color: var(--White);
  gap: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-filter .form-title .wrap-btn {
  display: flex;
  gap: 20px;
  flex: 10%;
}
@media (max-width: 575px) {
  .wg-filter .form-title .wrap-btn {
    flex-direction: column;
  }
  .wg-filter .form-title .wrap-btn .btn-filter {
    border-radius: 99px !important;
  }
  .wg-filter .form-title .wrap-btn > * {
    width: 100% !important;
  }
}
.wg-filter .form-title .tf-btn {
  height: 50px;
}
.wg-filter .form-title .btn-filter {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  flex: none;
  border: 2px solid var(--Text-primary);
  font-size: 28px;
  color: var(--Text-primary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-filter .form-title .btn-filter:hover {
  color: var(--Primary);
  border-color: var(--Primary);
}
.wg-filter .form-title .btn-filter.click {
  background-color: var(--Primary);
  border-color: var(--Primary) !important;
  color: var(--Text-light);
}
.wg-filter .form-title .btn-filter.click .icon::before {
  content: "\e90d";
  color: var(--Text-light);
}
.wg-filter .form-title .btn-filter.no-text .text {
  display: none;
}
@media (max-width: 575px) {
  .wg-filter .form-title .btn-filter.no-text {
    gap: 8px;
    border-radius: 99px;
  }
  .wg-filter .form-title .btn-filter.no-text .text {
    display: unset;
  }
}
.wg-filter .form-title .wrap-fill {
  gap: 20px;
  flex: 80%;
}
.wg-filter .form-title .wrap-fill > * {
  width: 100%;
}
@media (min-width: 1441px) {
  .wg-filter .form-title .wrap-fill > *:first-child {
    width: 372px;
  }
  .wg-filter .form-title .wrap-fill > *:first-child input {
    padding: 11px 19px;
  }
}
.wg-filter.active {
  border-radius: 16px 16px 0 0;
}
.wg-filter.active .wd-search-form {
  transition-delay: 0.2s;
}
.wg-filter .wd-search-form {
  box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.08);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  margin: -8px auto;
  left: 0;
  right: 0;
  top: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wg-filter .wd-search-form.show {
  margin: 0;
  opacity: 1;
  visibility: visible;
}
.wg-filter.style-2 .form-title {
  flex-direction: column;
  align-items: flex-start;
}
.wg-filter.style-2 .form-title .btn-filter {
  width: unset;
  border-radius: 99px;
  padding: 11px 27px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-color: var(--Line);
}
.wg-filter.style-2 .form-title .btn-filter .icon {
  font-size: 24px;
}
.wg-filter.style-2 .form-title .wrap-fill {
  flex: 100%;
  width: 100%;
}
.wg-filter.style-2 .form-title .wrap-fill > * {
  width: 100% !important;
}
.wg-filter.style-2 .form-title .wrap-btn {
  gap: 11px;
}
@media (max-width: 991px) {
  .wg-filter .form-title {
    flex-direction: column;
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .wg-filter {
    padding: 28px 15px;
  }
}

.wd-search-form {
  background-color: var(--White);
  padding: 28px 20px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
}
.wd-search-form .title-box {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--Line);
  margin-bottom: 30px;
}
.wd-search-form .group-price {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}
.wd-search-form .group-price .box-title-price {
  display: flex;
  margin-bottom: 10px;
}
.wd-search-form .group-select {
  gap: 20px;
  justify-content: space-between;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.wd-search-form .group-select .tf-grid-layout {
  gap: 20px;
}
.wd-search-form .group-amenities {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
.wd-search-form .group-checkbox {
  text-align: start;
}
.wd-search-form .group-checkbox .title {
  margin-bottom: 14px;
}
.wd-search-form .box-search {
  position: relative;
}
.wd-search-form .box-search input,
.wd-search-form .box-search input::placeholder {
  font-size: 14px;
  line-height: 22px;
}
.wd-search-form .box-search .icon {
  position: absolute;
  font-size: 16px;
  right: 16px;
  top: 57%;
  transform: translateY(-50%);
}
.wd-search-form.style-1 .group-amenities {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 575px) {
  .wd-search-form.style-1 .group-amenities {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1199px) {
  .wd-search-form .group-amenities {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .wd-search-form .group-amenities {
    grid-template-columns: repeat(3, 1fr);
  }
  .wd-search-form .group-select {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .wd-search-form .group-amenities {
    grid-template-columns: repeat(2, 1fr);
  }
}

.categories-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 28px 40px 26px 40px;
  border-bottom: 1px solid var(--Line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.categories-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--Text-light);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: inherit;
  z-index: 0;
  border-radius: 12px;
}
.categories-item .title {
  color: var(--Text-secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories-item .text {
  color: var(--Text-secondary);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .categories-item .image {
    display: none;
  }
}
.categories-item.active {
  border-color: transparent;
}
.categories-item.active::after {
  height: 100%;
}
.categories-item.active .title {
  color: var(--Text-primary);
}
.categories-item.active .text {
  color: var(--Text-primary);
}
.categories-item:has(+ .categories-item.active) {
  border-color: transparent;
}

.tf-filters {
  display: flex;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.tf-filters::-webkit-scrollbar {
  height: 0px;
}
.tf-filters .btn-fillter {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 23px 7px;
  border: 1px solid var(--Line);
  border-radius: 99px;
  background-color: var(--White);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  flex-shrink: 0;
  text-wrap: nowrap;
  overflow: hidden;
}
.tf-filters .btn-fillter.active {
  background-color: var(--Text-primary);
  color: var(--White);
}
@media (max-width: 767px) {
  .tf-filters {
    justify-content: start;
  }
}

.fillters-wrap {
  --spacing-col: 30px;
  --spacing-row: 40px;
  display: flex;
  margin-right: calc(var(--spacing-col) * -1);
  overflow: hidden;
  margin-bottom: calc(var(--spacing-row) * -1);
}
.fillters-wrap .item-fillter {
  width: calc(33.3333333333% - var(--spacing-col));
  margin-right: var(--spacing-col);
  margin-bottom: var(--spacing-row);
}
@media (max-width: 991px) {
  .fillters-wrap {
    --spacing-col: 15px;
    --spacing-row: 24px;
  }
  .fillters-wrap .item-fillter {
    width: calc(50% - var(--spacing-col));
  }
}
@media (max-width: 575px) {
  .fillters-wrap .item-fillter {
    width: calc(100% - var(--spacing-col));
  }
}

.widget-video {
  position: relative;
  overflow: hidden;
}
.widget-video .popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(16, 16, 16, 0.1019607843);
  border-radius: 50%;
  backdrop-filter: blur(40px);
}
.widget-video .popup-youtube i {
  font-size: 40px;
  color: var(--Text-light);
}
.widget-video .popup-youtube .wave {
  width: 150%;
  height: 150%;
  background-color: transparent;
  border: 1px solid var(--Line);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: ripple 2s infinite;
}
.widget-video .popup-youtube .wave:nth-child(2) {
  animation-delay: 0.5s;
}
.widget-video .popup-youtube .wave:nth-child(3) {
  animation-delay: 1s;
}
.widget-video .popup-youtube:hover {
  background-color: var(--Primary);
}
.widget-video .popup-youtube:hover .icon i {
  color: var(--White);
}
.widget-video .popup-youtube:hover .wave {
  border: 1px solid var(--Primary);
}
.widget-video .btn-360 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(16, 16, 16, 0.1019607843);
  backdrop-filter: blur(40px);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .widget-video .popup-youtube {
    width: 48px;
    height: 48px;
  }
  .widget-video .popup-youtube i {
    font-size: 18px;
  }
}

.banner-box {
  position: relative;
}
.banner-box.banner-left > img {
  border-radius: 0 16px 16px 0;
}
.banner-box.banner-right > img {
  border-radius: 16px 0 0 16px;
}
.banner-box .list {
  position: absolute;
  bottom: 12px;
  right: 0;
  left: 12px;
}
.banner-box .list .item {
  min-width: 196px;
  width: 196px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border-radius: 4px;
  background-color: var(--Text-light);
  box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
}
.banner-box .list .item .image {
  width: 53px;
  height: 40px;
}
.banner-box .list .item .image img {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .banner-box.banner-left > img {
    border-radius: 16px;
  }
  .banner-box.banner-right > img {
    border-radius: 16px;
  }
}

.agent-item {
  overflow: hidden;
  position: relative;
  display: grid;
}
.agent-item .img-style {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}
.agent-item .wg-social {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 1;
  display: grid;
  gap: 12px;
}
.agent-item .wg-social li {
  transform: translate(40px, 40px);
  -ms-transform: translate(40px, 40px);
  -webkit-transform: translate(40px, 40px);
  visibility: hidden;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.agent-item .wg-social li:first-child {
  transition: all 0.3s ease-in-out 150ms;
  -moz-transition: all 0.3s ease-in-out 150ms;
  -o-transition: all 0.3s ease-in-out 150ms;
  -webkit-transition: all 0.3s ease-in-out 150ms;
  -ms-transition: all 0.3s ease-in-out 150ms;
}
.agent-item .wg-social li:nth-child(2) {
  transition: all 0.4s ease-in-out 150ms;
  -moz-transition: all 0.4s ease-in-out 150ms;
  -o-transition: all 0.4s ease-in-out 150ms;
  -webkit-transition: all 0.4s ease-in-out 150ms;
  -ms-transition: all 0.4s ease-in-out 150ms;
}
.agent-item .wg-social li:nth-child(3) {
  transition: all 0.5s ease-in-out 150ms;
  -moz-transition: all 0.5s ease-in-out 150ms;
  -o-transition: all 0.5s ease-in-out 150ms;
  -webkit-transition: all 0.5s ease-in-out 150ms;
  -ms-transition: all 0.5s ease-in-out 150ms;
}
.agent-item .wg-social li:nth-child(4) {
  transition: all 0.6s ease-in-out 150ms;
  -moz-transition: all 0.6s ease-in-out 150ms;
  -o-transition: all 0.6s ease-in-out 150ms;
  -webkit-transition: all 0.6s ease-in-out 150ms;
  -ms-transition: all 0.6s ease-in-out 150ms;
}
.agent-item .wg-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  background-color: var(--White);
  font-size: 24px;
  color: var(--Text-primary);
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.agent-item .wg-social a:hover {
  background-color: var(--Primary);
  color: var(--White);
}
.agent-item .img-style img {
  width: 100%;
  object-fit: cover;
}
.agent-item .wrap-icon .icon {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: var(--Text-primary);
  border: 1px solid var(--Line);
  border-radius: 8px;
}
.agent-item .wrap-icon .icon:hover {
  background-color: var(--Text-primary);
  color: var(--White);
  border-color: var(--Text-primary);
}
.agent-item:hover li {
  visibility: visible;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
}

.banner .parallaxie {
  position: relative;
  padding: 115px 0;
}
.banner .parallaxie::after {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgba(17, 17, 17, 0.8);
}
@media (max-width: 767px) {
  .banner .parallaxie {
    padding: 50px 0;
  }
}

.banner-full {
  position: relative;
  padding: 91px 0;
  background-color: var(--Bg-light);
}
.banner-full .content {
  margin-left: -4px;
}
.banner-full .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  max-width: 924px;
}
.banner-full .tf-btn {
  padding: 11px 28px !important;
}
@media (max-width: 767px) {
  .banner-full {
    padding: 50px 0;
  }
  .banner-full .image {
    position: unset;
    width: 100%;
    max-width: unset;
    margin-bottom: 30px;
  }
}

.tf-filter-sidebar {
  padding: 32px;
  border-radius: 12px;
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1200px) {
  .tf-filter-sidebar {
    background-color: var(--Bg-light);
  }
}
@media (max-width: 1199px) {
  .tf-filter-sidebar {
    position: fixed !important;
    bottom: 0;
    top: 0 !important;
    left: 0;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    background-clip: padding-box;
    border-radius: 0;
    background-color: var(--Text-light);
    outline: 0;
    padding: 0;
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .tf-filter-sidebar .canvas-header {
    padding: 15px 15px;
    background-color: var(--Bg-light);
  }
  .tf-filter-sidebar .canvas-header .icon {
    font-size: 24px;
  }
  .tf-filter-sidebar .canvas-body {
    padding: 20px 15px;
    overscroll-behavior-y: contain;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .tf-filter-sidebar .canvas-body::-webkit-scrollbar {
    width: 4px;
    background-color: var(--Line);
  }
  .tf-filter-sidebar .canvas-body::-webkit-scrollbar-thumb {
    background: var(--Text-secondary);
    border-radius: 0;
  }
  .tf-filter-sidebar.show {
    transform: none;
  }
}

@media (max-width: 1199px) {
  .overlay-filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .overlay-filter.show {
    opacity: 1;
    visibility: visible;
  }
}
.wd-filter-select .nice-select {
  padding: 11px 15px;
}
.wd-filter-select .nice-select::after {
  right: 15px;
}
.wd-filter-select .show-avanced i {
  font-size: 28px;
}
.wd-filter-select .bot-btn a span {
  text-decoration: underline;
}
.wd-filter-select .bot-btn a .icon {
  font-size: 20px;
}

.top-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.top-filter .left {
  display: flex;
  gap: 20px;
  align-items: center;
}
.top-filter .right {
  display: flex;
  gap: 12px 28px;
  align-items: center;
  flex-wrap: wrap;
}
.top-filter .right.type-1 {
  gap: 12px 16px;
}
.top-filter .btn-filter {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 8px 20px;
  border-radius: 99px;
  background-color: var(--Text-primary);
  color: var(--Text-light);
  cursor: pointer;
}
.top-filter .btn-filter.style-white {
  background-color: transparent;
  color: var(--Text-primary);
  border: 1px solid var(--Line);
}
.top-filter .nav-tab-filter .nav-link-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid var(--Line);
  color: var(--Text-primary);
}
.top-filter .nav-tab-filter .nav-link-item i {
  font-size: 24px;
}
.top-filter .nav-tab-filter .nav-link-item.active {
  background-color: var(--Text-primary);
  border-color: var(--Text-primary);
  color: var(--Text-light);
}

.tf-switch-check {
  position: relative;
  display: flex !important;
  width: 48px !important;
  height: 24px !important;
  -webkit-appearance: none;
  background-color: var(--Line);
  border-radius: 99px;
  transition: 0.3s;
  cursor: pointer;
}
.tf-switch-check::before {
  content: "";
  border-radius: 99px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 2px;
  background: var(--White);
  transition: 0.2s;
}
.tf-switch-check:checked {
  background-color: var(--Primary);
}
.tf-switch-check:checked::before {
  left: 26px;
}

.list-filter {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.list-filter .filter-tag {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 4px 16px;
  border-radius: 99px;
  background-color: var(--Bg-light);
  color: var(--Text-primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.list-filter .filter-tag .icon {
  font-size: 16px;
}
.list-filter .filter-tag:hover {
  color: var(--Primary);
}
.list-filter .remove-all-filters {
  text-transform: uppercase;
  text-decoration: underline;
  color: var(--Text-primary);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.list-action a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border: 1px solid var(--Line);
  border-radius: 50%;
  background-color: var(--Text-light);
  color: var(--Text-primary);
  font-size: 28px;
}
.list-action a:hover {
  color: var(--Text-light);
  background-color: var(--Primary);
  border-color: var(--Primary);
}

.wrapper-layout {
  display: flex;
  height: 100%;
}
.wrapper-layout .wrap-left {
  width: 53.90625%;
  position: relative;
  height: calc(100vh - 188px);
  overflow-x: hidden;
  overflow-y: auto;
  padding: 15px;
  padding-bottom: 0px;
}
.wrapper-layout .wrap-left::-webkit-scrollbar {
  width: 8px;
  background-color: var(--Line);
}
.wrapper-layout .wrap-left::-webkit-scrollbar-thumb {
  background: var(--Text-secondary);
}
@media (min-width: 768px) {
  .wrapper-layout .wrap-left {
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1441px) {
  .wrapper-layout .wrap-left {
    padding-right: 67px;
  }
}
.wrapper-layout .wrap-right {
  height: calc(100vh - 188px);
  width: 46.09375%;
  position: relative;
}
.wrapper-layout .wrap-sidebar {
  height: calc(100vh - 88px);
  width: 26.8%;
  overflow-x: hidden;
  overflow-y: auto;
}
.wrapper-layout .wrap-sidebar::-webkit-scrollbar {
  width: 8px;
  background-color: var(--Line);
}
.wrapper-layout .wrap-sidebar::-webkit-scrollbar-thumb {
  background: var(--Text-secondary);
}
.wrapper-layout.style-2 .wrap-left {
  width: 62%;
  height: calc(100vh - 90px);
}
.wrapper-layout.style-2 .wrap-right {
  width: 43%;
  height: calc(100vh - 90px);
}
@media (max-width: 1500px) {
  .wrapper-layout.style-2 {
    flex-wrap: wrap;
  }
  .wrapper-layout.style-2 .wrap-sidebar {
    width: 30%;
  }
  .wrapper-layout.style-2 .wrap-left {
    width: 70%;
  }
  .wrapper-layout.style-2 .wrap-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .wrapper-layout.style-2 {
    flex-direction: column;
  }
  .wrapper-layout.style-2 .wrap-left,
  .wrapper-layout.style-2 .wrap-sidebar,
  .wrapper-layout.style-2 .wrap-right {
    width: 100%;
  }
  .wrapper-layout.style-2 .wrap-left,
  .wrapper-layout.style-2 .wrap-sidebar {
    height: unset;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .wrapper-layout .wrap-left {
    padding-bottom: 30px;
  }
}
@media (max-width: 1440px) {
  .wrapper-layout .wrap-left {
    width: 78.6%;
  }
}
@media (max-width: 1199px) {
  .wrapper-layout.xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .wrapper-layout:not(.wrapper-layout.style-2) {
    flex-direction: column;
  }
  .wrapper-layout:not(.wrapper-layout.style-2) .wrap-left,
  .wrapper-layout:not(.wrapper-layout.style-2) .wrap-right {
    width: 100%;
  }
  .wrapper-layout:not(.wrapper-layout.style-2) .wrap-left {
    height: unset;
    margin-bottom: 50px;
  }
}

.overview-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border-radius: 12px;
  background-color: var(--Bg-light);
}
.overview-item .icon {
  font-size: 52px;
  color: var(--Text-primary);
}

.additional-item {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 12px 20px;
  border-radius: 12px;
}
.additional-item .title {
  width: 220px;
  text-transform: uppercase;
}
.additional-item .text {
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .additional-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.utility-item {
  display: flex;
  gap: 8px;
  align-items: center;
}
.utility-item .icon {
  font-size: 24px;
}

.wrap-map {
  overflow: hidden;
  position: relative;
  height: 500px;
  width: 100%;
  border-radius: 16px;
}

.attachments-item {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 12px;
  border-radius: 8px;
  background-color: var(--Bg-light);
}

.nearby-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.nearby-item .title {
  width: 140px;
}

.box-sellers {
  padding: 24px;
  border: 1px solid var(--Line);
  border-radius: 16px;
}
.box-sellers .author {
  gap: 20px;
  align-items: center;
}
.box-sellers .author .avatar {
  border-radius: 8px;
  overflow: hidden;
}
.box-sellers .info .icon {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--Line);
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--Text-primary);
  flex-shrink: 0;
  background-color: var(--White);
}
.box-sellers .tf-btn i {
  font-size: 20px;
}
@media (max-width: 767px) {
  .box-sellers {
    padding: 24px 15px !important;
  }
}

.date-item {
  flex-grow: 1;
  text-align: center;
  padding: 11px;
  border-radius: 8px;
  border: 1px solid var(--Line);
}

.tf-sidebar {
  display: grid;
  gap: 40px;
}
.tf-sidebar .sidebar-item {
  padding: 23px;
  border-radius: 16px;
  border: 1px solid var(--Line);
}
.tf-sidebar .list-categories li {
  padding: 2px 0;
}
.tf-sidebar .list-categories li:hover {
  color: var(--Text-primary);
  font-weight: 700;
}
.tf-sidebar .list-categories .number {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tf-sidebar .sidebar-recent-post ul li:not(:last-child) {
  border-bottom: 1px solid var(--Line);
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.tf-sidebar .sidebar-author .box-author {
  display: flex;
  gap: 20px;
}
.tf-sidebar .sidebar-author .avatar {
  border-radius: 50%;
  overflow: hidden;
}
.tf-sidebar .sidebar-author .tf-btn {
  height: 32px;
  border-radius: 4px;
}
@media (min-width: 1441px) {
  .tf-sidebar {
    margin-left: 60px;
    margin-right: 10px;
    margin-top: -10px;
  }
}

.wrap-infiniteslide .infiniteslide {
  display: flex;
  align-items: center;
}
.wrap-infiniteslide.partner {
  border: 1px solid var(--Line);
}
.wrap-infiniteslide.partner .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 236px;
  height: 77px;
  border-right: 1px solid var(--Line);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.properties-nearby li {
  display: flex;
  gap: 16px;
}
.properties-nearby li span:first-child {
  width: 120px;
  display: block;
}
.properties-nearby .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.properties-nearby .wrap .col-nearby {
  max-width: 200px;
  width: 100%;
}

/*------------ sections ---------------- */
/* ---------------------------------------------------------
    * Name: Domira - Real Estate HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Components

    * section

    * dashboard

    * Responsive
 ------------------------------------------------------------------------------ */
/*--------- Abstracts variable ---------- */
.page-title {
  position: relative;
  z-index: 99;
  padding: 130px 0 70px;
  background: linear-gradient(252.62deg, #DCEDF5 0%, #F9F1E5 100.83%);
}
.page-title .flat-tab {
  position: absolute;
  bottom: 20px;
  left: 60px;
  right: 60px;
}
.page-title .flat-tab .flat-tab-form {
  margin-bottom: 16px;
}
@media (max-width: 1440px) {
  .page-title .flat-tab {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 991px) {
  .page-title .flat-tab {
    position: unset;
    padding-top: 30px;
  }
  .page-title .flat-tab .flat-tab-form {
    margin-bottom: 0px;
  }
  .page-title .flat-tab .cate-wrap {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-title .flat-tab .flat-tab-form {
    box-shadow: 0px 10px 25px 0px rgba(72, 95, 119, 0.1019607843);
  }
  .page-title .flat-tab .flat-tab-form .nav-tab-form {
    width: 100%;
    max-width: unset;
  }
  .page-title .flat-tab .flat-tab-form .wg-filter {
    padding-top: 10px;
    border-radius: 0 !important;
    box-shadow: none;
  }
}
.page-title .cate-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.page-title .cate-wrap .cate-box {
  display: flex;
  gap: 4px;
  padding: 8px 15px;
  border-radius: 99px;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1019607843);
  color: var(--Text-light);
}
.page-title .cate-wrap .cate-box .icon {
  font-size: 20px;
  color: var(--Text-light);
}
.page-title.style-1 .content {
  padding-bottom: 40px;
}
.page-title.style-1 .content .title {
  margin-bottom: 16px;
}
.page-title.style-inner {
  padding: 100px 0 100px;
  background: var(--Bg-light);
}
.page-title.style-inner .title {
  margin-bottom: 12px;
}
.page-title.style-inner .line,
.page-title.style-inner .sub {
  margin-bottom: 20px;
}
.page-title.style-inner-2 {
  padding: 100px 0 100px;
  background: var(--Bg-light);
}
.page-title.style-inner-2 .title {
  margin-bottom: 12px;
}
.page-title.style-inner-2 .line,
.page-title.style-inner-2 .sub {
  margin-bottom: 20px;
}
.page-title.style-inner-2 .sub-title {
  display: inline-flex;
  padding: 4px 16px;
  border-radius: 4px;
  background-color: var(--Primary);
  color: var(--Text-light);
  margin-bottom: 16px;
}
.page-title.style-inner-2 .title {
  margin-bottom: 16px;
}
.page-title.style-inner-2 .infor {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}
.page-title.style-inner-2 .infor .space {
  display: flex;
  width: 1px;
  height: 16px;
  background-color: var(--Line);
}
.page-title.style-inner-2 .author {
  display: flex;
  gap: 12px;
  align-items: center;
}
.page-title.style-inner-2 .author .image {
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.page-title.style-inner-2 .date {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-title.style-inner-2 .date .icon {
  font-size: 24px;
}
.page-title.style-2 {
  padding: 132px 0 132px;
}
.page-title.style-2 .image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 48.227%;
  z-index: 0;
}
.page-title.style-2 .content {
  padding-bottom: 40px;
}
.page-title.style-2 .title {
  max-width: 760px;
  margin-bottom: 20px;
}
.page-title.style-2 .text {
  max-width: 642px;
}
.page-title.style-2 .flat-tab {
  position: unset;
  max-width: 1060px;
}
.page-title.style-2 .flat-tab .flat-tab-form {
  margin-bottom: 0;
}
.page-title.style-2 .flat-tab .nav-tab-form {
  margin: unset;
}
.page-title.style-2 .wg-filter {
  border-radius: 0 16px 16px 16px;
}
.page-title.style-2 .wg-filter.active {
  border-radius: 0 16px 0 0;
}
@media (max-width: 991px) {
  .page-title.style-2 {
    padding: 40px 0 40px;
  }
  .page-title.style-2 .content {
    padding: 0px;
  }
  .page-title.style-2 .image {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-title.style-2 .form-title .wrap-btn {
    flex-direction: column;
    width: 100%;
  }
  .page-title.style-2 .form-title .wrap-btn > * {
    width: 100%;
  }
}
.page-title.style-details {
  padding: 100px 0 100px;
}
.page-title.style-details .tag-item {
  display: flex;
  padding: 3px 11px;
  border-radius: 4px;
  border: 1px solid var(--Line);
  background-color: var(--Text-light);
  color: var(--Text-primary);
}
.page-title.style-details .tag-item:hover {
  color: var(--Text-light);
  background-color: var(--Primary);
  border-color: var(--Primary);
}
.page-title.style-details .line {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .page-title {
    padding: 75px 0 40px;
  }
  .page-title.style-details, .page-title.style-inner, .page-title.style-inner-2 {
    padding: 0;
  }
  .page-title .content {
    padding: 50px 0;
  }
}

.section-about .left-image img {
  border-radius: 16px;
}
@media (min-width: 1441px) {
  .section-about .left-image {
    padding-right: 50px;
  }
  .section-about .right-content {
    padding: 15px 50px 0 20px;
  }
}

.section-contact .left {
  max-width: 570px;
  padding-top: 3px;
}
.section-contact .right {
  padding: 40px;
}
.section-contact .right textarea {
  height: 100px;
}
@media (max-width: 1199px) {
  .section-contact .right {
    padding: 24px 15px;
  }
}

.wrap-contact {
  display: grid;
  gap: 28px;
}
.wrap-contact .item {
  display: flex;
  gap: 20px;
  align-items: center;
}
.wrap-contact .item .icon {
  font-size: 48px;
  color: var(--Text-primary);
}
.wrap-contact .item .line-space {
  width: 1px;
  height: 40px;
  background-color: var(--Line);
}

.property-details-wrap {
  display: flex;
}
.property-details-wrap > .wrap-thumb {
  width: 50%;
  position: relative;
  display: flex;
}
.property-details-wrap > .wrap-thumb .sw-single .image {
  height: 100%;
}
.property-details-wrap > .wrap-thumb .sw-single .image img {
  border-radius: 16px;
}
.property-details-wrap > .wrap-thumb .wrap-pagi {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 464px;
  z-index: 5;
}
.property-details-wrap > .wrap-thumb .wrap-pagi .image {
  width: 107px;
  height: 80px;
}
.property-details-wrap > .wrap-thumb .wrap-pagi .image img {
  border-radius: 8px;
}
@media (max-width: 767px) {
  .property-details-wrap > .wrap-thumb .wrap-pagi {
    max-width: 226px;
  }
}
.property-details-wrap > .content {
  width: 50%;
  padding: 0 80px;
}
.property-details-wrap > .content .line {
  margin-top: 42px;
  margin-bottom: 38px;
}
.property-details-wrap > .content .wg-avatar {
  gap: 12px;
}
.property-details-wrap > .content .wrap-btn {
  display: flex;
  gap: 12px;
}
.property-details-wrap > .content .info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 40px;
}
.property-details-wrap > .content .info .icon {
  font-size: 28px;
}
@media (max-width: 1199px) {
  .property-details-wrap > .content {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .property-details-wrap {
    flex-direction: column;
  }
  .property-details-wrap > * {
    width: 100% !important;
  }
  .property-details-wrap > .content {
    padding: 30px 0 0 0;
  }
  .property-details-wrap > .content .line {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.form-top-filter {
  padding: 24px 0;
}
.form-top-filter .flat-tab-form {
  display: flex;
  gap: 20px;
}
.form-top-filter .flat-tab-form .nav-tab-form {
  flex-shrink: 0;
  padding: 7px 8px;
  border: 1px solid var(--Line);
  border-radius: 8px;
  gap: 0;
  margin: 0;
}
.form-top-filter .flat-tab-form .nav-link-item {
  padding: 4px 16px;
  border-radius: 8px;
}
.form-top-filter .wg-filter {
  flex-grow: 1;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
.form-top-filter .wg-filter .form-title {
  background-color: transparent;
}
.form-top-filter .wg-filter .form-title .wrap-fill > * {
  width: 100% !important;
}
.form-top-filter .wg-filter .wd-search-form {
  max-width: 1060px;
  left: unset;
  top: calc(100% + 24px);
}
@media (max-width: 1440px) {
  .form-top-filter .flat-tab-form {
    flex-direction: column;
  }
  .form-top-filter .form-title {
    flex-direction: column;
  }
  .form-top-filter .form-title > * {
    width: 100%;
  }
  .form-top-filter .wg-filter .wd-search-form {
    left: 0;
    right: unset;
  }
}

.properties-details .images {
  margin-bottom: 60px;
}
.properties-details .images .list-image {
  overflow-x: auto;
}
.properties-details .images .list-image::-webkit-scrollbar {
  height: 0px;
}
.properties-details .images .wrap {
  max-width: max-content;
  display: flex;
  gap: 20px;
}
.properties-details .images .wrap .item {
  width: 160px;
  height: 120px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .properties-details .images .wrap .item {
    width: 140px;
    height: 100px;
  }
}
.properties-details .images .wrap .item-photo {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--Line);
}
.properties-details .images .wrap .item-photo .icon {
  font-size: 48px;
}
.properties-details .properties-details-item:not(:last-child) {
  margin-bottom: 60px;
}
.properties-details .properties-details-item .top {
  display: flex;
  gap: 20px;
  align-items: center;
}
.properties-details .properties-details-item .top .space {
  display: flex;
  width: 1px;
  height: 24px;
  background-color: var(--Line);
}
.properties-details .properties-utility .list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 100px;
}
.properties-details .properties-utility .utility-item {
  width: 243px;
}
.properties-details .properties-nearby .list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 144px;
}
.properties-details .properties-nearby .nearby-item {
  width: 214px;
}

.calculator-wrap {
  display: flex;
  gap: 30px 60px;
  padding: 32px;
  border-radius: 16px;
  background-color: var(--Bg-light);
}
.calculator-wrap .name {
  text-align: center;
}
.calculator-wrap .box {
  display: grid;
  padding: 11px 15px;
  border-radius: 8px;
  border: 1px solid var(--Line);
  background-color: var(--Text-light);
}
@media (max-width: 1199px) {
  .calculator-wrap {
    flex-direction: column;
  }
}

.sidebar-right {
  display: grid;
  gap: 30px;
}
.sidebar-right .sidebar-item {
  display: grid;
  gap: 24px;
  padding: 23px;
  border: 1px solid var(--Line);
  border-radius: 16px;
}
@media (min-width: 1441px) {
  .sidebar-right {
    max-width: 380px;
    margin-left: auto;
  }
}

.search-results-empty {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1200px) {
  .section-properties .tf-grid-layout {
    gap: 40px 30px;
  }
  .section-properties.list .wg-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .section-properties .row {
    gap: 50px;
  }
}

.section-categories {
  background-color: var(--Bg-light);
}

.wrap-layout-map.hide-map {
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
}
.wrap-layout-map.hide-map > * {
  width: 100% !important;
}
.wrap-layout-map.hide-map .wrap-left {
  padding-right: 30px;
}

/*# sourceMappingURL=styles.css.map */
