﻿html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Oswald', sans-serif;
    background-color: #E1DDDA;
    color: #000;
    min-width: 320px;
}

a:hover {
    color: #0BA1AB;
    text-decoration: none;
}
.btn {
    padding: 0.75rem 1.5rem;
    border: 2px solid #0BA1AB;
    border-radius: 0;
}

img {
    width: 100%;
}

.pb-5 {
    padding-bottom: 5rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.flex-container {
    display: flex;
}
.slim-content {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 2rem;
}

.overlay {
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
}

.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 1s ease-out;
    will-change: opacity, visibility;
}

    .fade-in.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

main {
    overflow: hidden;
}

main section {
    margin-top: -100px;
    padding-top: 100px;
}


.nav-background .navbar  {
    background-color: #E1DDDA;
}
.navbar-light .navbar-brand {
    display: block;
}
.navbar-expand-md .navbar-nav {
    width: auto;
    margin-left: auto;
    margin-right: 0 !important;    
}
.navbar-expand-md > .container {
    width: 95%;
    max-width: 95%;
    padding: 12px 20px;
}

.navbar-brand {
    width: 70px;
}
.nav-icon {
    display: none;
    max-width: 75px;
}
.fixed-top {
    background-color: #E1DDDA;
    padding: 0;
}
.navbar-light .navbar-nav .nav-link {
    color: #000;
}
.navbar-light .navbar-nav .nav-link.btn {
    border: none;
    background-color: #C65D27;
    text-transform: uppercase;
    color: #fff;
    font-size: 14.5px;
    padding: 0.75rem 1.5rem;
    display: inline;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
    .navbar-nav li {
        text-align: center;
        text-transform: uppercase;
        max-height: 75px;
        align-items: center;
        margin-right: 50px;
    }
    .navbar-nav li:last-child {
        margin-right: 0;
    }

header {
    margin-top: 100px;
    position: relative;
    background-image: url('/images/jpg/panaorama1.jpg');
    background-size: cover;
    background-position: center center;
    min-height: 470px;
    display: flex;
    align-items: center;
}
    header .container {
        display:flex;
        flex-direction: column-reverse;
    }
    header > div {
        margin-left: 5vw;
    }       

    header h1 {
        font-style: normal;
        font-weight: 500;
        font-size: 42px;
        line-height: 86px;
        text-transform: uppercase;
        margin-bottom: 3rem;
        color: #fff;
    }
        header h1 span {
            color: #0BA1AB;
            background-color: #000;
            display: inline-block;
            padding: 0 2rem;
            margin-left: 1rem;
            -webkit-text-stroke: 2px #0ba1ab;
            -webkit-text-fill-color: #000;
        }

    header p {
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #fff;
        max-width: 70vw;
        margin-left: 1rem;  
    }

    header .btn {
        color: #fff;
    }
    header .btn:hover {
        color: #fff;
        background-color: #C65D27;
        border: 2px solid #C65D27;
    }

    header address {
        font-style: normal;
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

        header .header-image {
            text-align: center;
        }

            header .header-image:after {
                content: "";
                display: block;
                width: 360px;
                height: 360px;
                position: absolute;
                bottom: calc(50% - 194px);
                left: calc(50% - 191px);
                z-index: 0;
                background: transparent url(/images/svg/background-parallelogram1.svg);
                background-repeat: no-repeat;
                background-position: center top;
                background-size: contain;
            }
        header .header-image img {
            clip-path: polygon(0 40%, 100% 0%, 100% 65%, 0% 100%);
            margin-top: -50px;
            width: 90%;
        }


        section > .container {
            display: flex;
        }


section#Space {
    position: relative;
}

    section#Space:before {
        content: "";
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        top: 80px;
        right: -100px;
        z-index: 0;
        background: transparent url("/images/svg/background-icon-white.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

    section#Space .flex-container {
        align-items: center;
        flex-direction: column-reverse;
    }

    section#Space h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 48px;
        line-height: 58px;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

        section#Space h2:after {
            content: "";
            width: 96px;
            min-width: 20px;
            display: block;
            border-bottom: 4px solid #000;
            padding-top: 1rem;
            margin-bottom: 2rem;
        }

    section#Space .slick-list {
        clip-path: polygon(0 40%, 100% 0%, 100% 60%, 0% 100%);
    }
    section#Space .dots-right .slick-dots {
        bottom: 50px;
    }

