main {
    width: 100%;
    color: #00504A;
    font-family: Helvetica Neue, Arial, sans-serif;
}

/* SECTION ONE STYLE */
#proplist-1 {
    width: 100%;
    height: fit-content;
    padding-top: 150px;
    padding-bottom: 35px;
}

#proplist-1 .proplist-1-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper {
    width: 700px;
    text-align: center;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .back-btt {
    margin-bottom: 18px;
    text-align: left;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .main-image-wrapper {
    width: 100%;
    height: 487px;
    display: flex;
    justify-content: center;
    align-items: center;

}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .main-image-wrapper .main-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#proplist-1 .proplist-1-wrapper .mi-fb-btts {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    opacity: 0.7;
    background-color: rgba(232, 97, 56, 0.8);
    border: none;
    transition: opacity 300ms ease-in-out;
}

#proplist-1 .proplist-1-wrapper .mi-fb-btts:hover {
    opacity: 100%;
}

#proplist-1 .proplist-1-wrapper .i-backwards-btt {
    left: -100%;
    margin-right: -50px;
    /*margin-right: -69px;*/
}

#proplist-1 .proplist-1-wrapper .i-forward-btt {
    position: relative;
    margin-left: -50px;
}

#proplist-1 .proplist-1-wrapper .mi-fb-btts .arrow {
    width: 20px;
    height: 20px;
    box-shadow: inset 2px -2px 0 1px #eaeaea;
}

#proplist-1 .proplist-1-wrapper .i-backwards-btt .arrow {
    margin-left: 8px;
    transform: rotate(45deg);
}

#proplist-1 .proplist-1-wrapper .i-forward-btt .arrow {
    margin-right: 8px;
    transform: rotate(-135deg);
}

#proplist-1 .proplist-1-wrapper #main-image-open-floorplans {
    bottom: calc(-50% + 33px);
    width: 140px;
    height: 50px;
    margin-left: -140px;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    transform: translateX(-10px);
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails {
    display: flex;
    overflow-x: auto;
    width: 100%;
    margin-top: 10px;
    gap: 0;
    padding-bottom: 5px;
    @-moz-document url-prefix() {
        scrollbar-color: #E86138 rgba(232, 231, 219, 0);
        scrollbar-width: thin;
        scroll-behavior: smooth;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails::-webkit-scrollbar {
        height: 6px;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails::-webkit-scrollbar-track {
        background: none;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails::-webkit-scrollbar-thumb {
        background: #E86138;
        border-radius: 5px;
    }
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .thumbnail {
    cursor: pointer;
    width: 150px;
    height: 80px;
    transition: 100ms box-shadow linear, 300ms transform ease-in-out;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .thumbnail img {
    position: relative;
    z-index: 0;
    object-fit: cover;
    width: 150px;
    height: 80px;
    display: block;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .thumbnail .t-box {
    position: relative;
    z-index: 1;
    width: 150px;
    height: 80px;
    margin-top: -80px;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .thumbnail:hover:not(.tb-selected) .t-box {
    box-shadow: inset 0 0 0 5px rgba(232, 97, 56, 0.5);
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .tb-selected .t-box {
    box-shadow: inset 0 0 0 5px #E86138;
}

/*#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .thumbnail:hover img,*/
/*#proplist-1 .proplist-1-wrapper .gallery-wrapper .thumbnails .tb-selected img {*/
/*    !*transform: scale(0.9);*!*/
/*}*/

#proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info {
    width: 100%;
    margin: 18px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    align-items: center;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item img {
    object-fit: scale-down;
    width: 32px;
}

#proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item p {
    font-weight: bold;
}

.decorative-separator {
    width: 100%;
    border-bottom: 1px solid #004540;
}

/* Fullscreen picture mode */
#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay {
    display: none;
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-header {
    align-self: flex-end;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-header .f-btt-close {
    cursor: pointer;
    margin-right: 25px;
    font-size: 34px;
    line-height: unset;
    color: #E8E7DB;
    transition: 300ms;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-header .f-btt-close:hover {
    color: #E86138;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-content {
    width: fit-content;
    height: fit-content;
    max-width: 90%;
    max-height: 90%;
    margin: auto 0;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-content img {
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-content .i-backwards-btt {
    left: unset;
    margin-right: unset;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-content .i-forward-btt {
    position: relative;
    margin-left: unset;
}

#proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #floorplans-images {
    display: none;
}
/* End of the fullscreen picture mode */

#proplist-1 .proplist-1-wrapper .listing-description {
    max-width: 556px;
    margin-top: 33px;
    margin-left: 90px;
    align-self: flex-start;
}

#proplist-1 .proplist-1-wrapper .listing-description p {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
}

#proplist-1 .proplist-1-wrapper .listing-description .title h1 {
    font-size: 51px;
    line-height: 56px;
    letter-spacing: -1.024px;
    font-weight: 400;
}

#proplist-1 .proplist-1-wrapper .listing-description .information {
    margin-top: 32px;
    margin-bottom: 32px;
}

#proplist-1 .proplist-1-wrapper .listing-description .information h2 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 400;
    color: #E86138;
}

#proplist-1 .proplist-1-wrapper .listing-description .information .price-sold {
    opacity: 0.4;
    text-decoration: line-through;
}

#proplist-1 .proplist-1-wrapper .listing-description .information .small-label {
    margin-top: 8px;
    margin-bottom: 16px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

#proplist-1 .proplist-1-wrapper .listing-description .btts {
    margin-top: 50px;
    display: flex;
    gap: 12px;
}

#proplist-1 .proplist-1-wrapper .listing-description .btts a {
    padding: 16px 21px;
    border-radius: 15px;
}

/* SECTION TWO STYLE */
#proplist-2 {
    width: 100%;
    height: fit-content;
}

#proplist-2 .proplist-2-wrapper {
    width: 100%;
    height: fit-content;
    padding-bottom: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
}

#proplist-2 .proplist-2-wrapper h2 {
    margin-bottom: 25px;
    align-self: flex-start;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -0.576px;
    font-weight: 400;
}

