@import "/public/css/global.css?ver=1.0";
@import "/public/components/FeaturedProperties/FeaturedProperties.css?ver=1.0";
@import "/public/components/WhatsappChatModal/WhatsAppChatModal.css?ver=1.0";
@import "/public/components/ContactUsForm/ContactUsForm.css?ver=1.0";
@import "/public/components/AppraisalForm/AppraisalForm.css?ver=1.0";
@import "/public/components/SiteHeader/SiteHeader.css?ver=1.0";
@import "/public/components/SiteFooter/SiteFooter.css?ver=1.0";
@import "/public/components/MobileNav/MobileNav.css?ver=1.0";
@import "/public/components/Paginator/Paginator.css?ver=1.0";
@import "/public/components/Banner/Banner.css?ver=1.0";

body {
    position: relative;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: font-size .3s ease-in-out;
    font-family: 'Montserrat', serif;
}

/********************************************/

.center {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 1rem;
}

/********************************************/

#featured {
    position: relative;
    background: #fff;
    background-size: 100% auto;
}

#featured h2 {
    color: #373737;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
    text-transform: uppercase;
}

#featured > .center {
    padding: 6rem 1rem 6rem;
    min-height: 800px;
}

/********************************************/

#more-info {
    position: relative;
    background: rgb(16, 66, 96);
    color: white;
    z-index: 1;
}

#more-info:after {
    background: url("/public/multimedia/images/house-right.png") no-repeat center center fixed;
    background-size: cover;
    content: "";
    display: block;
    opacity: .1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#more-info .center {
    position: relative;
    z-index: 2;
    padding: 6rem 1rem 10rem;
}

#more-info h2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: normal;
    margin-bottom: 2rem;
}

#more-info .info-box {
    padding: 1rem;
    background: #fff;
    color: rgb(15, 52, 78);
    border-radius: .5rem;
}

#more-info .info-label {
    text-align: center;
    font-size: 1.5rem;
}

#more-info .info-value {
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
}

/********************************************/

#about-us {
    position: relative;
    padding: 0 1rem;
}

#about-us h2 {
    color: #373737;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 2rem;
}

#about-us p {
    color: #474747;
}

#about-us > .center {
    position: relative;
    padding: 0;
    margin: -2rem auto;
    z-index: 1;
}

#about-us .about-us-boxes {
    box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
    background: white;
}

#about-us .about-us-box {
    padding: 4rem;
}

#about-us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 980px) {
    #about-us .about-us-box {
        padding: 2rem;
    }
}

@media (max-width: 720px) {
    #about-us p {
        font-size: 1rem;
    }
}

/********************************************/

#appraisal {
    background: linear-gradient(90deg, #000 0%, #000000aa 100%), url("/public/multimedia/images/appraisal.jpeg") no-repeat no-repeat center right;
    background-size: cover;
    min-height: 500px;
}

#appraisal > .center {
    padding: 10rem 1rem 8rem;
}

#appraisal h2 {
    color: #fff;
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

#appraisal .appraisal-description {
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
}

/********************************************/

#contact {
    position: relative;
    background: #f4f4f4;
    color: black;
    z-index: 1 !important;
}

#contact::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -5 !important;
    content: "";
    opacity: .05;
    background: url("/public/multimedia/images/contact.png") no-repeat no-repeat center center fixed;
    background-size: 80%;
}

#contact h2 {
    color: #303030;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 2rem;
}

#contact > .center {
    padding: 7rem 1rem 7rem;
}

/********************************************/