section#Specification {
    position: relative;
}
    section#Specification .flex-container {
        flex-direction: column;
    }

    section#Specification:before {
        content: "";
        display: block;
        width: 500px;
        height: 500px;
        position: absolute;
        top: 133px;
        right: -120px;
        z-index: 0;
        background: transparent url("/images/svg/background-icon-white.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }
section#Specification .flex-container {
    align-items: center;
}
section#Specification h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 58px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
    section#Specification h2:after {
        content: "";
        width: 96px;
        min-width: 20px;
        display: block;
        border-bottom: 4px solid #000;
        padding-top: 1rem;
        margin-bottom: 2rem;
    }
section#Specification .slim-content ul {
    margin-top: 1rem;
    padding-left: 24px;
}
section#Specification .slim-content li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 0.5rem;
}
    section#Specification .slim-content li:before {
        content: "";
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 4px;
        left: -26px;
        z-index: 0;
        background: transparent url("/images/svg/bullet.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }



section#Download {
    background-color: #030303;
    color: #fff;
    position: relative;
    padding: 5rem 0;
    margin-top: 20px;
    z-index: 1;
}
    section#Download .flex-container {
        flex-direction: column;
    }
section#Download .col-12 {
    position:relative;
    z-index: 1;
}
section#Download img {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 2rem;
}
section#Download h2 {
    margin-bottom: 1.5rem;
    font-size: 36px;
}
section#Download .btn {
    color: #fff;
    text-transform: uppercase;
    margin-top: 2rem;
    transition: 0.2s all ease-in-out;
}
    section#Download .btn:hover {
        background-color: #C65D27;
        border: 2px solid #C65D27;
    }
    section#Download:after {
        content: "";
        display: block;
        width: 400px;
        height: 400px;
        position: absolute;
        bottom: -40px;
        right: -100px;
        z-index: 0;
        background: transparent url("/images/svg/background1.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

section#Floorplans {
    background-color: #fff;
}
    section#Floorplans .flex-container {
        flex-direction: column;
    }

    section#Floorplans h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 36px;
        line-height: 58px;
        text-transform: uppercase;
        margin-bottom: 1rem;
    }

        section#Floorplans h2:after {
            content: "";
            width: 96px;
            min-width: 20px;
            display: block;
            border-bottom: 4px solid #000;
            padding-top: 1rem;
            margin-bottom: 2rem;
        }
    section#Floorplans .btn {
        text-transform: uppercase;
    }
        section#Floorplans .btn:hover {
            background-color: #C65D27;
            border: 2px solid #C65D27;
            color: #fff;
        }
    section#Floorplans .flex-container {
        align-items: center;
        flex-direction: column;
    }

    section#Floorplans .carousel {
        padding: 12px;
    }


section#Contact .container {
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 0;
    background: #eee;
}
section#Contact .row {
    margin: 15px;
}
section#Contact .col-md-6:not(.pb-5),
section#Contact form .col-md-12 {
    padding: 0;
}

section#Contact h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 58px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding-top: 2rem;
    margin: 0 15px;
}
    section#Contact h2:after {
        content: "";
        width: 96px;
        min-width: 20px;
        display: block;
        border-bottom: 4px solid #000;
        padding-top: 1rem;
        margin-bottom: 2rem;
    }


.images-container {
    display: flex;
    flex-direction: column;
}
    .images-container .image-column {
        display: flex;
        flex-direction: row;
        padding: 0px;
    }
        .images-container .image-column img {
            flex: 1;
            padding: 2px;
        }
        .images-container .image-column:first-child img{
            max-width: 50%;
        }
        .images-container .image-column:last-child img {
            max-width: 33%;
        }



        form {
            width: 100%;
        }
    form label {
        color: #C65D27;
        text-transform: uppercase;
    }

    form input[type="text"], form input[type="email"] {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #131718;
    }
    form textarea.form-control {
        background-color: transparent;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid #131718;
    }

    form .btn {
        text-transform: uppercase;
        transition: 0.2s all ease-in-out;
    }
        form .btn:hover {
            background-color: #C65D27;
            color: #fff;
            border-color: #C65D27
        }


footer {
    background-color: #131718;
    color: #fff;
    padding: 2rem 0;
}

footer .col-4 {
    padding: 0;
}

footer a {
    color: #fff;
}

