@import "fonts/fonts.css" screen;

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Playfair Display';
    color: #333333;
}
body{

}
img.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
    position: relative;
}

img.lazy {
    border: none;
    background: #e8f9ff;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

:after, :before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.addfadeInLeft{
    opacity: 0;
    animation-duration: 1s;
}
.addfadeInLeft.fadeInLeft{
    opacity: 1;
}
header {
    background: #161C1F;
    height: 84px;
    padding: 0 43px;
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index: 10;
}
.logo {
    width: 229px;
    cursor:pointer;
}
.wrapper{
    width: 100%;
    max-width: 1083px;
    margin: auto;
    padding: 0 20px;
}
ul.menu{
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.menu li{
    display: inline-block;
    vertical-align: middle;
    margin-left: 63px;
}
ul.menu li a{
    font-family: 'alternate-gothic-atf';
    font-size: 20px;
    text-decoration: none;
    color:#fff;
}
ul.menu li a:hover,
ul.menu li a.active{
    color: #8698A5;
}
.banner {
    width: 100%;
    margin-top: 80px;
    height: 850px;
    position: relative;
    overflow: hidden;
}
#img-parallax {
    width: 100vmax;
    top: 43.5982%;
    transform: translate(-50%, -43.5982%);
    position: absolute;
    left: 50%;
}
.banner-info{
    height: 100%;
    background: rgba(22,28,31,0.83);
    margin: auto;
    color:#fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.banner-content{
    text-align: center;
    max-width: 788px;
    margin: auto;
    padding: 0 20px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.scroll-down{
    text-align: center;
    margin-top: 50px;
}
.scroll-down img{
    margin: auto;
}
.scroll-down .icon{
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    margin-top: 15px;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.join{
    font-family: 'Helvetica', 'Arial', sans-serif;
    color: #C09967;
}
.mobile{
    display: none;
}
.sub-title{
    font-family: 'Helvetica', 'Arial', sans-serif;
    letter-spacing: 1.7px;
    color: #806F42;
    font-size: 17px;
    text-align: center;
}
.title{
    font-family: 'alternate-gothic-atf';
    font-size: 71px;
    text-align: center;
    letter-spacing: 5.34px;
}
.banner-content .title{
    font-family: 'alternate-gothic-atf';
    font-size: 58px;
    line-height: 1.1;
    margin: 76px 0 28px;
}
p{
    font-size: 19px;
    line-height: 1.5;
    text-align: center;
}
header, .foo-middle,
.building-gallery{
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.hamburger {
    display: none;
}

.plan{
    background: url("img/plan.png");
    background-color: #8698a5;
    position: relative;
    overflow: hidden;
    min-height: 1000px;
    padding: 105px 0;
    z-index: 1;
    text-align: center;
}
.opacity-text{
    position: absolute;
    top:0;
    left:0;
    opacity: 0.03;
}
.plan .opacity-text:before{
    content: "";
    position: absolute;
    top: -300px;
    left: -2vw;
    width: 104vw;
    height: 300px;
    background: url("img/plan.svg") no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.plan .opacity-text.fixed:before{
    top:0;
}
.opacity-text.fixed{
    position: fixed;
    top: 84px;
}
.plan .sub-title{
    color:#484848;
}
.plan .title{
    color:#fff;
    margin: 10px 0 40px;
}
.plan p {
    font-size: 16px;
    color: #FFFFFF;
}
.plan p.info{
    font-size: 11px;
    color:#4D4D4D;

 }
.plan a.button{
    color:#000;
}
.stacking-plan{
    margin-top: 40px;
}
.building{
    padding: 133px 0 100px;
    background: url("img/building-image.png");
    background-color: #FFFFFF;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.building .title{
    margin: 12px 0 30px;
}
.building .opacity-text:before{
    content: "";
    position: absolute;
    top: -300px;
    left: 0;
    width: 100vw;
    height: 350px;
    background: url("img/building.svg") no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.building .opacity-text.fixed:before{
    top: 0;
}

.building-slogan{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 20px;
    text-align: center;
    color: #806F42;
    line-height: 1.5;
    transform: scale(0.94);
    animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
    100% {
        transform: scale(1);
    }
}
.building-slogan span {
    display: inline-block;
    opacity: 0;
    filter: blur(4px);
}

.building-slogan.fadeAnimation span:nth-child(1) {
    animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(2) {
    animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(3) {
    animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(4) {
    animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(5) {
    animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(6) {
    animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(7) {
    animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(8) {
    animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(9) {
    animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(10) {
    animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(11) {
    animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(12) {
    animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(13) {
    animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(14) {
    animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(15) {
    animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(16) {
    animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
    animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

.building-slogan.fadeAnimation span:nth-child(18) {
    animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
    100% {
        opacity: 1;
        filter: blur(0);
    }
}

.building-slogan strong{
    display: block;
    font-weight: 600;
}
.building-gallery{
    align-items: flex-start;
    margin: 57px 0 45px;
}
.gallery-item{
    width: 31%;
    text-align: center;
    position: relative;
}
a.button{
    display: block;
    width: 135px;
    height: 26px;
    margin: 38px auto 0;
    border-radius: 50px;
    background:#856a52;
    border: 3px solid #6a5035;
    font-family: 'Helvetica', 'Arial', sans-serif;
    text-decoration: none;
    text-align: center;
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 21px;
    -webkit-box-shadow: 0px 20px 23px -9px rgba(0,0,0,0.42);
    box-shadow: 0px 20px 23px -9px rgba(0,0,0,0.42);
    position: relative;
}
.gallery-item a.button{
    margin: 38px auto;
}

.place{
    background: #171c20;
    min-height: 1200px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.place .adsolute{
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    margin: auto;
}
.place .adsolute .title,
.place .adsolute .sub-title{
    color:#fff;
}
a.map{
    display: block;
    border: 4px solid #684c2d;
    padding: 20px;
    margin: 65px 0 80px;
}
.place .title{
    margin-top: 20px;
}
.place .wrapper{
    padding: 50px 20px 100px;
}
.place .opacity-text:before{
    content: "";
    position: absolute;
    top: 0;
    left: -2vw;
    width: 104vw;
    height: 300px;
    background: url("img/place.svg") no-repeat;
}
.place p{
    color:#ffffff;
    text-align: center;
    margin: 45px 0;
}
.place-slogan{
    color: #C09967;
    font-size: 16px;
    text-align: center;
}
.logos{
    text-align: center;
    margin-top: 50px;
}
.logos img{
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 30px;
}
footer{
    background: #DBDCDC;
    color: #333;
    padding: 100px 0 68px;
    position: relative;
    z-index: 1;
}
footer .title{
    color: #161C1F;
}
.foo-middle{
    margin: 84px 0 5vw 0;
    line-height: 1.5;
}
.foo-middle .foo{
    text-align: center;
}
.foo.order-last{
    order:1;
}
.agent-name{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    letter-spacing: 1.78px;
    color: #806F42;
}
.agent-title{
    font-family: 'alternate-gothic-atf';
    font-size: 22px;
    color: #7F8C99;
}
.agent-phone, a.email{
    font-size: 16px;
}

.foo a,
a.email{
    color: #333333;
    text-decoration: none;
    display: block;
}
.agent-phone a{
    display: inline-block;
}
.foo img{
    margin: 0 auto 20px;
}
.foo-bottom{
    text-align: center;
}
.foo-bottom .address{
    font-size: 16px;
}
.foo-bottom .title{
    font-family: 'Playfair Display';
    font-size: 15px;
    margin: 40px 0 25px;
    letter-spacing: 1px;
    color: #5A5A5A;
}
.foo-bottom .title a{
    text-decoration: none;
    color: #333333;
}
.foo-bottom .copy{
    font-size: 12px;
}
.pswp-gallery,.half{
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}
.pswp-gallery .gallery-row{
    width: 32%;
}
.pswp-gallery .gallery-row a{
    display: block;
   margin-bottom: 20px;
}
.half .spec{
    width: 48%;
}
.spec .pswp-gallery{
    margin: 0;
}
.half .spec .pswp-gallery .gallery-row{
    width: 48%;
}
.spec .item{
    padding: 20px 0;
    border-bottom: 2px solid #C09967;
}
.spec-name{
    font-family: 'alternate-gothic-atf';
    font-size: 21px;
    letter-spacing: 5.34px;
    text-transform: uppercase;
}
.spec-date{
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.5;
}
.route{
    justify-content: space-between;
    display: flex;
    align-items: self-start;
    margin-top: 80px;
}
.station{
    width: 20.5%;
}
.subway,.walk{
    width: 35%;
}
.scrollbar {
    height: 70vh;
    scrollbar-width: none;
    overflow: hidden;
}
.scrollbar::-webkit-scrollbar {
    display: none;
}
.stacking-plan{
    width: 100%;
    max-width: 550px;
}
.modal-padding{
    padding: 60px 78px;
}
.build-group{
    justify-content: space-between;
    display: flex;
    align-items: self-end;
}
.build-plan{
    margin-bottom: 100px;
    width: 470px;
}
.floor-plan{
    display: flex;
    flex-wrap: wrap;
}
.build-plan-info{
    justify-content: space-between;
    order:1;
}
.build-plan-info,.table{
    color: #fff;
    display: flex;
    align-items: flex-start;
    width: 100%;
}
.build-plan-info .th{
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 9px;
}
.build-plan-info .table{
    width: calc(100% - 60px);
}
.build-plan-info .td.number-floor{
    font-family: 'alternate-gothic-atf';
    font-size: 60px;
}
.build-plan-info .table .tr{
    width: 25%;
}
.build-plan-info .table .th{
    padding-bottom: 10px;
}
.build-plan-info .table .td{
    border-top:1px solid #401617;
    font-size: 13px;
    padding-top: 10px;
}
.build-plan-info .table .td a{
    text-decoration: none;
    color:#fff;
}
#toTop{
    position: fixed;
    text-align: center;
    padding: 12px 0;
    right: 20px;
    bottom: 20px;
    background: rgba(22,28,31,0.83);
    width: 45px;
    height: 45px;
    border-radius: 50px;
    cursor: pointer;
    visibility: hidden;
    z-index: 99;
}
#toTop svg {
    fill : #FFFFFF;
}
#toTop:hover svg {
    fill : #C09967;
}
.mobile-read-more{
    font-size: 11px;
    font-family: 'Helvetica', 'Arial', sans-serif;
    color:#fff;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
    display: none;
    cursor: pointer;
}
.building .mobile-read-more{
    color:#333333;
}
.mobile-read-more:after{
    content:"";
    display: block;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    top: 10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
}
.mobile-read-more.less:after{
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: none;
}
.building .mobile-read-more:after{
    border-top: 6px solid #333333;
}
.williamslogo { width:20vw; margin-bottom:5vw; }
@media (min-width: 1900px) {
    .neighborhood-img {
        width: 100%;
    }
}
@media (max-width: 1700px) {
    ul#menu-main a {
        font-size: 26px;
    }
}
@media (max-width: 1600px) {
    .banner-content .title {
        font-size: 50px;
        margin: 56px 0 28px;
    }
    .banner-content {
        top: 60px;
    }
    .banner {
        height: 770px;
    }
}
@media (max-width: 1100px) {
    .build-group{
        display: block;
    }
    .build-plan-info {
        order: 0;
    }
    .stacking-plan,.build-plan {
        width: 100%;
        max-width: 600px;
        margin: auto;
    }
    .stacking-plan{
        margin-top: 40px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1050px) {
    .banner-content {
        max-width: 600px;
    }
    .banner-content .title {
        font-size: 35px;
        margin: 36px 0 28px;
    }
    .banner-content p{
        font-size: 16px;
    }
    .scroll-down {
        margin-top: 10px;
    }
    .banner {
        height: 670px;
    }
}
@media (max-width: 1000px) {
    .route{
        display: block;
    }

    .station, .subway, .walk {
        width: 100%;
        margin: 20px 0;
    }
    .station {
        padding-left: 10px;
    }
    .station img, .subway img, .walk img{
        max-width: 100%;
    }
}
@media (max-width: 920px) {
    .hamburger{
        display: block;
        margin-top: 8px;
    }
    header {
        padding: 0 20px;
    }
    .main-menu{
        position: absolute;
        background: #161C1F;
        top: 83px;
        left: 0;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }
    .main-menu.open{
        opacity: 1;
        visibility: visible;
    }
    ul.menu li {
        display: block;
        margin: 0 0 30px;
        width: 100vw;
    }
    ul.menu li a,
    ul.menu li a.active{
        display: block;
        font-size: 30px;
        color:#fff;
    }
}
@media (max-width: 900px) {
    .foo-middle{
        display: block;
    }
    .collierslogo { margin-top:20px!important; }
}
@media (max-width: 660px) {
    .building-gallery {
        flex-wrap: wrap;
    }
    .gallery-item {
        width: 48%;
        margin: auto;
    }
    .neighborhood-img{
        width: 800px;
    }
    .place .adsolute {
        top: 20px;
    }
    .place.top-text:after{
        content:"";
        position: absolute;
        background: url("img/Mask.png");
        width: 660px;
        height: 100px;
        top: 0;
        left: 0;
        z-index: -1;
        background-size: 100% 100px;
        opacity: 0.5;
    }
    .place .title {
        margin-top: 0;
    }
    .modal-padding {
        padding: 30px 20px;
    }
    .pswp-gallery .gallery-row a {
        margin-bottom: 7px;
    }
    .half{
        display: block;
        margin-top: 20px;
    }
    .half .spec {
        width: 100%;
    }
    .modal a.button {
        margin: 30px auto 40px;
    }
}
@media (max-width: 500px) {
    .build-plan-info .table .td {
        font-size: 11px;
    }
    #img-parallax {
        width: 50vmax;
    }
    .title,
    .banner-content .title{
        font-size: 30px;
    }
    .banner {
        height: auto;
        margin-top: 0;
        background: url("img/home-hero.webp");
        background-size: cover;
        background-position: center bottom;
    }
    .banner-info{
        position: relative;
        padding: 70px 25px 30px;
    }
    p {
        font-size: 16px;
    }
    .big-logo,
    .img-parallax,
    .mobile-hide{
        display: none;
    }
    .mobile, .mobile-read-more{
        display: block;
    }
    .hideContent{
        overflow: hidden;
        max-height:0;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .showContent {
        max-height: 600px;
        overflow: hidden;
        -webkit-transition: all 0.7s ease-out;
        -moz-transition: all 0.7s ease-out;
        -o-transition: all 0.7s ease-out;
        transition: all 0.7s ease-out;
    }
    .banner-content {
        max-width: none;
        padding: 0;
        position: relative;
        top: 10px;
        left: 0;
        right: 0;
    }
    .gallery-item a.button{
        margin: 20px auto 40px;
    }
    .building,
    .plan,
    footer{
        padding: 30px 0 40px;
    }
    .place .wrapper {
        padding: 30px 20px 40px;
    }
    .building-gallery {
        margin: 40px 0 0;
    }
    .building-slogan {
        font-size: 14px;
    }
    .place-slogan {
        margin-top: 10px;
    }
    .place p {
        margin: 45px 0 25px;
    }
    .foo-middle {
        margin: 30px 0;
    }
    .foo.order-last {
        order: 1;
        margin: 30px 0;
    }
    a.map {
        border: none;
        padding: 0;
        margin: 30px 0 40px;
    }
}
