﻿@import url('homefield.css');

/**********************************
        COMMON CSS
**********************************/

body {
    background-color: #F6F6F6;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 100px;
}

.mt_10px {
    margin-top: 10px;
}

.active {
    font-weight: 600;
}

#title_bar {
    margin-top: 30px;
}

    #title_bar .col-12 {
        padding: 0;
    }

    #title_bar .title_bar {
        width: 280px;
        background-color: var(--primary-color);
        color: white;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
    }

#agent_bar_desktop {
    display: none;
}

.semiBold {
    font-weight: 600;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 500;
}

#navbar a {
    color: white;
}

/**********************************
        AGENT PROFILE
**********************************/

/***** Navbar *****/

.navbar {
    display: none;
}

/***** Profile Image *****/

.profile_image {
    overflow: hidden;
}

    .profile_image img {
        width: 150%;
    }

.clip-svg {
    /*clip-path: circle(52.9% at 57% 15%);*/
    clip-path: circle(68.9% at 63% 25%);
}

/***** Profile Details *****/

.profile_name {
    font-size: 32px;
    font-weight: 600;
    color: #707070;
    letter-spacing: 5px;
}

#profileDetail hr {
    border-width: 1.5px;
    margin-top: 0;
    border-color: #707070;
    width: 80%;
    margin-bottom: 20px;
}

#profileDetail .far, #profileDetail .fas {
    width: 15px;
    margin-left: 40px;
    color: #707070;
}

.profile_content_text {
    font-weight: 300;
    font-size: 14px;
    color: #707070;
    margin-left: 10px;
}

#profileDetail {
    margin-bottom: 80px;
}

/***** Profile Buttons *****/

#profile_button .row {
    margin-top: 40px;
    margin-left: 10%;
}

#profile_button .profile_button {
    width: 50px;
}

/***** Menu Bar *****/

#menu_bar_desktop {
    display: none;
}

.menu_bar_bg {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #F6F6F6;
    box-shadow: 0px -3px 6px 0.1px black;
}

#menu_bar_mobile .fas {
    font-size: 16px;
    color: var(--primary-color);
}

#menu_bar_mobile a {
    font-size: 16px;
    color: #707070;
}

#menu_bar_mobile .btn-secondary, #menu_bar_mobile .btn-primary {
    background: none;
    border: none;
    color: var(--primary-color);
}

#menu_bar_mobile .active {
    font-weight: 600;
    background: none;
}

/***** Property Listing *****/

#property_listing .card {
    margin-top: 30px;
}

    #property_listing .card h4 {
        font-weight: 600;
    }

#carouselControl {
    margin-top: 30px;
}

.property_summary {
    width: 100%;
    background-color: white;
    color: black;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.property_price, .property_name {
    font-size: 14px;
    font-weight: 600;
}

p {
    font-size: 12px;
    color: #707070;
    margin-top: 10px;
}

.carousel {
    margin-top: 30px;
}

/**********************************
        SEARCH FILTER
**********************************/

#btn_close button {
    background: none;
    border: none;
}

#btn_close .far {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: var(--primary-color);
}

.btn_buy {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn_rent {
    width: 100%;
    background-color: white;
    color: #707070;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#search form label {
    font-size: 12px;
    font-weight: 600;
}

.option_default {
    color: #707070;
}

#search option, select, input {
    font-size: 12px;
    font-weight: 300;
}

#search .form-control {
    width: 100%;
    height: 30px;
    border: none;
    border-radius: 5px;
}

.btn_search {
    width: 100%;
    background-color: var(--primary-color);
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding-top: 11px;
    padding-bottom: 11px;
    text-align: center;
    border-radius: 5px;
}

/**********************************
        SEARCH RESULT
**********************************/

#filter_bar {
    margin-top: 76px;
}

    #filter_bar .dropdown {
        margin-top: 10px;
    }

.btn_sortby {
    background: none;
    font-size: 12px;
    color: #707070;
}

.filter_bg {
    width: 100%;
    background-color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}


/**********************************
        NEW LAUNCH
**********************************/

/**********************************
        AGENT CONTACT BAR
**********************************/

.agentContactBar {
    width: 100%;
    background-color: var(--primary-color);
    padding-top: 20px;
    padding-bottom: 20px;
}

.agentBarPicture {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
}

#agent_contact_bar .btn-info {
    background: none;
    border: none;
}

#agent_contact_bar .agentContactBar h6 {
    font-size: 12px;
    color: white;
    margin-bottom: 0;
}

#agent_contact_bar .agentContactBar h5 {
    font-size: 8px;
    color: white;
    margin-bottom: 0;
}

#agent_contact_bar .modal-content h4 {
    font-weight: 600;
    font-size: 18px;
}

#agent_contact_bar .modal-content h6 {
    font-weight: 500;
    font-size: 12px;
}

.agentBarButton {
    width: 30px;
}

/**********************************
        RESIDENTIAL PROPERTY
**********************************/

.property_location {
    color: #707070;
    font-size: 10px;
}

#residentialProperty .profile_icons, #commercialProperty .profile_icons {
    margin-left: 0;
}

