/*
@font-face {
    font-family: 'PinyonScript-Regular';
    src: url('../fonts/PinyonScript-Regular.eot');
    src: url('../fonts/PinyonScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PinyonScript-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PinyonScript';
    src: url('../fonts/PinyonScript.svg#PinyonScript') format('svg'),
        url('../fonts/PinyonScript.ttf') format('truetype'),
        url('../fonts/PinyonScript.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-display: swap;
}
*/

@font-face {
    font-family: 'MetaPro-Normal';
    src: url('../fonts/MetaPro-Normal.eot');
    src: url('../fonts/MetaPro-Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MetaPro-Normal.svg#MetaPro-Normal') format('svg'),
        url('../fonts/MetaPro-Normal.ttf') format('truetype'),
        url('../fonts/MetaPro-Normal.woff') format('woff'),
        url('../fonts/MetaPro-Normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


html,
body {
    max-width: 100%;
    height: 100%;
    background: #ffffff;
    scroll-behavior: smooth;
}

html {
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    font-family: 'MetaPro-Normal';
    color: #A58344;
    background: #ffffff;
    font-size: 16px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

#container {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -webkit-locale: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100vh;
    scroll-behavior: smooth;
}

*:focus {
    outline: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

body::-webkit-scrollbar {
    width: 0px;
    background: #A58344;
}

body::-webkit-scrollbar-thumb {
    background: #b66449
}

a {
    outline: inherit;
}

body.hideIt {
    overflow-y: hidden !important
}

/*Global*/


.custom-padding-div {
    height: 100%;
    padding: 75px 60px;
}

.bg-green {
    background: #003A40;
}

.bg-lightgold {
    background: #E6DABE;
}

.bg-lightgrey {
    background: #F5F5F5;
}

.bg-gold {
    background: #A58344;
}

h1 {
    font-family: 'Pinyon Script', cursive;
    font-size: 4em;
    line-height: 1;
    text-align: center;
    font-weight: 100;
    /*    visibility: hidden;*/
    /*    opacity: 0;*/
    color: #DBB166;
}

h3,
h4,
.text-block p.head-h3 {
    font-family: 'Pinyon Script', cursive;
    font-size: 2.3em;
    line-height: 1.1;
    color: #A58344;
    font-weight: 100;
    transition: all 0.5s ease-in;
    /*
    transform: translateY(30px);
    opacity: 0;
*/
}

.text-block p.head-h3 {
    margin: 0;
}

h3.bigger-font,
h4.bigger-font {
    font-size: 3.3em;
}

h3 em,
h4 em {
    padding-left: 40px;
}

.text-green h3,
.text-green h4,
.text-green p,
.text-green {
    color: #003A40 !important;
}

h3.text-gold,
h4.text-gold,
p.text-gold {
    color: #A58344 !important;
}


.splitting .char {
    position: relative;
    /*    top: 10vh;*/
    opacity: 0;
}

.home-section-main .splitting .word {
    position: relative;
    /*    top: 20vh;*/
    /*    opacity: 0;*/
}

#js-slideContainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100vh;
    /*
    width: 700%;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    scroll-behavior: smooth;
*/
}

.display-block {
    display: block !important;
}

/*
.scroll-div {
    height: 100vh !important;
}*/
#js-slideContainer section {
    padding: 0;
    /*    display: flex;*/
    height: 100vh;
    width: 100vw;
    /*
    width: calc(100% / 7) !important;
    float: left;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
*/
}

#js-slideContainer section .row.h-100 {
    margin: 0 !important;
}

.btn-custom {
    color: #DBB166;
    border: 1px solid #DBB166;
    border-radius: 0px;
    padding: 12px 45px;
    font-size: 16px;
    text-transform: uppercase;
    margin: 40px 0 0;
    outline: none;
    box-shadow: none;
    position: relative;
    transition: all 0.5s ease-in;
}

.btn-custom:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 94%;
    border: 1px solid #DBB166;
    top: 0;
    bottom: 0;
    left: 1%;
    opacity: 0.7;
    margin: auto;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active {
    color: #DBB166;
    border: 1px solid #DBB166;
    border-radius: 0px;
    outline: none;
    box-shadow: none;

}