footer .container {
    display: flex;
    flex-direction: column;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer img {
    padding-bottom: 1.5rem;
}
footer img.savills-logo{
    max-width: 78px;
    max-height: 100px;
}
footer img.cushwake-logo {
    max-height: 100px;
    max-width: 153px;
}
footer .agent-container {
    margin-bottom: 2rem;
    text-align: center;
}

.sitefooter {
    background-color: #131718;
    color: #fff;
    padding: 2rem 0;
    text-align: center;
}

@media(min-width:576px) {

    header h1 {
        font-size: 55px;
    }
        header h1 span {
            color: #0BA1AB;
            background-color: #000;
            display: inline-block;
            padding: 0 2rem;
            margin-left: 3rem;
        }

    header p {
        max-width: 392px;
    }

    /*header address {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    header .header-image:after {
        content: "";
        display: block;
        width: 550px;
        height: 550px;
        position: absolute;
        bottom: calc(50% - 288px);
        left: calc(50% - 311px);
        z-index: 0;
        background: transparent url(/images/svg/background-parallelogram1.svg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }

    header .header-image img {
        clip-path: polygon(0 40%, 100% 0%, 100% 65%, 0% 100%);
        margin-top: -50px;
        width: 90%;
    }*/

    .navbar-brand {
        width: 75px;
    }
    .navbar-expand-md > .container {
        padding: 15px 20px;
    }

    footer .container {
        flex-direction: row;
    }
    footer .agent-container {
        margin-bottom: 0;
        text-align: left;
    }
    .sitefooter {
        text-align: left;
    }

    section#Space .dots-right .slick-dots {
        bottom: 150px;
    }
}

@media(max-width: 767px) {

    .navbar-nav li:not(:last-child) {
        display: none;
    }
}

