﻿/* IMPORT FONT */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}

/* UTILS */
:root {
    /* Colors */
    --primary-color: #009f95;
    --secondary-color: #ff6584;
    --tertiary-color: #00f1e2;
    --primary-dark-color: #3f3d56;
    --light-primary-color: #f2fafa;
    --light-secondary-color: #fee9e9;
    --product-color-variant1: #404041;
    --product-color-variant2: #e15855;
    --primary-grey-color: #efefef;
    --secondary-grey-color: #f8f8f8;
    --color-grey: #c4c4c4;
}

body {
    font-family: 'Quicksand', sans-serif;
    font-size: 100%;
    color: var(--primary-dark-color);
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.login .form-control {
    color: var(--primary-color);
}

.top-liner {
    width: 40px;
    height: 4px;
}

.btn {
    padding-top: 12px;
    padding-bottom: 12px;
}

.text-shadow {
    text-shadow: 0 0 3px var(--primary-color), 0 0 3px var(--secondary-color), 0 0 5px var(--product-color-variant1);
}

.pos-rel {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.transparent {
    background: transparent;
}

.line-height-small {
    line-height: 1.4em;
}

.font-size-x-small {
    font-size: 0.75rem;
}

.font-size-small {
    font-size: 0.875rem;
}

.font-size-regular {
    font-size: 1rem;
}

.font-size-medium {
    font-size: 1.5rem;
}

.font-size-large {
    font-size: 1.75rem;
}

.font-size-x-large {
    font-size: 2.4rem;
}

.font-size-xx-large,
.font-size-page-title {
    font-size: 3rem;
    line-height: 1.1em;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-semi-bold {
    font-weight: 600;
}

.font-bold {
    font-weight: 700;
}

.well-rounded {
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}

/* Bootstrap Overrides */
.dropdown-toggle::after {
    border-top: 0.3em solid var(--primary-color);
}

.navbar-toggler:focus {
    border: none;
    outline: none;
}

.nav-link.active {
    color: var(--primary-color) !important;
}

.page-link {
    color: var(--primary-color);
}

.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.advanced_search .nav-pills .nav-link {
    background-color: var(--primary-grey-color);
    color: var(--primary-dark-color);
}

    .advanced_search .nav-pills .nav-link.active,
    .advanced_search .nav-pills .show > .nav-link,
    .advanced_search .nav-pills .nav-link:hover {
        background-color: var(--primary-color);
        color: #fff !important;
    }

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--primary-color) !important;
}

.btn,
.popover-body {
    font-size: 0.875rem;
}

.popover-body {
    font-family: 'Quicksand', sans-serif;
    padding: 1.2em;
    line-height: 1.6em;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
    outline: 0 !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}

/* Utility classes */
.primary-color {
    color: var(--primary-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color);
}

.primary-dark-color {
    color: var(--primary-dark-color);
}

.bg-primary-dark-color {
    background-color: var(--primary-dark-color);
}

.light-primary-color {
    color: var(--light-primary-color);
}

.bg-light-primary-color {
    background-color: var(--light-primary-color);
}

.secondary-color {
    color: var(--secondary-color) !important;
}

.tertiary-color {
    color: var(--tertiary-color);
}

.light-secondary-color {
    color: var(--light-secondary-color);
}

.bg-light-secondary-color {
    background-color: var(--light-secondary-color);
}

.text-underline {
    text-decoration: underline;
}

.product-color-variant1 {
    color: var(--product-color-variant1);
}

.product-color-variant2 {
    color: var(--product-color-variant2);
}

.primary-grey-color {
    color: var(--primary-grey-color) !important;
}

.color-grey {
    color: var(--color-grey);
}

.bg-primary-grey-color {
    background-color: var(--primary-grey-color);
}

.secondary-grey-color {
    color: var(--secondary-grey-color);
}

.navbar-brand img {
    width: 80px;
}

.btn-brand-primary {
    background-color: var(--primary-color);
    color: #fff !important;
    font-weight: 600;
}

    .btn-brand-primary:hover {
        color: var(--primary-color) !important;
        background-color: var(--light-primary-color);
    }

.btn-brand-secondary {
    background-color: var(--primary-grey-color);
    color: var(--product-color-variant1) !important;
    font-weight: 600;
}

    .btn-brand-secondary:hover {
        background-color: var(--product-color-variant1);
        color: #fff !important;
    }

.btn-invert-secondary {
    color: #fff !important;
    background-color: var(--product-color-variant1);
    font-weight: 600;
}

    .btn-invert-secondary:hover {
        color: var(--product-color-variant1) !important;
        background-color: var(--primary-grey-color);
    }

.small-circle-illustration,
.medium-circle-illustration,
.big-circle-illustration {
    z-index: -1;
}

.small-circle-illustration {
    width: 40px;
    height: 40px;
    background-color: var(--secondary-grey-color);
    right: 10vw;
    top: 5vw;
}

.medium-circle-illustration {
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}

.big-circle-illustration {
    width: 200px;
    height: 200px;
    background-color: var(--light-primary-color);
    right: 0;
    bottom: 20px;
}

.py-6 {
    padding: 80px 0;
}

.pb-6 {
    padding-bottom: 80px;
}

/* Components */
.search-component {
    position: relative;
    border: solid thin var(--primary-color);
    background-color: rgba(255, 255, 255, 1);
    z-index: 3;
}

.hero-section .search-component {
    background-color: rgba(255, 255, 255, 0.8);
}

.search-results,
.advanced-search-cta,
.banner,
.linkedin-icon {
    z-index: 99;
    transition: 0.3s;
}

.advanced-search-cta {
    right: 0;
}

.search-result a {
    text-decoration: none;
}

ul#search-results {
    position: absolute;
    background-color: rgba(255, 255, 255, 095);
    z-index: 100;
}