.btn-custom:hover {
    color: #003A40;
    background-color: #DBB166;
    transition: all 0.5s ease-in;
}

.btn-custom:hover::after {
    border: 1px solid #003A40;
    transition: all 0.5s ease-in;
}

.animateThis {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

.sectionB,
.sectionA {
    opacity: 0;
    transform: translateX(100px);
    transition: all 0.5s ease-in;
}

.img-div {
    overflow: hidden;
    width: 100%;
    transition: all 1.5s ease-in;
    transform: translateX(20px);
    height: calc(100vh - (120px));
    /*    opacity: 0;*/
}

.img-div-2 {
    height: 48vh;
}

.img-div-3 {
    height: calc(50vh - 75px);
}

.img-div img {
    width: auto;
    min-width: 110%;
    height: 100%;
    transform: translateX(50px);
    transition: all 1.2s ease-in;
    /*    opacity: 0;*/
}

.section-move {
    transform: translateX(50px);
}

/*Header*/
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0 60px;
    z-index: 999;
    background: #ffffff;

    /*    animation*/
    height: 49.8%;
    display: flex;
    align-items: end;
    transition: all 0.5s ease;
}

.navbar {
    padding: 20px 0;
}

.pr-5 {
    padding-right: 50px;
}

.pl-5 {
    padding-left: 50px;
}

.p-10 {
    padding: 9%;
}


footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    left: 0;
    width: 100%;
    padding: 0px 60px;
    background: #ffffff;
    height: 49.8%;
    transition: all 0.5s ease;
}

footer a {
    padding: 0;
}

.navbar-brand img {
    transform: translateY(15px);
}

footer .navbar-brand img {
    transform: translateY(-15px);
}

.navbar-nav {
    opacity: 0;
    transition: all 0.5s ease;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'MetaPro-Normal';
    font-size: 15px;
    color: #003A40;
    padding: 5px 20px;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #DBB166;
}

.navbar-left-custom .nav-item:first-child .nav-link,
.navbar-right-custom .nav-item:first-child .nav-link {
    padding-left: 0
}

.navbar-left-custom .nav-item:last-child .nav-link,
.navbar-right-custom .nav-item:last-child .nav-link {
    padding-right: 0
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {}

.scrollable-section {
    /*
    height: 100vh;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
*/
}

.hide-in-desktop {
    display: none !important;
}

.navbar-brand {
    padding: 0;
    /*    margin: 0 10px 0 0;*/
}

footer .navbar-brand {
    margin-right: 45px;
}

.home-section-main .bg-green {
    width: 0;
    transition: all 0.5s ease;
}

.home-section-1 {
    padding: 0 30%;
    text-align: center;
}


.text-block {
    padding: 3% 8%;
}

.text-block p {
    font-size: 14px;
    color: #A58344;
    font-family: 'MetaPro-Normal';
    transform: translateY(30px);
    transition: all 0.5s ease;
    opacity: 0;
    padding-left: 30px;
    margin-bottom: 5px;
}

.text-block.text-center p {
    padding-left: 0;
}

.text-block-3 p {
    margin-top: 20px;
    color: #ffffff;
    transform: translateY(30px);
    transition: all 0.5s ease;
    opacity: 0;
    padding: 0;
}

.last-section p,
.last-section p span {
    transform: translateY(30px);
    transition: all 0.5s ease;
    opacity: 0;
    display: block;
}

.head-h3 span {
    display: inline !important;
}

.padding-right-0 {
    padding-right: 0;
}

.last-section-img {
    margin: 15px 0;
}

.block-50 {
    height: 37vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bg-imagenight {
    background: url(../img/building.jpg) no-repeat;
    background-size: cover;
}

.bg-imageswimm {

    background: url(../img/section3-7.jpg) no-repeat;
    background-size: cover;
}

.box-animate {
    opacity: 0;
    transition: all 1.5s ease;
}

/*Get in touch*/
/*
.modal {
    background: #ffffff;
}
*/

.modal-dialog {
    max-width: 100%;
    border-radius: 0;
    height: 100vh;
    margin: 0;
}

.w-100vw {
    width: 100vw;
}

.form-control {
    background-color: transparent;
    border: 1px solid #A58344;
    color: #A58344;
    border-radius: 0;
    font-family: 'MetaPro-Normal';
    margin-top: 30px;
    padding: 10px;
    font-size: 16px;
    font-weight: 100;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.modal .btn,
#modalvideo iframe {
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
}

.form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.form-control:-ms-input-placeholder {
    color: #ffffff;
}

.form-control::placeholder {
    color: #ffffff;
}

.form-control:focus {
    color: #A58344;
    background-color: transparent;
    border-color: #A58344;
    outline: 0;
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.text-right {
    text-align: right;
}

.closebtn {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 32px;
    color: #ffffff !important;
    font-weight: 100;
    cursor: pointer;
    background: url(../img/close.svg) no-repeat;
    background-size: contain;
    opacity: 1 !important;
    width: 10px;
    height: 10px;
}

.modal p {
    color: #ffffff;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease;
    margin-top: 15px;

}

#modaldownbrocure .btn {
    margin-top: 25px;
}

.slick-arrow {
    width: 20px;
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    left: -25px;
    text-indent: -99999999px;
    border: 0;
    background: transparent;
}

.slick-arrow.slick-prev:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/floorplans/arrow_left.svg) no-repeat;
    background-size: contain;
}

