/* Home page styles */

.home-page {
    height: 100%
}

.home-page h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 0;
    padding: 10px 0
}

.home-page .regular-page-wrapper {
    margin-top: 50px
}

.home-page #page-content {
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center
}

.home-page .SearchForm__input {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    border-style: hidden;
    padding: 22px 0
}

.home-page input:focus,
.home-page select:focus {
    box-shadow: none
}

.home-page .homepage-text {
    line-height: 1.7em;
    margin: 16px auto;
    width: 100%;
    max-width: 700px;
    font-size: 15px;
    color: #666
}

.home-page .icon-spyglass {
    font-size: 24px;
    vertical-align: middle;
    margin-left: 6px;
    -webkit-text-stroke: 2px
}

.home-page #wrapper {
    height: 85% !important
}

.home-page .hompage-wrapper {
    height: auto;
    min-height: 70vh;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    background-image: url("../../img/bckg/building.jpg");
    background-image: -webkit-image-set(url('../../img/bckg/building.webp') 1x);
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

.home-page .hompage-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.45) 100%);
    z-index: 0
}

.home-page .nav-sections li:first-child {
    margin-left: 30px
}

.home-page .hompage-content {
    max-width: 840px !important;
    width: 69vw;
    margin: 0 auto !important;
    height: auto;
    display: block;
    text-align: left;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12)
}

.home-page .hompage-wrapper *,
.home-page .hompage-wrapper :after,
.home-page .hompage-wrapper :before {
    box-sizing: initial !important
}

.home-page .homepage-m1-wrapper {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    background-color: #f9f9fb;
    width: 100%
}

.home-page .homepage-m1-content {
    background-color: #f9f9fb;
    text-align: center;
    text-align: -webkit-center;
    margin: auto;
    max-width: 1200px;
    width: 100%
}

.home-page .homepage-m1-p {
    max-width: 876px;
    width: 100%;
    text-align: center;
    margin: 72px auto;
    padding: 0px 32px
}

.home-page .hTitle {
    color: #2a2a33;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0 auto;
    margin-top: 72px
}

.home-page .homepage-m1-card-wrapper {
    width: 100%
}

.home-page .homepage-m1-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 72px
}

.home-page .hp-card {
    flex-basis: 280px;
    text-align: center;
    -webkit-box-flex: 2;
    flex-grow: 2;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    margin-right: 24px;
    display: flex;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    flex-shrink: 0;
    padding: 24px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 16px;
    overflow: hidden;
    transition: all 300ms ease-in-out 0s
}

.home-page .hp-card h3 {
    color: #2a2a33;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 0px
}

.home-page .hp-card:hover {
    transform: translateY(-6px);
    transition: all 300ms ease-in-out 0s;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12)
}

.home-page .hp-card:hover .hp_action_btn {
    background-color: #3da847;
    color: #fff
}

.home-page .hp-card:last-of-type {
    margin-right: 0px
}

.home-page .hp-card-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    flex-grow: 0;
    text-align: center;
    flex-basis: 277px;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.home-page .hp-p {
    color: #2a2a33;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: none;
    margin: 16px 0px 0px
}

.home-page .hp-line-divider {
    background-color: #48bf53;
    height: 3px;
    width: 60px;
    border-radius: 2px;
    margin: 48px auto
}

.home-page .homepage_MainTitle h1 {
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 40px;
    margin-top: 0px;
    text-align: left
}

.home-page .homepage_SubTitle {
    font-size: 19px;
    font-weight: 400;
    line-height: 24px
}

.home-page .homepage_ActionButton {
    margin-top: 24px
}

.home-page .input-location-container {
    width: calc(100% - 40px);
    display: table;
    margin-top: 5px;
    padding: 0 16px 0 20px;
    border: 2px solid #ddd;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease
}

.home-page .input-location-container:hover,
.home-page .input-location-container:focus-within {
    border-color: #48bf53;
    box-shadow: 0 2px 16px rgba(0, 132, 137, 0.15)
}

.home-page .locationTextField-container {
    display: table-cell
}

.home-page .hack-input {
    margin-right: -162px;
    background: transparent;
    border: 0
}

.home-page #search-location {
    width: 24px;
    display: table-cell
}

.home-page #search-location .btn-search {
    right: -8px
}

.home-page #header-bar {
    box-shadow: none
}

.home-page #footer-wrapper {
    height: 120px;
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
    border-top: 0
}

.home-page .footer-bottom-section {
    border: none !important
}

.home-page .buyrent-box {
    display: none;
    padding: 12px 24px;
    border: 2px solid #e0e0e0;
    border-right: 2px solid #e0e0e0;
    width: auto;
    min-width: 90px;
    text-align: center;
    cursor: pointer;
    color: #484848;
    font-size: 16px;
    font-weight: 600;
    transition: all .2s ease;
    background: #fff;
    opacity: .9;
    border-radius: 24px;
    margin-right: 8px
}

.home-page #select-buy.box-selected {
    background-color: #ff5a5f;
    color: #FFF;
    opacity: 1
}

.home-page #select-buy.buyrent-box:hover {
    background-color: #ff5a5f;
    color: #FFF
}

.home-page #select-rent.box-selected {
    background-color: #427fed;
    color: #FFF;
    opacity: 1
}

.home-page #select-rent.buyrent-box:hover {
    background-color: #427fed;
    color: #FFF
}

.home-page #search-location .search-buy .icon-spyglass {
    color: #ff5a5f
}

.home-page #search-location .search-rent .icon-spyglass {
    color: #427fed
}

.home-page #search-location .search-rent:hover .icon-spyglass {
    color: #2b6feb !important
}

.home-page #search-location .search-rent:active .icon-spyglass {
    color: #1456cf !important
}

