/* CSS Document */

body {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    color: #222222;
    scroll-behavior: smooth;
    font-family: 'Outfit', sans-serif;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    width: 100%;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 12px;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background: #3845ff;
    transition: 500ms;
}

.scrollup:hover {
    color: #fff;
    background: #1622d2;
}

a {
    text-decoration: none;
    color: #111;
}

a:hover {
    text-decoration: none;
    color: #3845ff;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.wrapper {
    display: block;
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

.padding-1 {
    padding: 100px 0px;
}

.padding-2 {
    padding: 70px 0px 0px 0px;
}

.padding-3 {
    padding: 70px 0px;
}

.padding-4 {
    padding: 40px 0px;
}

.z-index {
    z-index: 99;
}

.web-bg-primary {
    background-color: #3845ff;
}

.web-bg-secondary {
    background-color: #eeeeee;
}

.overlay-1 {
    background-color: rgba(17, 17, 17, 0.7);
}

.bg-dark {
    background-color: rgb(34 35 49) !important;
}

.anchor-item {
    display: inline-block;
    color: #111;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .padding-1 {
        padding: 50px 0px;
    }
}

.header-wrapper {
    display: block;
}

.logo-container {
    padding: 15px 0px;
}

.site-logo {
    display: inline-block;
}

.site-logo a {
    display: inline-block;
    color: #111;
    font-size: 26px;
    text-decoration: none;
    font-weight: 600;
}

.contact-container {
    display: flex;
    justify-content: end;
}

.quick-contact {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.quick-contact-icon {
    display: flex;
    width: 48px;
    height: 38px;
    border-right: 1px dashed rgb(154, 154, 154);
    color: #333;
    font-size: 20px;
    align-items: center;
    justify-content: center;
}

.quick-contact h4 {
    position: relative;
    color: #333;
    font-size: 16px;
    margin-left: 10px;
}

.nav-link {
    color: #FFF;
    margin-right: 15px;
}

.nav-link:hover {
    color: #FFF !important;
}

.nav-link.active {
    color: #FFF !important;
}

.nav-link:focus {
    color: #FFF !important;
}

.social-media {
    display: block;
    margin-left: 15px;
}

.social-media ul {
    display: flex;
}

.social-media ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    margin-left: 10px;
    font-family: 'DM Serif Display', serif;
}

.social-media ul li a {
    color: #333;
    background: #FFF;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 50%;
    text-decoration: none;
}

.sub-menu-container {
    border: none !important;
    top: 46px !important;
    border-radius: 0px;
}

.sub-menu {
    position: relative;
    width: 100vh;
    left: 0px;
    padding: 30px;
}

.navigation-property {
    display: block;
}

.navigation-property a {
    display: block;
    text-decoration: none;
}

.images-card {
    position: relative;
}

.navigation-property img {
    display: block;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.navigation-property h4 {
    font-size: 16px;
    color: #333;
}

.navigation-property h6 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 13px;
    color: #333;
    background-color: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .navbar-toggler {
        box-shadow: none !important;
        color: #FFF;
    }
    .flex-reverse {
        flex-direction: column-reverse;
    }
    .logo-container {
        text-align: center;
    }
    .contact-container {
        display: flex;
        justify-content: center !important;
        margin-bottom: 5px;
    }
    .navigation-property {
        margin-bottom: 15px;
    }
    .sub-menu {
        position: relative;
        width: auto;
        left: 0px;
        padding: 30px;
    }
    .quick-contact-icon {
        display: flex;
        width: 38px;
        height: 28px;
        border-right: 1px dashed rgb(154, 154, 154);
        color: #333;
        font-size: 14px;
        align-items: center;
        justify-content: center;
    }
    .quick-contact h4 {
        position: relative;
        color: #333;
        font-size: 14px;
        margin-left: 10px;
    }
}


/* end header */


/* start slider */

.slider-wrapper {
    position: relative;
    width: 100%;
}