.slick-arrow.slick-next {
    left: unset;
    right: -30px;
}

.slick-arrow.slick-next:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/floorplans/arrow_right.svg) no-repeat;
    background-size: contain;
}

.slide a {
    text-decoration: none;
    outline: inherit;
}

.slide h5 {
    /*    font-family: 'Pinyon Script', cursive;*/
    font-size: 0.8em;
    line-height: 1.1;
    color: #003A40;
    font-weight: 100;
    text-align: left;
    margin-top: 5px;
}

.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: -5px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 4px;
    width: 5px;
    height: 5px;
}

.slick-dots li button {
    padding: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #C3C3C3;
    border: 0px;
    display: block;
    text-indent: -99999999999px;
    color: transparent;
}

.slick-dots .slick-active button {
    background: #003A40;
}

.floor-plan-img-d {
    display: flex;
    justify-content: flex-end;
}

.thankyou {
    height: auto;
}

.thankyou .navbar-brand {
    margin: auto;
}

.thankyou-contet p {
    color: #ffffff;
}

#modalabout img {
    width: 200px;
    margin: 0 auto;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

#modaldisclaimer .btn {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
    margin-bottom: 30px;
}

#modaldisclaimer .bg-green {
    padding: 30px;
    overflow-x: auto;
}

@media only screen and (min-width: 1399px) {
    h1 {
        font-size: 5.5em;
    }

    .home-section-1 {
        padding: 0 25%;
    }

    .text-block {
        padding: 9% 14%;
    }

    h3,
    h4 {
        font-size: 3.3em;
    }

    h3.bigger-font,
    h4.bigger-font {
        font-size: 3.8em;
    }

    .text-block p {
        font-size: 18px;
    }

    .text-block.text-center {
        padding: 7%;
    }
}

@media only screen and (min-width: 1579px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 17px;
        padding: 5px 45px;
    }
}