@media(min-width:768px) {
    .slim-content {
        width: 85%;
        margin: 0 auto;
    }

    .navbar-brand {
        display: none;
    }
    .nav-icon {
        display: block;
    }
    .navbar-light .navbar-nav .nav-link:not(.btn):hover {
        color: #000;
        border-bottom: 3px solid #000;
    }
    .navbar-light .navbar-nav .nav-link.btn {
        display: block;
        min-width: 150px;
    }

    header {
        min-height: 570px;
    }

    header .container {
        flex-direction: row;
    }

    header h1 span {
        padding: 0 2rem;
        margin-left: 4rem;
    }

    header p {
        margin-left: 4rem;
    }

    /*header address {
        font-style: normal;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.02em;
    }

    header .header-image img {
        margin-top: -100px;
    }
    header .header-image:after {
        width: 450px;
        height: 450px;
        bottom: calc(50% - 173px);
        left: calc(50% - 239px);
    }*/

    /*header:before {
        width: 375px;
        height: 375px;
        bottom: 134px;
        left: calc(25% - 100px);
    }*/
    header:after {
        width: 85%;
        height: 85%;
        bottom: -8%;
        right: -30%;
        content: "";
        display: block;
        position: absolute;
        z-index: 0;
        background: transparent url("/images/svg/background-parallelogram-white.svg");
        background-repeat: no-repeat;
        background-position: center top;
        background-size: contain;
    }


    section#Space .flex-container {
        flex-direction: row;
    }
    section#Space h2 {
        font-size: 40px;
    }
    section#Space p {
        font-size: 14px;
    }
    /*section#Space .carousel:before {
        width: 500px;
        height: 500px;
        bottom: calc(50% - 250px);
        left: calc(50% - 275px);
    }*/
    section#Space:before {
        top: initial;
        bottom: 60px;
        right: -125px;
    }
    section#Space .dots-right .slick-dots {
        bottom: 80px;
    }

    section#Specification .flex-container {
        flex-direction: row;
    }
    section#Specification h2 {
        font-size: 48px;
    }

    section#Specification:before {
        width: 600px;
        height: 600px;
        bottom: 0;
        left: calc(50% - 300px);
    }

    section#Download img {
        position: absolute;
        bottom: 0;
        right: 0;
        left: unset;
        width: 100%;
    }

    section#Download .flex-container {
        flex-direction: row;
    }

    section#Floorplans .flex-container {
        flex-direction: row;
    }
    section#Floorplans h2 {
        font-size: 48px;
    }

    section#Floorplans .carousel {
        padding: 2em;
    }

    section#Contact .container {
        flex-direction: row;
    }
    section#Contact h2 {
        font-size: 48px;
    }

    .images-container {
        display: flex;
        flex-direction: row;
        position: relative;
        z-index: 5;
    }

        .images-container .image-column {
            flex: 0 0 43%;
            padding: 2px;
            overflow: hidden;
            flex-direction: column;
        }

            .images-container .image-column:first-child {
                flex: 0 0 28.5%;
            }

            .images-container .image-column:last-child {
                flex: 0 0 28.5%;
            }

            .images-container .image-column img {
                padding-bottom: 5px;
            }

                .images-container .image-column img:last-child {
                    padding-bottom: 0;
                }
            .images-container .image-column:first-child img {
                max-width: 100%;
            }

            .images-container .image-column:last-child img {
                max-width: 100%;
            }

    form .row .col-md-6:first-child {
        padding-right: 20px !important;
    }

    form .row .col-md-6:last-child {
        padding-left: 20px !important;
    } 
}
@media(min-width:992px) {
    .slim-content {
        width: 75%;
        margin: 0 auto;
    }

    .navbar-nav li {
        margin-right: 80px;
    }

    footer .container {
        flex-direction: row;
    }
    header {
        min-height: 650px;
    }

    header h1 {
        font-size: 55px;
    }

        header h1 span {
            padding: 0 2rem;
            margin-left: 4rem;
        }

    header p {
        font-size: 20px;
        line-height: 24px;
    }

    /*header address {
        font-size: 20px;
        line-height: 24px;
    }
    header .header-image img {
        margin-top: -150px;
    }

    header .header-image:after {
        width: 600px;
        height: 600px;
        bottom: calc(50% - 272px);
        left: calc(50% - 333px);
    }*/

   /* header:before {
        width: 500px;
        height: 500px;
        bottom: 70px;
        left: calc(25% - 100px);
    }*/
    header:after {
        width: 95%;
        height: 95%;
        bottom: -10%;
        right: -35%;
    }

    section#Space h2 {
        font-size: 48px;
    }
    section#Space p {
        font-size: 16px;
    }
    /*section#Space .carousel:before {
        width: 600px;
        height: 600px;
        bottom: calc(50% - 300px);
        left: calc(50% - 350px);
    }*/
    section#Space .dots-right .slick-dots {
        bottom: 120px;
    }

    section#Download img {
        width: 90%;
        bottom: -2vh;
        max-width: 500px;
        right: 0;
    }

    section#Contact .col-md-6.pb-5 {
        padding-left: 25px;
    }

    form {
        width: 80%;
    }
}
@media(min-width:1200px) {
    header {
        min-height: 850px;
    }
    header h1 {
        font-size: 100px;
        line-height: 125px;
    }

        header h1 span {
            padding: 0 2rem;
            margin-left: 4rem;
        }

    header p {
        font-size: 20px;
        line-height: 24px;
    }

    /*header address {
        font-size: 20px;
        line-height: 24px;
    }
    header .header-image img {
        margin-top: -150px;
    }
    header .header-image:after {
        width: 700px;
        height: 700px;
        bottom: calc(50% - 344px);
        left: calc(50% - 400px);
    }*/
    /*header:before {
        width: 600px;
        height: 600px;
        bottom: 70px;
        left: calc(25% - 100px);
    }*/
    header:after {
        width: 100%;
        height: 110%;
        bottom: -10%;
        right: -40%;
    }
    /*section#Space .carousel:before {
        width: 750px;
        height: 750px;
        bottom: calc(50% - 400px);
        left: calc(50% - 400px);
    }*/
    section#Space .dots-right .slick-dots {
        bottom: 220px;
    }
    section#Specification:before {
        width: 700px;
        height: 700px;
        left: calc(50% - 420px);
    }
    section#Download img {
        bottom: -6vh;
        width: 85%;
    }
}


@media(min-width:1500px) {
    section#Space:before {
        width: 800px;
        height: 800px;
        right: -160px;
    }
    section#Space .dots-right .slick-dots {
        bottom: 280px;
    }
    section#Specification:before {
        width: 900px;
        height: 900px;
        left: calc(50% - 500px);
    }
}




/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus {
        color: transparent;
        outline: none;
        background: transparent;
    }

        .slick-prev:hover:before,
        .slick-prev:focus:before,
        .slick-next:hover:before,
        .slick-next:focus:before {
            opacity: 1;
        }

    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: 'slick';
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 14px;
        height: 14px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
        border: 1px solid #0BA1AB;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            width: 14px;
            height: 14px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
            border: 0;
            outline: none;
            background: transparent;
        }

            .slick-dots li button:hover,
            .slick-dots li button:focus {
                outline: none;
            }

                .slick-dots li button:hover:before,
                .slick-dots li button:focus:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                font-family: 'slick';
                font-size: 6px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                width: 12px;
                height: 12px;
                content: '';
                text-align: center;
                opacity: .01;
                color: black;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                background-color: #0BA1AB;
            }

        .slick-dots li.slick-active button:before {
            opacity: 1;
            color: black;
        }

.dots-right .slick-dots {
    text-align: right;
}

