/* @import url('https://fonts.cdnfonts.com/css/sf-pro-display');

*{
    font-family: 'SF Pro Display' !important
} */

@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 400;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYREGULAR.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 100;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYULTRALIGHTITALIC.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 200;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYTHINITALIC.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 300;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYLIGHTITALIC.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 500;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYMEDIUM.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 600;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYSEMIBOLDITALIC.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: normal;
    font-weight: 700;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBOLD.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 800;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYHEAVYITALIC.woff') format('woff');
}
@font-face {
    font-family: 'SF Pro Display';
    font-style: italic;
    font-weight: 900;
    src: local('SF Pro Display'), url('https://fonts.cdnfonts.com/s/59278/SFPRODISPLAYBLACKITALIC.woff') format('woff');
}

* {
    font-family: 'SF Pro Display' !important;
}


body{
    background-color: #fafaf5 !important;
}

.flat-slider button.tf-btn.primary {
    /* width: 70px; */
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 10px 10px 10px 0 !important;
}
body[dir=rtl] .flat-slider button.tf-btn.primary {
    /* width: 70px; */
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    padding: 0 !important;
    margin: 10px 0 10px 10px !important;
}

.wd-find-select {
    padding: 0 !important;
    /* height: 70px; */
    border-radius: 50px;
}
.wd-find-select .inner-group {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    gap: 20px;
    /* padding: 5px 48px; */
    padding: 5px 20px 5px 40px;
}
body[dir=rtl] .wd-find-select .inner-group {
    display: flex;
    flex-grow: 1;
    flex-wrap: nowrap;
    gap: 20px;
    /* padding: 5px 48px; */
    padding: 5px 40px 5px 20px;
}
section.flat-section-v4.flat-partner {
    margin-top: -100px;
    z-index: 990 !important;
    position: absolute;
    left: 0px;
    right: 0px;
    background-color: #ffffff36 !important;
    padding: 30px;
    height: 100px;
}
.property-item.homeya-box {
    border: 0px;
    margin-bottom: 40px;
}
.homeya-box .images-style img{
    aspect-ratio: 1 / 1;
    border-radius: 20px;
}
.homeya-box:hover .images-style img {
    transform: scale(1);
}
.homeya-box .images-group:after {
    background-color: rgba(0, 0, 0, .502);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    border-radius: 20px;
}
.price-grid h6 {
    color: #c09851 !important;
}
.property-item.homeya-box .content, .property-item.homeya-box .grid-bottom-box  {
    padding-left: 0;
    border: 0px;
}
.property-item.homeya-box.list-style-1 .content {
    padding-left: 20px;
}
.box-service.style-2 img.icon {
    width: 32px;
    height: auto;
}
.box-service.style-2 h6.title {
    color: #c09851;
    font-size: 18px;
    text-align: start;
}
.box-service.style-2 .description {
    text-align: start;
}
a.homeya-categories {
    height: 300px;
    background-size: cover;
    background-position: center;
    transition: background-size 0.3s ease; /* Smooth ease transition for zoom */
    padding: 230px 28px 20px 20px;
    flex-direction: row;
}
a.homeya-categories:before {
    background: none !important;
}
a.homeya-categories:hover {
    background-size: 110%;
    /* scale: 1.1; */
    transition: transform 0.3s ease-in-out;
}
.homeya-categories::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)); /* Black to transparent gradient */
    z-index: 1; /* Places the gradient above the background image but below the text */
    pointer-events: none; /* Allows clicks through the pseudo-element */
}
.category-overlay {
    position: relative;
    overflow: hidden; /* Ensures the gradient overlay stays within the bounds */
}
.homeya-categories h6.line-clamp-1 {
    color: white;
    margin-bottom: -8px;
}
p.mt-4.text-variant-1{
    color: white;
}
.homeya-categories .content.text-left {
    margin-bottom: 0px;
}
.overlay_bottom {
    width: 100%;
    background: rgb(0, 0, 0);
    /* background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0.54) 31%, rgba(0, 0, 0, 0) 100%); */
    background: linear-gradient(0deg, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0.54) 31%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    padding: 25px;
    border-radius: 0px 0px 10px 10px;
    display: flex;
    align-items: flex-end;
}
.flat-testimonial-v2:before {
    background: #fafaf5;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.text-subtitle.text-white, h2.section-title.mt-4.text-white {
    color: #222222 !important;
}