@media only screen and (max-width: 1024px) {

    .hide-in-desktop {
        display: block !important;
    }

    footer .navbar-nav {
        display: none;
    }



    .btn-custom {
        padding: 8px 35px;
        font-size: 14px;
        margin: 10px 0 0;
    }

    .h-100 {
        height: auto !important;
    }

    .home-section-main {
        margin-top: 75px;
    }

    .home-section-main.h-100,
    .home-section-main .h-100,
    .sectionNew.h-100,
    .sectionNew .h-100 {
        height: calc(100vh - 150px) !important;
        margin-bottom: 30px;
    }

    .justify-content-end {
        justify-content: center !important;
    }

    #js-slideContainer {
        flex-direction: row;
    }

    .custom-padding-div {
        padding: 0 15px 15px;
    }

    body.hideIt {
        overflow-y: auto !important;
    }

    .img-div {
        overflow: auto;
        width: 100%;
        transform: translateX(0px);
        height: auto;
        margin-bottom: 25px;
    }

    .img-div img {
        width: 100%;
        min-width: 100%;
        height: auto;
        transform: translateX(0px);
    }

    .splitting .word,
    .splitting .char,
    .animateThis {
        opacity: 1;
    }

    .text-block p,
    .last-section p,
    .last-section p span {
        font-size: 14px;
        transform: translateY(0px);
        opacity: 1;
    }

    .bg-lightgrey,
    .bg-lightgold {
        padding: 30px;
        margin-bottom: 30px;
    }

    .padding-right-0 {
        padding: 0;
    }

    .sectionNew .bg-green {
        padding: 30px;
    }

    header {
        padding: 0 15px;
        /*        height: auto !important;*/
    }

    nav.navbar {
        justify-content: end;
    }

    footer nav.navbar {
        justify-content: center !important;
    }

    footer .navbar-brand {
        margin-right: 0;
    }

    .navbar-toggler {
        border: 0;
        padding: 0;
        opacity: 0;
        z-index: 999;
        outline: inherit;
        position: absolute;
        top: 20px;
        right: 0;
    }

    .navbar-toggler:focus,
    .navbar-toggler:active {
        box-shadow: 0px 0px 0px;
    }

    header .navbar-brand {
        /*        position: absolute;*/
        margin: auto;
        display: block;
        /*
        top: 13px;
        left: 0;
        right: 0;
*/
        text-align: center;
    }

    #navbarToggle {
        padding: 30px 0 0;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-left-custom .nav-item:first-child .nav-link,
    .navbar-right-custom .nav-item:first-child .nav-link {
        padding: 10px 25px;
    }

    .section-move {
        transform: translateX(0px);
    }

    .text-block-3 {
        text-align: center;
    }

    .block-50.text-block {
        padding: 0;
        height: auto;
        margin-bottom: 50px;
    }

    .text-block-3.p-5 {
        padding: 15px !important;
    }

    .slick-arrow {
        left: -12px;
        z-index: 1;
    }

    .slick-arrow.slick-next {
        right: -20px
    }

    .floor-plan-img-d img {
        width: 100%;
        height: auto;
    }

    .head-h3 span {
        font-size: 30px !important;
    }

    .box-animate {
        opacity: 1;
    }

    .bg-imagenight,
    .bg-imageswimm {
        padding: 30px;
    }

    .p-5 {
        padding: 1.5rem !important;
    }

    .mobile-last-section {
        margin-bottom: 70px
    }

    .location-last .text-block {
        margin-left: 15px;
    }


    .modal-content .bg-green {
        padding: 30px;
        min-height: 100vh;

    }

    .modal-content .h-100 {
        min-height: 100vh;
    }

    .modal-content iframe {
        width: 100%;
        height: auto;
    }

    .modal-content form {
        padding: 30px;
    }

    .thankyou-contet {
        margin-top: 80px;
    }

    .thankyou-contet .w-100 {
        margin: 0;
    }

    #section5-div .img-div,
    .section5-div .img-div,
    .section3-div .img-div,
    .section4-div .img-div {
        margin-bottom: 30px;
    }

    .bg-lightgold {
        padding: 30px !important;
    }

    h3.bigger-font,
    h4.bigger-font {
        font-size: 2.3em;
    }

}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.3em;
    }

    h3,
    h4,
    h3.bigger-font,
    h4.bigger-font {
        font-size: 2em;

    }

    .pl-5,
    .pr-5 {
        padding: 0px;
    }

    #section5-div .img-div,
    .section5-div .img-div,
    .section3-div .img-div,
    .section4-div .img-div {
        margin-bottom: 0;
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        padding: 0;
    }
}

.floor-plans-nav {
    visibility: hidden !important;
}

.lb-dataContainer .lb-number {
    visibility: hidden !important;
}