.search-result:hover {
    cursor: pointer;
    color: #fff;
    background-color: var(--primary-color);
}

li#search-not-found:hover {
    cursor: pointer;
}

/* Hero Section */
.hero-section,
.video-section,
.aboutus-banner-section,
.contact-us {
    min-height: 40vh;
}

/* Video Section */
.video-section {
    overflow-x: hidden;
}

    .video-section iframe {
        height: 200px;
    }

/* How it works */
.hw-card {
    border: solid thin #fff;
    transition: 0.4s;
}

    .hw-card:hover {
        cursor: pointer;
        border: solid thin var(--primary-color);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    }

.wcp-card {
    min-height: 320px;
    border: solid 10px var(--primary-color);
}

.values-card {
    min-height: 100px;
}

.zIndex-2 {
    z-index: 2;
}

/* Clients */
.clients img {
    width: 60px;
    transition: 0.3s;
}

/* Testimonials */
.testimonials {
    background: url('../../Content/images/webimages/testimony.jpg') no-repeat center;
}

    .testimonials section {
        width: 280px;
    }

.values {
    background: url('../../Content/images/webimages/values_bg.jpg') no-repeat center;
}

/* Swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 80%;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* Meet The Team */

.avatar img {
    filter: grayscale(1);
}

.linkedin-icon {
    opacity: 0;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 159, 149, 0.5);
}

    .linkedin-icon:hover {
        opacity: 1;
    }

    .linkedin-icon .fab {
        font-size: 2.3em;
        top: 2.9em;
    }

/* Testimonials page */

.testimonials-page {
    min-height: 35vh;
}

/* Case Study */

.fairhaven {
    background: url('../../Content/images/webimages/fairhaven_page_banner.jpg') no-repeat center;
}


.urbanEdge {
    background: url('../../Content/images/webimages/urbanedge_page_banner.jpg') no-repeat center;
}

.casetudy-page {
    min-height: 15vh;
}

.client-logo {
    top: -20px;
}

.growth_spurt_illustration {
    width: 60%;
}

.testimony::before {
    position: absolute;
    font-size: 4rem;
    left: 0.1em;
    top: -0.6em;
    content: '“';
}

