html {
    scroll-behavior: smooth;
}

header.navbar-stuck {
    box-shadow: 0 4px 20px #e4edf5;
}

.navbar-brand {
    padding: 0 !important;
}

#loadingMask {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #F8F9FF;
    z-index: 1000;
    text-align: center;
}

#loadingMask .logo-wrapper {
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1.text-lg-start {
    font-weight: 500;
    line-height: 64px;
}

.text-medium {
    font-weight: 500;
}

h1.auth-title {
    font-size: 28px;
}

.up-inverse {
    background: #B99B50;
    color: white;
    padding: 5px;
    margin-bottom: 6px;
    display: inline-block;
}

img.main {
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    border-bottom-left-radius: 15%;
    border-top-right-radius: 2.5%;
}

.nav-link {
    font-weight: 400;
}

footer .fs-xs {
    font-size: 13px !important;
}

footer .nav-link {
    font-size: 15px;
}

.btn-primary {
    font-weight: 500;
}

#cookie-bar {
    position: fixed;
    display: none;
    align-items: center;
    align-content:flex-start;
    bottom: 40px;
    left: 40px;
    max-width: 820px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 4px 20px #E4EDF5;
    z-index: 999;
}

#cookie-bar.cookie-display {
    display: flex;
}


.cookie-inner-button {
    padding: 30px;
}

.cookie-inner-message {
    padding: 21px;
}

.cookie-message {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #3F4A55;
    margin-bottom: 0;
}

.cookies-link {
    color: #B99B50;
    font-size: 14px;
    font-weight: 500;
    text-underline-offset: 2px;
    text-decoration: underline;
}

.cookies-link:hover {
    text-decoration: underline;
    color: #B99B50;
}

.cookie-btn {
    white-space: nowrap;
    background: #B99B50;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 1rem;
    color: #fff;
    padding: 12px 30px;
    border: none;
}

.cookie-btn:hover {
    background: #B99B50;
}

.h2.display-6 {
    font-weight: 500;
}

.property-table th {
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    padding-bottom: 0 !important;
}

.property-description {
    font-size: 14px;
    line-height: 20px;
}

.property-table td {
    font-weight: 600;
    font-size: 18px;
    text-align: left;
}

.alert {
    border-radius: 10px;
    padding: 7px;
    font-size: 13px;
    align-items: center;
}

.alert-info {
    background: #fbe7c7;
    color: black;
    border-color: #B99B50;
}

#project img {
    cursor: pointer;
}

.property-gallery img {
    margin-right: 10px;
    cursor: pointer;
}

.text-left {
    text-align: left;
}

#cta a {
    background: #fff;
    color: #B99B50;
}

.fs-xs {
    line-height: 18px;
}

span.subtitle {
    color: #121519;
    opacity: .8;
    margin-left: 5px;
}

.bg-third {
    background-color: #EBD2D2 !important;
}

.btn-outline-third {
    border-color: #EBD2D2;
    color: #EBD2D2;
}

.btn-outline-third:hover {
    border-color: #EBD2D2;
    background: #EBD2D2;
}

.reason-slide svg {
    width: 40px;
    margin-bottom: 40px;
}

.reason-slide {
    text-align: center;
}

.reason-slide .h5 {
    font-size: 17px;
}

.reason-slide .card-body {
    padding: 40px 10px 10px;
}

@media only screen and (max-width: 992px) {
    #cookie-bar {
        margin: 10px 10px auto;
        left: 0;
        right: 0;
        bottom: 10px;
    }
    .property-description {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 768px) {
    #cookie-bar.cookie-display {
       display: block;
    }
    .cookie-inner-button {
        padding-top: 0;
        text-align: center;
    }
    .cookie-btn {
        width: 70%;
    }
}


@media only screen and (min-width: 992px) {
   .navbar-nav {
       margin-left: 50px;
   }
}
