@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500; 600; 700; 800&display=swap');

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500
}

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul.info_area_list {
    padding: 0;
    margin: 0
}

.fa-testimonials-wrap,
.ft-inner ul {
    position: relative
}

.property-card,
.row.footer_row {
    overflow: hidden
}

body {
    background: #fff;
    font-size: 15px;
    font-family: D-DIN
}

*,
.circle-select-area ul li a,
.fa-banner .heading-title *,
.footer-copyright,
.footer-copyright *,
.footer-inquiries,
.footer-inquiries *,
.footer-inquiries a,
.ft-inner ul li a,
.main-menu-slide ul li a,
.property-card .img-area h3,
.property-card p,
.wysiwyg-section *,
h1,
h2,
h3,
h4,
h5,
h6,
section.sn_associates,
ul.info_area_list li a {
    font-family: 'Titillium Web'
}

* {
    box-sizing: border-box
}

h2 {
    color: #070707;
    font-size: 50px;
    font-style: normal;
    letter-spacing: -1.6px;
    text-transform: none
}

a,
button {
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

a {
    text-decoration: none
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../font/TitilliumWeb-Light.woff2') format('woff2'), url('../font/TitilliumWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../font/TitilliumWeb-Regular.woff2') format('woff2'), url('../font/TitilliumWeb-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../font/TitilliumWeb-SemiBold.woff2') format('woff2'), url('../font/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Titillium Web';
    src: url('../font/TitilliumWeb-Bold.woff2') format('woff2'), url('../font/TitilliumWeb-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    max-width: 1260px !important
}

.fa-hover-child {
    transition: 1s
}

.fa-hover-child:hover {
    cursor: pointer;
}

.fa-hover-main:hover .fa-hover-child .img-area a {
    transform: scale(1.1);
    cursor: pointer;
}

.fa-banner .swiper-slide a:hover,
.fa-partners .swiper-button-next,
.fa-partners .swiper-button-prev,
.text-primary {
    color: #eb6c1b !important
}

.text-secondary {
    color: #74d1c7 !important
}

.bg-primary {
    background-color: #eb6c1b !important
}

.bg-secondary {
    background-color: #74d1c7 !important
}

.btn-primary {
    background-color: #eb6c1b !important;
    border-color: #eb6c1b !important;
    color: #fff !important
}

a.btn-primary:hover {
    background-color: #75d2c8 !important;
    border-color: #75d2c8 !important
}

.fs-16 {
    font-size: 16px
}

.w-56 {
    width: 56px
}

.w-72 {
    width: 72px
}

.h-56 {
    height: 56px
}

.h-36 {
    height: 36px
}

.mb--36 {
    margin-bottom: -36px
}

.ar-2x1 {
    aspect-ratio: 2/1
}

.offers .fa-hover-child {
    grid-template-rows: 100px 1fr
}

.offers button.position-absolute {
    bottom: -15px;
    left: calc(50% - 81px)
}

header {
    background: #75d2c8;
    padding: 12px 0
}

ul.info_area_list {
    list-style: none;
    display: flex;
    align-items: center
}

ul.info_area_list li {
    margin-right: 35px
}

ul.info_area_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600
}

ul.info_area_list li a i {
    background: #fff;
    color: #eb6c1b;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    margin-right: 8px;
    transform: scale(.9)
}

ul.info_area_list li a:hover i {
    background: #eb6c1b;
    color: #fff;
    transition: .5s;
    transform: scale(.9)
}

.fa-banner .swiper-slide .swiper-lazy {
    width: 100%;
    aspect-ratio: 1920/1250;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

.fa-banner .heading-title * {
    text-align: center;
    color: #fff;
    font-size: 70px
}

.fa-banner .swiper-button-next,
.fa-banner .swiper-button-prev {
    filter: invert(1)
}

.fa-banner img {
    width: 160px
}

.circle-select-area ul {
    list-style: none;
    display: grid;
    background: #75d2c8;
    border-radius: 100px;
    padding: 10px 0;
    max-width: 768px;
    margin: 32px auto auto;
    grid-template-columns: 1fr 1fr 1fr
}

.circle-select-area ul li {
    text-align: center;
    padding: 15px 0;
    justify-content: center;
    display: inline-flex;
}

.circle-select-area ul li:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff
}

.circle-select-area ul li a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.circle-select-area ul li a i {
    margin-left: 20px;
    font-size: 23px
}

section.sn_what_we_offer {
    background: #fff;
    z-index: 1;
    padding: 80px 0;
    border-radius: 40px 40px 0 0;
    margin-top: -40px
}

hr.orang-rwo {
    border: .5px solid;
    color: #eb6c1b;
    opacity: 1;
    margin: 50px 0
}

.fa-partners,
footer {
    border-radius: 40px 40px 0 0
}

section.featured_properties_sn {
    background: #75d2c8;
    margin-top: 0
}

section.featured_properties_sn hr.orang-rwo {
    color: #fff;
    margin-top: 45px
}

h2.heading-title-two {
    text-align: center;
    color: #eb6c1b;
    font-size: 55px;
    letter-spacing: .5px
}

.ate_box-wrap p,
.fa-testimonials .swiper-slide p,
.fa-testimonials .swiper-slide span {
    font-weight: 300;
    font-size: 16px;
    color: #424242;
    font-family: 'Titillium Web'
}

footer hr,
section.featured_properties_sn h2.heading-title-two {
    color: #fff
}

section.sn_what_we_offer.sn_testimonial {
    padding-bottom: 120px;
    background: #eee;
    margin-top: 0
}

section.sn_associates {
    margin-top: -30px
}

.sigle-logo img {
    width: 100%;
    max-width: 160px
}

.fa-testimonials .swiper-slide p,
.sigle-logo {
    text-align: center
}

.ate_box-wrap p {
    text-align: justify;
    margin-bottom: 0
}

.fa-testimonials .swiper-slide span {
    display: block;
    text-align: right;
    margin-top: 35px
}

.fa-testimonials .swiper-slide span strong {
    font-weight: 900
}

.fa-testimonials-wrap .swiper-pagination {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -40px
}

.fa-testimonials-wrap .swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 3px;
    background: #eb6c1b
}