.flat-location .layout {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 15px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.flat-location .title-section {
    padding: 20px;
}

.flat-location .title-section h2 {
    font-size: 24px;
    font-weight: bold;
}

.flat-location .slider-section {
    padding: 20px;
}

.flat-location .swiper img{
    max-height: 250px !important;
}

.slider-section {
    display: flex;
    justify-content: flex-end; /* Align the slider section to the right */
    width: 100%; /* Ensure it spans the right column */
    position: relative; /* Required for precise positioning */
}

/*.flat-location .swiper {*/
/*    width: calc(100% - 30px); !* Adjust for additional spacing if needed *!*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.flat-location .swiper-wrapper {*/
/*    display: flex; !* Horizontal alignment of slides *!*/
/*    justify-content: flex-start; !* Align slides to the start *!*/
/*    margin-left: calc(38%); !* Push the content to the far right *!*/
/*    transform: translateX(10px); !* Adjust to move further right *!*/
/*    transition: transform 0.3s ease-in-out; !* Smooth transition for animations *!*/
/*}*/
/*!* Responsive Adjustments *!*/
/*@media (max-width: 1200px) {*/
/*    .flat-location .swiper-wrapper {*/
/*        margin-left: calc(10%); !* Adjust for medium screens *!*/
/*    }*/
/*}*/

/* header#header {
    margin: auto;
    width: 60%;
} */

/*.flat-location .swiper-slide {*/
/*    flex: 0 0 auto;*/
/*    width: auto;*/
/*    margin-right: 30px; !* Spacing between slides *!*/
/*}*/
section.flat-section-v3.flat-location .box-title {
    display: none;
}

.flat-location h2.section-title.mt-4 {
    font-size: 24px;
}
.flat-location h3.text-subtitle.text-primary {
    font-size: 15px;
}

.ck-content {
    /* margin-top: -122px; */
    margin-top: -80px;
}
.flat-slider {
    /* height: calc(100vh - 40px); */
    height: calc(100vh - 82px);
}
.main-header {
    border-bottom: 0;
}

.flat-section {
    padding: 40px 0;
}
.tf-sw-testimonial .box-tes-item.style-1 {
    transition: transform 0.1s ease-in-out; /* Specify transition duration and property */

}
.tf-sw-testimonial .box-tes-item.style-1:hover {
    background: #d5b06df7;
    transform: scale(1.02);
}

.mt-122px{
    margin-top: 122px;
}

.mb-100px{
    /* margin-top: 100px; */
    margin-top: 100px;
}

.header-transparent{
    background-color: transparent !important;
}

.menu-transparent{
    background-color: transparent !important;
}

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

.fs-1_15rem{
    font-size: 1.15rem !important;
}

.text-222222{
    color: #222222 !important
}
.text-717171{
    color: #717171 !important
}

.text-717171::placeholder{
    color: #717171 !important
}

.wd-find-select .inner-group .form-style .form-control,
.wd-find-select .inner-group .form-style .nice-select{
    padding: 0;
}

.nav-tab-recommended .nav-link-item{
    background-color: transparent !important;
}

.nav-tab-recommended .nav-link-item.active,
.nav-tab-recommended .nav-link-item:hover{
    color: #222222 !important;
    border-bottom: 1px solid #222222;
}

.home-1 .overlay-2 {
    background: #000000 !important;
    opacity: .4 !important;
}

.bg-gold{
    background-color: #c09851;
}
.text-gold{
    color: #c09851;
}

.hr-gold{
    border-top: 1px solid #c09851;
}

.ck-content .hr-gold {
    margin: 25px 0 20px !important;
    height: 1px !important;
    background: #c09851 !important;
    border: 0 !important;
}

.border-gold{
    border: 1px solid #EFE5D4 !important;
}


.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}

