@import "meet-about.css";
@import "home-coups-de-coeur.css";
@import "our-journal.css";
/*home banner*/
.home-page .site-main{
    margin: 0;
}
.home-banner .container {
    padding: 0 65px;
    max-width: 100%;
}

.home-banner .banner-wrapper .video-control button.volume.sound svg.sound {
    display: block;
}
.home-banner .banner-wrapper .video-control button.volume.sound svg.muted,
.home-banner .banner-wrapper .video-control button.volume svg.sound {
    display: none;
}
.home-banner .banner-wrapper .video-control button {
    width: 52px;
    height: 52px;
    background: #F1F3F566;
    border-radius: 50%;
    border: none;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-banner.video-ended .banner-wrapper .slide-image {
    opacity: 1;
}
.home-banner .banner-wrapper .slide-image .swiper {
    width: 100%;
    height: 100%;
}
.home-banner .banner-wrapper .slide-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.home-banner .swiper-horizontal>.swiper-pagination-bullets, 
.home-banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.home-banner .swiper-pagination-custom,
.home-banner .swiper-pagination-fraction {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 53px;
    left: auto;
    width: auto;
    display: flex;
    flex-direction: column;
}
.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    opacity: 1;
    height: 22px;
}
.home-banner .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    border-radius: 4px;
    background: #F1F3F5;
    opacity: .6;
    transition: height 0.3s;
}
.home-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.home-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 0;
}
.home-banner .banner-wrapper .slide-image::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #22252966;
    z-index: 2;
}
.home-banner .banner-wrapper .slide-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.home-banner .banner-wrapper video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    z-index: 2;
    transition: opacity 0.3s;
}
.home-banner .banner-wrapper .video-control {
    position: absolute;
    left: 75px;
    top: 42px;
    display: flex;
    gap: 18px;
    z-index: 2;
}
.home-banner .banner-wrapper{
    position: relative;
    width: 100%;
    /* height: 1007px; */
    height: calc(100vh - 138px);
}
.home-banner .banner-search input::placeholder {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.84px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.home-banner .banner-search input {
    padding: 10px 10px 10px 36px;
    border: 1px solid #DFE2E633;
    background: #FFFFFF1A;
    border-radius: 100px;
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 400;
    line-height: 15.84px;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 36px;
    letter-spacing: -0.08px;
    font-style: italic;
}
.home-banner .search-property {
    position: absolute;
    right: 53px;
    top: 42px;
    max-width: 208px;
    width: 100%;
    z-index: 3;
}
.home-banner.video-ended .banner-wrapper .video-control,
.home-banner.video-ended video{
    opacity: 0;
    pointer-events: none;
}
.home-banner .banner-search .btn-search {
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    line-height: normal;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.home-banner .banner-search {
    position: relative;
}
.home-banner .filter-search form {
    display: flex;
    gap: 17px;
    align-items: center;
    justify-content: center;
}
.home-banner .filter-search .btn-search {
    font-size: 12px;
    line-height: 16px;
    background: #A69987;
    max-width: 248px;
    width: 100%;
    border: none;
    padding: 10px 24px;
    text-align: left;
}
.home-banner .filter-search {
    position: absolute;
    bottom: 115px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0 34px;
    z-index: 2;
}
.home-banner .filter-search .input-text {
    width: 100%;
}
.home-banner .filter-search .input-text[data-input="region"] {
    max-width: 223px;
}
.home-banner .filter-search .input-text[data-input="buy"] {
    max-width: 198px;
}
.home-banner .filter-search .input-text[data-input="area"] {
    max-width: 234px;
}
.home-banner .filter-search .input-text[data-input="location"] {
    max-width: 195px;
}
.home-banner .filter-search .input-text[data-input="type"] {
    max-width: 140px;
}
.home-banner .filter-search .input-text[data-input="price"] {
    max-width: 200px;
}
.home-banner .filter-search .input-text input,
.home-banner .filter-search .input-text select {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--color-dark-gray);
    cursor: pointer;
    background-image: url(../images/dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 23px center;
    padding-right: 40px;
}
.home-banner .next-section-button {
    width: 62px;
    height: 62px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
}
.home-banner form.locations-search button.btn-search:hover {
    background: #A69987;
    color: #FFFFFF;
}
.home-banner .vscomp-options-container{
    border-radius: 18px;
    overflow: hidden;
}
.home-banner .vscomp-toggle-button {
    border: none;
}
.home-banner .pop-comp-wrapper{
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
}
.header-search-dropdown .vscomp-options-container{
    border-radius: 18px;
    overflow: hidden;
}
.header-search-dropdown .pop-comp-wrapper{
    border-radius: 18px;
    overflow: hidden;
    background: transparent;
}
.input-text[data-input="price"] .moteur_button {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
.price-range .max-min-label {
    display: flex;
    justify-content: space-between;
}
.price-range {
    z-index: 10;
    position: absolute;
    min-width: 320px;
    background-color: #ffffff;
    margin: 16px 0;
    padding: 35px;
    box-shadow: -1px 5px 18px 0px rgba(74,80,86,0.75);
    -webkit-box-shadow: -1px 5px 18px 0px rgba(74,80,86,0.75);
    -moz-box-shadow: -1px 5px 18px 0px rgba(74,80,86,0.75);
    border-radius: 18px;
}
.input-text[data-input="price"] {
    position: relative;
}
@media(min-width: 1921px) {
    .home-banner .banner-wrapper .video-control {
        left: calc((100% - 1735px) / 2);
    }
    .home-banner .swiper-horizontal>.swiper-pagination-bullets, 
    .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .home-banner .swiper-pagination-custom, 
    .home-banner .swiper-pagination-fraction,
    .home-banner .search-property {
        right: calc((100% - 1735px) / 2);
    }
}
@media(max-width: 1440px) {
    .home-banner .container {
        padding: 0 40px;
    }
    .home-banner .banner-wrapper .video-control {
        left: 29px;
        top: 25px;
    }
    .home-banner .banner-wrapper .video-control button svg {
        width: 16px;
    }
    .home-banner .banner-wrapper .video-control button {
        width: 36px;
        height: 36px;
    }
    .home-banner .search-property {
        top: 24px;
        right: 18px;
    }
    .home-banner .banner-wrapper {
        height: calc(100vh - 223px);
        margin-bottom: 85px;
    }
    .home-banner .next-section-button {
        bottom: auto;
        top: calc(100% + 23px);
    }
    .home-banner .filter-search {
        bottom: 28px;
    }
    .home-banner .filter-search .input-text[data-input="buy"] {
        max-width: 140px;
    }
    .home-banner .filter-search .input-text[data-input="region"] {
        max-width: 157px;
    }
    .home-banner .filter-search .input-text[data-input="area"] {
        max-width: 165px;
    }
    .home-banner .filter-search .btn-search {
        max-width: 135px;
    }
    .home-banner .filter-search {
        padding: 0 18px 0 34px;
    }
    .home-banner .next-section-button svg path {
        stroke: #222529;
    }
    .home-banner .swiper-horizontal>.swiper-pagination-bullets, 
    .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .home-banner .swiper-pagination-custom, 
    .home-banner .swiper-pagination-fraction {
        right: 18px;
    }
}
@media(max-width: 1200px) and (min-width: 1024px) {
    .home-banner .filter-search .btn-search {
        max-width: 110px;
    }
    .home-banner .filter-search select {
        background-position: right 15px center;
        padding: 10px 15px;
        padding-right: 25px;
    }
    .home-banner .filter-search {
        padding: 0 18px;
    }
    .home-banner .filter-search form {
        gap: 15px;
    }
    /* .home-banner .banner-wrapper {
        height: 740px;
    } */
}
@media(max-width: 1023px) {
    .home-banner .banner-wrapper {
        height: 833px;
        margin-bottom: 0;
    }
    .home-banner .filter-search form {
        display: block;
    }
    .home-banner .filter-search .input-text {
        max-width: 100% !important;
        margin-bottom: 17px;
    }
    .home-banner .container {
        padding: 0;
    }
    .home-banner .filter-search .btn-search {
        max-width: 100%;
    }
    .home-banner .filter-search {
        padding: 0 36px;
        bottom: 99px;
    }
    .home-banner .banner-wrapper .video-control {
        top: auto;
        left: auto;
        right: 36px;
        bottom: 21px;
    }
    .home-banner .search-property {
        top: 25px;
        right: 36px;
        max-width: calc(100% - 72px);
    }
    .home-banner .next-section-button {
        display: none;
    }
    .home-banner .banner-search input {
        letter-spacing: 0;
    }
    .home-banner .swiper-horizontal>.swiper-pagination-bullets, .home-banner .swiper-pagination-bullets.swiper-pagination-horizontal, .home-banner .swiper-pagination-custom, .home-banner .swiper-pagination-fraction {
        bottom: 21px;
        top: auto;
        transform: translateX(-50%);
        right: auto;
        left: 50%;
        width: auto;
        display: flex;
        flex-direction: row;
    }
    .home-banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .home-banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .home-banner .swiper-pagination-bullet {
        transition: width 0.3s;
    }
    .home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 22px;
        height: 6px;
    }
}

/*home discover*/
.home-discover .item img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.home-discover .item .item-inner{
    position: absolute;
    width: 57.35%;
    top: 0;
    right: -84%;
    height: 0;
    padding-bottom: 120.965%;
    transition: all .5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.home-discover .item.swiper-slide-next + .item .item-inner {
    right: -42.5%;
}
.home-discover .item.swiper-slide-next + .item + .item .item-inner {
    right: 0;
}
.home-discover .item.swiper-slide-active .item-inner{
    width: 225.785%;
    padding-bottom: 163.375%;
    right: -125.785%;
}
.home-discover .item.swiper-slide-prev .item-inner {
    width: 225.785%;
    padding-bottom: 163.375%;
    right: 0;
}
.home-discover .item.swiper-slide-active .item-inner:before{
    display: block;
}
.home-discover .item .item-inner:before{
    content: '';
    width: 86.382%;
    height: 100%;
    background: linear-gradient(90deg, rgba(34, 37, 41, 0.6) 0%, rgba(10, 26, 47, 0) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
}
.home-discover .item:not(.swiper-slide-active, .swiper-slide-prev) .content .buy {
    opacity: 0;
}
.home-discover .item .content .buy {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 500;
    line-height: 27.67px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    gap: 18px;
}
.home-discover .item .content .buy>span::after,
.home-discover .item .content .buy>span::before{
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
}
.home-discover .item .content .buy>span::after {
    left: auto;
    right: 0;
}
.home-discover .item .content .buy>span {
    padding: 0 57px;
    position: relative;
}
.home-discover .item .content {
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    top: calc(100% + 77px);
    z-index: 2;
}
.home-discover .item:not(.swiper-slide-active, .swiper-slide-prev) .title::after {
    content: '';
    position: absolute;
    right: -11.5px;
    top: 50%;
    transform: translateY(-50%);
    height: 14px;
    width: 1px;
    background: #000000;
}
.home-discover .item:not(.swiper-slide-active, .swiper-slide-next, .swiper-slide-next + .item, .swiper-slide-next + .item + .item, .swiper-slide-prev) {
    opacity: 0;
    transition: none;
}
/* .home-discover .item{
    transition: all .3s cubic-bezier(0.2, 0.8, 0.2, 1);
} */
.home-discover .item .title {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.1em;
    color: #4A5056;
    margin: 0 0 29px;
    position: relative;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-discover .item.swiper-slide-next .content{
    transition: top .3s;
}
.home-discover .item.swiper-slide-next + .item + .item {
    z-index: 1;
}
.home-discover .item.swiper-slide-next + .item {
    z-index: 2;
}
.home-discover .item.swiper-slide-next {
    z-index: 3;
}
.home-discover .item.swiper-slide-active {
    z-index: 4;
}
.home-discover .item.swiper-slide-prev .content,
.home-discover .item.swiper-slide-active .content{
    max-width: 70%;
    top: calc(50% + 30px);
    left: 63px;
    text-align: left;
    transform: translateY(-50%);
}
.home-discover .item.swiper-slide-prev .title,
.home-discover .item.swiper-slide-active .title{
    color: #fff;
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0.02em;
    height: auto;
    align-items: flex-start;
    justify-content: flex-start;
}
.home-discover .content-heading .content-right .btn-read-more {
    margin-top: 25px;
    display: inline-block;
    float: right;
}

.home-discover .content-heading .content-right {
    max-width: 742px;
    color: #4A5056CC;
}
.home-discover .content-heading {
    display: flex;
    gap: 23px;
    justify-content: space-between;
}
.home-discover .content-heading .title {
    font-size: 50px;
    line-height: 54px;
    margin: 0;
    letter-spacing: 0.01em;
}
.home-discover .content-heading .sub-title {
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin: 0 0 14px;
    display: block;
}
.home-discover .content-heading .content-left {
    padding-top: 10px;
}
.home-discover .content-bottom .content-slide .placeholder-image {
    max-width: 54.477%;
    opacity: 0;
    width: 100%;
    height: 0;
    padding-bottom: 39.419%;
    display: block;
}
.home-discover .content-bottom .content-slide .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.home-discover .content-bottom .content-slide {
    position: relative;
}
.home-discover .content-bottom .swiper-button-next.swiper-button-disabled, 
.home-discover .content-bottom .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
}
.home-discover .content-bottom .swiper-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    max-width: 54.477%;
    margin-top: 55px;
    gap: 112px;
}
.home-discover .content-bottom .swiper-button>div.swiper-next {
    transform: rotate(-180deg);
}
.home-discover .content-bottom .swiper-button>div.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.home-discover .content-bottom .swiper-button>div:hover{
    opacity: 1;
}
.home-discover .content-bottom .swiper-button>div{
    width: 62px;
    height: 62px;
    cursor: pointer;
    opacity: 0.6;
}
.home-discover .content-bottom .swiper {
    /* max-width: 937px;
    margin-right: auto;
    margin-left: 0; */
    overflow: visible;
}
.home-discover .content-bottom {
    margin-top: 60px;
}
.home-discover .discover-wrapper {
    overflow: hidden;
}
.home-discover {
    margin-top: 67px;
    padding-top: 36px;
}
@media(max-width: 1699px) and (min-width: 1441px){
    .home-discover .item .content {
        top: calc(100% + 38px);
    }
}
@media(max-width: 1440px) {
    .home-discover .content-heading .content-right {
        max-width: 389px;
    }
    .home-discover .content-heading .content-right .btn-read-more {
        float: left;
    }
    .home-discover .content-bottom .swiper-button {
        justify-content: center;
        padding-right: 168px;
    }
    .home-discover .content-bottom .content-slide .placeholder-image {
        padding-bottom: 52.722%;
    }
    .home-discover .content-bottom .content-slide .placeholder-image,
    .home-discover .content-bottom .swiper-button {
        max-width: 72.862%;
    }
    .home-discover {
        margin-top: 100px;
    }
}
@media(max-width: 1200px) {
    .home-discover .content-bottom .content-slide .placeholder-image {
        max-width: 800px;
        padding-bottom: 52.15%;
    }
    .home-discover .content-bottom .swiper-button {
        padding-right: 0;
        max-width: 800px;
    }
    .home-discover {
        margin-top: 100px;
    }
    .home-discover .item .content .buy>span {
        padding: 0 50px;
    }
    .home-discover .content-bottom {
        margin-top: 60px;
    }
    .home-discover .content-bottom .swiper-button {
        margin-top: 45px;
    }
    .home-discover .content-bottom .swiper-button {
        gap: 80px;
    }
}
@media(max-width: 1023px){
    .home-discover .container {
        padding: 0 36px;
    }
    .home-discover .content-bottom .swiper-button {
        gap: 50px;
    }
    .home-discover .item .item-inner {
        width: 50%;
        right: -25.5%;
    }
    .home-discover .item.swiper-slide-active .item-inner {
        width: 175%;
        right: -75%;
    }
    .home-discover .content-bottom .content-slide .placeholder-image {
        padding-bottom: 80%;
    }
}
@media(max-width: 991px){
    .home-discover .content-bottom .content-slide .placeholder-image,
    .home-discover .content-bottom .swiper-button,
    .home-discover .content-bottom .swiper{
        max-width: 100%;
    }
    .home-discover .content-bottom .content-slide .placeholder-image {
        padding-bottom: 95%;
    }
    .home-discover .content-heading {
        display: block;
    }
    .home-discover {
        margin-top: 40px;
    }
    .home-discover .content-heading .title {
        font-size: 38px;
        line-height: 60px;
    }
    .home-discover .content-heading .sub-title {
        font-size: 26px;
        line-height: 54px;
        margin: 0;
    }
    .home-discover .content-heading .content-left {
        padding-top: 0;
    }
    .home-discover .content-heading .content-right {
        max-width: 100%;
        margin-top: 34px;
    }
    .home-discover .content-heading .content-right .btn-read-more {
        float: right;
        margin-top: 5px;
    }
    .home-discover .content-bottom {
        margin-top: 110px;
    }
    .home-discover .item .title, 
    .home-discover .item.swiper-slide-prev .title, 
    .home-discover .item.swiper-slide-active .title{
        font-size: 32px;
        line-height: 37px;
        margin-bottom: 0;
        letter-spacing: 0.1em;
        color: #fff;
        height: auto;
        justify-content: center;
    }
    .home-discover .item.swiper-slide-prev .content, 
    .home-discover .item.swiper-slide-active .content,
    .home-discover .item .content {
        top: auto;
        bottom: 10px;
        max-width: 100%;
        padding: 0 20px;
        text-align: center;
        left: 0;
        transform: none;
    }
    .home-discover .item .content .buy {
        display: none;
    }
    .home-discover .item .item-inner:before {
        display: block;
        width: 100%;
        background: linear-gradient(0deg, rgba(34, 37, 41, 0.6) 0%, rgba(10, 26, 47, 0) 100%);
    }
    .home-discover .item.swiper-slide-prev .item-inner,
    .home-discover .item.swiper-slide-next + .item + .item .item-inner,
    .home-discover .item.swiper-slide-next + .item .item-inner,
    .home-discover .item .item-inner,
    .home-discover .item.swiper-slide-active .item-inner {
        padding-bottom: 95%;
        width: 100%;
        left: 0;
        right: 0;
    }
    .home-discover .content-bottom .swiper-button {
        margin-top: 10px;
    }
    .home-discover .content-bottom .swiper-button {
        gap: 36px;
        justify-content: flex-end;
    }
}

@media(max-width: 767.98px) {
    .home-discover .content-bottom .content-slide .placeholder-image,
    .home-discover .item.swiper-slide-prev .item-inner,
    .home-discover .item.swiper-slide-next + .item + .item .item-inner,
    .home-discover .item.swiper-slide-next + .item .item-inner,
    .home-discover .item .item-inner,
    .home-discover .item.swiper-slide-active .item-inner {
        padding-bottom: 167.6%;
    }
}

/*home luxury*/
.home-luxury .since {
    font-family: var(--font-heading-italic);
    font-size: 24px;
    line-height: 52px;
    color: #4A505666;
    display: block;
    text-transform: none;
    margin-top: 9px;
    letter-spacing: 0;
}
.home-luxury .title {
    font-family: var(--font-heading);
    font-size: 50px;
    line-height: 54px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin: 0;
}
.home-luxury {
    padding-top: 83px;
}
.home-luxury .luxury-wrapper {
    text-align: center;
}
@media(max-width: 1440px) {
    /*.home-luxury {
        padding-top: 179px;
    }*/
}
/*@media(max-width: 1200px) {
    .home-luxury {
        padding-top: 140px;
    }
}*/
@media(max-width: 1023px) {
    .home-luxury {
        padding-top: 80px;
    }
}
@media(max-width: 767.98px) {
    .home-luxury {
        padding-top: 80px;
    }
    .home-luxury .title {
        font-size: 42px;
    }
    .home-luxury .since {
        font-size: 18px;
    }
}

/*Latest sale*/
.home-latest-sales .content-heading .btn-read-more:before, 
.home-latest-sales .content-heading .btn-read-more:after {
    display: none;
}
.home-latest-sales .content-heading .btn-read-more svg.after{
    left: auto;
    right: 0;
}
.home-latest-sales .content-heading .btn-read-more svg {
    width: 7.88px;
    height: 15.75px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.home-latest-sales .content-heading .btn-read-more:hover{
    color: var(--color-brown-3);
}
.home-latest-sales .content-heading .btn-read-more {
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
}
.home-latest-sales .content-heading .icon {
    position: absolute;
    left: -23px;
    top: 25px;
}
.home-latest-sales .content-heading{
    position: relative;
    padding: 0 27px;
}
.home-latest-sales .content-heading .sub-title {
    display: block;
    margin-bottom: 0;
}
.home-latest-sales .content-heading .title {
    color: #F1F3F5;
    margin: 0 0 35px;
    font-size: 50px;
    letter-spacing: 0.02em;
}
.home-latest-sales .main-slides .item .post-title span {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    display: block;
    text-transform: uppercase;
}
.home-latest-sales .main-slides .item .post-title{
    font-family: var(--font-body);
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #F1F3F5;
    margin: 0;
}
.home-latest-sales .main-slides .item .post-info .info-right {
    max-width: 277px;
    color: #DFE2E6;
    text-align: right;
}
.home-latest-sales .main-slides .item .post-info .info-bottom {
    align-items: flex-end;
    margin-top: 9px;
}
.home-latest-sales .main-slides .item .post-info .info-bottom,
.home-latest-sales .main-slides .item .post-info .info-top {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.home-latest-sales .main-slides .item .post-info .info-bottom .content p:last-child {
    margin-bottom: 0;
}
.home-latest-sales .main-slides .item .post-info .info-bottom .content{
    max-width: 564px;
    color: #F1F3F5;
}
.home-latest-sales .main-slides .item .post-info .info-bottom .more-detail:hover::after{
    background: var(--color-brown-3);
}
.home-latest-sales .main-slides .item .post-info .info-bottom .more-detail::after{
    content: '';
    width: 8px;
    height: 1px;
    background: #F1F3F5;
    position: absolute;
    right: 0;
    top: 5px;
}
.home-latest-sales .main-slides .item .post-info .info-bottom .more-detail:hover{
    color: var(--color-brown-3);
}
.home-latest-sales .main-slides .item .post-info .info-bottom .more-detail{
    width: max-content;
    color: #F1F3F5;
    text-decoration: none;
    padding-right: 18px;
    position: relative;
    font-family: var(--font-inria);
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 14.39px;
    letter-spacing: -0.004em;
}
.home-latest-sales .main-slides .item.active .post-info {
    opacity: 1;
    padding: 0 16px 24px;
    height: auto;
}
.home-latest-sales .main-slides .item .post-info {
    padding: 0;
    opacity: 0;
    height: 0;
    transition: opacity .5s ease-in-out;
}
.home-latest-sales .main-slides .item .post-info .price span {
    font-size: 14px;
}
.home-latest-sales .main-slides .item .post-info .price {
    color: #F1F3F5;
    font-size: 20px;
    font-weight: 400;
    line-height: 38px;
}
.home-latest-sales .main-slides .item .post-info .values .value.hills .text {
    position: relative;
    top: 1px;
}
.home-latest-sales .main-slides .item .post-info .values .text {
    padding-left: 10px;
}
.home-latest-sales .main-slides .item .post-info .values .icon svg {
    width: 100%;
    display: block;
}
.home-latest-sales .main-slides .item .post-info .values .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}
.home-latest-sales .main-slides .item .post-info .values .value {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 300;
    line-height: 15.84px;
}
.home-latest-sales .main-slides .item .post-info .values{
    color: #F1F3F5;
    display: flex;
    gap: 60px;
    margin-top: 24px;
}
.home-latest-sales .main-slides .item .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-latest-sales .main-slides .item.active .image::before {
    opacity: 0;
}
.home-latest-sales .main-slides .item .image::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191B1C;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}
.home-latest-sales .main-slides .item .image {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.207%;
    margin-bottom: 19px;
    display: block;
}
.home-latest-sales .main-slides .item.next + .item .image {
    width: 76.783%;
    padding-bottom: 43.22%;
}
.home-latest-sales .main-slides .item.active .image {
    border: 1px solid transparent;
    background: linear-gradient(180deg, rgba(223, 226, 230, 0.6) 0%, rgba(124, 126, 128, 0.6) 112.07%);
}
.home-latest-sales .main-slides .item.next .image {
    width: 92.874%;
    padding-bottom: 52.185%;
}
.home-latest-sales .main-slides .post-link {
    margin-top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3px;
}
.home-latest-sales .main-slides .slide-arrows .arrow:hover {
    opacity: 1;
}
.home-latest-sales .main-slides .slide-arrows .arrow.arrow-next {
    transform: rotate(-180deg);
}
.home-latest-sales .main-slides .slide-arrows .arrow.disabled {
    opacity: 0;
    pointer-events: none;
}
.home-latest-sales .main-slides .slide-arrows .arrow {
    width: 62px;
    height: 62px;
    opacity: 0.6;
    cursor: pointer;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.home-latest-sales .main-slides .slide-arrows {
    display: flex;
    gap: 70px;
    max-width: 870px;
    justify-content: flex-end;
    margin-top: 121px;
}
.home-latest-sales .main-slides .item .post-title a:hover {
    color: var(--color-brown-3);
}
.home-latest-sales .main-slides .item .post-title a {
    font-family: inherit;
    color: currentColor;
    font-size: inherit;
    text-decoration: none;
}
.home-latest-sales .main-slides {
    padding: 102px 0 0;
    position: relative;
}
.home-latest-sales .main-slides .btn-read-more:before, 
.home-latest-sales .main-slides .btn-read-more:after {
    display: none;
}
.home-latest-sales .main-slides .btn-read-more svg.after{
    left: auto;
    right: 0;
}
.home-latest-sales .main-slides .btn-read-more svg {
    width: 21px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.home-latest-sales .main-slides .btn-read-more:hover {
    color: var(--color-brown-3);
}
.home-latest-sales .main-slides .btn-read-more {
    color: #DFE2E6;
    display: inline-block;
}
/* .home-latest-sales .slides .item .post-title {
    opacity: 0;
} */
.home-latest-sales .slides .item {
    position: absolute;
    top: 100%;
    opacity: 0;
    max-width: 870px;
    width: 100%;
    transition: all .5s ease-in-out;
    left: 87.2%;
    pointer-events: none;
}
.home-latest-sales .slides .item.prev {
    left: 0;
}
.home-latest-sales .slides .item.active {
    opacity: 1;
    top: 102px;
    left: 0;
    pointer-events: initial;
}
.home-latest-sales .slides .item.next-next {
    opacity: 1;
    left: 87.2%;
    top: 62.3%;
    pointer-events: initial;
}
.home-latest-sales .slides .item.next {
    top: -8.6%;
    left: 87.2%;
    opacity: 1;
    pointer-events: initial;
}
.home-latest-sales {
    padding: 106px 0 99px;
    background: #191B1C;
    overflow: hidden;
}
.home-latest-sales .email-contact {
    margin-top: 32px;
    display: flex;
    gap: 12px;
}
.home-latest-sales .email-contact .contact-button,
.home-latest-sales .email-contact .email-button {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.84px;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: #222529;
    background: #F1F3F5;
    border: 1px solid #F1F3F5;
    padding: 10px 19px 12px;
    width: 50%;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.home-latest-sales .email-contact .email-button:hover {
    background: transparent;
    border: 1px solid #F1F3F580;
    color: #F1F3F5;
}
.home-latest-sales .email-contact .contact-button:hover{
    background: #F1F3F5;
    border: 1px solid #F1F3F5;
    color: #222529;
}
.home-latest-sales .email-contact .contact-button {
    color: #F1F3F5;
    border: 1px solid #F1F3F580;
    background: transparent;
    margin-right: 0;
}
@media(max-width: 1440px) {
    .home-latest-sales .container {
        padding: 0 100px;
    }
    .home-latest-sales .content-heading {
        padding: 0 50px;
    }
    .home-latest-sales .content-heading .icon {
        left: 0;
    }
    .home-latest-sales .main-slides {
        padding-top: 48px;
    }
    .home-latest-sales .slides .item {
        width: 100%;
        max-width: 496px;
    }
    .home-latest-sales .slides .item.active {
        top: 48px;
    }
    .home-latest-sales .main-slides .item .post-info .values {
        gap: 44px;
    }
    .home-latest-sales .main-slides .item .image {
        padding-bottom: 55.808%;
        margin-bottom: 21px;
    }
    .home-latest-sales .main-slides .item.next .image {
        width: 103.025%;
        padding-bottom: 57.865%;
    }
    .home-latest-sales .slides .item.next {
        top: -8.8%;
        left: 95.4%;
    }
    .home-latest-sales .slides .item.next-next {
        left: 77.6%;
        top: 50%;
    }
    .home-latest-sales .main-slides .item .post-info .info-bottom {
        display: block;
    }
    .home-latest-sales .main-slides .post-link {
        justify-content: flex-end;
    }
    .home-latest-sales .main-slides .slide-arrows {
        max-width: 496px;
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 70px;
    }
    .home-latest-sales .main-slides .item.next + .item .image {
        width: 118.75%;
        padding-bottom: 66.735%;
    }
    .home-latest-sales .slides .item {
        left: 77.6%;
    }
}
@media(max-width: 1200px) {
    .home-latest-sales {
        padding: 90px 0 80px;
    }
    .home-latest-sales .container {
        padding: 0 50px;
    }
    .home-latest-sales .content-heading .title {
        margin: 0 0 35px;
    }
    /*.home-latest-sales .main-slides {
        padding-top: 180px;
    }
    .home-latest-sales .slides .item.active {
        top: 180px;
    }
    .home-latest-sales .slides .item.next {
        top: -6%;
        left: 90%;
    }
    .home-latest-sales .slides .item.next-next {
        left: 80%;
        top: 60%;
    }
    .home-latest-sales .slides .item {
        left: 80%;
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 120px;
    }
    .home-latest-sales .main-slides .item .post-info .values {
        gap: 25px;
    }*/
}
@media(max-width: 1023px){
    .home-latest-sales .container {
        padding: 0 30px;
    }
    .home-latest-sales .main-slides .slide-arrows,
    .home-latest-sales .slides .item {
        max-width: 445px;
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 30px;
    }
   /* .home-latest-sales .main-slides {
        padding-top: 130px;
    }
    .home-latest-sales .slides .item.active {
        top: 130px;
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 100px;
    }*/
    .home-latest-sales .main-slides .item .post-info .price span {
        line-height: normal;
        display: block;
        margin-top: 5px;
        margin-bottom: -5px;
    }
}
@media(max-width: 767.98px) {
    .home-latest-sales .content-heading {
        padding: 0 6px;
    }
    .home-latest-sales .content-heading .icon {
        position: static;
    }
    .home-latest-sales .content-heading .icon img {
        width: 100%;
        display: block;
    }
    .home-latest-sales .content-heading .icon {
        position: static;
        width: 32px;
        height: 32px;
    }
    .home-latest-sales .content-heading .title {
        font-size: 42px;
        line-height: 60px;
        margin: 12px 0 24px;
    }
    .home-latest-sales .content-heading .sub-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
    .home-latest-sales .main-slides .slide-arrows, 
    .home-latest-sales .slides .item {
        max-width: 100%;
    }
    .home-latest-sales .main-slides .slide-arrows {
        justify-content: space-between;
    }
    .home-latest-sales .main-slides {
        padding-top: 50px;
    }
    .home-latest-sales .slides .item.active {
        top: 50px;
    }
    .home-latest-sales .slides .item.prev{
        left: -105%;
    }
    .home-latest-sales .slides .item.next,
    .home-latest-sales .slides .item.next-next,
    .home-latest-sales .slides .item {
        top: 50px;
        left: calc(100% + 31px);
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 50px;
    }
    .home-latest-sales .main-slides .item .post-info {
        opacity: 1;
        padding: 0 16px 24px;
        height: auto;
    }
    .home-latest-sales .main-slides .item .post-info .info-bottom .content {
        max-width: 62.725%;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home-latest-sales .main-slides .item .post-info .info-bottom {
        display: flex;
        margin-top: 8px;
    }
    .home-latest-sales .main-slides .item .post-info .values {
        gap: 9px;
        display: block;
        column-count: 2;
        width: max-content;
        margin-top: 26px;
    }
    .home-latest-sales .main-slides .item .post-info .values .value {
        width: auto;
        margin-bottom: 16px;
    }
    .home-latest-sales .main-slides .item.next + .item .image,
    .home-latest-sales .main-slides .item.next .image,
    .home-latest-sales .main-slides .item .image {
        padding-bottom: 55.676%;
        margin-bottom: 24px;
        border: 1px solid transparent;
        background: linear-gradient(180deg, rgba(223, 226, 230, 0.6) 0%, rgba(124, 126, 128, 0.6) 112.07%);
    }
    .home-latest-sales {
        padding: 54px 0 44px;
    }
    .home-latest-sales .main-slides .item .post-title span {
        margin-bottom: -3px;
    }
    .home-latest-sales .main-slides .item .post-info .values .text {
        padding-left: 9px;
    }
    .home-latest-sales .main-slides .slide-arrows {
        margin-top: 50px;
    }
}

/* home our agencies */
.home-agencies .content-heading .icon {
    width: 39px;
    height: 39px;
    position: absolute;
    top: 7px;
    left: -42px;
}
.home-agencies .content-heading .title {
    margin: 8px 0 0;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.02em;
}
.home-agencies .content-heading .sub-title {
    display: block;
    letter-spacing: 0;
    margin-bottom: -9px;
}
.home-agencies .content-heading {
    padding: 0 9px;
    position: relative;
}
.home-agencies .content-bottom {
    margin-top: 50px;
}
.home-agencies {
    padding: 40px 0 50px;
}
.home-agencies img {
    max-width: 100%;
    display: block;
}

/* Tabs */
ul.home-agencies-tab {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.home-agencies-tab li {
    padding: 8px 10px;
    cursor: pointer;
    position: relative;
    margin: 0;
    margin-right: 26px;
}
ul.home-agencies-tab li:last-child {
    margin-right: 0;
}
/* ul.home-agencies-tab li:first-child {
    margin-left: 4px;
} */
ul.home-agencies-tab li::before{
    content: '';
    width: 0.5px;
    height: 14px;
    background-color: #4A5056;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.home-agencies-tab li::after{
    content: '';
    width: 0.5px;
    height: 14px;
    background-color: #4A5056;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
ul.home-agencies-tab li:hover::before,
ul.home-agencies-tab li.active::before{
    background-color: #A69882;
}
ul.home-agencies-tab li:hover::after,
ul.home-agencies-tab li.active::after{
    background-color: #A69882;
}
ul.home-agencies-tab li:hover a,
ul.home-agencies-tab li.active a{
    color: #A69882;
    font-size: 32px;
    line-height: 36.9px;
    padding: 0 52px;
}
ul.home-agencies-tab li a {
    width: max-content;
    text-decoration: none;
    color: #4A5056;
    font-size: 20px;
    line-height: 23.06px;
    font-family: var(--font-heading);
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 6px 45px;
    display: inline-block;
}
.home-agencies-tab-mb {
    font-family: var(--font-heading);
    font-size: 20px;
    font-weight: 500;
    line-height: 23.06px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.home-agencies-tabs .tab-slide {
    margin-top: 45px;
}
.home-agencies-tabs .tabs-content {
    margin-top: 44px;
}
.agencies-tab-content .content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
}
.agencies-tab-content .content .button-view-all {
    padding-right: 4px;
    width: 100%;
    text-align: right;
    padding-bottom: 25px;
}
.agencies-tab-content .tab-slide .image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.agencies-tab-content .tab-slide .image{
    position: relative;
    height: 0;
    padding-bottom: 60.145%;
}
.agencies-tab-content .content .text{
    max-width: 528px;
    color: #4A5056CC;
}
.home-agencies .container-heading {
    max-width: 1920px;
    padding: 0 100px;
}

@media (max-width: 1799px) {
    ul.home-agencies-tab li {
        margin-right: 20px;
    }
    ul.home-agencies-tab li a {
        padding: 6px 20px;
    }
    ul.home-agencies-tab li:hover a, ul.home-agencies-tab li.active a {
        padding: 0 25px;
    }
}
@media (max-width: 1440px) {
    /*.home-agencies {
        padding: 60px 0;
    }*/
    .home-agencies .container-heading {
        padding: 0 65px;
    }
    .home-agencies .content-heading {
        padding: 0 51px;
    }
    .home-agencies .content-heading .icon {
        left: 0;
    }
    /* .home-agencies .content-heading .title {
        margin: 39px 0 0;
    } */
    ul.home-agencies-tab li a {
        padding: 5px 20px;
    }
    ul.home-agencies-tab li:hover a, 
    ul.home-agencies-tab li.active a {
        font-size: 28px;
        line-height: 32.28px;
        padding: 0 25px;
    }
    /*.home-agencies-tabs .tabs-content {
        margin-top: 48px;
    }*/
    .agencies-tab-content .content {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        gap: 20px;
    }
    .agencies-tab-content .content .text {
        max-width: 420px;
    }
    .agencies-tab-content .content .button-view-all {
        padding-right: 0;
        width: 100%;
        margin-top: 0;
        padding-bottom: 25px;
    }
    /*.home-agencies-tabs .tab-slide {
        margin-top: 63px;
    }*/
    .agencies-tab-content .tab-slide .image {
        padding-bottom: 65.79%;
    }
}
@media(max-width: 1023px) {
    ul.home-agencies-tab li:hover a, ul.home-agencies-tab li.active a {
        font-size: 24px;
        line-height: 28px;
        /* padding: 0 30px; */
    }
    ul.home-agencies-tab li a {
        font-size: 18px;
        line-height: 21px;
        padding: 4px 20px;
        width: max-content;
    }
    ul.home-agencies-tab li {
        margin-right: 12px;
    }
    .home-agencies {
        padding: 40px 0;
    }
    /*.home-agencies .content-bottom {
        margin-top: 65px;
    }*/
    .home-agencies-tabs .tabs-content {
        margin-top: 40px;
    }
    /*.home-agencies-tabs .tab-slide {
        margin-top: 50px;
    }*/
    ul.home-agencies-tab li a {
        padding: 5px 25px;
    }
    ul.home-agencies-tab li:hover a, 
    ul.home-agencies-tab li.active a {
        padding: 0 32px;
    }
}
@media (min-width: 768px) {
    .home-agencies .agencies-tab-content > .button-view-all,
    .home-agencies-tab-mb {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .agencies-tab-content .content .button-view-all,
    ul.home-agencies-tab {
        display: none;
    }
    .home-agencies .content-heading .title {
        font-size: 38px;
        line-height: 60px;
    }
    .home-agencies .content-heading .sub-title {
        font-size: 26px;
        line-height: 54px;
    }
    .home-agencies .container {
        padding: 0 36px;
    }
    .home-agencies .content-heading {
        padding: 0 0 0 44px;
    }
    .home-agencies .content-heading .icon {
        width: 32px;
        height: 32px;
        top: 10px;
    }
    .home-agencies .content-heading .sub-title {
        margin-bottom: 1px;
    }
    .home-agencies-tab-mb {
        border-radius: 0;
        border: 1px solid #A6998766;
/*        padding: 5px 64px 4px 40px;*/
        height: 35px;
        background-position: right 39px center;
    }
    .agencies-tab-content .button-view-all {
        margin-top: 40px;
    }
    .home-agencies {
        padding: 80px 0;
        margin-top: -88px;
    }
    .home-agencies .content-heading .title {
        margin: 0;
    }
    .home-agencies .content-bottom {
        margin-top: 49px;
    }
    .home-agencies-tabs .tabs-content {
        margin-top: 31px;
    }
    .home-agencies-tabs .tab-slide {
        margin-top: 13px;
    }
    .agencies-tab-content .tab-slide .image {
        padding-bottom: 0;
        height: 440px;
    }
    .home-agencies-tabs .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
    .home-agencies-tabs .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 3px;
    }
    .home-agencies-tabs .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 22px;
        border-radius: 4px;
        opacity: 1;
    }
    .home-agencies-tabs .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #F1F3F5;
        border-radius: 50%;
        opacity: 0.6;
        transition: width 0.5s;
    }
    .home-agencies-tabs .swiper-horizontal>.swiper-pagination-bullets, 
    .home-agencies-tabs .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .home-agencies-tabs .swiper-pagination-custom, 
    .home-agencies-tabs .swiper-pagination-fraction {
        bottom: 17.8px;
    }
    .home-agencies .container-heading {
        padding: 0 30px;
    }
    body .home-agencies .vscomp-toggle-button{
        padding: 6px 38px 3px;
        border: 0;
        background-image: url(../images/dropdown-brown.svg);
        background-position: right 40px center;
    }
    body .home-agencies .vscomp-value{
        color: #A69882;
        font-family: BodoniFLF;
        font-size: 20px;
        font-weight: 500;
        line-height: 23.06px;
        letter-spacing: 0.1em;
    }
    .home-agencies .vscomp-wrapper.has-clear-button .vscomp-toggle-button {
        padding-right: 60px;
    }
}

/* Home services */

.home-services .services-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    object-position: center;
}
.home-services .services-box .service-info .btn-read-more {
    color: #ffffff;
    margin: 0 6px;
}
.home-services .services-box .service-info .title {
    font-family: var(--font-heading);
    font-size: 50px;
    font-weight: 500;
    line-height: 54px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 0 33px;
}
.home-services .services-box .service-info .sub-title {
    font-family: var(--font-body);
    font-size: 26px;
    font-weight: 500;
    line-height: 34.32px;
    color: #FFFFFF;
    margin: 0 0 36px;
}
.home-services .services-box .service-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #F1F3F5;
    padding: 0 36px 6px;
    width: 100%;
    text-align: center;
    max-width: 774px;
    z-index: 2;
}
.home-services .services-row .services-box {
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    position: relative;
}
.home-services .services-row {
    display: flex;
    justify-content: space-between;
}
.home-services .services-container {
    max-width: 1920px;
    margin: 0 auto;
}
.home-services .services-box .service-info .btn-read-more:hover {
    color: var(--color-brown-3);
}
.home-services .services-box .service-info .btn-read-more:before, 
.home-services .services-box .service-info .btn-read-more:after{
    background-image: url(../images/read-more-white-icon.svg);
}
.home-services .services-row .services-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #222529;
    opacity: 0.6;
    z-index: 1;
}
@media(min-width: 1441px) { 
    .home-services .services-box.service-left .title br {
        display: none;
    }
}
@media(max-width: 1440px) {
    .home-services .services-box .service-info {
        padding: 0 30px 6px;
    }
}
@media(max-width: 991px){
    .home-services .services-box .service-info .sub-title {
        font-size: 16px;
        line-height: 21.12px;
        margin: 0 0 26px;
    }
    .home-services .services-box .service-info .title {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 20px;
    }
}
@media(max-width: 767.98px){
    .home-services .services-row {
        display: block;
    }
    .home-services .services-row .services-box {
        width: 100%;
    }
    .home-services .services-row .services-box {
        padding-bottom: 100%;
    }
    .home-services .services-box .service-info .btn-read-more {
        padding: 12px 23px;
    }
}