.how_it_works_icon {
    width: 100%;
}

.lips_banner {
    width: 100%;
    z-index: 3;
}

.lips_text {
    padding-left: 50px;
    padding-right: 50px;
}

.product_variant1_banner,
.product_variant2_banner,
.product_variant3_banner {
    min-height: 20vw;
    background-repeat: no-repeat;
    background-position: center;
}

.product_variant1_banner {
    background-color: var(--product-color-variant1);
    background-image: url('../../Content/images/webimages/product_bg1.jpg');
}

.product_variant2_banner {
    background-color: var(--product-color-variant2);
    background-image: url('../../Content/images/webimages/product_bg2.jpg');
}

.product_variant3_banner {
    background-color: var(--primary-color);
    background-image: url('../../Content/images/webimages/product_bg3.jpg');
}

.product_insight::before {
    content: '';
    position: absolute;
    top: 25%;
    left: -5px;
    width: 4px;
    height: 50%;
    background-color: var(--secondary-color);
}

.product_list::before {
    content: '+';
    position: relative;
    right: 5px;
}

.property_banner img {
    width: 50%;
}

.clients img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.council-list::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 8px;
    height: 8px;
    background-color: var(--secondary-color);
    border-radius: 4px;
}

.council-list:hover::before {
    background-color: var(--primary-color);
}

.ksp::before {
    content: '';
    position: absolute;
    top: 25%;
    left: 0;
    width: 3px;
    height: 50%;
    background-color: var(--primary-color);
}

.land_title_cta a {
    text-decoration: none;
    color: var(--secondary-color);
    transition: 0.3s;
}

footer a:hover {
    text-decoration: underline;
}

.land_title_cta a:hover {
    color: var(--primary-dark-color);
}

    .land_title_cta a:hover div {
        border-radius: 10px;
    }

.section2_land_title {
    bottom: 0;
    left: 0;
}

.section2_land_title_banner {
    background-image: url('../../Content/images/webimages/section2_land_title_banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
}

.auth-page {
    height: 100vh;
    overflow-y: scroll;
}

.authform-close {
    top: 20px;
    right: 30px;
}

.login .auth-banner {
    background-image: url('../../Content/images/webimages/login_auth_banner.jpg');
}

.signup .auth-banner {
    background-image: url('../../Content/images/webimages/signup_banner.jpg');
}

.login .auth-banner,
.signup .auth-banner {
    background-repeat: no-repeat;
    background-position: center;
}

/* Advanced search */
.advanced_search {
    min-height: 60vh;
    padding-top: 5vh;
}

.map-responsive {
    border: 0;
    width: 100%;
    height: 400px;
}

.bg-cover {
    background-size: cover;
}

@media screen and (min-width: 768px) {
    main {
        padding-top: 60px;
    }

    .hero-section .search-component,
    .hero-section .search-results,
    .hero-section .advanced-search-cta {
        width: 650px;
    }

    .medium-circle-illustration {
        left: 37vw;
        top: 6vw;
    }

    .clients img {
        width: 100px;
    }

    .growth_spurt_illustration {
        width: 100%;
    }

    .lips_banner {
        width: 250px;
    }

    .ctas {
        top: -40px;
        width: 680px;
    }

        .ctas h3 {
            opacity: 0.7;
        }

        .ctas a:hover {
            text-decoration: none;
        }

    .product_illustration {
        width: 100px;
    }

    .property_banner img {
        width: 80%;
    }

    .land_property_information-card {
        min-height: 310px;
    }

        .land_property_information-card .desc {
            min-height: 120px;
        }
}

@media screen and (min-width: 992px) {
    .font-size-page-title {
        font-size: 4.2rem;
    }

    .video-section iframe {
        height: 300px;
    }

    .hw-card {
        min-height: 310px;
    }

    .values-card {
        min-height: 220px;
    }

    .how_it_works_icon {
        width: 70%;
    }

    .lips_banner {
        width: 420px;
    }

    .lips_text {
        padding-left: 150px;
        padding-right: 50px;
    }
}
