* {
    transition: 0.3s;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    -webkit-tap-highlight-color: transparent;
}
img {
    max-width: 100%;
    user-select: none;
}
svg{
    user-select: none;
}
button {
    user-select: none;
}
input {
    user-select: none;
    font-family: inherit;
}
label {
    user-select: none;
    font-family: inherit;
}
a {
    text-decoration: none;
}
:root {
    --gray-background: #e9e7e8;
    --black: #111111;
    --dark-gray: #9f9d9e;
    --black-60: #1119;
    --light-gray: #efecf0;
    --white: white;
    --primary\<deleted\|variable-478a3a9e\>: #0f5cfa;
    --transparent: #00000000;
    --red: #ec1b29;
    --beige-dark: #ebb48c;
    --beige-medium: #ecbe9d;
    --beige-light: #eac79b;
}
::selection {
    background-color: var(--black);
    color: var(--light-gray);
}
html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
body {
    background-color: var(--white);
    color: var(--black);
    font-family: "Montserrat", sans-serif;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36em;
    overflow-x: hidden;
    padding-bottom: 100px;
}
::-webkit-scrollbar {
    width: 3px;
}
::-webkit-scrollbar-track {
    background-color: var(--dark-gray);
}
::-webkit-scrollbar-thumb {
    background-color: var(--black);
    border-radius: 5px;
    border-color: var(--black);
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    &:nth-child(even) {
        padding-top: 0;
        padding-bottom: 0;
    }
    @media (max-width: 992px) {
        padding-block: 80px;
    }
    @media (max-width: 767px) {
        padding-block: 60px;
    }
    .inside {
        display: flex;
        flex-direction: column;
        gap: 50px;
        @media (max-width: 992px) {
            gap: 40px;
        }
        .top {
            display: flex;
            justify-content: space-between;
            align-items: center;
            .arrows {
                display: flex;
                gap: 10px;
                html[dir="rtl"] & {
                    flex-direction: row-reverse;
                }
                .arrow {
                    cursor: pointer;
                    border: 1px solid #000;
                    border-radius: 48px;
                    justify-content: center;
                    align-items: center;
                    width: 70px;
                    height: 30px;
                    display: flex;
                    bottom: auto;
                    left: auto;
                    img {
                        width:  30px;
                        height: 30px;
                    }
                    &:hover {
                        opacity: 0.5;
                    }
                }
            }
        }
    }
}
.container {
    width: 100%;
    padding-inline: 15px;
    margin: auto;
    @media (min-width: 992px) {
        max-width: 1320px;
    }
}
/* Style Guid */
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    /* html[dir="rtl"] & {
        font-family: 'Noto Sans Arabic', sans-serif;
        font-family: 'IBM Plex Sans Arabic', sans-serif;
        font-family: 'Cairo', sans-serif;
        font-family: 'Tajawal', sans-serif;
        
    } */
}
h1 {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.2em;
    @media (max-width: 992px) {
        font-size: 50px;
    }
    @media (max-width: 768px) {
        font-size: 46px;
    }
}
h2 {
    text-transform: uppercase;
    font-size: 34px;
    @media (max-width: 992px) {
        font-size: 38px;
    }
    @media (max-width: 768px) {
        font-size: 34px;
    }
}
h3 {
    font-size: 34px;
    @media (max-width: 992px) {
        font-size: 32px;
    }
    @media (max-width: 768px) {
        font-size: 30px;
    }
}
h4 {
    text-transform: uppercase;
    font-size: 28px;
    @media (max-width: 768px) {
        font-size: 24px;
    }
}
h5 {
    text-transform: uppercase;
    font-size: 20px;
}
h6 {
    font-size: 16px;
}
p {
    color: var(--black);
    text-align: left;
    margin-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.36em;
    &.large-paragraph {
        font-size: 18px;
        font-weight: 500;
    }
}
a {
    color: var(--black);
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3em;
    text-decoration: none;
    transition: all .35s;
    user-select: none;
    &.link-with-icon {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        display: flex;
        &:hover {
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }
    }
    .text-button-icon {
        font-family: "Fa solid 900", sans-serif;
        font-size: 13px;
        line-height: 1;
    }
}
ul {
    grid-row-gap: 15px;
    background-color: var(--black);
    color: var(--dark-gray);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    padding-inline-start: 20px;
    display: flex;
    li {
        align-items: center;
        line-height: 1.4em;
    }
}
.w-richtext {
    &:before, &:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    h2, h3 {
        margin-top: 25px;
        margin-bottom: 15px;
    }
    h4 {
        margin-top: 25px;
        margin-bottom: 10px;
    }
    p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    figure.w-richtext-align-fullwidth {
        text-align: center;
        clear: both;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    img {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    ul {
        margin-top: 20px;
        margin-bottom: 20px;
        list-style-type: disc;
        overflow: hidden;
    }
}
figure {
    margin: 0 0 10px;
    position: relative;
}
img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}
blockquote {
    border-inline-start: 2px solid #000;
    margin: 0 0 10px;
    margin-top: 25px;
    margin-bottom: 20px;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.3;
    @media screen and (max-width: 767px) {
        blockquote {
            font-size: 18px;
        }
    }
}
.button-wrapper {
    align-items: center;
    display: flex;
    .w-button {
        color: #fff;
        line-height: inherit;
        cursor: pointer;
        background-color: #3898ec;
        border: 0;
        border-radius: 0;
        padding: 9px 15px;
        text-decoration: none;
        display: inline-block;
        &.primary-button-black {
            border: 1px solid var(--black);
            background-color: var(--black);
            color: var(--white);
            text-align: center;
            letter-spacing: .14px;
            text-transform: uppercase;
            border-radius: 48px;
            justify-content: center;
            align-items: center;
            padding: 8px 48px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.2em;
            transition: all .35s;
            display: flex;
            &:hover {
                background-color: var(--transparent);
                color: var(--black);
            }
        }
        &.primary-button-white {
            border: 1px solid var(--white);
            background-color: var(--white);
            color: var(--black);
            text-align: center;
            letter-spacing: .14px;
            text-transform: uppercase;
            border-radius: 48px;
            justify-content: center;
            align-items: center;
            padding: 8px 48px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.2em;
            transition: all .35s;
            display: flex;
            &:hover {
                background-color: var(--black);
                color: var(--white);
            }
        }
    }
}
.button-content-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    display: flex;
    .link-text {
        color: var(--black);
        letter-spacing: .42px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2em;
    }
    .button-underline {
        background-color: var(--black);
        width: 20%;
        height: 1.5px;
    }
    &:hover {
        .button-underline {
            width: 100%;
            height: 1.5px;
        }
    }
}
/* Header */
header {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    display: flex;
    position: fixed;
    z-index: 10000;
    .header-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 15px;
        @media screen and (min-width: 1280px) {
            padding-left: 40px;
            padding-right: 40px;
        }
        .inside {
            min-width: 100%;
            margin-left: auto;
            margin-right: auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            .start {
                display: flex;
                align-items: center;
                .logo {
                    margin-inline-end: 80px;
                    img {
                        width: 60px;
                        min-width: 60px;
                        filter: invert(1);
                        margin-bottom: 4px;
                        @media screen and (max-width: 992px) {
                            width: 45px;
                            min-width: 45px;
                        }
                    }
                }
                nav {
                    @media (max-width: 992px) {
                        position: fixed;
                        display: flex;
                        flex-direction: column;
                        justify-content: flex-start;
                        align-items: flex-start;
                        width: 330px;
                        height: 100%;
                        left: -500px;
                        top: 0;
                        background: var(--white);
                        html[dir="rtl"] & {
                            left: auto;
                            right: -500px;
                        }
                        
                        &.opened {
                            left: 0;
                            html[dir="rtl"] & {
                                left: auto;
                                right: 0;
                            }
                        }

                    }
                    ul {
                        -webkit-text-fill-color: var(--black);
                        display: flex;
                        flex-direction: row;
                        padding: 0;
                        margin: 0;
                        list-style: none;
                        @media (max-width: 992px) {
                            margin-top: 20px;
                            flex-direction: column;
                            align-items: flex-start;
                            padding-top: 20px;
                            padding-left: 20px;
                            padding-right: 20px;
                            gap: 0;
                        }
                        li {
                            a {
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                padding-top: 20px;
                                padding-bottom: 20px;
                                padding-right: 40px;
                                @media (max-width: 992px) {
                                    padding-top: 10px;
                                    padding-bottom: 10px;
                                    padding-right: 0;
                                    padding-left: 0;
                                }
                                p {
                                    position: relative;
                                    color: var(--black);
                                    letter-spacing: .42px;
                                    text-transform: uppercase;
                                    font-size: 14px;
                                    font-weight: 500;
                                    line-height: 1.3em;
                                    &::after {
                                        content: "";
                                        position: absolute;
                                        bottom: 0;
                                        left: 0;
                                        width: 0;
                                        height: 1.5px;
                                        background-color: var(--black);
                                        transition: all .5s;
                                    }
                                    html[dir="rtl"] & {
                                        &::after {
                                            left: unset;
                                            right: 0;
                                        }
                                    }
                                    &:hover {
                                        &::after {
                                            width: 100%;
                                        }
                                    }
                                }
                            }
                        }
                    }
                    .nav-head {
                        display: none;
                        justify-content: space-between;
                        align-items: center;
                        width: 100%;
                        gap: 20px;
                        padding: 20px;
                        .close {
                            cursor: pointer;
                            height: 25px;
                            width: 25px;
                            margin-inline-end: 12.5px;
                            position: relative;
                            span {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                display: block;
                                width: 20px;
                                height: 2px;
                                background-color: var(--black);
                                line-height: 0;
                                transition: all .35s;
                                &:nth-child(1) {
                                    transform: rotate(45deg);
                                }
                                &:nth-child(2) {
                                    transform: rotate(-45deg);
                                }
                            }
                        }
                        @media (max-width: 992px) {
                            display: flex;
                        }
                    }
                }
            }
            .end {
                display: flex;
                align-items: center;
                gap: 20px;
                @media (max-width: 992px) {
                    gap: 10px;
                }
                .favourite {
                    .toggle {
                        user-select: none;
                        cursor: pointer;
                        display: flex;
                        align-items: center;
                        gap: 5px;
                        img {
                            width: 22px;
                        }
                        p {
                            color: var(--black);
                            letter-spacing: .42px;
                            text-transform: uppercase;
                            font-family: Montserrat, sans-serif;
                            font-size: 14px;
                            font-weight: 600;
                            line-height: 1.2em;
                            @media (max-width: 992px) {
                                display: none;
                            }
                        }
                    }
                    .pop {
                        opacity: 0;
                        pointer-events: none;
                        visibility: hidden;
                        position: fixed;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        left: 0;
                        background-color: #4d4d4d90;
                        z-index: 10000;
                        align-content: center;
                        width: 100%;
                        height: 100%;
                        transition: all .5s;
                        .inside {
                            scale: 0;
                            border-radius: 50%;
                            width: 450px;
                            min-width: 450px;
                            height: 300px;
                            background-color: var(--white);
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-direction: column;
                            gap: 10px;
                            box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
                            @media (max-width: 992px) {
                                width: 100vw;
                                min-width: 300px;
                                height: 100dvh;
                            }
                            .box {
                                padding-top: 60px;
                                width: 100%;
                                height: 100%;
                                overflow: hidden;
                                position: relative;
                                .top {
                                    position: absolute;
                                    left: 0;
                                    right: 0;
                                    top: 0;
                                    background-color: var(--white);
                                    padding: 1rem;
                                    border-bottom: 1px solid var(--dark-gray);
                                    width: 100%;
                                    display: flex;
                                    justify-content: space-between;
                                    align-items: center;
                                    .title {
                                        h4 {
                                            font-size: 1.2rem;
                                        }
                                    }
                                    .close {
                                        cursor: pointer;
                                        line-height: 0;
                                        svg {
                                            width: 22px;
                                        }
                                    }
                                }
                                .fav-list {
                                    height: 100%;
                                    overflow: auto;
                                    .items {
                                        display: flex;
                                        flex-direction: column;
                                        overflow: auto;
                                        gap: 10px;
                                        .item {
                                            padding: 1rem;
                                            display: flex;
                                            align-items: center;
                                            gap: 10px;
                                            border-bottom: 1px solid var(--dark-gray);
                                            .image {
                                                width: 90px;
                                                height: 150px;
                                                overflow: hidden;
                                                img {
                                                    width: 100%;
                                                    height: 100%;
                                                    object-fit: cover;
                                                }
                                            }
                                            .info {
                                                .title {
                                                    .name {
                                                        display: flex;
                                                        align-items: center;
                                                        gap: 10px;
                                                        .property-type {
                                                            font-size: 16px;
                                                            font-weight: 600;
                                                        }
                                                        .developer-name {
                                                            font-size: 16px;
                                                            font-weight: 600;
                                                        }
                                                    }
                                                }
                                                .location {
                                                    p {
                                                        font-size: 14px;
                                                        font-weight: 400;
                                                    }
                                                }
                                                .property-details {
                                                    margin-block: 10px;
                                                    display: flex;
                                                    align-items: center;
                                                    .w-in {
                                                        display: flex;
                                                        align-items: center;
                                                        gap: 5px;
                                                        .count {
                                                            font-size: 14px;
                                                            font-weight: 500;
                                                        }
                                                        p {
                                                            font-size: 14px;
                                                            font-weight: 400;
                                                        }
                                                    }
                                                    .separator {
                                                        margin: 0 10px;
                                                        height: 18px;
                                                        width: 1px;
                                                        opacity: 0.5;
                                                        background-color: var(--black);
                                                    }
                                                }
                                                .price {
                                                    display: inline-block;
                                                    .installments {
                                                        display: flex;
                                                        align-items: center;
                                                        gap: 5px;
                                                        .monthly-pay {
                                                            display: flex;
                                                            align-items: center;
                                                            gap: 2px;
                                                            font-size: 12px;
                                                            font-weight: 500;
                                                        }
                                                        .dash {
                                                            margin: 0 3px;
                                                            font-size: 14px;
                                                            font-weight: 500;
                                                        }
                                                        .years {
                                                            display: flex;
                                                            align-items: center;
                                                            gap: 2px;
                                                            font-size: 12px;
                                                            font-weight: 500;
                                                        }
                                                    }
                                                    .total {
                                                        p {
                                                            display: flex;
                                                            gap: 2px;
                                                            font-size: 16px;
                                                            font-weight: 600;
                                                        }
                                                    }
                                                }
                                                .cta {
                                                    display: inline-block;
                                                    margin-top: 10px;
                                                    display: flex;
                                                    justify-content: flex-start;
                                                    align-items: flex-start;
                                                    gap: 10px;
                                                    button {
                                                        background-color: transparent;
                                                        border: none;
                                                        cursor: pointer;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                            }
                        }
                        &.show {
                            opacity: 1;
                            pointer-events: all;
                            visibility: visible;
                            .inside {
                                scale: 1;
                                border-radius: 0;
                            } 
                        }
                    }
                }
                .lang {
                    a {
                        display: flex;
                        align-items: center;
                        gap: 5px;
                        img {
                            width: 22px;
                        }
                        p {
                            color: var(--black);
                            letter-spacing: .42px;
                            text-transform: uppercase;
                            font-family: Montserrat, sans-serif;
                            font-size: 14px;
                            font-weight: 600;
                            line-height: 1.2em;
                            @media (max-width: 992px) {
                                display: none;
                            }
                        }
                    }
                }
                .menu-bar {
                    display: none;
                    cursor: pointer;
                    img {
                        width: 35px;
                    }
                    @media (max-width: 992px) {
                        display: block;
                    }
                }
            }
        }
    }
}
/* Landing */
.landing {
    padding-top: 100px !important;
    position: relative;
    min-height: 100dvh;
    align-content: center;
    @media (max-width: 992px) {
        padding-top: 70px !important;
    }
    @media (max-width: 767px) { 
        padding-top: 60px !important;
    }
    .inside {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 50px;
        @media (max-width: 992px) {
            gap: 50px;
            flex-direction: column;
        }
        .child {
            &.text-child {
                display: flex;
                flex-flow: column;
                justify-content: flex-start;
                align-items: flex-start;
                width: 45%;
                min-width: 45%;
                @media (max-width: 992px) {
                    width: 80%;
                }
                @media (max-width: 768px) {
                    width: 90%;
                }
                @media (max-width: 479px) {
                    width: 100%;
                }
                .text {
                    width: 100%;
                    p {
                        margin-top: 24px;
                        margin-bottom: 32px;
                    }
                    .search {
                        position: relative;
                        z-index: 2;
                        margin-top: 20px;
                        padding: 20px 0;
                        width: 100%;
                        display: flex;
                        flex-direction: column;
                        gap: 16px;
                        margin-bottom: 20px;
                        @media (max-width: 992px) {
                            margin-bottom: 10px;
                        }
                        .place-type {
                            position: relative;
                            z-index: 1;
                            width: 100%;
                            display: flex;
                            gap: 0;
                            .radio {
                                width: 50%;
                                text-align: center;
                                input {
                                    cursor: pointer;
                                }
                                input[type="radio"]:checked+label {
                                    background-color: var(--black);
                                    color: var(--white);
                                }
                                &:last-child {
                                    label {
                                        border-inline-start: 0;
                                    }
                                }
                            }
                            input[type="radio"] {
                                display: none;
                            }
                            label {
                                display: inline-block;
                                width: 100%;
                                background-color: transparent;
                                padding: 15px 18px;
                                font-size: 16px;
                                cursor: pointer;
                                border: 1px solid #000;
                            }
                            input[type="radio"]:checked+label {
                                background-color: #fff;
                                color: #000;
                            }
                        }
                        .search-place {
                            position: relative;
                            z-index: 1;
                            .input {
                                input {
                                    width: 100%;
                                    padding: 12px 8px;
                                    padding-inline-start: 30px;
                                    font-size: 16px;
                                    border: 0;
                                    outline: 0;
                                    border-bottom: 1px solid var(--black);
                                    background: url("../media/icons/search.svg");
                                    background-position: center left;
                                    background-repeat: no-repeat;
                                    background-size: 20px;
                                    html[dir="rtl"] & {
                                        background-position: center right;
                                    }
                                }
                            }
                            .search-suggestion {
                                position: absolute;
                                top: 100%;
                                left: 0;
                                width: 100%;
                                max-width: 100vw;
                                max-height: 80vh;
                                height: 0;
                                overflow: auto;
                                background-color: var(--white);
                                border: none;
                                .suggested-projects {
                                    overflow: hidden;
                                    .projects {
                                        display: flex;
                                        flex-direction: column;
                                        gap: 0;
                                        .project {
                                            padding: 10px 20px;
                                            cursor: pointer;
                                            border-bottom: 1px solid var(--light-gray);
                                            &:hover {
                                                background-color: var(--light-gray);
                                            }
                                            a {
                                                display: flex;
                                                justify-content: space-between;
                                                align-items: center;
                                                .start {
                                                    display: flex;
                                                    gap: 20px;
                                                    align-items: center;
                                                    .image {
                                                        img {
                                                            width: 30px;
                                                            filter: invert(1);
                                                        }
                                                    }
                                                    .info {
                                                        display: flex;
                                                        flex-direction: column;
                                                        gap: 2px;
                                                        p {
                                                            font-size: 13px;
                                                            color: var(--black-60);
                                                            margin: 0;
                                                        }
                                                    }
                                                }
                                                .end {
                                                    html[dir="rtl"] & {
                                                        transform: rotate(180deg);
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                                &.active {
                                    height: 350px;
                                    border: 1px solid var(--black);
                                    border-top: 0;
                                }
                            }
                        }
                        .specialize {
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            @media (max-width: 768px) {
                                flex-direction: column;
                            }
                            .specialize-input {
                                width: calc((100% / 3) - calc((2 * 8px) / 3));
                                position: relative;
                                @media (max-width: 768px) {
                                    width: 100%;
                                }
                                .select-bar {
                                    user-select: none;
                                    position: relative;
                                    cursor: pointer;
                                    display: flex;
                                    justify-content: space-between;
                                    border-bottom: 1px solid var(--dark-gray);
                                    padding: 8px 4px;
                                    padding-inline-end: 0;
                                    text-wrap: nowrap;
                                    overflow: hidden;
                                    .bottom-line {
                                        position: absolute;
                                        bottom: 0;
                                        left: 0;
                                        height: 1px;
                                        width: 0;
                                        background-color: var(--black);
                                        transition: width 0.3s ease-in-out;
                                        html[dir="rtl"] & {
                                            left: unset;
                                            right: 0;
                                        }
                                    }
                                }
                                .select-box {
                                    user-select: none;
                                    position: absolute;
                                    z-index: 1;
                                    top: 100%;
                                    left: 0;
                                    width: max-content;
                                    height: 0;
                                    max-height: 80vh;
                                    overflow: auto;
                                    background-color: var(--white);
                                    border-top: 0;
                                    html[dir="rtl"] & {
                                        left: unset;
                                        right: 0;
                                    }
                                    @media (max-width: 768px) {
                                        width: 100%;
                                    }
                                    .options {
                                        display: flex;
                                        flex-direction: column;
                                        gap: 0;
                                        .option {
                                            padding: 10px 8px;
                                            cursor: pointer;
                                            border-bottom: 1px solid var(--light-gray);
                                            display: flex;
                                            align-items: center;
                                            gap: 5px;
                                            span {
                                                font-size: 13px;
                                                margin: 0;
                                            }
                                            &:hover {
                                                background-color: var(--light-gray);
                                            }
                                        }
                                    }
                                    &.numbers-box {
                                        padding: 0;
                                        .numbers {
                                            display: flex;
                                            flex-direction: column;
                                            align-items: flex-start;
                                            gap: 5px;
                                            margin-bottom: 10px;
                                            .options {
                                                flex-direction: row;
                                                gap: 10px;
                                                .option {
                                                    padding: 0;
                                                    input {
                                                        cursor: pointer;
                                                    }
                                                    input[type="checkbox"] {
                                                        display: none;
                                                    }
                                                    label {
                                                        display: inline-block;
                                                        background-color: transparent;
                                                        width: 50px;
                                                        height: 50px;
                                                        text-align: center;
                                                        align-content: center;
                                                        font-size: 16px;
                                                        cursor: pointer;
                                                        border: 1px solid var(--black);
                                                    }
                                                    input[type="checkbox"]:checked+label {
                                                        background-color: #000;
                                                        color: #ffff;
                                                    }
                                                }
                                            }
                                            &:last-child {
                                                margin: 0;
                                            }
                                        }
                                    }
                                    &.range-box {
                                        .dropdown-content {
                                            h4 {
                                                margin: 0 0 10px;
                                                font-size: 16px;
                                                color: #000;
                                            }
                                            .range-inputs {
                                                display: flex;
                                                justify-content: space-between;
                                                gap: 8px;
                                                input {
                                                    width: 120px;
                                                    padding: 8px;
                                                    border: 1px solid #ddd;
                                                    border-radius: 6px;
                                                    text-align: center;
                                                    font-size: 14px;
                                                }
                                            }
                                            .slider {
                                                position: relative;
                                                height: 6px;
                                                background: var(--dark-gray);
                                                border-radius: 4px;
                                                margin: 16px 0;
                                                input[type="range"] {
                                                    position: absolute;
                                                    width: 100%;
                                                    height: 6px;
                                                    background: transparent;
                                                    -webkit-appearance: none;
                                                    pointer-events: none;
                                                    &::-webkit-slider-thumb {
                                                        -webkit-appearance: none;
                                                        appearance: none;
                                                        width: 18px;
                                                        height: 18px;
                                                        background: var(--black);
                                                        border-radius: 50%;
                                                        cursor: pointer;
                                                        pointer-events: all;
                                                    }
                                                }
                                            }
                                        }
                                    }
                                }
                                &.active {
                                    .select-bar {
                                        img {
                                            rotate: 180deg;
                                        }
                                        .bottom-line {
                                            width: 100%;
                                        }
                                    }
                                    .select-box {
                                        height: 300px;
                                        border: 1px solid var(--black);
                                        &.numbers-box, &.range-box {
                                            height: max-content;
                                            padding: 10px;
                                            border: 1px solid var(--black);
                                        }
                                    }
                                }
                            }
                        }
                        .button {
                            width: 100%;
                            margin: 0 auto;
                            button {
                                margin: 0 auto;
                                padding: 10px 20px;
                                width: 100%;
                                background-color: var(--transparent);
                                border: 1px solid var(--black);
                                color: var(--black);
                                cursor: pointer;
                                font-size: 14px;
                                font-weight: 500;
                                text-transform: uppercase;
                                transition: all .35s;
                                &:hover {
                                    background-color: var(--black);
                                    color: var(--white);
                                }
                            }
                        }
                    }
                }
            }
            &.images-child {
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 20px;
                .image {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 100%;
                    img {
                        object-fit: cover;
                        width: 350px;
                        height: 480px;
                        @media (max-width: 768px) {
                            object-position: 50% 85%;
                            width: 55%;
                            height: 250px;
                            margin-bottom: 40px;
                        }
                        @media (max-width: 479px) {
                            width: 100%;
                        }
                    }
                    &:first-child {
                        @media (min-width: 992px) {
                            view-timeline-name: --img1;
                            view-timeline-axis: block;
                            img {
                                animation: moveDown 1s ease-in-out both;
                                animation-timeline: --img1;
                                animation-range: entry 0% exit 100%;
                                translate: 0px 0px;
                                margin-top: -100px;
                            }
                        }
                    }
                    &:last-child {
                        @media (min-width: 992px) {
                            view-timeline-name: --img2;
                            view-timeline-axis: block;
                            img {
                                animation: moveUp 1s ease-in-out both;
                                animation-timeline: --img2;
                                animation-range: entry 0% exit 100%;
                                margin-bottom: -100px;
                                translate: 0px 0px;
                                object-fit: cover;
                                width: 270px;
                                height: 350px;
                                @media (max-width: 992px) {
                                    width: 100%;
                                    min-width: 100%;
                                }
                            }
                        }
                        @media (max-width: 768px) {
                            display: none;
                        }
                    }
                }
                .decorate {
                    z-index: -1;
                    background-image: linear-gradient(331deg, var(--beige-light), var(--beige-dark) 27%, var(--beige-light) 54%, var(--gray-background) 77%);
                    opacity: .65;
                    filter: blur(10px);
                    border-radius: 50%;
                    width: 400px;
                    height: 400px;
                    position: absolute;
                    top: 309px;
                    right: 15px;
                }
            }
        }
    }
}
@keyframes moveDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100px);
    }
}
@keyframes moveUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100px);
    }
}
@scroll-timeline scrollMove {
    source: auto;
    orientation: block;
}
/* Looking For */
.looking-for {
    .container {
        .inside {
            gap: 30px;
            overflow: hidden;
            @media (max-width: 992px) {
                gap: 20px;
            }
            .title {
                h4 {
                    @media (max-width: 768px) {
                        font-size: 23px;
                    }
                }
            }
            .parent {
                display: flex;
                gap: 20px;
                overflow: auto;
                &::-webkit-scrollbar {
                    display: none;
                }
                .child {
                    border-radius: 8px;
                    width: 25%;
                    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    min-width: max-content;
                    @media (max-width: 768px) {
                        width: 50%;
                        min-width: max-content;
                    }
                    a {
                        width: 100%;
                        padding: 2rem 2rem;
                        display: flex;
                        flex-direction: column;
                        gap: 20px;
                        border: 1px solid var(--dark-gray);
                        border-radius: 8px;
                        align-items: center;
                        text-align: center;
                        color: var(--dark-gray);
                        transition: all .35s;
                        .name {
                            h5 {
                                text-transform: capitalize;
                            }
                        }
                    }
                }
            }
        }
    }
}
/* New Launches */
.new-launches {
    .container {
        .inside {
            .top {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .parent {
                display: flex;
                gap: 16px;
                overflow-x: auto;
                &::-webkit-scrollbar {
                    display: none;
                }
                .child {
                    min-width: 35%;
                    width: 420px;
                    @media (max-width: 768px) {
                        min-width: 70%;
                        width: 70%;
                    }
                    min-height: 230px;
                    height: 230px;
                    overflow: hidden;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    a {
                        width: 100%;
                        height: 100%;
                        border-radius: 8px;
                        overflow: hidden;
                        .image {
                            height: 100%;
                            width: 100%;
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: center center;
                                border-radius: 12px;
                                transition: all 0.35s;
                                &:hover {
                                    transform: scale(1.1);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
/* Top Compuonds */
.top-compounds {
    .container {
        .inside {
            .parent {
                overflow: auto;
                display: flex;
                gap: 30px;
                &::-webkit-scrollbar {
                    display: none;
                }
                .child {
                    min-width: 290px;
                    width: 290px;
                    min-height: 300px;
                    height: 300px;
                    @media (max-width: 768px) {
                        min-width: 200px;
                        width: 200px;
                        min-height: 210px;
                        height: 210px;
                    }
                    overflow: hidden;
                    a {
                        width: 100%;
                        height: 100%;
                        display: flex;
                        flex-direction: column;
                        gap: 10px;
                        border-radius: 8px;
                        align-items: flex-start;
                        justify-content: space-between;
                        text-align: center;
                        .image {
                            width: 100%;
                            height: 100%;
                            overflow: hidden;
                            img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                            }
                        }
                    }
                }
            }
        }
    }
}
/* Products */
.products {
    grid-column-gap: 32px;
    grid-row-gap: 48px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    @media screen and (max-width: 991px) {
        grid-column-gap: 16px;
    }
    @media screen and (max-width: 1200px) {
        grid-template-columns: 2fr 2fr;
    }
    @media screen and (max-width: 767px) {
        grid-row-gap: 32px;
        grid-template-columns: 1fr;
    }
    .product {
        .product-image {
            position: relative;
            width: 100%;
            height: 216px;
            overflow: hidden;
            .image {
                width: 100%;
                height: 100%;
                a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                }
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .action-buttons {
                position: absolute;
                z-index: 1;
                right: 0;
                padding-right: 16px;
                top: 0;
                padding-top: 16px;
                left: 0;
                background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
                padding-bottom: 30px;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: 16px;
                transition: all .35s;
                html[dir="rtl"] & {
                    /* right: unset;
                    left: 0; */
                    padding-left: 16px;
                    padding-right: unset;
                }
                div {
                    button {
                        background: transparent;
                        border: none;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;
                        transition: all .35s;
                        svg {
                            width: 20px;
                            height: 20px;
                            color: #FFFFFF;
                            fill: none;
                        }
                    }
                    &.favourite {
                        button {
                            svg {
                                width: 25px;
                                height: 25px;
                                fill: none;
                            }
                        }
                        &.active {
                            button {
                                svg {
                                    color: var(--red);
                                    fill: var(--red);
                                }
                            }
                        }
                    }
                }
            }
            .receipt {
                position: absolute;
                z-index: 1;
                right: 0;
                padding-right: 16px;
                bottom: 0;
                padding-bottom: 16px;
                padding-top: 0;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: 16px;
                transition: all .35s;
                .receipt-child {
                    display: none;
                    flex-direction: column;
                    align-items: flex-end;
                    gap: 5px;
                    p {
                        color: var(--white);
                        font-weight: 400;
                        font-size: 12px;
                    }
                    span {
                        color: var(--white);
                        font-weight: 700;
                        font-size: 18px;
                    }
                    &.active {
                        display: flex;
                    }
                }
            }
        }
        .product-body {
            margin-top: 24px;
            .developer {
                user-select: none;
                display: flex;
                align-items: center;
                gap: 20px;
                .developer-image {
                    img {
                        width: 30px;
                        filter: invert(1);
                    }
                }
                .developer-details {
                    .developer-compound {
                        p {
                            font-weight: 400;
                            font-size: 12px;
                        }
                    }
                    .name {
                        display: flex;
                        align-items: center;
                        gap: 10px;
                        .property-type {
                            font-size: 16px;
                            font-weight: 600;
                        }
                        .developer-name {
                            font-size: 16px;
                            font-weight: 600;
                        }
                    }
                }
            }
            .property-details {
                user-select: none;
                margin-top: 16px;
                margin-bottom: 16px;
                display: flex;
                align-items: center;
                text-wrap: nowrap;
                .w-in {
                    display: flex;
                    align-items: center;
                    gap: 5px;
                    text-wrap: nowrap;
                    .count {
                        font-size: 14px;
                        font-weight: 500;
                        text-wrap: nowrap;
                    }
                    p {
                        font-size: 14px;
                        font-weight: 400;
                        text-wrap: nowrap;
                    }
                }
                .separator {
                    margin: 0 10px;
                    height: 18px;
                    width: 1px;
                    opacity: 0.5;
                    background-color: var(--black);
                }
            }
            .price-cta {
                .price {
                    margin-bottom: 16px;
                    display: flex;
                    align-items: center;
                    gap: 30px;
                    .installment {
                        .installments {
                            display: flex;
                            align-items: center;
                            gap: 5px;
                            .monthly-pay {
                                display: flex;
                                align-items: center;
                                gap: 2px;
                                font-size: 12px;
                                font-weight: 500;
                            }
                            .dash {
                                margin: 0;
                                font-size: 14px;
                                font-weight: 500;
                            }
                            .years {
                                display: flex;
                                align-items: center;
                                gap: 2px;
                                font-size: 12px;
                                font-weight: 500;
                            }
                        }
                        .total {
                            p {
                                display: flex;
                                gap: 2px;
                                font-size: 16px;
                                font-weight: 600;
                            }
                        }
                    }
                    .cash {
                        .title {
                            p {
                                text-align: start;
                                font-size: 12px;
                                font-weight: 500;
                            }
                        }
                        .total {
                            p {
                                display: flex;
                                gap: 2px;
                                font-size: 16px;
                                font-weight: 600;
                            }
                        }
                    }
                }
                .cta {
                    user-select: none;
                    display: flex;
                    gap: 10px;
                    align-items: center;
                    justify-content: flex-start;
                    .ac {
                        padding-inline-start: 25px;
                        position: relative;
                        cursor: pointer;
                        transition: all .35s;
                        &.whatsapp {
                            &::before {
                                content: '';
                                position: absolute;
                                top: -3px;
                                left: 0;
                                width: 25px;
                                height: 25px;
                                background-image: url('../media/icons/whatsapp.svg');
                                background-size: cover;
                                background-position: center;
                                background-repeat: no-repeat;
                            }
                            html[dir="rtl"] & {
                                &::before {
                                    left: unset;
                                    right: 0;
                                }
                            }
                        }
                        &.call {
                            &::before {
                                content: '';
                                position: absolute;
                                top: 2px;
                                left: 3px;
                                width: 17px;
                                height: 17px;
                                background-image: url('../media/icons/call.svg');
                                background-size: cover;
                                background-position: center;
                                background-repeat: no-repeat;
                            }
                            html[dir="rtl"] & {
                                &::before {
                                    left: unset;
                                    right: 0;
                                    transform: rotate(270deg);
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
/* Contact */
.contact {
    .container {
        .inside {
            gap: 20px;
            .contact-form {
                border: #000 solid 1px;
                padding: 50px 40px;
                display: flex;
                flex-direction: column;
                gap: 20px;
                margin: 0 auto;
                width: 100%;
                max-width: 600px;
                @media (max-width: 991px) {
                    padding: 30px 20px 20px;
                }
                @media (max-width: 479px) {
                    padding: 30px 16px;
                }
                .title {
                    h4 {
                        text-align: center;
                    }
                }
                form {
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    input {
                        border: #000 solid 1px;
                        padding: 16px 18px;
                        line-height: 1.2em;
                        font-size: 16px;
                        font-weight: 400;
                        user-select: none;
                        outline: none;
                        background-color: transparent;
                        &[type="time"] {
                            cursor: pointer;
                        }
                        &[type="tel"] {
                            html[dir="rtl"] & {
                                direction: rtl;
                            }
                        }
                        &:focus {
                            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                        }
                    }
                    textarea {
                        border: #000 solid 1px;
                        padding: 16px 18px;
                        line-height: 1.2em;
                        font-size: 16px;
                        font-weight: 400;
                        max-width: 100%;
                        min-width: 100%;
                        max-height: 200px;
                        min-height: 60px;
                        background-color: transparent;
                        user-select: none;
                        outline: none;
                        font-family: "Montserrat", sans-serif;
                        &:focus {
                            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                        }
                    }
                    button {
                        border: #000 solid 1px;
                        padding: 10px;
                        font-size: 16px;
                        font-weight: 400;
                    }
                    .submit {
                        background-color: var(--black);
                        color: var(--white);
                        cursor: pointer;
                        &:hover {
                            background-color: var(--white);
                            color: var(--black);
                        }
                    }
                }
            }
        }
    }
}
/* Footer */
footer {
    .footer-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        min-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 10px 15px;
        @media screen and (min-width: 1280px) {
            padding-left: 40px;
            padding-right: 40px;
        }
    }
}

/* html[dir="rtl"] & {
    transform: rotate(180deg);
} */