html,body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    overflow-x:hidden;
}
@font-face {
    font-family: 'Leotaro Free';
    src: url('/assets/estates/fonts/Leotaro-Free.woff2') format('woff2'),
        url('/assets/estates/fonts/Leotaro-Free.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.family-normal{
    font-family: var(--bs-body-font-family);
}
p{
    margin: 0;
}
.container-fluid{
    padding: 0;
}
a{
    text-decoration: none;
}
.gap-100{
    gap: 100px;
}
.gap-80{
    gap: 80px;
}
.gap-20{
    gap: 20px;
}
.is-leotaro{
    font-family: Leotaro Free, sans-serif;
}
.another_sizings{
    margin-top: 0 !important;
    padding: 150px 0 !important;
}
.font-60{
    color: #fff;
    font-size: 60px;
}
.font-50{
    font-size: 50px;
}
.font-40{
    font-size: 40px;
}
.font-34{
    font-size: 34px;
}
.font-32{
    font-size: 32px;
}
.font-20{
    font-size: 20px;
}
.lh-36{
    line-height: 36px;
}
.py-70{
    padding: 70px 0;
}
.pb-70 {
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.default-text{
    font-size: 16px;
    color: #fff;
}
.gray{
    color: #888374;
}
.gray-bk{
    background: #F3F3F3;
}
.brown-bk{
    background: #888374;
}
.font-14{
    font-size: 14px;
}
.orange{
    color: #e1bc78;
}
.yellow{
    color: #e0c389;
}
.black{
    color: #000;
}
.absolute-center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.btn-center a{
    width: 15%;
    padding: 11px;
    border: 1px solid #888374;
    background: transparent;
    font-size: 14px;
    display: block;
    border-radius: 15px;
    transition: 0.5s ease all;
}
.btn-center a:hover {
    color: #fff;
    background: #888374;
}
.mt-60{
    margin-top: 60px;
}
.font-26{
    font-size: 26px;
}
.font-24{
    font-size: 24px;
}
.font-45{
    font-size: 45px;
}
.lh-32{
    line-height: 32px;
}
.pc-5{
    padding: 5vw;
}
.pc-1{
    padding: 1vw;
}
.lh-60{
    line-height: 60px;
}
.default-black{
    color: #1f2744;
}
.gray-small{
    color: #a6a6a6;
}
.fw-500{
    font-weight: 500;
}
.fw-200{
    font-weight: 200;
}
.letter-spacing-5{
    letter-spacing: 5px;
}
.normal-btn a{
    width: 80%;
    padding: 11px;
    border: initial;
    background: #e5e1d5;
    font-size: 14px;
    display: block;
    transition: 0.5s ease all;
    color: #888374;
    text-align: center;
}
.normal-btn a:hover {
    background: #fff;
    border: 1px solid #e5e1d5;
}
.general-box{
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 65px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
}
.general-box .offset-md-1{
    border-right: 1px solid #888374;
}
.box-shadow{
    box-shadow: 0 .5rem 2rem rgba(0, 0, 0, .15) !important;
}

/* new css */

.person-box{
    display: flex;
    flex-direction: column;
    cursor: pointer;
}
.person img{
    width: 100%;
    height: 50vh;
    object-fit: cover;
    object-position: center center;
}
.person{
    width: 100%;
    display: block;
}
.person-details{
    background: #888374;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.person-details a{
    margin-top: 25px;
    color: #fff;
    display: block;
    text-align: right;
}
.person-details h2{
    font-size: 24px;
}
/* Overlay */
#popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

/* Popup container */
.person-popup {
  display: none;
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  max-width: fit-content;
  width: 100%;
  background: #fff;
  z-index: 1000;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    max-height: 90vh; /* limits popup height */
  overflow-y: auto;  /* enables scroll */
}
.person-popup p{
    margin: 10px 0;
}
.popup-inner {
  position: relative;
  padding: 20px;
}

.popup-content {
  display: flex;
  flex-wrap: wrap;
}

.popup-left,
.popup-right {
  flex: 1 1 50%;
  padding: 10px;
}

.popup-left img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.popup-right h2 {
  margin-top: 0;
}

.popup-close {
  position: absolute;
  top: 10px; right: 15px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
}


/* Header */

.head-solid{
    height: 87px;
    background: #E5E1D5;
}
.navbar{
    width: 95% !important;
}
.head-solid a{
    color: #888374 !important;
}
.head-solid .navbar-expand-lg,.head-solid .container,.head-solid .navbar{
    height: 100%;
}
.head-solid a:after{
    background-color: #888374 !important;
}
.head-solid .navbar-brand{
    background-color: #e5e1d5;
    border-radius: 100%;
    margin-top: 15px;
    padding: 33px 56px;
}
.hamburger{
    display: none;
}
.navbar .nav-link{
    position: relative;
}
.navbar .nav-link {
    font-size: 14px;
    color: #e5e1d5;
    text-decoration: none;
}
.navbar .nav-link.active:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #e0c389;
    position: absolute;
    border-radius: 100%;
    left: 48%;
    bottom: -8px;
}
.header-shadow{
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 450px;
    position: absolute;
}
.main-heading{
    margin: 150px 0 130px 0;
}
.hero-background {
    background: url('/assets/estates/images/main_image_banner.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed; 
    position: relative;
    padding-top: 0;
    height: 850px;
}

.hero-background header {
    z-index: 2;
}

.hero-background section {
    z-index: 2;
}
.nav-tabs .nav-link{
    color: #fff;
    width: 100px;
    display: inline-block;
    font-size: 14px !important;
    font-weight: 500 !important;
}
.nav-tabs .nav-link.active{
    color: #000 !important;
    background-color: #ffffffdc !important;
    border-radius: 20px 20px 0 0 !important;
    text-align: center;
}
.nav-tabs .nav-link{
    border: initial !important;
}
.form-label{
    font-weight: 600;
    font-size: 18px;
}
#searchTabsContent .tab-pane{
    background-color: #ffffffdc;
    border-radius: 0 20px 20px;
    padding: 27px;
}
.form-select{
    background-color: transparent;
    border: none;
    height: 30px;
    appearance: none;
    color: #8f90a6;
    width: 100%;
    font-size: 12px;
    padding: 0;
    background: initial;
}
.search-property{
    position: relative;
    display: block;
    width: 54px;
    height: 54px;
    border: 0;
    color: #fff;
    background-color: #e1bc78;
    border-radius: 10px;
}
select[name="location"]{
    background: initial;
}
.custom-select-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.custom-select-wrapper .fa-location-dot,.custom-select-wrapper .fa-chevron-down {
    color: #8f90a6;
}
.mobile-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    transform: translateX(-100%);
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 31232132131312321312;
}
.mobile-menu.active {
    transform: translateX(0);
    opacity: 1;
}