.home-page .buyrent-box:nth-last-child(1) {
    border-radius: 24px
}

.home-page .buyrent-box:first-child {
    border-radius: 24px
}

.home-page #select-pointer {
    display: none
}

.home-page .input-location-container {
    position: relative
}

.home-page .autocomplete-response {
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 15px 46px -10px rgba(26, 26, 29, 0.3) !important;
    position: absolute;
    top: 60px;
    left: 0px;
    max-height: calc(50vh - 155px);
    width: calc(100% - 2px);
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff
}

.home-page .autocomplete-response ul {
    list-style: none;
    padding: 0;
    margin: 8px 0px 16px 0px
}

.home-page .autocomplete-response ul li a {
    width: 100%;
    display: block;
    padding: 12px 16px !important;
    font-weight: 600;
    color: #484848 !important
}

.home-page .autocomplete-response ul li a>span {
    color: #999;
    font-weight: 400 !important
}

.home-page .autocomplete-response ul li a:hover {
    background-color: #f2f2f2;
    color: #484848 !important
}

.home-page .autocomplete-response ul .key-selected {
    background-color: #f2f2f2
}

.home-page .autocomplete-response ul .autocomplete-header {
    padding: 8px 16px 4px 16px;
    font-size: 11px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: default
}

.home-page .autocomplete-response ul .autocomplete-header:not(:first-child) {
    border-top: 1px solid #eee;
    margin-top: 4px;
    padding-top: 12px
}

.home-page .autocomplete-response .focus-item a {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 16px !important;
    font-weight: 600;
    color: #484848 !important;
    cursor: pointer;
    text-decoration: none !important;
    transition: background-color .15s ease
}

.home-page .autocomplete-response .focus-item a:hover {
    background-color: #f2f2f2
}

.home-page .autocomplete-response .focus-icon {
    flex-shrink: 0;
    color: #666;
    width: 18px;
    height: 18px
}

.home-page .autocomplete-response .focus-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.home-page .autocomplete-response .focus-item-location .focus-icon {
    color: #48bf53
}

.home-page .autocomplete-response .focus-item-location .focus-text {
    color: #48bf53;
    font-weight: 600
}

.home-page .autocomplete-response .focus-item-history .focus-icon {
    color: #999
}

.home-page .autocomplete-response .focus-item-loading a {
    opacity: .6;
    pointer-events: none
}

.home-page .autocomplete-response .focus-item-loading .focus-icon {
    animation: spin 1s linear infinite
}

.home-page .SearchForm__input {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 18px 0
}

.home-page .input-location-container {
    border-spacing: 0;
    padding: 0 0 0 20px
}

.home-page .locationTextField-container {
    padding-right: 48px
}

.home-page #search-location {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0 10px 10px 0;
    transition: background .15s ease
}

.home-page #search-location .btn-transparent {
    display: flex;
    align-items: center;
    justify-content: center
}

.home-page #search-location:hover {
    background: rgba(0, 0, 0, 0.06)
}

.home-page #search-location:active {
    background: rgba(0, 0, 0, 0.12)
}

.home-page #footer-wrapper {
    padding-bottom: 40px;
    height: auto
}

.home-page .autocomplete-response {
    border-radius: 12px;
    top: 64px
}

.home-page .autocomplete-response ul li a {
    padding: 10px 16px !important;
    font-size: 16px;
    font-weight: 400;
    color: #3a3a3a !important
}

.home-page .autocomplete-response ul li a>span {
    color: #7a7a7a
}

.home-page .autocomplete-response .focus-item a {
    padding: 10px 16px !important;
    font-size: 16px;
    color: #3a3a3a !important
}

.home-page .autocomplete-response .focus-item-location .focus-icon {
    color: #525252
}

.home-page .autocomplete-response .focus-item-location .focus-text {
    color: #3a3a3a
}

.home-page .autocomplete-response .focus-item-history .focus-icon {
    color: #525252
}

@media (max-width:750px) {
    .home-page .hp-card {
        flex-basis: 90%;
        margin-right: 5% !important;
        margin-left: 5%
    }

    .home-page .buyrent-box {
        padding: 12px 10px;
        font-size: 15px
    }

    .home-page .SearchForm__input {
        font-size: 16px
    }

    .home-page {
        overflow-x: hidden
    }

    .home-page .autocomplete-response {
        top: 61px
    }

    .home-page .hompage-wrapper .hompage-content {
        box-sizing: border-box !important;
        width: calc(100vw - 16px) !important;
        padding: 20px !important;
        border-radius: 12px !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: none !important;
        border: 0 !important
    }

    .home-page .input-location-container {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15)
    }

    .home-page .homepage_MainTitle {
        display: block !important;
        text-align: center !important;
        margin-bottom: 4px
    }

    .home-page .homepage_MainTitle h1 {
        color: #fff !important;
        font-size: 30px !important;
        line-height: 36px !important;
        font-weight: 800 !important;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
        text-align: center !important
    }

}

@media (max-width:440px) {
    .home-page .SearchForm__input {
        padding: 14px 0 !important
    }

    .home-page .input-location-container {
        width: calc(100% - 22px) !important;
        padding: 0 10px 0 10px !important
    }

    .home-page .btn-red {
        padding: 10px 6px !important
    }

    .home-page .hompage-wrapper {
        vertical-align: top !important;
        padding-top: 60px !important
    }

    .home-page #page-content {
        min-height: 300px;
        height: 300px
    }

    .home-page .hompage-wrapper {
        vertical-align: middle !important;
        padding-top: 0 !important
    }

    .home-page #page-content {
        min-height: 50vh;
        height: 50vh
    }

}

@media (max-width:370px) {
    .home-page #search-location {
        width: 40px !important
    }

}