.sw-pagination .swiper-pagination-bullet {
    background-color: rgba(29, 28, 49, 0.1);
    height: 8px !important;
    opacity: 1 !important;
    position: relative !important;
    transition: all .5s ease !important;
    width: 70px !important;
    transform: skew(-50deg) !important;
}

.sw-pagination .swiper-pagination-bullet:before {
    border: 0 !important;
    height: 0;
}

.swiper-pagination-bullet{
    border-radius: 0 !important
}

.box-location .content {
    border-radius: 12px;
    bottom: 0px;
    left: 0;
    padding: 26px 30px;
    position: absolute;
    right: 0;
}

.box-location .content .title{
    margin-bottom: 0 !important;
    font-size: 19px !important;
}

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

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

.line-height{
    line-height: 30px !important;
}

.mb-20px{
    margin-bottom: 20px !important;
}

.text-FAFAF5{
    color: #fafaf5 !important;
}

/* contact */

.flat-contact .form-control.style-1{
    padding: 6px 16px !important;
    background: #FAFAF5 !important;
    border: 1px solid #EFE5D4 !important;
    border-radius: 10px !important;
}

.flat-contact .form-label{
    color: #C19953 !important;
    font-weight: 500 !important;
}

.flat-contact .contact-info .box .box-social .item {
    align-items: center;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    display: flex;
    height: auto;
    justify-content: center;
    width: auto;
}

.flat-contact .tf-btn.size-1{
    padding: 6px 32px !important;
    width: 100% !important;
    border-radius: 10px !important;
}

.contact-info .box .box-social {
    gap: 18px !important;
}

.contact-info .box-social .icon {
    color: #C19953;
}

.footer .top-footer .content-footer-top{
    gap: 45px !important;
}

.footer .content-footer-top  .footer-cl-4{
    margin-left: 0 !important;
}

.footer .content-footer-bottom .copyright{
    color: #fff !important;
}

.mt-30{
    margin-top: 30px;
}

.footer .footer-cl-3 {
    margin-left: 0;
}

.footer .inner-footer {
    padding: 0;
}

.footer .box-icon.social {
    background-color: hsla(0, 0%, 100%, 0);
}

.footer .footer-logo img{
    max-height: 100px !important;
}

.footer {
    padding: 90px !important;
}

.footer .content-footer-bottom{
    padding-top: 90px !important;
}

.footer .list-social {
    gap: 3px !important;
}

.subscribe-form{
    color: white;
    display: flex;
    gap: 1.8rem;
}

.swiper-backface-hidden .swiper-slide {
    max-width: 450px !important;
}

.flat-blog-item .img-style img {
    height: 300px !important;
}

.py-40px{
    padding: 40px 0 !important;
}

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

.flat-latest-new .box-title{
    margin: 0 !important;
}

.footer-cl-4 .subscribe-form input  {  background: transparent;
    border-color: transparent !important;
    border-bottom: 2px solid #FFFFFF !important;
    border-radius: 0 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-style: unset !important;
    font-weight: 500 !important;
    line-height: 26px !important;
    padding: 12px 70px 12px 0px !important;
}

.footer-cl-4 .subscribe-form input::placeholder{
    color: #ffffff !important;
}

.footer-cl-4 .subscribe-form button{
    align-items: center;
    background: #fff;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    inset-inline-end: 0;
    justify-content: center;
    padding: 13px 32px;
    position: relative;
    top: 0;
    transform: none;
    color: #C19953;
}

.tf-sw-partner .partner-item img{
    width: 120px !important;
    height: auto;
}

.swiper-slide {
    margin: 0 !important;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex
;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    justify-content: center;
}

.flat-slider.home-1 .slider-content .tf-btn.size-2{
    padding: 6px 10px 6px 20px !important;
}

.flat-slider.home-1 .slider-content .tf-btn.size-2 .estate-btn-hero{
    padding-right: 10px;
    transition: .2s;
}
.flat-slider.home-1 .slider-content .tf-btn.size-2:hover .estate-btn-hero{
    padding-right: 20px;
}


