*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    overflow-x: hidden;
}

h2 {
    font-size: 42px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    margin: 0;
}

h3 {
    font-size: 20px;
    line-height: 23px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

body p {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 29px;
}

img {
    width: 100%;
}

.main-content {
    min-height: 100vh;
}


.main-content .container {
    max-width: 1736px;
    margin: 0 auto;
    padding: 79px 20px 67px;
}

.main-content-iframe {
    border: none;
    width: 100%;
    height: calc(100vh - 152px);
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.navigation-wrap {
    width: 100%;
    background: #1f1f1f;
    position: fixed;
    bottom: 0;
    padding: 39px 0;
}

.navigation-wrap-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 72px 0 111px;
}


.navigation-wrap ul li a {
    font-family: 'Raleway', sans-serif;
    color: #8e8e8e;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px solid #8e8e8e;
    display: block;
    padding-right: 29px;
    margin-right: 23px;
    line-height: 40px;
}


.navigation-wrap ul li:last-child a {
    border-right: none;
    padding-right: 0;
    margin-right: 0;

}

.navigation-wrap ul li:hover a,
.navigation-wrap ul li.active a {
    color: #6ecdf5;
    position: relative;
}

.navigation-wrap ul li:hover a:after,
.navigation-wrap ul li.active a:after {
    content: "";
    width: calc(100% - 30px);
    height: 1px;
    background: #6ecdf5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.navigation-wrap ul li:last-child a:after {
    width: 100%;
}

.navigation-wrap ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
}


.home-wrap {
    height: 100vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.home-btn-wrap a {
    -webkit-clip-path: polygon(100% 53%, 0 0, 0 100%);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
    background: #00aeea;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 159px;
    height: 193px;
    padding-left: 15px;
}


.home-btn-wrap {
    position: fixed;
    z-index: 999;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.main-content {
    background: #272727;
}

.row-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.features-wrap .row-content {
    height: 100vh;
    flex-direction: column;
}


h2 {
    border-bottom: 2px solid #2dc5f4;
    max-width: max-content;
}

.about-page h2 {
    margin-bottom: 32px;
}

.about-page h2 {
    margin-bottom: 31px;
}

.about-page .col:first-child {
    padding-right: 20px;
    max-width: 780px;
}

.about-page .col.after-item img {
    margin: 0;
}

.about-page .row-content {
    margin-bottom: 39px;
}

.about-page .row-content:last-child {
    margin-bottom: 0;
}

.col.after-item:after {
    content: "";
    background-image: url(../../image/blue-corner.png);
    width: 114px;
    height: 114px;
    position: absolute;
    right: 89px;
    top: 59px;
}

.content-description {
    max-height: 266px;
    overflow-y: auto;
}

.btn-hayer {
    font-size: 24px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    border: 2px solid #2dc5f4;
    padding: 8px 81px;
    display: block;
    max-width: max-content;
}


.neighbourhood-page .col:first-child {
    max-width: 30.3%;
    padding: 156px 20px 20px;
    margin: 0 auto;
}

.neighbourhood-page img {
    margin-top: 0;
}

.neighbourhood-page .container {
    max-width: 100%;
    padding: 0;
}

.neighbourhood-page .col.after-item:after {
    right: 73px;
    top: 88px;
}

.neighbourhood-page .content-description {
    max-height: 420px;
}


.btn-hayer-wrap {
    margin-top: 135px;
}

/* width */
::-webkit-scrollbar {
    width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #E7E7E7;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #E7E7E7;
}

.content-sidebar p {
    font-size: 12px;
    line-height: 23px;
    text-transform: uppercase;
    margin: 0;
}


.map .main-content {
    background: #2D3337;
}

.map .container {
    max-width: 100%;
    padding: 0;
}

.sidebar h2 {
    border: none;
    margin-bottom: 99px;
}

.features-wrap .sidebar h2 {
    margin-bottom: 33px;
}

.sidebar-wrap {
    background: #000;
    padding: 76px 0 20px 0;
    height: 100%;
    position: fixed;
    right: 0;
    width: 100%;
    max-width: 396px;
    top: 0;
    z-index: 3;
}


.map .sidebar-wrap h3 {
    position: relative;
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}

.map .sidebar-wrap h3 span {
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 20px;
}

.sidebar {
    padding: 0 20px 0 59px;
}

.sidebar-wrap p {
    padding-left: 25px;
}


.map .after-item:after {
    right: 52px;
    top: 51px;
}

.menu-content a {
    color: #8e8e8e;
    font-size: 18px;
    line-height: 20px;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #2D2D2D;
    padding-bottom: 12px;
    margin-bottom: 7px;
}


.menu-content a:after {
    content: "";
    background-image: url(../../image/arrow-down.png);
    width: 10px;
    height: 4px;
    position: absolute;
    top: 6px;
    right: 36px;
}

.menu-content ul {
    padding: 0;
    margin: 0;
}

.features-wrap .container {
    padding: 0 20px;
    max-width: 1754px;
}


.features-wrap .col:first-child {
    padding-top: 70px;
}

.features-content-wrap {
    max-width: 480px;
    overflow-y: scroll;
}


.features-main-content-wrap .image-wrap {
    flex: 1;
    display: flex;
    flex-direction: column;
    grid-gap: 20px;
    overflow-y: auto;
}

.features-main-content-wrap .image-wrap img {
    max-height: 100%;
}

.features-content-wrap h2 {
    margin-bottom: 31px;
}

.features-main-content-wrap {
    display: flex;
    grid-gap: 70px;
    max-height: calc(100vh - 65px);
    padding-right: 22px;
}

.features-main-content-wrap, #feature-list {
    max-width: calc(100% - 315px);
}

#feature-list {
    overflow-y: auto;
}

