﻿html {
    overflow: hidden;
}

body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    /*font-size: 1.15rem;*/
    color: #0e3e68;
    /*padding-top: 150px;*/
    overflow: scroll;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

main .container-lg, footer .container-lg {
    padding-left: 2rem;
    padding-right: 2rem;
}

nav {
    border-bottom: 1px solid rgb(229, 231, 235);
}

    nav .nav-link, nav .dropdown-item {
        font-size: 1.25rem;
        white-space: normal;
    }

    nav .dropdown-menu, nav .dropdown-menu li:last-child .dropdown-item {
        border-bottom-left-radius: .375rem;
        border-bottom-right-radius: .375rem;
    }

    nav .nav-link, nav .dropdown-item {
        color: #0e3e68;
    }

    nav .dropdown-item{
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    nav .dropdown-item:hover{
        background-color: #ececec;
    }

.nav-pills .nav-link, .nav-pills .active {
    background-color: #c5e5ff;
    color: #0e3e68;
    font-weight: 700;
    margin: .5rem .5rem;
    padding: 0.75rem 1rem;
}

.nav-pills .active {
    opacity: 0.5;
    background-color: #c5e5ff !important;
    color: #0e3e68 !important;
}

.nav-pills .nav-link:hover {
    opacity: 0.75;
}

footer a {
    font-size: 0.75rem;
    text-decoration: none;
    color: rgba(14,62,104,.75);
}

.footer-quick-links:nth-child(1) {
    flex-wrap: wrap;
    gap: 3rem;
}

#banner{
    width: 100%;
    height: 390px;
    position: relative;
}

#banner img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: fixed !important;
    top: 80px !important;
    left: 0;
    height: 390px !important;
    width: 100% !important;
    z-index: -1;
}


h1, h2, h3, h4, h5, h6, .h4, .h1{
    color: #0e3e68;
    font-weight: 800;
}

.text-blue, .card {
    color: #0e3e68;
}

.btn {
    padding: 0.75rem 1rem;
}

.btn-custom, .btn-custom:not(:disabled):active {
    background-color: #c5e5ff;
    color: #0e3e68;
}

    .btn-custom:hover {
        background-color: #dff0ff;
        color: #0e3e68;
    }

.btn-white, .btn-white:hover, .btn-white:not(:disabled):active {
    background-color: #fff;
    color: #0e3e68;
}

.bg-blue{
    background-color: #0e3e68;
}

.bg-light-gray {
    background-color: #f5f5f5;
}

.property-badge {
    background-color: #111b29;
    color: #c5e5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75em 1.5em;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    /*display: inline;*/
    position: absolute;
    top: 1em;
    left: 1em;
    font-size: 0.75rem;
}

.news-section {
    margin-top: -10rem;
}

.news-card {
    /*min-height: 200px;*/
    border-radius: 10px;
}

.news-link {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 1.5rem 2.5rem;
    border-radius: 10px;
    display: flex;
    height: 100%;
}

.news-link-text, .news-carousel i{
    z-index: 1;
}

.news-carousel {
    display: block;
    height: 100%;
    min-height: 200px;
    border-radius: 10px;
    background-color: #071f35;
}

    .news-carousel .carousel-item, .news-carousel .carousel-inner{
        height: 200px;
    }

    .news-carousel .carousel-control-prev, .news-carousel .carousel-control-next{
        opacity: 0;
    }

    .news-carousel:hover .carousel-control-prev, .news-carousel:hover .carousel-control-next {
        opacity: .5;
    }

    .carousel .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

.news-img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    object-fit: cover;
    border-radius: 10px;
    filter: brightness(.5);
}

.fs-normal{
    font-size: 1rem;
}

.fs-small {
    font-size: 0.875rem;
}

.fs-xsmall {
    font-size: 0.75rem;
}

.fs-lg {
    font-size: 1.15rem;
    line-height: 1.75;
}

.list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.list-type-disc {
    list-style-type: disc;
}

.list-type-circle {
    list-style-type: circle;
}

.border-top, .border-bottom {
    border-color: rgb(229, 231, 235);
}

.home-banner {
    background: url(images/home-cover.jpg) center center no-repeat;
    height: 100%;
    min-height: 550px;
    display: flex;   
    flex-direction: column;
    justify-content: center;
    background-color: #0e3e68;
    background-attachment: fixed;
    background-size: cover;
}