hr {
    width: 100%;
    border: 0.5px solid #4372D1;
    margin-top: 10px;
    margin-bottom: 10px;
}

.property_details {
    font-size: 10px;
    color: #707070;
}

/**********************************
        PROPERTY DETAILS
**********************************/

/***** Main *****/

#propertyDetailsMain hr {
    width: 100%;
}

#propertyDetailsMain .text_sectionTitle {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-top: 20px;
}

/***** Back Button *****/

#back_btn .back_btn {
    font-size: 20px;
    color: var(--primary-color);
}

#back_btn .row {
    padding-top: 15px;
}

/***** Property Image *****/

#propertyImage #carouselControl {
    margin-top: 20px;
}

/***** Property Summary *****/
.text_price {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.text_name {
    font-size: 16px;
}

.text_Location, .text_builtUp, .text_landArea, .text_facilities {
    font-size: 12px;
}

.text_builtUp {
    margin-top: 10px;
}

.text_facilities .fas {
    margin-left: 8px;
    margin-right: 20px;
}

.text_facilities img {
    height: 20px;
}

.text_facilities .btn {
    font-size: 12px;
    font-weight: 300;
    background-color: #4FC2C1;
    color: white;
}

    .text_facilities .btn .fas {
        margin-right: 5px;
        margin-left: 5px;
    }

/***** Property Specification *****/

.spec_type {
    margin-top: 20px;
    font-size: 10px;
    color: #9E9E9E;
}

.spec_details {
    margin-top: 5px;
    font-size: 12px;
}

    .spec_details hr {
        margin-left: 0;
        margin-top: 0;
        border: 0.5px dashed #9E9E9E;
    }



.clip-svg {
    clip-path: circle(32.5% at 50% 50%);
}

#profileDetail img {
    margin-top: 30px;
    width: 100%;
}

@media only screen and (min-width: 768px) {

    .desktop_off {
        display: none;
    }

    /***** Menu Bar *****/

    #menu_bar_mobile {
        display: none;
    }

    #menu_bar_desktop {
        display: block;
        margin-bottom: 50px;
    }

    .menu_bar_desktop_bg {
        width: 100%;
        background-color: #E0E0E0;
        padding-top: 13px;
    }

    #menu_bar_desktop .row_02 .form-control {
        font-size: 12px;
    }

    .btn_search {
        font-size: 12px;
        padding-top: 6px;
    }

    /***** Filter Bar *****/

    #filter_bar .btn_sortby {
        font-size: 12px;
    }

    /***** Title Bar *****/

    #title_bar .col-12 {
        padding: 15px;
    }

    #title_bar .title_bar {
        /*width: 30%;*/
        height: 50px;
        font-size: 18px;
        /*text-align: left;*/
        padding-top: 13px;
        /*padding-left: 20px;*/
    }

    .navbar {
        display: block;
        background-color: var(--primary-color);
        color: white;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 18px;
    }

    #profileDetail img {
        margin-top: 30px;
        width: 100%;
    }

    .clip-svg {
        /*clip-path: circle(31.2% at 50% 50%);*/
        clip-path: circle(32.5% at 50% 50%);
    }

    .profile_name {
        margin-top: 30px;
        font-size: 32px;
        text-align: left;
    }

    #profileDetail hr {
        width: 70%;
        margin-left: 0;
    }

    #profileDetail .far, #profileDetail .fas {
        margin-left: 0;
        font-size: 18px;
    }

    .profile_content_text {
        font-size: 18px;
    }

    #profile_button .profile_button {
        width: 50px;
    }

    #profile_button .row {
        margin-left: 0;
    }

    .search_bar_desktop_bg {
        margin-top: 50px;
        background-color: var(--primary-color);
        padding-top: 35px;
        padding-bottom: 35px;
        border-radius: 5px;
    }

    .btn_searchNow {
        background-color: #0076FF;
    }

    .btn_moreOption {
        color: white;
        font-size: 10px;
        font-weight: 600;
    }

    /**********************************
        PROPERTY DETAILS
    **********************************/

    #agent_contact_bar {
        display: none;
    }

    #agent_bar_desktop {
        display: block;
    }

    .agentContactBar {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 30px;
        border-radius: 5px;
    }

    .agentBarPicture {
        width: 60px;
        height: 60px;
    }

    .agentContactBar h6 {
        font-size: 18px;
        color: white;
        margin-bottom: 0;
    }

    .agentContactBar h5 {
        font-size: 12px;
        color: white;
        margin-bottom: 0;
    }

    .agentBarButton {
        width: 35px;
    }

    .btn_submit {
        width: 100%;
        background-color: white;
        color: var(--primary-color);
        text-align: center;
        font-weight: 600;
        border-radius: 3px;
        border-style: none;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.carousel {
    background-color: white;
}

.carousel-item {
    height: 250px;
}

    .carousel-item img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
    }

.profile_image img {
    height: 450px;
    margin-top: 0;
    width: auto !important;
}

.iti {
    width: 100%;
}

.hidden {
    display: none !important;
}

@media (min-width: 767px) {
    .profile_image img {
        height: 450px;
        margin-top: 0;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .clip-svg {
        clip-path: circle(38.5% at 50% 50%);
    }
}