#feature-list {
    padding-right: 70px;
}

.features-content-wrap h2.no-border {
    margin-bottom: 0;
    border: none;
}

.features-content-wrap .title-wrap {
    max-width: max-content;
}

.features-content-wrap .text-wrap {
    padding-left: 26px;
    max-width: 63%;
    padding-top: 3px;
}


.features-wrap .col.after-item:after {
    right: 53px;
    top: 51px;
}

/*.features-wrap .sidebar h2{*/
/*    margin-bottom: 32px;*/
/*}*/
.menu-content {
    padding-top: 50px;
}


.products-wrap .main-content {
    background: #fff;
}

/******** Start Vision ***************/
.about-page .img-col {
    width: 44%;
}

.vision-our-vision {
    margin-bottom: 100px;
}

.col.after-item img {
    margin-top: 4px;
}

.col.after-item img + img {
    margin-top: 45px;
}

/******** End Vision ***************/
/******** Start Home ***************/
#home-slider {
    height: 100vh;
    width: 100%;
}

#home-slider .home-slide {
    height: 100vh;
    width: 100%;
}

#home-slider .home-slide img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/******** End Home ***************/
/******** Start Feature ***************/
#single-feature {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: none;
}

#single-feature .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

body.open-f #single-feature {
    display: flex;
}

#single-feature * {
    box-sizing: border-box;
}

#single-feature-wrap .close {
    position: absolute;
    right: 51px;
    top: 38px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

#single-feature-wrap .close img {
    transform: scale(.9);
}

#single-feature-wrap .sf-prev,
#single-feature-wrap .sf-next {
    position: absolute;
    bottom: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    color: #3d3d3d;
    font-size: 25px;
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
}

#single-feature-wrap .sf-next img, #single-feature-wrap .sf-prev img {
    transform: scale(.8);
}

#single-feature-wrap .sf-next {
    right: 50px;
}

#single-feature-wrap {
    position: fixed;
    height: 622px;
    display: flex;
    width: calc(100% - 247px);
    max-width: 1170px;
    background: #fff;
    padding: 100px 50px;
    z-index: 2;
    top: 50%;
    transform: translateY(-46%);
    margin-left: -408px;
}

#sf-img-wrap {
    width: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 30px;
}

#sf-img-wrap img {
    max-width: 100%;
}

#sf-content {
    flex: 1;
    padding-left: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-right: 5px;
}

#sf-content:after {
    position: absolute;
    width: 2px;
    height: 79%;
    content: "";
    background: #3d3d3d;
    top: 44%;
    left: 0;
    transform: translateY(-50%);
}

#sf-content * {
    color: #3d3d3d;
}

#sf-content .sf-title {
    font-weight: 600;
    margin: 0 0 24px;
    text-transform: none;
    font-size: 22px;
    font-family: Roboto Slab, serif;
}

.sf-description {
    overflow-y: scroll;
    flex: 1;
    padding-right: 10px;
}

.sf-description p {
    font-size: 20px;
    line-height: 28px;
}

#feature-list {
    display: none;
    background: #fff;
    max-width: calc(100% - 245px);
    padding: 198px 70px 70px 0;
}