.fa-partners {
    background: #fff;
    margin-top: -40px
}

.fa-partners .owl-next,
.fa-partners .owl-prev {
    position: absolute;
    top: 10px;
    bottom: 10px;
    background-color: #fff !important;
    border-radius: 100%;
    width: 45px
}

.fa-partners .owl-prev {
    left: -10px
}

.fa-partners .owl-next {
    right: -10px
}

.fa-partners .owl-dots {
    height: 0
}

.fa-partners img {
    height: 48px;
    object-fit: contain
}

footer {
    background: #eb6c1b;
    padding: 80px 15px 20px
}

.ft-inner h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 600
}

.ft-inner ul {
    margin: 15px 0 0;
    padding: 15px 0 0;
    list-style: none
}

.ft-inner ul::before {
    position: absolute;
    content: '';
    width: 100vh;
    top: 0;
    height: 1px;
    right: 0;
    left: 0;
    background: #fff
}

.ft-inner ul li {
    padding-top: 3px
}

.ft-inner ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500
}

.footer-inquiries,
.footer-inquiries * {
    text-align: center;
    color: #fffFFF;
    margin: 0;
    font-size: 15px;
    font-weight: 500
}

.footer-inquiries a {
    color: #fff;
    font-weight: 900;
    text-decoration: none
}

.footer-copyright,
.footer-copyright * {
    text-align: center;
    color: #eb6C1BD1;
    font-weight: 500;
    font-size: 16px
}

.footer-copyright a {
    color: #eb6C1BD1
}

.property-card h2,
footer a:hover {
    color: #000 !important
}

.footer-copyright a:hover {
    color: #75d2c8
}

.main-menu-slide ul li a:hover,
section.footer_small hr {
    color: #eb6c1b
}

.header {
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.5, 0, 0.3, 1)
}

.header-hidden {
    top: -7rem !important
}

.main-menu-open span {
    background: #eb6c1b;
    width: 33px;
    height: 5px;
    margin: 4px 0;
    display: block;
    border-radius: 4px;
    cursor: pointer
}

.main-menu-slide {
    position: fixed;
    top: 0;
    width: 300px;
    height: 100vh;
    z-index: 999;
    transition: .5s;
    background: rgba(255, 255, 255, .7);
    right: -100vh;
    opacity: 0
}

.main-menu-slide.active {
    right: 0;
    opacity: 1
}

.main-menu-slide ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-menu-slide ul li a {
    text-decoration: none;
    color: #000;
    font-size: 16px
}

.main-menu-open {
    cursor: pointer
}

.main-menu-close {
    background: #eb6c1b;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.main-menu-close img {
    filter: invert(1);
    width: 32px
}

.main-menu-parent .fa-angle-down,
.main-menu-parent.active .fa-angle-up,
.main-menu-parent.active .main-menu-children {
    display: block
}

.main-menu-parent .fa-angle-up,
.main-menu-parent .main-menu-children,
.main-menu-parent.active .fa-angle-down {
    display: none
}

