@font-face {font-family: 'Montserrat'; src: local('Font Name'), url(../font/Montserrat.ttf);}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat';
}

li {
    list-style: none;
}

a {
    text-decoration: none !important;
    color: #000;
}

.house-details-dots {
    width: 100%;
    display: block;
    position: relative;
    bottom: 0;
    top: -25px;
}

.house-details-dots li {
    width: 10px !important;
    height: 10px !important;
    margin: 0 2px !important;
}

#message-container {
    font-size: 12px;
    margin: 10px 0 0 0;
    font-weight: bold;
}

.header-sticky {
    display: none;
}

.header-mini {
    display: none;
}

section.house-details {
    width: 100%;
    height: fit-content;
}

section.house-details .house-details-content {
    width: 80%;
    height: fit-content;
    margin: 150px auto 0 auto;
}

.house-details-img img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}


section.house-details .house-details-content .house-details-img-content {
    width: 100%;
    height: fit-content;
    display: flex;
    margin: 0 0 50px 0;
}

section.house-details .house-details-content .house-details-img-content .house-details-btn {
    width: 7.5%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.house-details .house-details-content .house-details-img-content .house-details-img {
    width: 85%;
    height: fit-content;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1px;
}

section.house-details .house-details-content .house-details-img-content .house-details-img img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.house-details-wrapper {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    margin: 0 auto;
}

.house-details-nav {
    padding: 0 10px;
}

img.house-details-slide {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    z-index: -1;
}

section.house-details-text {
    width: 100%;
    height: fit-content;
    margin: 0 0 50px 0;
}

section.house-details-text .house-details-text-content {
    width: 75%;
    height: fit-content;
    margin: 30px auto 0 auto;
}

section.house-details-text .house-details-text-content h2 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

section.house-details-text .house-details-text-content p {
    font-size: 18px;
    margin: 0 0 15px 0;
}

header {
    --header-height--: 100px;
    width: 100%;
    height: var(--header-height--);
    background-color: #fff;
    border-bottom: solid 1px #000;
    position: fixed;
    z-index: 9999;
    top: 0;
}

header nav {
    width: 90%;
    height: var(--header-height--);
    margin: 0 auto;
}

header nav ul {
    width: 100%;
    height: var(--header-height--);
    display: flex;
}

header nav ul .logo {
    width: 20%;
    height: var(--header-height--);
    display: flex;
    align-items: center;
}

header nav ul .logo img {
    width: 100px;
}

header nav ul .navigation-menu {
    width: 60%;
    height: var(--header-height--);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul .navigation-menu a {
    font-size: 20px;
}

header nav ul .number {
    width: 20%;
    height: var(--header-height--);
    display: flex;
    justify-content: end;
    align-items: center;
}

header nav ul .number .number-items {
    width: fit-content;
    height: fit-content;
}

header nav ul .number .number-items li {
    margin: 0 0 5px 0;
}

header nav ul .number .number-items a {
    font-size: 14px;
}

header nav ul .number .number-items p {
    font-size: 10px;
}

header nav ul .number .number-items button {
    background-color: #4bae4f;
    border: unset;
    padding: 6px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

header nav ul .number .number-items img {
    width: 20px;
    filter: invert(1);
}

.main {
    width: 100%;
    height: 100vh;
    margin: 0;
}

.main .main-items {
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: end;
    padding: 90px 0;
}

.main .main-items .main-items-content h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600px;
    letter-spacing: 3px;
    margin: 30px 0 20px 0;
}

.main .main-items .main-items-content button {
    padding: 10px 50px;
    font-size: 16px;
    background-color: #4D0327;
    border: unset;
    color: #fff;
    border-radius: 5px;
    position: relative;
    right: 0;
    cursor: pointer;
}

.main .main-items .main-items-content .main-items-btn {
    width: 100%;
    display: flex;
    justify-content: end;
}

.main .main-fon {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: -1;
    background-color: #000;
    top: 80px;
    left: 0;
}

.main .main-fon img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
    opacity: 60%;
}

section.house-for-sale {
    width: 100%;
    height: fit-content;
}

section.house-for-sale .house-for-sale-content {
    width: 80%;
    height: fit-content;
    margin: 130px auto 0 auto;
}

section.house-for-sale .house-for-sale-content .house-for-sale-title {
    margin: 0 0 10px 0;
}

section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
    font-size: 36px;
    font-weight: 400;
}

section.house-for-sale .house-for-sale-content .house-for-sale-desc {
    margin: 0 0 50px 0;
}

section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
    font-size: 14px;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items {
    width: 100%;
    height: fit-content;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
    width: 100%;
    height: fit-content;
    padding: 10px;
    display: flex;
    box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
    border-radius: 10px;
    margin: 0 0 30px 0;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item.inactive {
    box-shadow: #4D0327 0 0 5px 2px;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
    width: 40%;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
    width: 100%;
    height: 335px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
    width: 60%;
    height: 335px;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
    font-size: 15px;
    font-weight: 400;
    width: 85%;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
    margin-top: auto;
}

section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
    width: fit-content;
    padding: 15px 20px;
    font-size: 16px;
    background-color: #4D0327;
    color: #fff;
    border-radius: 5px;
    display: block;
}

section.desc {
    width: 100%;
    height: fit-content;
}

section.desc .desc-content {
    width: 80%;
    height: fit-content;
    margin: 130px auto 0 auto;
}

section.desc .desc-content .desc-title {
    width: 100%;
    height: fit-content;
    margin: 0 0 25px 0;
}

section.desc .desc-content .desc-title h1 {
    font-size: 36px;
    font-weight: 400;
}

section.desc .desc-content .desc-container {
    width: 100%;
    height: fit-content;
    display: flex;
    margin: 0 0 80px 0;
}

section.desc .desc-content .desc-container .desc-info-one {
    width: 60%;
}

section.desc .desc-content .desc-container .desc-info-one p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 50px 0;
}

section.desc .desc-content .desc-container .desc-info-one img {
    width: 100%;
    display: block;
}

section.desc .desc-content .desc-container .desc-info-two {
    width: 40%;
    margin: 0 0 0 100px;
}

section.desc .desc-content .desc-container .desc-info-two p {
    font-size: 16px;
    font-weight: 400;
    margin: 50px 0 0 0;
}

section.desc .desc-content .desc-container .desc-info-two img {
    width: 100%;
    display: block;
}

section.desc .desc-content .desc-info-key {
    width: 80%;
    display: flex;
    margin: 0 auto;
}

section.desc .desc-content .desc-info-key p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 50px 0 0;
}

section.desc .desc-content .desc-info-key img {
    width: 500px;
    display: block;
}

section.desc .desc-content .master-plan {
    width: 100%;
    height: fit-content;
    margin: 80px 0;
}

section.desc .desc-content .master-plan h1 {
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 25px 0;
}