#feature-categories li.active a {
    color: #6ecdf5;
}

body.active-fl .features-main-content-wrap {
    display: none;
}

body.active-fl #feature-list {
    display: block;
}

body.active-fl .main-content {
    background: #fff none !important;
}


.product-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 38px;
    grid-column-gap: 15px;
    padding-left: 20px;
}

.product-item {
    font-family: Roboto Slab, serif;
}

.product-excerpt h4 {
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    margin: 9px 0 17px;
    color: #595959;
    font-weight: normal;
    font-family: Roboto Slab, serif;
}

.product-img {
    height: 163px;
}

.product-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
}

.product-btn-wrap a {
    color: #716f6f;
    font-size: 18px;
    line-height: 23px;
    text-transform: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: 300;
}

.product-btn-wrap a img {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.product-title h3 {
    margin: 12px 0 0;
    color: #000;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
    text-transform: none;
    text-decoration: none;
    font-family: Roboto Slab, serif;
}

.product-btn-wrap {
    padding-top: 16px;
}

/******** End Feature ***************/
/******** Slider ***************/
.slider-wrap {
    display: flex;
    height: 100vh;
}

#slider-for {
    flex: 1;
}

#slider-for .slider-image {
    height: 100vh;
    width: 100%;
}

#slider-for .slider-image img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

#slider-nav {
    flex: 0 0 390px;
    height: 100vh;
}

#slider-nav .thumbnail-image {
    display: flex;
    justify-content: center;
    padding: 22px 50px;
}

#slider-nav .thumbnail-image img {
    width: 230px;
    height: 140px;
    max-width: 100%;
    opacity: .3;
}

#slider-nav .thumbnail-image:hover {
    cursor: pointer;
}

#slider-nav .thumbnail-image:hover img,
#slider-nav .thumbnail-image.slick-current img {
    opacity: 1;
}

#slider-for, #slider-nav {
    height: 100vh;
    overflow: hidden;
}

#slider-nav .nav-slider-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
    color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    background: transparent;
    z-index: 99;
    visibility: hidden;
}

#slider-nav:hover .nav-slider-arrow {
    visibility: visible;
}

#slider-nav .nav-slider-arrow.slider-arrow-left {
    top: 0;
}

#slider-nav .nav-slider-arrow.slider-arrow-right {
    bottom: 0;
}

#slider-nav .nav-slider-arrow img {
    width: 50px;
    transform: rotate(90deg);
}

/******** slider end ***************/
/******** Floor Plan Start ***************/
#fp-body, #fp-main {
    background: #ffffff;
    height: 100vh;
}


#fp-container {
    display: flex;
    height: 100%;
}

#fp-content-wrap {
    flex: 1;
}

#fp-content {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 80px;
    font-family: 'Roboto Slab', serif;
}

.fpc-side {
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ps-title {
    font-size: 42px;
    text-transform: uppercase;
}

.ps-bed-bath {
    color: #6e6e6e;
    font-size: 27px;
    border-bottom: 2px solid #2dc5f4;
    line-height: 50px;
    margin-bottom: 10px;
    font-weight: bold;
}

.ps-item {
    display: flex;
    justify-content: space-between;
    color: #6e6e6e;
    font-weight: bold;
    font-size: 18px;
}

.fps-main {
    width: 700px;
}

#fp-sidebar-wrap {
    width: 396px;
    border-left: 1px solid #000;
}

.fp-sidebar {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-gap: 33px;
}

.fp-sidebar .sidebar-item {
    width: 288px;
}

.sidebar-item .item-title {
    background: #000;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    padding: 6px;
}

.sidebar-item .item-data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.sidebar-item.building .item-data {
    grid-template-columns: 1fr 1fr;
}

.sidebar-item .item-data a {
    height: 40px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto Slab', serif;
}

.sidebar-item .item-data a:hover,
.sidebar-item .item-data a.active {
    background-color: #6fcdf5;
}

.fp-furniture-btn {
    width: 288px;
    text-align: center;
    margin: 90px auto 0;
}

.fp-furniture-btn a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #454545;
    border: 2px solid #2dc5f4;
    width: 100%;
    display: block;
    padding: 10px;
}

/******** Floor Plan end ***************/
/******** Map Start ***************/
.map .col.map-wrap {
    max-width: calc(100% - 396px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.map .container,
.map .row-content {
    height: 100vh;
}

/******** Map end ***************/






