@media (max-width: 992px) {
    header#header {
        margin: auto;
        width: 80%;
    }
}

@media (max-width: 768px) {
    header#header {
        margin: auto;
        width: 90%;
    }
    .flat-slider.home-1 .slider-content .subtitle{
        padding: 0;
    }
}

@media (max-width: 576px) {
    header#header {
        margin: auto;
        width: 100%;
    }
    .mb-100px{
        margin-top: 100px;
    }
    .wd-find-select .inner-group {
        display: flex;
        flex-grow: 1;
        flex-wrap: nowrap;
        gap: 10px;
        /* padding: 5px 48px; */
        padding: 20px 20px 1px 20px;
        flex-direction: column;
    }
    .flat-tab .wd-find-select {
        background-color: #fff !important;
        border-radius: 12px  !important;
        display: flex !important;
        /* flex-direction: column !important; */
    }
    .flat-slider button.tf-btn.primary {
        /* width: 70px; */
        width: 100% !important;
        height: 60px !important;
        border-radius: 50px !important;
        padding: 0 !important;
        margin: 0px 20px 20px 20px !important;
    }
    section.flat-section-v4.flat-partner {
        margin-top: 0px;
        z-index: 990 !important;
        position: relative;
        left: 0px;
        right: 0px;
        background-color: #bcbcbc94 !important;
        padding: 30px;
        height: 100px;
    }
    .footer {
        padding: 40px 10px !important;
    }

    .footer .content-footer-bottom {
        flex-direction: column;
    }

    .flat-location .layout {
        display: grid;
        grid-template-columns: 100%;
    }
}

.paragraph_style1 h2, .flat-location h2 {
  color: white;
  font-size: 36px;
}

.paragraph_style1 h3, .flat-location h3 {
  color: white;
  font-size: 30px;
}

.paragraph_style1 p, .flat-location p {
  color: white;
}

.paragraph_style0 {
  display: flex;
  flex-direction: column;    /* Stack items vertically */
  justify-content: center;   /* Center items vertically */
  align-items: center;       /* Center items horizontally */
  text-align: center;        /* Center the text inside each element */             /* Full viewport height (adjust as needed) */
}

.paragraph_style1 {
  display: flex;
  flex-direction: column;    /* Stack items vertically */
  justify-content: center;   /* Center items vertically */
  align-items: center;       /* Center items horizontally */
  text-align: center;        /* Center the text inside each element */
  height: 30vh;             /* Full viewport height (adjust as needed) */
}

.title_header {
  text-align: center;
  margin: 30px;
    margin-bottom: 30px;
  margin-bottom: 0px;
}

.title_header h4 {
  font-size: 30px;
}

.col-lg-5 .nav-tab-privacy a {
  font-size: 24px !important;
  font-weight: lighter;
  margin: 0;
}

.tab-content.content-box-privacy {
  margin-top: 0;
}

.tab-content.content-box-privacy h3 {
  font-size: 20px;
}



/***Hide the Quertiers Section***/

.flat-section-v3.flat-location.py-40px .wow {
  display: none;
}

.footer-cl-3 li {
  margin-bottom: 5px !important;
}

.footer-cl-3 li a {
  font-size: 16px;
  margin-left: 20px;
}

.flat-title-page.style-2 {
  margin-bottom: 150px;
}

.flat-title-page.style-2 {
  background: #c09851 !important;
  color: white !important;
}

.flat-title-page.style-2 h1 ,
.flat-title-page.style-2 h2 ,
.flat-title-page.style-2 a, .flat-title-page.style-2 .ms-1{
  color: white !important;
}

.flat-title-page.style-2 h1,
h1.text-capitalize{
    font-size: 50px;
}
.ck-content.single-detail h2, .ck-content.single-detail h3 {
  font-size: 26px;
  margin-top: 35px;
}

.wd-search-form.property-search-form.show {
    display: block !important;
}


/* Delete all bg color from text*/
section.flat-recommended p,
section.flat-recommended h1,
section.flat-recommended h2,
section.flat-recommended h3,
section.flat-recommended h4{
    background: transparent !important;
}