section.desc .desc-content .master-plan img {
    width: 100%;
    display: block;
}

section.map {
    --map-height--: 100vh;
    width: 100%;
    height: var(--map-height--);
    cursor: pointer;
}

section.map .map-content {
    width: fit-content;
    height: fit-content;
    position: absolute;
    margin: -550px 0 0 100px;
    cursor: default;
}

section.map .map-content .map-time {
    width: 550px;
    height: fit-content;
    padding: 30px;
    background-color: rgba(250, 250, 250, 0.500);
    border-radius: 5px;
    display: inline-block;
}

section.map .map-content .map-time p {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
}

section.map iframe {
    height: var(--map-height--);
    display: block;
}

section.map-mobile {
    --map-mobile-height--: 100vh;
    width: 100%;
    height: var(--map-mobile-height--);
    display: none;
}

section.map-mobile .map-mobile-content {
    width: 100%;
    height: var(--map-mobile-height--);
    display: flex;
    align-items: flex-end;
}

section.map-mobile .map-mobile-content .map-time {
    width: 550px;
    height: fit-content;
    padding: 30px;
    background-color: rgba(250, 250, 250, 0.500);
    margin: 0 0 100px 100px;
    border-radius: 5px;
}

section.map-mobile .map-mobile-content .map-time p {
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0;
}

section.map-mobile iframe {
    height: var(--map-mobile-height--);
    display: block;
    position: absolute;
    z-index: -1;
}

section.gallery-slider {
    width: 100%;
    margin: 0 0 50px 0;
}

section.gallery-slider .gallery-slider-content {
    width: 80%;
    margin: 130px auto 50px auto;
}

section.gallery-slider .gallery-slider-content .gallery-title {
    width: 85%;
    margin: 0 auto 25px auto;
}

section.gallery-slider .gallery-slider-content .gallery-title h1 {
    font-size: 36px;
    font-weight: 400;
}

.gallery-slider-container {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    display: flex;
}

.gallery-slider-container .gallery-slider-for {
    width: 85%;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1px;
}