.slider-container {
    position: relative;
    padding-bottom: 70px;
    height: 540px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.slider-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider-content h1 {
    font-size: 64px;
    width: max-content;
    border-radius: 12px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #FFF;
    padding: 10px;
    background-color: rgba(17, 17, 17, 0.7);
}

.slider-content p {
    background-color: rgba(37, 37, 37, 0.75);
    color: #FFF;
    font-size: 24px;
    padding: 10px 20px;
    width: max-content;
    border-radius: 12px;
}

.slider-content ul {
    display: flex;
    flex-wrap: wrap;
}

.slider-content ul li {
    margin: 0px 10px;
}

.slider-content ul li a {
    display: flex;
    align-items: center;
    flex-direction: column;
    color: #333;
    padding: 25px 15px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 13px;
    background-color: #FFF;
}

.title-location {
    font-size: 15px;
    font-weight: 600;
}

@media screen and (max-width: 992px) {
    .slider-container {
        position: relative;
        padding-bottom: 70px;
        height: 380px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .slider-content h1 {
        font-size: 34px;
    }
    .slider-content ul li {
        margin: 0px 5px;
    }
    .slider-content ul li a {
        display: flex;
        align-items: center;
        flex-direction: column;
        color: #333;
        padding: 10px 5px;
        border-radius: 12px;
        text-decoration: none;
        font-size: 12px;
        background-color: #FFF;
    }
}


/* end slider */

.web-title {
    position: relative;
}

.web-title h3 {
    color: #111;
    font-size: 26px;
    line-height: 34px;
}

.web-title h4 {
    color: #111;
    font-size: 22px;
    line-height: 34px;
}

.web-title p {
    color: rgb(93, 93, 93);
}

.property {
    display: block;
    margin-bottom: 30px;
}

.property a {
    display: block;
    text-decoration: none;
}

.property-images-card {
    position: relative;
}

.property img {
    display: block;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 10px;
}

.property h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    line-height: 18px;
    text-overflow: ellipsis " [..]";
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.property p {
    font-size: 14px;
    color: #333;
}

.property h6 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #333;
    background-color: #FFF;
    border-radius: 4px;
    padding: 5px 10px;
    font-weight: 600;
}

.category-item {
    padding: 150px 30px 30px 30px;
    border-radius: 12px;
}

.category-item p {
    margin-bottom: 15px;
}

.cities {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #FFF;
}

.cities img {
    height: 90px;
    object-fit: cover;
}

.cities-image-big {
    height: 180px !important;
    object-fit: cover;
}

.cities h5 {
    font-size: 16px;
    padding: 15px;
}

.join-us {
    position: relative;
}

.join-us h2 {
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
}

.join-us img {
    display: block;
    height: 380px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 12px;
}

.default-content {
    position: relative;
}

.default-content h2 {
    display: block;
    font-size: 28px;
    line-height: 36px;
}

.default-content h3 {
    display: block;
    font-size: 24px;
    line-height: 34px;
}

.default-content h4 {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.default-content h5 {
    display: block;
}

.default-content h6 {
    display: block;
}

.default-content p {
    display: block;
    font-size: 18px;
    line-height: 30px;
}

.default-content ul {
    display: block;
}

.default-content ul li {
    display: block;
}

.pos-images {
    position: relative;
    height: 100%;
    border-radius: 12px;
}

button:focus {
    box-shadow: none !important;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .default-content h2 {
        display: block;
        font-size: 24px;
        line-height: 34px;
    }
    .pos-images {
        position: relative;
        height: 300px;
    }
}


/* footer start */

.footer-wrapper {
    padding: 70px 0px;
    background-color: #F9F9F9;
}

.footer {
    display: block;
    margin-bottom: 30px;
}

.footer h5 {
    font-size: 14px;
    font-weight: 600;
    color: #3845ff;
    margin-bottom: 10px;
}

.footer p {
    font-size: 14px;
}

.footer a {
    text-decoration: none;
    font-weight: 600;
}

.footer ul li {
    font-size: 14px;
    display: block;
    line-height: 26px;
}

.footer ul li a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: 400ms;
}

.footer ul li a:hover {
    text-decoration: none;
    color: #3845ff;
}


/* end footer */


/* end home page */

.property-filter {
    display: block;
}

.property-filter li {
    display: inline-block;
    margin-bottom: 10px;
}

.property-filter li a {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background-color: #F9F9F9;
}

.property-filter li a.active {
    color: #3845ff;
}


/* single property */

.property-single-header {
    display: flex;
    color: #FFF;
    justify-content: space-between;
}

.property-title {
    font-size: 30px;
    margin-bottom: 5px;
}

.property-sub-title {
    font-size: 22px;
    margin-bottom: 5px;
}

.property-location {
    font-size: 14px;
}

.property-cost {
    font-size: 34px;
    font-weight: 700;
}

.property-sq {
    font-size: 15px;
}

.text-align {
    text-align: end;
}

label {
    font-size: 15px;
}

.form-control {
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(30, 30, 30);
    background-color: #fff;
    background-clip: padding-box;
    border: 2px solid #ededed;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (max-width: 992px) {
    .property-single-header {
        flex-direction: column;
    }
    .text-align {
        margin-top: 20px;
        text-align: start;
    }
}

.single-property-gallery {
    position: relative;
}

.gallery-single {
    display: block;
}

.gallery-single img {
    display: block;
    height: 180px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 12px;
}

.pos-button {
    position: absolute;
    bottom: 50px;
    right: 30px;
}

.pos-button a {
    font-weight: 600;
}

.property-all-details {
    margin-bottom: 30px;
}

.property-all-details h5 {
    font-size: 16px;
    font-weight: 600;
}

.property-all-details p {
    font-size: 14px;
}

.font-small {
    font-size: 14px !important;
}

.rounded-circle {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
}