@media (min-width:1200px) and (max-width:1920px) {

    .row.footer_row .col-xl-2:first-child,
    .row.footer_row .col-xl-2:nth-child(2) {
        max-width: 146px
    }

    .row.footer_row .col-xl-2:nth-child(4) {
        width: calc(100% - 75%)
    }
}

@media (max-width:1290px) {
    .ft-inner ul::before {
        width: 100%
    }
}

@media (max-width:1024px) {
    .ft-inner ul {
        padding-bottom: 25px
    }
}

@media (max-width:768px) {
    section.mobile_what_we_offer .col-md-6 {
        margin: 0 0 15px;
        padding: 0
    }

    ul.info_area_list li {
        margin-right: 10px
    }

    ul.info_area_list li a {
        font-size: 15px
    }

    .heading-title h1,
    h2.heading-title-two {
        font-size: 42px
    }

    .circle-select-area ul li {
        padding: 5px 8px 5px 15px;
    }

    .circle-select-area ul li a {
        font-size: 16px
    }

    .circle-select-area ul {
        padding: 10px 0;
        margin-top: 22px
    }

    .circle-select-area ul li a i {
        margin-left: 20px;
        font-size: 18px
    }

    section.sn_what_we_offer {
        padding: 50px 15px;
        border-radius: 20px 20px 0 0
    }

    hr.orang-rwo {
        margin: 32px 0
    }

    section.featured_properties_sn {
        padding-bottom: 80px
    }

    footer {
        padding: 50px 0 15px;
        border-radius: 22px 22px 0 0
    }
}

@media (max-width:767px) {
    .fa-banner img {
        width: 120px
    }

    .fa-banner .heading-title * {
        font-size: 30px
    }

    .fa-banner .swiper-slide .swiper-lazy {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .heading-title {
        margin-top: 1rem
    }

    .heading-title h1 {
        font-size: 42px;
        line-height: 46px
    }

    .circle-select-area ul {
        padding: 5px 0;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .circle-select-area ul li a {
        font-size: 11px;
        text-align: left;
        align-items: center;
        display: inline-flex;
        line-height: 13px;
    }

    .circle-select-area ul li a i {
        margin-left: 11px;
        font-size: 14px;
    }

    section.featured_properties_sn .col-md-4,
    section.mobile_what_we_offer .col-md-4,
    section.mobile_what_we_offer .col-md-6 {
        margin: 0 0 15px;
        padding: 0
    }

    section.featured_properties_sn hr.orang-rwo {
        margin-top: 25px
    }

    section.featured_properties_sn .col-md-4:last-child,
    section.mobile_what_we_offer .col-md-4:last-child {
        margin-bottom: 0
    }

    h2.heading-title-two {
        font-size: 35px !important;
    }

    .fa-testimonials .swiper-slide span {
        text-align: center;
        font-size: 16px;
        margin-top: 15px
    }

    .ft-inner ul::before {
        width: 100%
    }

    .ft-inner ul {
        margin-top: 15px;
        padding-top: 5px;
        padding-bottom: 15px
    }

    .ft-inner h3 {
        font-size: 18px
    }

    section.sn_associates .row .col-md-9 {
        order: 1;
        padding-top: 10px
    }
}

.property-card{
    position: relative;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
}

.property-card__status {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 4px 20px;
    background: #75d2c8;
    border-radius: 0 0 17px 0;
    font-size: 14px;
}

.property-card .property-card__overlay{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.property-card .img-area a {
    line-height: 0;
    display: block;
    overflow: hidden
}

.property-card .img-area img {
    width: 100%;
    height: 262px;
    scale: 1.09;
}

.property-card .img-area h3 {
    background: #eb6c1b;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 7px 20px;
    text-transform: uppercase;
    position: relative;
}

.property-card h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: .5px !important;
    height: 48px !important;
    overflow: hidden !important
}

.property-card p {
    font-size: 16px;
    font-weight: 500;
    max-width: 240px;
    line-height: 24px;
    color: #1d1d1d
}

.alert.alert-success.alert-dismissible button {
    display: none !important
}

.alert.alert-success.alert-dismissible p {
    margin-bottom: 0 !important
}

@media screen and (max-width: 767px) {
    .fa-partners .owl-carousel .owl-item img {
        margin-left: auto !important;
        margin-right: auto !important; 
    }

    .heading-parent {
        font-size: 30px !important;
    }

    .container.property-buttons__inner.text-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .container.property-buttons__inner.text-center a {
        padding: 5px 20px 5px 20px !important;
        font-size: 15px !important;
    }

    .reviews {
        display: block !important;
    }
}

.page-property{
    margin-bottom: -35px;
}
.page-property__gallery{
    position: relative;
}
.page-property__status{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    padding: 5px 12px;
    background: #75d2c8;
}