.gallery-slider-container .gallery-btn {
    width: 7.5%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

img.slide-for {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.gallery-wrapper {
    width: 100%;
    height: fit-content;
    overflow: hidden;
    margin: 0 auto;
}

.slide-nav {
    padding: 0 10px;
}

img.slide {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px;
    z-index: -1;
}

svg {
    width: 40px;
    height: 40px;
    fill: #fff;
}

#prevBtn,
#nextBtn {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    background-color: #4D0327;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#prevBtn:focus,
#nextBtn:focus {
    outline: none;
}

section.progress {
    width: 100%;
    height: fit-content;
}

section.progress .progress-content {
    width: 80%;
    height: fit-content;
    margin: 130px auto 0 auto;
}

section.progress .progress-content .progress-title {
    width: 85%;
    margin: 0 auto 25px auto;
}

section.progress .progress-content .progress-title h1 {
    font-size: 36px;
    font-weight: 400;
}

.progress-slider {
    width: 100%;
    height: fit-content;
    display: flex;
    margin: 0 0 50px 0;
}

.progress-slider .progress-btn {
    width: 7.5%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.progress-slider .progress-slides-content {
    width: 85%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    perspective: 1px;
}

.progress-slider .progress-slides img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.progress-mini-slider {
    display: none;
}

.whatsapp-mobile {
    width: fit-content;
    height: fit-content;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}

.whatsapp-mobile button {
    width: 70px;
    height: 70px;
    background-color: #4bae4f;
    border: unset;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.whatsapp-mobile img {
    width: 35px;
    filter: invert(1);
}

footer {
    width: 100%;
    height: fit-content;
    padding: 50px 0;
    background-color: #fff;
    border-top: solid 1px #000;
}

footer .footer-content {
    width: 50%;
    height: fit-content;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

footer .footer-content .footer-form-content {
    width: 50%;
}

footer .footer-content .footer-modal h1 {
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin: 0 0 20px 0;
}

footer .footer-content .footer-modal button {
    padding: 15px 80px;
    font-size: 18px;
    border-radius: 5px;
    border: unset;
    background-color:#4D0327;
    color: #fff;
    cursor: pointer;
}

.modal {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.500);
    z-index: 9999;
    display: none;
}

.modal .modal-content {
    width: fit-content;
    height: fit-content;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 5px;
}

.modal .modal-content form.footer-form .modal-close-btn {
    width: 100%;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .modal-content form.footer-form .modal-close-btn span {
    font-size: 30px;
    cursor: pointer;
    position: relative;
    right: -85px;
    top: -28px;
}

.modal .modal-content form.footer-form h1 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px 0;
}

.modal .modal-content form.footer-form label {
    font-size: 14px;
}

.modal .modal-content form.footer-form input {
    width: 350px;
    padding: 10px;
    border-radius: 5px;
    outline: none;
    border: solid 1px rgba(0, 0, 0, 0.300);
    font-size: 14px;
    color: #000;
    margin: 5px 0 10px 0;
}

.modal .modal-content form.footer-form button {
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 5px;
    border: unset;
    background-color: #4D0327;
    color: #fff;
    margin: 15px 0 0 0;
    cursor: pointer;
}

footer .footer-content .footer-items {
    width: 50%;
    display: flex;
    justify-content: center;
}

footer .footer-content .footer-items li {
    margin: 0 0 15px 0;
    font-size: 16px;
    transition: all 0.2s;
}

footer .footer-content .footer-items img {
    width: 30px;
    height: 30px;
    filter: invert(1);
}

@media (min-width: 1440px) and (max-width: 1600px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 80%;
        height: fit-content;
        margin: 150px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 50px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 85%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 50px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 75%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 18px;
        margin: 0 0 5px 0;
    }

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-items {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
        justify-content: end;
        padding: 90px 0;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 85%;
        margin: 120px auto 0 auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 50px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 14px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        padding: 8px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        padding: 0 0 0 15px;
        height: 280px;
        display: flex;
        flex-direction: column;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 90%;
        font-size: 15px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 15px 20px;
        font-size: 16px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 85%;
        margin: 120px auto 50px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 36px;
        font-weight: 400;
    }

    section.gallery-slider {
        width: 100%;
        margin: 0 0 50px 0;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 80%;
        margin: 130px auto 50px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 36px;
        font-weight: 400;
    }
    
    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 85%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    img.slide-for {
        width: 100%;
        height: 650px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 160px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }

    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 85%;
        height: fit-content;
        margin: 120px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 36px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 80px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 60%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 50px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 40%;
        margin: 0 0 0 100px;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 16px;
        font-weight: 400;
        margin: 50px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 90%;
        display: flex;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 50px 0 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 500px;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 85%;
        height: fit-content;
        margin: 120px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.progress .progress-content .progress-title h1 {
        font-size: 36px;
        font-weight: 400;
    }

    .progress-slider {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 50px 0;
    }
    
    .progress-slider .progress-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .progress-slider .progress-slides-content {
        width: 85%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    .progress-slider .progress-slides img {
        width: 100%;
        height: 650px;
        object-fit: cover;
    }

    /* btn */

    svg {
        width: 40px;
        height: 40px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 70px;
        height: 70px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 100vh;
        width: 100%;
        height: var(--map-height--);
        cursor: pointer;
    }
    
    section.map .map-content {
        width: fit-content;
        height: fit-content;
        position: absolute;
        margin: -480px 0 0 70px;
        cursor: default;
    }
    
    section.map .map-content .map-time {
        width: 550px;
        height: fit-content;
        padding: 30px;
        background-color: rgba(250, 250, 250, 0.500);
        border-radius: 5px;
        display: inline-block;
    }
    
    section.map .map-content .map-time p {
        font-size: 14px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map iframe {
        height: var(--map-height--);
        display: block;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 90%;
        height: fit-content;
        margin: 120px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 30px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 85%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 50px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 75%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 16px;
        margin: 0 0 5px 0;
    }

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-items {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
        justify-content: end;
        padding: 90px 0;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 90%;
        margin: 110px auto 0 auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 50px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 14px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        padding: 8px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        padding: 0 0 0 15px;
        height: 280px;
        display: flex;
        flex-direction: column;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 24px;
        margin: 0 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 90%;
        font-size: 15px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 15px 20px;
        font-size: 16px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 90%;
        margin: 110px auto 50px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 36px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 85%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    img.slide-for {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 140px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    

    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 90%;
        height: fit-content;
        margin: 110px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 36px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 80px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 60%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 50px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 40%;
        margin: 0 0 0 100px;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 16px;
        font-weight: 400;
        margin: 50px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 90%;
        display: flex;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 16px;
        font-weight: 400;
        margin: 0 50px 0 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 500px;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 36px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 90%;
        height: fit-content;
        margin: 110px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        width: 80%;
        margin: 0 auto 25px auto;
    }
    
    section.progress .progress-content .progress-title h1 {
        font-size: 36px;
        font-weight: 400;
    }

    .progress-slider {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 50px 0;
    }
    
    .progress-slider .progress-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .progress-slider .progress-slides-content {
        width: 85%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    .progress-slider .progress-slides img {
        width: 100%;
        height: 650px;
        object-fit: cover;
    }
    
    /* btn */

    svg {
        width: 35px;
        height: 35px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 100vh;
        width: 100%;
        height: var(--map-height--);
        cursor: pointer;
    }
    
    section.map .map-content {
        width: fit-content;
        height: fit-content;
        position: absolute;
        margin: -480px 0 0 70px;
        cursor: default;
    }
    
    section.map .map-content .map-time {
        width: 550px;
        height: fit-content;
        padding: 30px;
        background-color: rgba(250, 250, 250, 0.500);
        border-radius: 5px;
        display: inline-block;
    }
    
    section.map .map-content .map-time p {
        font-size: 14px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map iframe {
        height: var(--map-height--);
        display: block;
    }
}

@media (min-width: 1024px) and (max-width: 1280px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 95%;
        height: fit-content;
        margin: 120px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 30px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 85%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 40px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 75%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 26px;
        font-weight: 400;
        margin: 0 0 8px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 14px;
        margin: 0 0 5px 0;
    }

    footer {
        width: 100%;
        height: fit-content;
        padding: 50px 0;
        background-color: #fff;
        border-top: solid 1px #000;
    }
    
    footer .footer-content {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-content .footer-form-content {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    footer .footer-content .footer-modal {
        text-align: center;
    }

    footer .footer-content .footer-modal h1 {
        font-size: 20px;
        font-weight: 400;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    footer .footer-content .footer-modal button {
        padding: 15px 80px;
        font-size: 18px;
        border-radius: 5px;
        border: unset;
        background-color:#4D0327;
        color: #fff;
        cursor: pointer;
    }
    
    .modal {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.500);
        z-index: 9999;
        display: none;
    }
    
    .modal .modal-content {
        width: fit-content;
        height: fit-content;
        padding: 30px 40px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn span {
        font-size: 30px;
        cursor: pointer;
        position: relative;
        right: -85px;
        top: -28px;
    }
    
    .modal .modal-content form.footer-form h1 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    .modal .modal-content form.footer-form label {
        font-size: 14px;
    }
    
    .modal .modal-content form.footer-form input {
        width: 350px;
        padding: 10px;
        border-radius: 5px;
        outline: none;
        border: solid 1px rgba(0, 0, 0, 0.300);
        font-size: 14px;
        color: #000;
        margin: 5px 0 10px 0;
    }
    
    .modal .modal-content form.footer-form button {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        border: unset;
        background-color: #4D0327;
        color: #fff;
        margin: 15px 0 0 0;
        cursor: pointer;
    }
    
    footer .footer-content .footer-items {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer .footer-content .footer-items li {
        margin: 0 0 15px 0;
        font-size: 16px;
        transition: all 0.2s;
    }

    footer .footer-content .footer-items img {
        width: 30px;
        height: 30px;
        filter: invert(1);
    }

    header {
        --header-height--: 90px;
        width: 100%;
        height: var(--header-height--);
        background-color: #fff;
        border-bottom: solid 1px #000;
        position: fixed;
        z-index: 9999;
        top: 0;
    }
    
    header nav {
        width: 90%;
        height: var(--header-height--);
        margin: 0 auto;
    }
    
    header nav ul {
        width: 100%;
        height: var(--header-height--);
        display: flex;
    }
    
    header nav ul .logo {
        width: 15%;
        height: var(--header-height--);
        display: flex;
        align-items: center;
    }
    
    header nav ul .logo img {
        width: 85px;
    }
    
    header nav ul .navigation-menu {
        width: 65%;
        height: var(--header-height--);
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    header nav ul .navigation-menu a {
        font-size: 18px;
    }
    
    header nav ul .number {
        width: 20%;
        height: var(--header-height--);
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    header nav ul .number .number-items {
        width: fit-content;
        height: fit-content;
    }
    
    header nav ul .number .number-items li {
        margin: 0 0 5px 0;
    }
    
    header nav ul .number .number-items a {
        font-size: 12px;
    }
    
    header nav ul .number .number-items p {
        font-size: 10px;
    }
    
    header nav ul .number .number-items button {
        background-color: #4bae4f;
        border: unset;
        padding: 6px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    header nav ul .number .number-items img {
        width: 20px;
        filter: invert(1);
    }

    /* main */

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-items {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
        justify-content: end;
        padding: 90px 0;
    }
    
    .main .main-items .main-items-content h1 {
        color: #fff;
        font-size: 35px;
        font-weight: 600px;
        letter-spacing: 3px;
        margin: 30px 0 20px 0;
    }
    
    .main .main-items .main-items-content button {
        padding: 10px 50px;
        font-size: 18px;
        background-color: #4D0327;
        border: unset;
        color: #fff;
        border-radius: 5px;
        position: relative;
        right: 0;
        cursor: pointer;
    }
    
    .main .main-items .main-items-content .main-items-btn {
        width: 100%;
        display: flex;
        justify-content: end;
    }
    
    .main .main-fon {
        width: 100%;
        height: 100vh;
        position: absolute;
        z-index: -1;
        background-color: #000;
        top: 0;
        left: 0;
    }
    
    .main .main-fon img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        opacity: 60%;
    }

    /* 1 */

    section.house-for-sale {
        width: 100%;
        height: fit-content;
    }
    
    section.house-for-sale .house-for-sale-content {
        width: 90%;
        height: fit-content;
        margin: 110px auto 0 auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-title {
        margin: 0 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
        font-size: 30px;
        font-weight: 400;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 30px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 12px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items {
        width: 100%;
        height: fit-content;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        width: 100%;
        height: fit-content;
        padding: 8px;
        display: flex;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
        margin: 0 0 30px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item.inactive {
        box-shadow: #4D0327 0 0 5px 2px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
        width: 40%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        width: 60%;
        height: 230px;
        padding: 0 0 0 20px;
        display: flex;
        flex-direction: column;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        font-size: 12px;
        font-weight: 400;
        width: 90%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 10px 18px;
        font-size: 14px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 90%;
        margin: 110px auto 50px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 85%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    img.slide-for {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }

    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 90%;
        height: fit-content;
        margin: 110px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 30px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 80px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 60%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 40%;
        margin: 0 0 0 100px;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 14px;
        font-weight: 400;
        margin: 30px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 90%;
        display: flex;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 14px;
        font-weight: 400;
        margin: 0 30px 0 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 300px;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0;
        text-align: center;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 90%;
        height: fit-content;
        margin: 110px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.progress .progress-content .progress-title h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .progress-slider {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 50px 0;
    }
    
    .progress-slider .progress-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .progress-slider .progress-slides-content {
        width: 85%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    .progress-slider .progress-slides img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    
    /* btn */

    svg {
        width: 30px;
        height: 30px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 100vh;
        width: 100%;
        height: var(--map-height--);
        cursor: pointer;
    }
    
    section.map .map-content {
        width: fit-content;
        height: fit-content;
        position: absolute;
        margin: -420px 0 0 50px;
        cursor: default;
    }
    
    section.map .map-content .map-time {
        width: 500px;
        height: fit-content;
        padding: 20px;
        background-color: rgba(250, 250, 250, 0.500);
        border-radius: 5px;
        display: inline-block;
    }
    
    section.map .map-content .map-time p {
        font-size: 13px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map iframe {
        height: var(--map-height--);
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 95%;
        height: fit-content;
        margin: 40px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 30px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 100%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 40px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 24px;
        font-weight: 400;
        margin: 0 0 8px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 14px;
        margin: 0 0 8px 0;
    }

    footer {
        width: 100%;
        height: fit-content;
        padding: 50px 0;
        background-color: #fff;
        border-top: solid 1px #000;
    }
    
    footer .footer-content {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-content .footer-form-content {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    footer .footer-content .footer-modal {
        text-align: center;
    }

    footer .footer-content .footer-modal h1 {
        font-size: 18px;
        font-weight: 400;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    footer .footer-content .footer-modal button {
        padding: 15px 80px;
        font-size: 16px;
        border-radius: 5px;
        border: unset;
        background-color:#4D0327;
        color: #fff;
        cursor: pointer;
    }
    
    .modal {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.500);
        z-index: 9999;
        display: none;
    }
    
    .modal .modal-content {
        width: fit-content;
        height: fit-content;
        padding: 30px 40px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn span {
        font-size: 30px;
        cursor: pointer;
        position: relative;
        right: -85px;
        top: -28px;
    }
    
    .modal .modal-content form.footer-form h1 {
        font-size: 24px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    .modal .modal-content form.footer-form label {
        font-size: 14px;
    }
    
    .modal .modal-content form.footer-form input {
        width: 350px;
        padding: 10px;
        border-radius: 5px;
        outline: none;
        border: solid 1px rgba(0, 0, 0, 0.300);
        font-size: 14px;
        color: #000;
        margin: 5px 0 10px 0;
    }
    
    .modal .modal-content form.footer-form button {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        border: unset;
        background-color: #4D0327;
        color: #fff;
        margin: 15px 0 0 0;
        cursor: pointer;
    }
    
    footer .footer-content .footer-items {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer .footer-content .footer-items li {
        margin: 0 0 15px 0;
        font-size: 12px;
        transition: all 0.2s;
    }
    
    footer .footer-content .footer-items img {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    header {
        display: none;
    }

    /* header-mini */

    .header-mini {
        width: 100%;
        height: fit-content;
        background-color: #fff;
        display: block;
    }

    .header-mini nav {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .header-mini nav ul {
        width: 100%;
    }

    .header-mini nav ul .logo {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .header-mini nav ul .logo img {
        width: 100px;
    }

    .header-mini nav ul .header-mini-contacts {
        width: 100%;
        display: flex;
        padding: 0 0 15px 0;
    }

    .header-mini nav ul .number {
        width: 50%;
        height: auto;
        display: flex;
        align-items: center;
    }
    
    .header-mini nav ul .number li {
        margin: 0 10px;
    }
    
    .header-mini nav ul .number a {
        font-size: 15px;
    }
    
    .header-mini nav ul .whatsapp {
        width: 50%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .header-mini nav ul .whatsapp button {
        background-color: #4bae4f;
        border: unset;
        padding: 8px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .header-mini nav ul .whatsapp img {
        width: 27px;
        filter: invert(1);
    }

    .header-sticky {
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #000;
        position: sticky;
        top: 0;
        z-index: 9999;
        display: block;
    }

    .header-sticky .header-sticky-menu {
        width: 90%;
        margin: 0 auto;
    }

    .header-sticky .navigation-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-top: solid 1px rgba(0, 0, 0, 0.100);
    }

    .header-sticky .navigation-menu li {
        font-size: 17px;
    }

    /* main */

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-fon {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: -1;
        background-color: #000;
        top: 0;
        left: 0;
    }
    
    .main .main-fon img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        opacity: 60%;
    }

    .main .main-items {
        width: 100%;
        height: fit-content;
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 70px 0 0 0;
        position: absolute;
    }
    
    .main .main-items .main-items-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600px;
        letter-spacing: 3px;
        margin: 30px 0 20px 0;
    }
    
    .main .main-items .main-items-content button {
        padding: 15px 50px;
        font-size: 20px;
        background-color: #4D0327;
        border: unset;
        color: #fff;
        border-radius: 10px;
        position: relative;
        right: 0;
        cursor: pointer;
    }
    
    .main .main-items .main-items-content .main-items-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 95%;
        margin: 40px auto 0 auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
        font-size: 30px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 50px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 12px;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        width: 95%;
        padding: 10px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
        margin: 0 auto 20px auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
        width: 100%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        width: 100%;
        padding: 0;
        height: fit-content;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 20px;
        margin: 5px 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: 35px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 15px 20px;
        font-size: 16px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 95%;
        margin: 50px auto 50px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 85%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    img.slide-for {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }

    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 90%;
        height: fit-content;
        margin: 50px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 30px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 80px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 60%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 40%;
        margin: 0 0 0 100px;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 12px;
        font-weight: 400;
        margin: 30px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 90%;
        display: flex;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 12px;
        font-weight: 400;
        margin: 0 30px 0 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 300px;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0;
        text-align: center;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 30px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 90%;
        height: fit-content;
        margin: 50px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        width: 85%;
        margin: 0 auto 25px auto;
    }
    
    section.progress .progress-content .progress-title h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .progress-slider {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 50px 0;
    }
    
    .progress-slider .progress-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .progress-slider .progress-slides-content {
        width: 85%;
        height: auto;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    .progress-slider .progress-slides img {
        width: 100%;
        height: 450px;
        object-fit: cover;
    }
    
    /* btn */

    svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 100vh;
        width: 100%;
        height: var(--map-height--);
        cursor: pointer;
    }
    
    section.map .map-content {
        width: fit-content;
        height: fit-content;
        position: absolute;
        margin: -400px 0 0 30px;
        cursor: default;
    }
    
    section.map .map-content .map-time {
        width: 480px;
        height: fit-content;
        padding: 20px;
        background-color: rgba(250, 250, 250, 0.500);
        border-radius: 5px;
        display: inline-block;
    }
    
    section.map .map-content .map-time p {
        font-size: 12px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map iframe {
        height: var(--map-height--);
        display: block;
    }
}

@media (min-width: 425px) and (max-width: 768px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 30px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 100%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 30px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 12px;
        margin: 0 0 8px 0;
    }
    
    footer {
        width: 100%;
        height: fit-content;
        padding: 50px 0;
        background-color: #fff;
        border-top: solid 1px #000;
    }
    
    footer .footer-content {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-content .footer-form-content {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    footer .footer-content .footer-modal {
        text-align: center;
    }

    footer .footer-content .footer-modal h1 {
        font-size: 16px;
        font-weight: 400;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    footer .footer-content .footer-modal button {
        padding: 12px 70px;
        font-size: 16px;
        border-radius: 5px;
        border: unset;
        background-color:#4D0327;
        color: #fff;
        cursor: pointer;
    }
    
    .modal {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.500);
        z-index: 9999;
        display: none;
    }
    
    .modal .modal-content {
        width: fit-content;
        height: fit-content;
        padding: 30px 20px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn span {
        font-size: 30px;
        cursor: pointer;
        position: relative;
        right: -85px;
        top: -28px;
    }
    
    .modal .modal-content form.footer-form h1 {
        font-size: 20px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    .modal .modal-content form.footer-form label {
        font-size: 14px;
    }
    
    .modal .modal-content form.footer-form input {
        width: 350px;
        padding: 10px;
        border-radius: 5px;
        outline: none;
        border: solid 1px rgba(0, 0, 0, 0.300);
        font-size: 14px;
        color: #000;
        margin: 5px 0 10px 0;
    }
    
    .modal .modal-content form.footer-form button {
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        border: unset;
        background-color: #4D0327;
        color: #fff;
        margin: 15px 0 0 0;
        cursor: pointer;
    }
    
    footer .footer-content .footer-items {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer .footer-content .footer-items li {
        margin: 0 0 15px 0;
        font-size: 12px;
        transition: all 0.2s;
    }
    
    footer .footer-content .footer-items img {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    header {
        display: none;
    }

    .whatsapp-mobile {
        display: block;
    }

    /* header-mini */

    .header-mini {
        width: 100%;
        height: fit-content;
        background-color: #fff;
        display: block;
    }

    .header-mini nav {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .header-mini nav ul {
        width: 100%;
    }

    .header-mini nav ul .logo {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .header-mini nav ul .logo img {
        width: 85px;
    }

    .header-mini nav ul .header-mini-contacts {
        width: 100%;
        display: flex;
        padding: 0 0 10px 0;
    }

    .header-mini nav ul .number {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .header-mini nav ul .number li {
        margin: 0;
        font-size: 12px;
        margin: 0 0 0 20px;
    }
    
    .header-mini nav ul .number p {
        font-size: 12px;
    }
    
    .header-mini nav ul .whatsapp {
        width: 10%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        display: none;
    }
    
    .header-mini nav ul .whatsapp button {
        background-color: #4bae4f;
        border: unset;
        padding: 5px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .header-mini nav ul .whatsapp img {
        width: 20px;
        filter: invert(1);
    }

    .header-sticky {
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #000;
        position: sticky;
        top: 0;
        z-index: 9999;
        display: block;
    }

    .header-sticky .header-sticky-menu {
        width: 95%;
        margin: 0 auto;
    }

    .header-sticky .navigation-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-top: solid 1px rgba(0, 0, 0, 0.100);
        font-size: 12px;
    }
    .header-sticky .navigation-menu {
        justify-content: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    .header-sticky .navigation-menu li {
        font-size: 12px;
    }

    /* main */

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-fon {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: -1;
        background-color: #000;
        top: 0;
        left: 0;
    }
    
    .main .main-fon img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        opacity: 60%;
    }

    .main .main-items {
        width: 100%;
        height: fit-content;
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 50px 0 0 0;
        position: absolute;
    }
    
    .main .main-items .main-items-content h1 {
        color: #fff;
        font-size: 30px;
        font-weight: 600px;
        letter-spacing: 3px;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .main .main-items .main-items-content button {
        padding: 15px 50px;
        font-size: 20px;
        background-color: #4D0327;
        border: unset;
        color: #fff;
        border-radius: 10px;
        position: relative;
        right: 0;
        cursor: pointer;
    }
    
    .main .main-items .main-items-content .main-items-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 95%;
        margin: 30px auto 0 auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
        font-size: 25px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 30px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 12px;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        width: 100%;
        padding: 10px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
        margin: 0 auto 20px auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
        width: 100%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        width: 100%;
        padding: 0;
        height: fit-content;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 20px;
        margin: 5px 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 100%;
        font-size: 12px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: 25px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 10px 20px;
        font-size: 12px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 95%;
        margin: 30px auto 30px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 25px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 100%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    img.slide-for {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }

    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 25px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 100%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 100%;
        margin: 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 12px;
        font-weight: 400;
        margin: 30px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 12px;
        font-weight: 400;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0;
        text-align: center;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 25px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    .progress-slider {
        display: none;
    }

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 80%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        display: none;
    }

    .progress-mini-title {
        width: 100%;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .progress-mini-title h1 {
        font-size: 30px;
        font-weight: 400;
    }

    .progress-mini-slider {
        width: 100%;
        height: fit-content;
        display: block;
    }

    .progress-mini-slider .progress-mini-btn-items {
        display: none !important;
    }

    .progress-mini-slider .progress-mini-slides {
        width: 100%;
        height: 400px;
    }

    .progress-mini-slider .progress-mini-slide {
        width: fit-content;
        height: 250px;
        padding: 0 20px;
        display: inline-block;
        margin: 25px 0 0 0;
    }

    .progress-mini-slider .progress-mini-slides img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .progress-mini-slider .progress-mini-slides .slick-center {
        height: 300px;
        margin: 0;
    }

    /* btn */

    svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 100vh;
        width: 100%;
        height: var(--map-height--);
        cursor: pointer;
    }
    
    section.map .map-content {
        width: fit-content;
        height: fit-content;
        position: absolute;
        margin: -370px 0 0 12px;
        cursor: default;
    }
    
    section.map .map-content .map-time {
        width: 360px;
        height: fit-content;
        padding: 15px;
        background-color: rgba(250, 250, 250, 0.500);
        border-radius: 5px;
        display: inline-block;
    }
    
    section.map .map-content .map-time p {
        font-size: 10px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map iframe {
        height: var(--map-height--);
        display: block;
    }
}

@media (min-width: 320px) and (max-width: 425px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 20px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 100%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 120px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 30px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 20px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 12px;
        margin: 0 0 7px 0;
    }

    footer {
        width: 100%;
        height: fit-content;
        padding: 50px 0;
        background-color: #fff;
        border-top: solid 1px #000;
    }
    
    footer .footer-content {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-content .footer-form-content {
        width: 100%;
        margin: 0 0 40px 0;
    }
    
    footer .footer-content .footer-modal {
        text-align: center;
    }

    footer .footer-content .footer-modal h1 {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin: 0 0 15px 0;
    }
    
    footer .footer-content .footer-modal button {
        padding: 12px 60px;
        font-size: 12px;
        border-radius: 5px;
        border: unset;
        background-color:#4D0327;
        color: #fff;
        cursor: pointer;
    }
    
    .modal {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.500);
        z-index: 9999;
        display: none;
    }
    
    .modal .modal-content {
        width: fit-content;
        height: fit-content;
        padding: 25px 20px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn span {
        font-size: 30px;
        cursor: pointer;
        position: relative;
        right: -60px;
        top: -28px;
    }
    
    .modal .modal-content form.footer-form h1 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    .modal .modal-content form.footer-form label {
        font-size: 12px;
    }
    
    .modal .modal-content form.footer-form input {
        width: 250px;
        padding: 7px;
        border-radius: 5px;
        outline: none;
        border: solid 1px rgba(0, 0, 0, 0.300);
        font-size: 14px;
        color: #000;
        margin: 5px 0 10px 0;
    }
    
    .modal .modal-content form.footer-form button {
        font-size: 14px;
        padding: 10px 25px;
        border-radius: 5px;
        border: unset;
        background-color: #4D0327;
        color: #fff;
        margin: 15px 0 0 0;
        cursor: pointer;
    }
    
    footer .footer-content .footer-items {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer .footer-content .footer-items li {
        margin: 0 0 15px 0;
        font-size: 9px;
        transition: all 0.2s;
    }
    
    footer .footer-content .footer-items img {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    header {
        display: none;
    }

    .whatsapp-mobile {
        display: block;
    }

    /* header-mini */

    .header-mini {
        width: 100%;
        height: fit-content;
        background-color: #fff;
        display: block;
    }

    .header-mini nav {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .header-mini nav ul {
        width: 100%;
    }

    .header-mini nav ul .logo {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .header-mini nav ul .logo img {
        width: 80px;
    }

    .header-mini nav ul .header-mini-contacts {
        width: 100%;
        display: flex;
        padding: 0 0 10px 0;
    }

    .header-mini nav ul .number {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .header-mini nav ul .number li {
        margin: 0;
        font-size: 9px;
        margin: 0 0 0 15px;
    }
    
    .header-mini nav ul .number p {
        font-size: 9px;
    }
    
    .header-mini nav ul .whatsapp {
        width: 10%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        display: none;
    }
    
    .header-mini nav ul .whatsapp button {
        background-color: #4bae4f;
        border: unset;
        padding: 5px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .header-mini nav ul .whatsapp img {
        width: 20px;
        filter: invert(1);
    }

    .header-sticky {
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #000;
        position: sticky;
        top: 0;
        z-index: 9999;
        display: block;
    }

    .header-sticky .header-sticky-menu {
        width: 95%;
        margin: 0 auto;
    }

    .header-sticky .navigation-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-top: solid 1px rgba(0, 0, 0, 0.100);
        font-size: 10px;
    }
    .header-sticky .navigation-menu {
        justify-content: center;
        flex-wrap: wrap;
        gap: 10px;
    }

    .header-sticky .navigation-menu li {
        font-size: 9.5px;
        font-weight: bold;
    }

    /* main */

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-fon {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: -1;
        background-color: #000;
        top: 0;
        left: 0;
    }
    
    .main .main-fon img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        opacity: 60%;
    }

    .main .main-items {
        width: 100%;
        height: fit-content;
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 30px 0 0 0;
        position: absolute;
    }
    
    .main .main-items .main-items-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 600px;
        letter-spacing: 3px;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .main .main-items .main-items-content button {
        padding: 15px 50px;
        font-size: 15px;
        background-color: #4D0327;
        border: unset;
        color: #fff;
        border-radius: 10px;
        position: relative;
        right: 0;
        cursor: pointer;
    }
    
    .main .main-items .main-items-content .main-items-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 95%;
        margin: 20px auto 0 auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
        font-size: 20px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 30px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 10px;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        width: 100%;
        padding: 10px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
        margin: 0 auto 20px auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
        width: 100%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        width: 100%;
        padding: 0;
        height: fit-content;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 18px;
        margin: 5px 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 100%;
        font-size: 10px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: 25px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 10px 20px;
        font-size: 12px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */
    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 95%;
        margin: 20px auto 30px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 20px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 100%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    img.slide-for {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 20px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 100%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 100%;
        margin: 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 10px;
        font-weight: 400;
        margin: 20px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0 0 0;
        text-align: center;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 25px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    .progress-slider {
        display: none;
    }

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 80%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        display: none;
    }

    .progress-mini-title {
        width: 100%;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .progress-mini-title h1 {
        font-size: 25px;
        font-weight: 400;
    }

    .progress-mini-slider {
        width: 100%;
        height: fit-content;
        display: block;
    }

    .progress-mini-slider .progress-mini-btn-items {
        display: none !important;
    }

    .progress-mini-slider .progress-mini-slides {
        width: 100%;
        height: 400px;
    }

    .progress-mini-slider .progress-mini-slide {
        width: fit-content;
        height: 230px;
        padding: 0 10px;
        display: inline-block;
        margin: 20px 0 0 0;
    }

    .progress-mini-slider .progress-mini-slides img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .progress-mini-slider .progress-mini-slides .slick-center {
        height: 270px;
        margin: 0;
    }

    /* btn */

    svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 40vh;
        width: 100%;
        height: fit-content;
        display: none;
    }

    section.map-mobile {
        --map-height--: 40vh;
        width: 100%;
        height: fit-content;
        display: block;
    }
    
    section.map-mobile .map-mobile-content {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    section.map-mobile .map-mobile-content .map-time {
        width: 100%;
        height: fit-content;
        padding: 20px;
        background-color: rgb(250, 250, 250);
        margin: 0;
        border-radius: 5px;
    }
    
    section.map-mobile .map-mobile-content .map-time p {
        font-size: 10px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map-mobile iframe {
        height: var(--map-height--);
        display: block;
        position: relative;
        z-index: 200;
    }

    
}

@media (min-width: 280px) and (max-width: 320px) {

    section.house-details {
        width: 100%;
        height: fit-content;
    }
    
    section.house-details .house-details-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details .house-details-content .house-details-img-content {
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 0 20px 0;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-btn {
        width: 7.5%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img {
        width: 100%;
        height: fit-content;
        border-radius: 10px;
        overflow: hidden;
        perspective: 1px;
    }
    
    section.house-details .house-details-content .house-details-img-content .house-details-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }
    
    .house-details-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .house-details-nav {
        padding: 0 10px;
    }
    
    img.house-details-slide {
        width: 100%;
        height: 100px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    section.house-details-text {
        width: 100%;
        height: fit-content;
        margin: 0 0 30px 0;
    }
    
    section.house-details-text .house-details-text-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.house-details-text .house-details-text-content h2 {
        font-size: 18px;
        font-weight: 400;
        margin: 0 0 5px 0;
    }
    
    section.house-details-text .house-details-text-content p {
        font-size: 10px;
        margin: 0 0 6px 0;
    }

    footer {
        width: 100%;
        height: fit-content;
        padding: 50px 0;
        background-color: #fff;
        border-top: solid 1px #000;
    }
    
    footer .footer-content {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 auto;
    }
    
    footer .footer-content .footer-form-content {
        width: 100%;
        margin: 0 0 30px 0;
    }
    
    footer .footer-content .footer-modal {
        text-align: center;
    }

    footer .footer-content .footer-modal h1 {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        margin: 0 0 15px 0;
    }
    
    footer .footer-content .footer-modal button {
        padding: 12px 60px;
        font-size: 12px;
        border-radius: 5px;
        border: unset;
        background-color:#4D0327;
        color: #fff;
        cursor: pointer;
    }
    
    .modal {
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.500);
        z-index: 9999;
        display: none;
    }
    
    .modal .modal-content {
        width: fit-content;
        height: fit-content;
        padding: 25px 20px;
        background-color: #fff;
        border-radius: 5px;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .modal .modal-content form.footer-form .modal-close-btn span {
        font-size: 30px;
        cursor: pointer;
        position: relative;
        right: -50px;
        top: -28px;
    }
    
    .modal .modal-content form.footer-form h1 {
        font-size: 16px;
        font-weight: 600;
        color: #000;
        margin: 0 0 20px 0;
    }
    
    .modal .modal-content form.footer-form label {
        font-size: 12px;
    }
    
    .modal .modal-content form.footer-form input {
        width: 230px;
        padding: 7px;
        border-radius: 5px;
        outline: none;
        border: solid 1px rgba(0, 0, 0, 0.300);
        font-size: 14px;
        color: #000;
        margin: 5px 0 10px 0;
    }
    
    .modal .modal-content form.footer-form button {
        font-size: 12px;
        padding: 10px 25px;
        border-radius: 5px;
        border: unset;
        background-color: #4D0327;
        color: #fff;
        margin: 15px 0 0 0;
        cursor: pointer;
    }
    
    footer .footer-content .footer-items {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    footer .footer-content .footer-items li {
        margin: 0 0 15px 0;
        font-size: 9px;
        transition: all 0.2s;
    }
    
    footer .footer-content .footer-items img {
        width: 25px;
        height: 25px;
        filter: invert(1);
    }

    header {
        display: none;
    }

    .whatsapp-mobile {
        display: block;
    }

    /* header-mini */

    .header-mini {
        width: 100%;
        height: fit-content;
        background-color: #fff;
        display: block;
    }

    .header-mini nav {
        width: 90%;
        height: fit-content;
        margin: 0 auto;
    }

    .header-mini nav ul {
        width: 100%;
    }

    .header-mini nav ul .logo {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        padding: 20px 0;
    }

    .header-mini nav ul .logo img {
        width: 80px;
    }

    .header-mini nav ul .header-mini-contacts {
        width: 100%;
        display: flex;
        padding: 0 0 10px 0;
    }

    .header-mini nav ul .number {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .header-mini nav ul .number li {
        margin: 0;
        font-size: 8px;
        margin: 0 0 0 10px;
    }
    
    .header-mini nav ul .number p {
        font-size: 8px;
    }
    
    .header-mini nav ul .whatsapp {
        width: 10%;
        height: auto;
        display: flex;
        justify-content: end;
        align-items: center;
        display: none;
    }
    
    .header-mini nav ul .whatsapp button {
        background-color: #4bae4f;
        border: unset;
        padding: 5px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    
    .header-mini nav ul .whatsapp img {
        width: 20px;
        filter: invert(1);
    }

    .header-sticky {
        width: 100%;
        background-color: #fff;
        border-bottom: solid 1px #000;
        position: sticky;
        top: 0;
        z-index: 9999;
        display: block;
    }

    .header-sticky .header-sticky-menu {
        width: 95%;
        margin: 0 auto;
    }

    .header-sticky .navigation-menu {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        border-top: solid 1px rgba(0, 0, 0, 0.100);
        font-size: 8px;
    }

    .header-sticky .navigation-menu li {
        font-size: 8px;
        font-weight: bold;
    }

    /* main */

    .main {
        width: 100%;
        height: 100vh;
        margin: 0;
    }
    
    .main .main-fon {
        width: 100%;
        height: 100vh;
        position: relative;
        z-index: -1;
        background-color: #000;
        top: 0;
        left: 0;
    }
    
    .main .main-fon img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
        display: block;
        opacity: 60%;
    }

    .main .main-items {
        width: 100%;
        height: fit-content;
        margin: 0;
        display: flex;
        justify-content: center;
        padding: 30px 0 0 0;
        position: absolute;
    }
    
    .main .main-items .main-items-content h1 {
        color: #fff;
        font-size: 25px;
        font-weight: 600px;
        letter-spacing: 3px;
        margin: 0 0 20px 0;
        text-align: center;
    }
    
    .main .main-items .main-items-content button {
        padding: 15px 50px;
        font-size: 15px;
        background-color: #4D0327;
        border: unset;
        color: #fff;
        border-radius: 10px;
        position: relative;
        right: 0;
        cursor: pointer;
    }
    
    .main .main-items .main-items-content .main-items-btn {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    /* 1 */

    section.house-for-sale .house-for-sale-content {
        width: 95%;
        margin: 20px auto 0 auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-title h1 {
        font-size: 20px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc {
        margin: 0 0 30px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-desc p {
        font-size: 10px;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-auto-rows: auto;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item {
        width: 100%;
        padding: 10px;
        display: block;
        box-shadow: rgba(0, 0, 0, 0.500) 0 0 5px 2px;
        border-radius: 10px;
        margin: 0 auto 20px auto;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img {
        width: 100%;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-img img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text {
        width: 100%;
        padding: 0;
        height: fit-content;
        display: block;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text h2 {
        font-size: 18px;
        margin: 5px 0 10px 0;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text p {
        width: 100%;
        font-size: 10px;
        font-weight: 400;
    }

    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text .house-for-sale-item-btn {
        margin-top: 25px;
    }
    
    section.house-for-sale .house-for-sale-content .house-for-sale-items .house-for-sale-item .house-for-sale-item-text a {
        width: fit-content;
        padding: 10px 20px;
        font-size: 12px;
        background-color: #4D0327;
        color: #fff;
        border-radius: 5px;
        display: block;
    }

    /* 2 */

    section.gallery-slider {
        width: 100%;
    }
    
    section.gallery-slider .gallery-slider-content {
        width: 95%;
        margin: 20px auto 30px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title {
        width: 100%;
        margin: 0 auto 25px auto;
    }
    
    section.gallery-slider .gallery-slider-content .gallery-title h1 {
        font-size: 20px;
        font-weight: 400;
    }

    .gallery-slider-container {
        width: 100%;
        height: fit-content;
        margin: 0 auto;
        display: flex;
    }
    
    .gallery-slider-container .gallery-slider-for {
        width: 100%;
    }
    
    .gallery-slider-container .gallery-btn {
        width: 0%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
    }
    
    img.slide-for {
        width: 100%;
        height: 280px;
        object-fit: cover;
        border-radius: 10px;
    }
    
    .gallery-wrapper {
        width: 100%;
        height: fit-content;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .slide-nav {
        padding: 0 10px;
    }
    
    img.slide {
        width: 100%;
        height: 130px;
        object-fit: cover;
        display: block;
        border-radius: 10px;
        z-index: -1;
    }
    
    /* 3 */

    section.desc {
        width: 100%;
        height: fit-content;
    }
    
    section.desc .desc-content {
        width: 95%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.desc .desc-content .desc-title {
        width: 100%;
        height: fit-content;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-title h1 {
        font-size: 20px;
        font-weight: 400;
    }
    
    section.desc .desc-content .desc-container {
        width: 100%;
        height: fit-content;
        display: block;
        margin: 0 0 30px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one {
        width: 100%;
    }
    
    section.desc .desc-content .desc-container .desc-info-one p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-one img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-container .desc-info-two {
        width: 100%;
        margin: 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two p {
        font-size: 10px;
        font-weight: 400;
        margin: 20px 0 0 0;
    }
    
    section.desc .desc-content .desc-container .desc-info-two img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .desc-info-key {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    section.desc .desc-content .desc-info-key p {
        font-size: 10px;
        font-weight: 400;
        margin: 0 0 20px 0;
    }
    
    section.desc .desc-content .desc-info-key img {
        width: 100%;
        display: block;
    }
    
    section.desc .desc-content .master-plan {
        width: 100%;
        height: fit-content;
        margin: 80px 0 0 0;
        text-align: center;
    }
    
    section.desc .desc-content .master-plan h1 {
        font-size: 25px;
        font-weight: 400;
        margin: 0 0 25px 0;
    }
    
    section.desc .desc-content .master-plan img {
        width: 100%;
        display: block;
    }

    /* 4 */

    .progress-slider {
        display: none;
    }

    section.progress {
        width: 100%;
        height: fit-content;
    }
    
    section.progress .progress-content {
        width: 80%;
        height: fit-content;
        margin: 30px auto 0 auto;
    }
    
    section.progress .progress-content .progress-title {
        display: none;
    }

    .progress-mini-title {
        width: 100%;
        text-align: center;
        margin: 0 0 50px 0;
    }

    .progress-mini-title h1 {
        font-size: 25px;
        font-weight: 400;
    }

    .progress-mini-slider {
        width: 100%;
        height: fit-content;
        display: block;
    }

    .progress-mini-slider .progress-mini-btn-items {
        display: none !important;
    }

    .progress-mini-slider .progress-mini-slides {
        width: 100%;
        height: 400px;
    }

    .progress-mini-slider .progress-mini-slide {
        width: fit-content;
        height: 200px;
        padding: 0 5px;
        display: inline-block;
        margin: 10px 0 0 0;
    }

    .progress-mini-slider .progress-mini-slides img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        object-fit: cover;
    }

    .progress-mini-slider .progress-mini-slides .slick-center {
        height: 220px;
        margin: 0;
    }

    /* btn */

    svg {
        width: 25px;
        height: 25px;
        fill: #fff;
    }
    
    #prevBtn,
    #nextBtn {
        width: 35px;
        height: 35px;
        font-size: 1.5rem;
        background: none;
        border: none;
        cursor: pointer;
        background-color: #4D0327;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #prevBtn:focus,
    #nextBtn:focus {
        outline: none;
    }

    section.map {
        --map-height--: 40vh;
        width: 100%;
        height: fit-content;
        display: none;
    }

    section.map-mobile {
        --map-height--: 40vh;
        width: 100%;
        height: fit-content;
        display: block;
    }
    
    section.map-mobile .map-mobile-content {
        width: 100%;
        height: fit-content;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    
    section.map-mobile .map-mobile-content .map-time {
        width: 100%;
        height: fit-content;
        padding: 20px;
        background-color: rgb(250, 250, 250);
        margin: 0;
        border-radius: 5px;
    }
    
    section.map-mobile .map-mobile-content .map-time p {
        font-size: 10px;
        font-weight: 500;
        margin: 8px 0;
    }
    
    section.map-mobile iframe {
        height: var(--map-height--);
        display: block;
        position: relative;
        z-index: 200;
    }
}