.card-shadow {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px;
}

.card-body {
    padding: 1em 2em;
}

.external-link-box {
    background-color: #c5e5ff;
    color: #0e3e68;
    border-radius: 5px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: absolute;    
    z-index: 1;
}

.external-link-box-center-bottom {
    margin-top: -2rem;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.flex-gap-xl {
    gap: 2rem;
}

.flex-gap-sm {
    gap: 2rem;
}

.flex-gap-xs {
    gap: 1rem;
}

.collapse-container {
    margin-bottom: 1rem;
}

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.15);
    padding: 1em 2em;
    border-radius: 10px;
}

    .collapse-btn i{
        background-color: #c5e5ff;
        padding: .5em;
        border-radius: 30px;
        font-size: 1em;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .5s ease-in-out;
    }

.collapse-link i {
    transition: all .5s ease-in-out;
}

.rotate {
  transform: rotate(45deg);
}

.list-padding li {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-left: .25rem;
}

.ol-gray li::marker {
    color: #6e7480;
}

.scroll-padding {
    /*padding-top: 150px;*/
    display: block;
    position: relative;
    top: -150px;
    visibility: hidden;
}

.rounded-lg-left {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-lg-right {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 150px;
    max-width: 400px;
}

.mb-6{
    margin-bottom: 5rem;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.rounded-custom{
    border-radius: 10px;
}

.img-hover-zoom {
    overflow: hidden;
}

    .img-hover-zoom img {
        transition: transform .75s ease;
    }

    .img-hover-zoom:hover img {
        transform: scale(1.05);
    }

.img-card {
    width: 100%;
    height: 238px;
    overflow: hidden;
}

    .img-card img {
        position: absolute;
        height: 100%;
        width: 100%;
        inset: 0px;
        color: transparent;
        object-fit: cover;
    }

.btn-map-container {
    height: 150px;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

    .property-hero-img-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.property-map {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.property-modal-btn-img {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    border-radius: 10px;
    filter: brightness(.75);
}

.map-container {
    flex: 1;
}

.btn-container {
    position: relative;
    border-radius: 10px;
    flex: 1;
}

.modal-content {
    background-color: rgb(0, 0, 0, 0.7);
}

.property-carousel {
    height: 80vh;
    margin: auto;
}

.property-carousel .carousel-item {
    height: 100%;
}

    .property-carousel .carousel-item > div {
        display: flex;
        height: 100%;  
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.property-carousel img {
    max-height: 100%;
    width: auto;
}


@media (min-width: 768px) {
    main .container-lg, footer .container-lg {
        padding-left: 5rem;
        padding-right: 5rem;
    }

    .flex-gap-md{
        gap: 5rem;
    }
}

@media (min-width: 992px) {
    nav, nav .dropdown-menu {
        background-color: #fafafa;
        border: 0;
        padding-bottom: 0;
    }

        nav .nav-link, nav .dropdown-item {
            font-size: 0.875rem;
            line-height: 1.25rem;
        }

        nav .nav-item {
            margin-left: .5rem;
            margin-right: .5rem;
        }

        nav .nav-link, nav .dropdown-item {
            white-space: nowrap;
        }

    .flex-gap-xl {
        gap: 4rem;
    }

    .building-svg {
        width: 40vw;
        height: 40vw;
        position: absolute;
        right: 0;
        top: calc((100% - 40vw) / 2);
        z-index: 1;
        max-width: 100%;
    }

    .rounded-lg-left {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 10px;
        border-top-right-radius: 00px;
    }

    .rounded-lg-right {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 10px;
        border-top-left-radius: 0px;
    }        
}

    @media (min-width: 1200px) {
        .container-lg {
            max-width: 1200px;            
        }

        main .container-lg, footer .container-lg {
            padding-left: 0;
            padding-right: 0;
        }

        .flex-gap-xl {
            gap: 10rem;
        }

        .w-lg-75 {
            max-width: 75%;
        }

        #banner img {
            position: fixed !important;
            top: 100px !important;
            left: calc((100vw - 1500px) / 2);
            height: 390px !important;
            width: 100% !important;
            max-width: 1500px;
            z-index: -1;
        }

        .property-hero-img-container, .btn-map-container {
            height: 500px;
            display: flex;
            align-items: stretch;
            flex-direction: column;
        }
    }