/* /Header */

/* Estates list hp */

.all-properties{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}
.all-properties span{
    color: #fff;
    background: #888374;
    border-radius: 20px;
    padding: 8px;
    line-height: 10px;
}
.estate-box{
    background: #fff;
    width: 100%;
    border: 1px solid #DEDCDA;
    padding: 10px;
    text-align: left;
    transition: all .2s ease;
    overflow: hidden;
}
.estate-box:hover {
    filter: drop-shadow(0px 0px 11px #00000020);
}
.view-details a{
    width: 100%;
    display: block;
    border: 1px solid #888374;
    transition: 0.5s ease all;
    text-align: center;
    font-family: var(--bs-body-font-family);
}
.view-details a:hover{
    background-color: #e5e1d5;
    border: 1px solid #E5E1D5;
}
.estate-sections{
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #DEDCDA;
}
.middle-estate-border{
    border-left: 1px solid #DEDCDA;
    border-right: 1px solid #DEDCDA;
}
.estate-image{
    height: 36vh;
    display: block;
}
.estate-image img{
    object-fit: cover;
    object-position: center;
}
.three-estates-row .estate-image{
    height: 28vh;
}
.sold-estate {
    display: none;
    position: absolute;
    left: -8.5vw;
    top: -3vh;
    text-align: center;
    transform: rotate(-45deg);
    background: #e1bc78;
    width: 20vw;
    height: 96px;
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    line-height: 126px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.is-sold .sold-estate{
    display: block;
}

/* /Estates list hp */

/* Moving in */

.benefits{
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    border-bottom: 1px solid #888374;
    height: 110px;
    transition: 0.5s ease all;
}
.benefits:hover{
    background-color: #f4f4f4;
}
.benefits div:first-child{
    width: 15%;
    text-align: right;
}
.benefits div:last-child{
    width: 85%;
    text-align: center;
}
.benefits div:last-child p{
    width: 75%;
    display: block;
    margin: 0 auto;
}
.moving-right img{
    width: 90%;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 15px #ffaa0025);
}

/* /Moving in */

/* articles & tips */

.articles-btn a{
    background: #888374;
    border: 1px solid #888374;
    color: #fff;
    width: 30%;
    font-size: 16px;
    padding: 9px;
    margin: 0 auto;
}
.articles-btn a:hover{
    background: transparent;
    color: #888374;
    border: 1px solid #888374;
}
.article{
    border: 1px solid #dedcda;
    padding: 10px;
}
.article-img img{
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}
.article-details{
    width: 35%;
}
.article-content{
    padding: 50px 100px;
    background: #f4f4f4;
}
.article-info a{
    background: #E5E1D5;
    padding: 5px 7px;
    margin-right: 10px;
    border-radius: 1px;
    color: #000;
    font-size: 14px;
}
.secondary-article .article-title{
    min-height: 13vh;
}
.secondary-article .article-details{
    width: 50%;
}
.secondary-article .article-content{
    padding: 25px;
}
.article-shadow{
    transition: 0.3s ease all;
}
.article-shadow:hover{
    filter: drop-shadow(0px 0px 11px #00000020);
}
.secondary-article .article-img img{
    height: 29vh;
    object-fit: cover;
    object-position: center;
}
.secondary-article{
    background: #fff;
}

/* /articles & tips */

/* Footer form */

.footer-form{
    padding: 250px 0 150px 0;
    margin-top: -150px;
    background: #e5e1d5;
    font-family: var(--bs-body-font-family);
}
.footer-form .font-32{
    color: #88837460;
}
.footer-form input, .footer-form select,.selectors-contact select,.footer-form textarea {
    color: #888374;
    border: none;
    display: block;
    width: 200px;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #888374;
}
.footer-form .normal-btn a{
    background: #888374;
    border: 1px solid #888374;
    color: #fff;
    width: 30%;
    font-size: 16px;
    padding: 9px;
}
.footer-form .normal-btn a:hover{
    background: transparent;
    color: #888374;
}

/* /Footer form */

/* Footer */

.copyright{
    font-size: 14px;
    text-align: center;
    color: #ffffff80;
}
.single-border{
    border-top: 2px solid #fffbfb30;
}
.footer__column a{
    color: #ffffff80 !important;
}
footer{
    padding-top: 130px;
}

/* /Footer */

/* About us page */

.full-width-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.statistit-title{
    color:#88837480;
}
.blockquote{
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    font-family: var(--bs-body-font-family);
    line-height: 36px;
    text-transform: capitalize;
    color: #888374;
    padding-left: 40px;
}
.accordion{
    padding: 0 4vw;
}
.accordion-button{
    font-size: 25px;
    color: #888374;
    display: block;
    background-color: initial;
    transition: 2s ease all !important;
    font-family: 'Leotaro Free';
}
.accordion-button:after{
    content: "\f107";
    font-family: FontAwesome;
    color: #8f90a6;
    position: absolute;
    right: 0;
    width: 70px;
    font-size: 19px;
    background-image: initial !important;
    transition: initial !important;
}
.accordion-button:not(.collapsed):after{
    background-image: initial !important;
    transform: rotate(180deg);
    text-align: right;
    bottom: 40%;
    right: 1px;
    transition: initial !important;
}
.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    color: #888374;
    box-shadow: initial;
}
.accordion-collapse.show .accordion-body {
    background-color: #f5f5f5;
}
.accordion-body{
    font-size: 16px;
    color: #888374;
    transition: background-color 0.3s ease 0.2s;
    font-family: var(--bs-body-font-family);
}
.accordion div{
    border: initial;
}
.accordion .accordion-item:first-child{
    border-top: 1px solid #888374 !important;
}
.accordion-item{
    padding: 15px 0;
    border-radius: initial !important;
    border-bottom: 1px solid #888374 !important;
}
.accordion-image{
    background: url('/assets/estates/images/move_in_family.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* /About us page */

/* Blog page */

.custom-flex,.contact-btns,.selectors-contact{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.contact-general-btns {
    flex-wrap: wrap;
}
.contact-general-btns a{
    border: 1px solid #888374 !important;
    width: auto !important;
}
.contact-general-btns .active {
    border: initial !important;
}
.contact-main-infos .normal-btn{
    width: 20%;
}
.contact-main-infos .normal-btn a{
    background: #888374;
    color: #fff;
    font-size: 15px;
}
.square-input{
    height: 53px;
    text-align: center;
    border-radius: 0;
    font-style: italic;
    border: 1px solid #888374;
    margin-right: 10px;
    font-size: 14px;
}
.square-input::placeholder{
    font-size:14px;
    color:#888374
}
.contact-main-infos .normal-btn a:hover{
    background:#fff;
    color: #888374;
}
.selectors-contact select{
    width: 130px;
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 14px;
    padding-right: 15px;
}
.contact-bar{
    background: #fff;
    box-shadow: 0 1px 1rem rgba(0, 0, 0, .15);
}
.contact-btns a{
    border: 1px solid #E5E1D5;
    padding: 15px;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #888374;
    transition: 0.5s ease all;
    background: initial;
}
.contact-btns .active{
    background: #E5E1D5;
}
.wapp-btn i{
    color: #1fc91f;
    font-size: 32px;
    animation: pulse-scale 1.5s infinite ease-in-out;
}
@keyframes pulse-scale {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* /Blog page */

/* Listing pages */

.listing-estates .reference{
    padding: 0 15px;
}
.listing-estates .estate-image {
    height: 100%;
}
.listing-estates .view-details a{
    border: 1px solid #888374;
    background-color: #e5e1d5;
    padding: 14px 0 !important;
}
.listing-estates .view-details a:hover{
    background-color: #fff;
}
.estate-content{
    padding: 15px 15px 15px 40px;
}
.list-estate-border{
    border-top: 1px solid #DEDCDA;
    border-bottom: 1px solid #DEDCDA;
    border-right: 1px solid #DEDCDA;
}
.page-number .current{
    background: #FAFAFA;
    color: #888374;
    font-weight: 700;
    padding: 15px 25px;
}
.page-number .page-number-btn{
    color: #888374;
    padding: 15px 25px;
    transition: 0.5s ease all;
}
.page-number .page-number-btn:hover{
    background: #e6e6e6;
}
.pagination-btn{
    color: #888374;
    font-weight: 700;
    padding: 15px 25px;
    transition: 0.5s ease all;
}
.pagination-btn:hover{
    background: #e6e6e6;
}
.estate-filter{
    width: 82% !important;
    padding: 30px 10px;
    border-radius: 15px;
    box-shadow: 0 .1rem 1rem rgba(0, 0, 0, .15) !important;
}
.estate-filter select,.estate-filter input{
    width: 25%;
    text-align: center;
    color: #888374;
    padding: 8px 12px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}
.estate-filter input{
    text-align: left;
}
.estate-filter .default-text{
    color: #495057;
}
.choose-style .active rect{
   fill: #888374;
}
.cols-estates .estate-content{
    padding: 5px !important;
}
.property-box{
    background: #F9F7F2;
    text-align: left;
    padding: 30px;
    transition: all .2s ease;
}
.property-img{
    background: #DAD2BF;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.property-box:hover{
    filter: drop-shadow(0px 0px 5px #00000020);
    background: #D9D3C1;
}
.property-box:hover .property-img{
    background: #888374;
}

/* /Listing pages */

/* Detail page */

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.property-photo {
    display: block;
    height: 68vh;
    margin: 0 auto;
    object-fit: cover;
    object-position: center center;
}
.swiper-button-prev:after,.swiper-button-next:after{
    font-size: 28px !important;
    font-weight: 700 !important;
}
.swiper-button-prev,.swiper-button-next{
    background: #FFFFFF;
    color: #000;
    border-radius: 100%;
    padding: 40px;
}
.swiper-button-prev {
    left: 10%;
    top: 50%;
    transform: translate(10%, -50%);
}
.swiper-button-next {
    right: 10%;
    top: 50%;
    transform: translate(-15%, -50%);
}
.swiper-slide {
    transition: all 0.3s ease;
}
.swiper-slide .property-photo{
    width: 55%;
}
.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-left{
    background-image: initial !important;
}
.swiper-slide-active{
    transform: scale(1.5) !important;
}
.swiper-slide-active .property-photo {
    width: 100%;
}
.share-btns a{
    border: 1px solid #E5E1D5;
    width: 27px;
    height: 27px;
    text-align: center;
}


/* /Detail page */

@media screen and (max-width:1400px){
    .person-details h2{
        min-height: 10vw;
    }
    .selectors-contact select{
        width: auto !important;
    }
    .secondary-article .article-title {
        min-height: 19vh;
    }
}
@media screen and (max-width:1200px){
    .selectors-contact select{
        width: 63px !important;
    }
    .form-label{
        min-height: 5vw;
    }
    .person img{
        height: 35vh;
    }
}
@media screen and (max-width:991px){
    
    .popup-content {
        flex-direction: column;
    }
    .persons-row .col-lg-3:nth-child(1){
        order:2;
    }
    .persons-row .col-lg-3:nth-child(2){
        order:1;
    }
    .persons-row .col-lg-3:nth-child(3){
        order:3;
    }

  .popup-left,
  .popup-right {
    flex: 1 1 100%;
    padding: 10px 0;
  }
  .person-popup{
    max-width: 90%;
  }
  .popup-close{
    top: 0;
    right: 0;
  }
    .person img{
        height: auto;
    }
    .choose-style{
        display: none;
    }
    .estates-list .estate-content{
        padding: 5px !important;
    }
    .estate-filter select, .estate-filter input {
        width: 100%;
    }
    .estate-filter{
        flex-direction: column !important;
        width: 100% !important;
    }
    .estate-filter .w-75,.estate-filter .w-25{
        width: 100% !important;
    }
    .estate-filter .w-25{
        margin-top: 15px;
        text-align: left !important;
    }
    .estates-list .estate-box{
        margin: 0 auto;
    }
    .contact-btns a,.selectors-contact select,.square-input,.contact-main-infos .normal-btn,.contact-main-infos .normal-btn a{
        width: 100% !important;
    }
    .custom-flex, .contact-btns, .selectors-contact{
        flex-direction: column;
        width: 100%;
    }
    .head-solid .navbar-brand {
        padding: 8px 34px;
        width: auto;
    }
    .navbar-brand {
        width: 100px;
    }
    .navbar .gap-5{
        gap: 20px !important;
    }
    .gap-100,.gap-80{
        gap: 20px;
    }
    .btn-center a{
        width: 30%;
    }
    .font-50{
        font-size: 35px;
    }
    .lh-60{
        line-height: 40px;
    }
    .moving-right img{
        object-fit: cover;
        height: 100%;
    }
    .article-content{
        padding: 25px;
    }
    .article-details{
        width: 50%;
    }
}
@media screen and (max-width:767px){
    .article-content {
        padding: 10px !important;
    }
    .normal-btn a{
        width: 100%;
    }
    .font-32{
        font-size: 24px;
    }
    .sold-estate{
        width: 32vw;
        left: -13vw;
    }
    .font-60{
        font-size: 45px;
    }
    .hero-background{
        height: 1220px;
    }
    .search-property{
        width: 100%;
    }
    .general-box .offset-md-1 {
        border-right: initial;
    }
    .ps-5{
        padding-left: 15px !important;
    }
    .font-50{
        font-size: 30px;
    }
    .lh-60{
        line-height: 37px;
    }
    .general-box{
        border-radius: initial;
    }
    .moving-right{
        margin-top: 20px;
    }
    .moving-right img{
        width: 100%;
    }
    .font-40{
        font-size: 24px;
    }
    .secondary-article .article-title {
        min-height: initial;
    }
    .article-shadow{
        padding: 0 !important;
    }
    .article-img img {
        height: 44vh !important;
    }
    .navbar{
        display: block;
    }
    .hamburger{
        display: block;
        cursor: pointer;
        background: transparent;
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
        border: 0;
        font-size: 32px;
    }
    .hamburger i{
        color: #e0c389;
    }
    .navbar .navbar-expand-lg{
        justify-content: space-between !important;
    }
    .close-btn{
        position: absolute;
        top: -5%;
        right: -20%;
        display: block;
        cursor: pointer;
        background: transparent;
        width: 60px;
        height: 60px;
        padding: 0;
        margin: 0;
        border: 0;
        font-size: 32px;
    }
    .close-btn i{
        color: #e0c389;
    }
    .mobile-content{
        width: 50%;
        display: block;
        margin: 30px auto 0 auto;
        position: relative;
        text-align: center;
    }
    .nav-link{
        width: 35%;
        display: block;
        margin: 10px auto;
    }
    .nav-link.active{
        color: #fff;
        background: #E0C389;
    }
    .btn-center a {
        width: 75%;
    }
    .middle-estate-border{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .footer-form input, .footer-form select,.footer-form textarea{
        width: 100%;
    }
    .footer-form .w-75,.footer-form .normal-btn a{
        width: 100% !important;
    }
    .articles{
        padding: 0 15px;
    }
    footer{
        padding-top: 50px;
    }
    footer .d-flex{
        justify-content: center;
    }
    .footer__column .nav-link{
        margin: 0;
        width: auto;
    }
    .footer__column{
        text-align: center;
    }
}
@media screen and (max-width:400px){
    .mobile-content{
        width: 100%;
    }
    .nav-link{
        width: 50%;
    }
    .close-btn {
        top: -5%;
        right: 0%;
    }
    .sold-estate{
        width: 53vw;
        left: -21vw;
    }
}