#proplist-2 .proplist-2-wrapper .property-information {
    width: 700px;
    height: fit-content;
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info h2 {
    /*margin-bottom: 30px;*/
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info .grid-wrapper {
    width: 100%;
    display: grid;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr auto;
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info .grid-wrapper .grid-item {

}

#proplist-2 .proplist-2-wrapper .property-information .investor-info .grid-wrapper .grid-item p:nth-child(1) {
    margin-bottom: 6px;
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info .small-text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

#proplist-2 .proplist-2-wrapper .property-information .investor-info .ipd-hmo-sub {
    transform: translateY(40px);
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper .ipd-hmo-sub .small-text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper h2 {
    /*margin-bottom: 30px;*/
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper .brochure-button-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around;
    gap: 10px;
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper a {
    margin-top: 25px;
    padding: 16px 21px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    border-radius: 15px;
}

#proplist-2 .proplist-2-wrapper .property-information .brochure-wrapper a span {
    margin-left: 5px;
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper {
    width: 100%;
    height: fit-content;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper h2 {
    /*margin-bottom: 30px;*/
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper .map {
    width: 100%;
    height: 500px;
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper #map-overlay {
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
    margin-bottom: -500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: Helvetica Neue, Arial, sans-serif;
    text-align: center;
    color: #eaeaea;
    background-color: rgba(149, 149, 149, 0.6);
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper #map-overlay h3 {
    margin-bottom: 22px;
    font-size: 34px;
    font-weight: 500;
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper #map-overlay span {
    font-size: 50px;
}

#proplist-2 .proplist-2-wrapper .property-information .map-wrapper .virt-tour {
    width: 100%;
    height: 500px;
}

#proplist-2 .proplist-2-wrapper .form-wrapper {
    width: fit-content;
}

#proplist-2 .proplist-2-wrapper .form-div {
    position: sticky;
    top: 110px;
    width: 556px;
    max-width: 556px;
    margin-left: 90px;
    align-items: flex-start;
}

#proplist-2 .proplist-2-wrapper .form-div .form-title h3 {
    margin-bottom: 32px;
    font-size: 29px;
    line-height: 33px;
    letter-spacing: -0.576px;
    font-weight: 400;
}

#proplist-2 .proplist-2-wrapper .form-div .form-title p {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px;
}

#proplist-2 .proplist-2-wrapper .form-div form {
    width: 90%;
    margin: 0 auto;
    padding: 35px 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
    color: #004540;
    background-color: #E8E7DB;
    border-radius: 15px;
}

#proplist-2 .proplist-2-wrapper .form-div form label,
#proplist-2 .proplist-2-wrapper .form-div form input {
    display: block;
    width: calc(100% - 22px);
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item:not(:first-child) {
    margin-top: 20px;
}

#proplist-2 .proplist-2-wrapper .form-div form label {
    margin-bottom: 5px;
}

#proplist-2 .proplist-2-wrapper .form-div form input {
    padding: 0 10px;
    font-size: 16px;
    line-height: 34px;
    color: #00504A;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 200ms;
}

#proplist-2 .proplist-2-wrapper .form-div form input:hover {
    border: 1px solid rgba(0, 80, 74, 0.5);
}

#proplist-2 .proplist-2-wrapper .form-div form input:focus {
    outline: none;
    border: 1px solid #00504A;
}

#proplist-2 .proplist-2-wrapper .form-div form textarea {
    max-width: calc(100% - 22px);
    min-width: calc(100% - 22px);
    min-height: 100px;
    max-height: 238px;
    padding: 0 10px;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 34px;
    color: #00504A;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
    transition: 200ms;
}

#proplist-2 .proplist-2-wrapper .form-div form textarea:hover {
    border: 1px solid rgba(0, 80, 74, 0.5);
}

#proplist-2 .proplist-2-wrapper .form-div form textarea:focus {
    outline: none;
    border: 1px solid #00504A;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item {
    width: 100%;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item button {
    padding: 16px 21px;
    border-radius: 15px;
    font-size: 16px;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item button:hover {
    cursor: pointer;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .label-title {
    font-size: 16px;
    line-height: 22px;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .label-small {
    font-size: 13px;
    line-height: 18px;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: normal;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div {
    width: 100%;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div:not(:first-child) {
    margin-left: 17px;
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div input {
    width: calc(100% - 22px);
}

#proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div label {
    width: max-content;
}

@media all and (min-width: 1001px) and (max-width: 1622px) {
    /* SECTION ONE STYLE */
    #proplist-1 .proplist-1-wrapper .gallery-wrapper {
        width: 50%;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item {
        gap: 2px;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item:not(:first-child) {
        margin-top: 8px;
    }

    #proplist-1 .proplist-1-wrapper .listing-description {
        width: 40%;
        margin-left: 25px;
    }

    /* SECTION TWO STYLE */
    #proplist-2 .proplist-2-wrapper .property-information {
        width: 50%;
    }

    #proplist-2 .proplist-2-wrapper .form-wrapper {
        width: 40%;
        max-width: 556px;
        margin-left: 25px;
    }

    #proplist-2 .proplist-2-wrapper .form-div {
        width: 100%;
        margin: unset;
    }

    #proplist-2 .proplist-2-wrapper .form-div form {
        margin: unset;
    }
}

@media all and (max-width: 1000px) {
    /* SECTION ONE STYLE */
    #proplist-1 .proplist-1-wrapper {
        width: 100%;
        height: fit-content;
        flex-direction: column;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper {
        width: 85%;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    #proplist-1 .proplist-1-wrapper .gallery-wrapper .house-short-info .info-item:not(:first-child) {
        margin-top: 8px;
    }

    #proplist-1 .proplist-1-wrapper .listing-description {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }

    /* SECTION TWO STYLE */
    #proplist-2 .proplist-2-wrapper {
        width: 100%;
        height: fit-content;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
    }

    #proplist-2 .proplist-2-wrapper .property-information {
        width: 85%;
    }

    #proplist-2 .proplist-2-wrapper .form-div {
        width: 85%;
        margin: 0 auto 0 auto;
    }

    #proplist-2 .proplist-2-wrapper .form-div .form-title {
        width: 100%;
        max-width: unset;
        margin-bottom: 48px;
    }

    #proplist-2 .proplist-2-wrapper .form-div {
        width: 90%;
        margin-bottom: 40px;
    }

    #proplist-2 .proplist-2-wrapper .form-div .form-title {
        margin-top: 70px;
    }

    #proplist-2 .proplist-2-wrapper .form-div .form-title h3 {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: -0.485px;
    }

    #proplist-2 .proplist-2-wrapper .form-div form label,
    #proplist-2 .proplist-2-wrapper .form-div form input {
        width: calc(100% - 22px);
    }

    #proplist-2 .proplist-2-wrapper .form-div form {
        width: unset;
        margin: unset;
    }

    #proplist-2 .proplist-2-wrapper .form-div form textarea {
        width: calc(100% - 22px);
        min-width: calc(100% - 22px);
        max-width: calc(100% - 22px);
        min-height: 100px;
        max-height: 100px;
    }

    #proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div {
        width: 100%;
    }

    #proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div:not(:first-child) {
        margin-left: 28px;
    }

    #proplist-2 .proplist-2-wrapper .form-div form .form-item .form-name div input {
        width: calc(100% - 22px);
    }
}

@media all and (max-width: 750px) {
    #proplist-1 .proplist-1-wrapper #fullscreen-image-overlay #fullscreen-content {
        max-width: 80%;
        max-height: 80%;
    }

    #proplist-2 .proplist-2-wrapper .property-information .investor-info {
        justify-content: center;
    }

    #proplist-2 .proplist-2-wrapper .property-information .investor-info .grid-wrapper {
        width: fit-content;
        margin: 0 auto 0 auto;
        grid-template-columns: auto auto;
        column-gap: 25px;
    }
}

@media all and (max-width: 500px) {

}