@import url("./menu.css"); /* Using a url */
@import url("./modal.css"); /* Using a url */
:root{
    --maxWidth: 1382px;
    --bgBody: #0F1B24; /* #141414;*/
}
body, html {
    height: 100%;
    /*font-family: 'maison_neuemedium';*/
    /*font-family: 'mighalight';*/
    font-family: 'new_heroregular';
    background: var(--bgBody);
    color: #fff;
}

h1,h2,h3,h4{

}
h1{
    font-size: 48px;
    font-family: 'mighamedium';
    line-height: 1.2;
}
.container{
    /*overflow: hidden;*/
}
/*
========================================
    General Classes
========================================    
*/
.text-right{
    text-align: right;
}
.text-left{
    text-align: left;
}
.clear-both{
    clear:both;
}
.uppercase{
    text-transform: uppercase;
}
.title-one{
    font-size: 48px;
    line-height: 1;
    font-weight: 100;
    
}

.title-second{
    font-size: 38px;
    letter-spacing: 1px;
    line-height: 1.1;
}

.title-3{
    text-transform: uppercase;
}

.title-4{
    font-size: 64px;
    font-weight: 100;
}

.no-scrollbar{
    overflow:hidden
}

.bar_divider{
    background: var(--bgBody);
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 2;
    border: none;
}


img.center{
    margin: 0 auto;
    display: inherit;
}

.container{
    max-width: var(--maxWidth);
    padding: 0px 15px;
    margin: 0 auto;
    display: block;
    /*overflow: hidden;*/
}

.container.overflow-hidden{
    overflow: hidden;
}

.logoTop{
    max-width: 94px;
    height: auto;
}
@media(max-width: 768px){
    .logoTop{
        max-width: 100px;
        height: auto;
    }
    h1{
        font-size: 2.125rem
    }

    .bar_divider{
        display: none;
    }
}
.content-full-video,
#holder_hero{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.hero-image {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/hero.jpg");*/
    /* Set a specific height */
    height: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100vh;
}

.hero-image .element-info{
    display: block;
}

.hero-image.x-hidden{
    overflow-x: hidden;
}

/* Place text in the middle of the image */

.hero-text{
    color: #fff;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(1fr);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.single-item-rtlx{
    text-align: center;
}
.hero-text .element-info{
    max-width: 27.1875rem;
    margin: 0 auto;
}
.hero-text h1{
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    line-height: 1.2;
    font-family: 'new_herobold';
    margin-top: 10px;
    /*font-family: 'libre_baskervilleregular';*/
}  

.hero-text p{
    font-size: 20px;
}

.single-item-rtl {
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.hero-text p br{
    display: none;
}

.logo-bottom-hero{
    position: absolute; bottom: 4rem; width:100%
}


.h_yonge_series .left img {
width: 185px;
}

@media(max-width: 768px){
    #holder_hero .hero-text h1 {
        font-size: 19px;
    }
    .hero-text{
        width: 100%;
        text-align: center;
    }
    .hero-text .element-info{
        max-width: 100%;
        padding-left: .9375rem;
        padding-right: .9375rem;
    }
}
video {
    width: 100%;
    height: auto;
}
.content-full-video{
    height: 100%;
    width: 100%;
}
.logo-bottom-hero .container img{
    display: inline-block;
}

.show_mobile{
    display: none;
}

.flex-layout{
    display: flex;
    gap: 30px;
}

.flex-layout .haft{
    flex: 50%;
}

.flex-layout.end{
    align-items: end;
}
.flex-layout.middle{
    align-items: center;
}

.flex-layout.between{
    justify-content: space-between;
    align-items: center;
}

.flex-layout.flex-end{
    align-items: flex-end;
    flex-direction: column;
}

.grid-box{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
}

.grid-box.items-center{
    align-items: center;
}

.grid-box.gap68{
    gap: 4.25rem;
}

.btn-link{
    padding: 9px 35px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-link.dark{
    border: solid 1px #ffffff;
    color: #fff;
    background: transparent;
}
.btn-link.black{
    border: solid 1px #000;
    color: #000;
    background: transparent;
}
.btn-link.dark.dark_border{
    border: solid 1px #000;
}

.btn-link.white{
    border: solid 1px #fff;
    color: #fff;
}


 /* 
@keyframes wipe-out-bottom-left {
    from {
      clip-path: polygon(50% -50%, 150% 50%, 50% 150%, -50% 50%);
    }
    to {
      clip-path: polygon(-50% 50%, 50% 150%, 50% 150%, -50% 50%);
    }
  }
  
  [transition-style="out:wipe:bottom-left"] {
    animation: 2.5s cubic-bezier(.25, 1, .30, 1) wipe-out-bottom-left both;
  }
*/

/* Sweep To Bottom */

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
  }

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #263942;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .hvr-sweep-to-bottom:hover, 
  .hvr-sweep-to-bottom:focus, 
  .hvr-sweep-to-bottom:active {
    color: white;
  }
  .hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, 
  .hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }

  .bg_dark .hvr-sweep-to-bottom:before {
    background: #fff;
  }

  .bg_dark .hvr-sweep-to-bottom:hover, 
  .bg_dark .hvr-sweep-to-bottom:focus, 
  .bg_dark .hvr-sweep-to-bottom:active {
    color: #263942;
  }
  #holder_hero .logo-bottom-hero img{
    max-width: 185px;
  }
@media only screen and (max-width: 1024px) {
    /*
    .hero-text h1{
        font-size: 80px;
        line-height: 1;
        padding-bottom: 15px;
    }
    */
    .single-item-rtl.pl {
        max-width: 564px;
        margin-left: 0rem;
    }

    .hero-text {
        padding-top: 9rem;
        color: #fff;
        text-align: left;
    }

    .hero-text .element-info{
        /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
        padding: 1rem;
        */
    }

    #holder_hero .logo-bottom-hero img{
        max-width: 150px;
    }
}
@media only screen and (max-width: 768px) {
    
    
    .hero-text h1{
        /*font-size: 40px;
        line-height: 1;
        padding-bottom: 15px;
        */
        font-size: 25px;
    }

    .hero-text p {
         font-size: 16px;
    }

    .hero-text {
        padding-top: 11rem;
    }


    .flex-layout{
        flex-direction: column;
        
    }

    
    .flex-layout.between{
        align-items: unset;
    }
    

    .h_history .flex-layout .holder_content_flex{
        margin-top: -50px;
    }

    .hero-text{
        top: 50%;
        margin-top: -75px;
    }

    

}

@media only screen and (max-width: 480px){
    .hero-text h1{
        font-size: 25px;
    }
}

/*
========================================
   Home Page
========================================    
*/

.h_serenety{
    background: url("../images/Banner_Intro_Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
   
}
.h_serenety .holder{
    max-width: 530px;
    margin: 0 auto;
    padding-top: 12.5rem;
    padding-bottom: 12.5rem;
    text-align: center;
}
.h_serenety h1{
    padding-bottom: 1.25rem;
    

}
.h_serenety p{    
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.h_serenety .holder-link{
    padding-top: 1.25rem;
}

.h_location .main_layout{
    position: relative;
}
.h_location .left{
    background: #fff;
    color: #0F1B24;
    padding: 5rem 5rem;
}
.h_location .left .info{
    max-width: 356px;
    margin-right: 140px;
}
.h_location .left .info h1{
    line-height: 1.2;
}
.h_location .right{
    position: relative;
}

.h_location .holder_img{
    position: absolute;
    top: 4.875rem;
    right: 0px;
    text-align: right;
	width:60%;
}

/* .h_location .holder_img{
    max-width: calc(100% - 220px);
} */
@media only screen and (max-width: 1400px) {
    .h_location .holder_img {
/*         max-width: calc(100% - 420px); */
		width:55%;
    }
    .h_location .left .info {
        max-width: 100%;
        margin-right: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .h_location .left {
        background: #fff;
        color: #0F1B24;
        padding: 2.5rem;
    }
}
@media only screen and (max-width: 768px) {
    .h_location .holder_img {
        position: relative;
        top: unset;
        right: unset;
        text-align: right;
		width:100%;
    }

    .h_location .holder_img {
        max-width: calc(100%);
    }

    .h_location .left {
        padding: .9375rem;
    }
}

/* New location universal */
.h_quadruple{
    margin-top: 6rem;
    background-color: #0F1B24;
    padding-bottom: 8.75rem;
    position: relative;
    
}
.holder_info{
    background-color: #5C6A74;
    position: relative;
}
.bar-black{
    height: 50px;
    width: 100%;
    position: absolute;
    background: var(--bgBody);
}
.h_quadruple .flex-layout .right .content{
    max-width: 351px;
    margin: 0 auto;
}
.h_quadruple .flex-layout .right .content p{
    padding-top: 3.125rem;
}
.h_quadruple .flex-layout .left{
    width: 40%;
}
.h_quadruple .flex-layout .right{
    width: 60%;
}



/* Reasons */
.h_reasons{
    background: #5C6A74;
    margin-top: 6rem;
    margin-bottom: .9375rem;

    background-image: url("../images/icons/CTA_Y_Background.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    position: relative;
    z-index: 1;
}
.h_reasons .info{
    text-align: center;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
}
.h_reasons .info h1{
    padding-bottom: 1.875rem;
}

/* yonge_series */

.h_yonge_series{
    margin-top: 3.125rem;
    margin-bottom: 5rem;
    
}
.h_yonge_series .container{
    position: relative;
}
.h_yonge_series .slick-slide {
    margin: 0px 16px;
}

.h_yonge_series .left h1,
.h_yonge_series .left p{
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
}

.h_yonge_series .holder_custom_nav_slick{
    text-align: right;
    padding-bottom: 1.25rem;
}


.h_yonge_series .slide_amenities img{
    margin: 0 auto;
}
.h_yonge_series .slide_amenities .description{
    padding-top: .3125rem;
    max-width: 22.25rem;
    margin: 0 auto;
}
.h_yonge_series .slide_amenities .description h3{
    text-transform: uppercase;
	color: #CDE2F1;
}
.h_yonge_series #unparalleled_arrow_left,
.h_yonge_series #unparalleled_arrow_right{
    cursor: pointer;
}

.h_yonge_series .left p,
.h_yonge_series .left h1{
    max-width: 31.25rem;

}


.h_yonge_series .holder_float .content{
    width: 50%;
    float: left;
}

.h_yonge_series .holder_float .slick{
    width: 50%;
    float: right;
}
.h_yonge_series  .holder_float{
    position: relative;
}
.h_yonge_series .holder_float .content .data{
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}
@media only screen and (max-width: 990px) {
    .h_yonge_series .holder_float .content,
    .h_yonge_series .holder_float .slick{
        width: 100%;
        display: block;
        float: none;
    }

    .h_yonge_series .holder_float .content .data{
        position: unset;
        transform:unset;
    }

    .h_yonge_series .left p, .h_yonge_series .left h1{
        max-width: 100%;
    }
}

.slides-numbers{
    font-family: 'mighamedium';
    padding-left: 3.125rem;
    padding-right: 3.125rem;
}
.slides-numbers .pagingInfo_active{
    font-size: 1.375rem;
}
.slides-numbers .pagingInfo_total{
    font-size: 1.0625rem;
}

/* section Outdoor */
.h_outdoor{
    margin-top: 6rem;
    background-color: #5C6A74;
    padding-bottom: 8.75rem;
    position: relative;
    
}
.holder_info{
    background-color: #5C6A74;
    position: relative;
}
.bar-black{
    height: 50px;
    width: 100%;
    position: absolute;
    background: var(--bgBody);
}
.h_outdoor .flex-layout .right .content{
    max-width: 351px;
    margin: 0 auto;
}
.h_outdoor .flex-layout .right .content p{
    padding-top: 3.125rem;
}
.h_outdoor .flex-layout .left{
    width: 65%;
}
.h_outdoor .flex-layout .right{
    width: 35%;
}

#outdoor_arrow_left,
#outdoor_arrow_right{
    cursor: pointer;
}
@media only screen and (max-width: 990px) {
    .h_outdoor .flex-layout .left,
    .h_outdoor .flex-layout .right {
        width: 100%;
    }
}
.deluxe{
    margin-top: 9.6875rem;
}

.deluxe ul{
    margin: 0px;
    padding: 0px;
}

.deluxe  ul li{
    margin-bottom: 4rem;
    list-style: none;
}

.deluxe .col-2 ul li:last-child {
    margin-bottom: 11.25rem;
}


.deluxe .label_deluxe{
    max-width: 457px;
    margin: 0 auto;
    text-align: center;
}
.deluxe .label_deluxe h1{
    padding-bottom: 1.875rem;
}
.deluxe .col-2{
    padding-top: 5.625rem;
}

@media only screen and (max-width: 768px) {
    .deluxe {
        margin-top: 3.125rem;
    }
    .deluxe .col-2 {
        padding-top: 2.8125rem;
    }
}
/* Series and comming soon */
.h_comming_soon{
    margin-top: 5rem;
}
.h_comming_soon .grid-series{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
}
.h_comming_soon .child{
    position: relative;
}


.h_comming_soon .project_wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, .4);
}

.h_comming_soon .project_wrapper:hover .poster{
    filter: grayscale();
}

.h_comming_soon .project_wrapper .poster{
   
}
.h_comming_soon .child:nth-child(2) .project_logo{
    max-width: 65% !important;
}

.h_comming_soon .project_wrapper {
    overflow: hidden;
    position: relative;
    margin: 0 18px;
    text-align: center;
}
.holder_poster{
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
/*
.h_comming_soon .ribbon {
    text-transform: uppercase;
    margin: 0;
    background: #e83a1b;
    color: white;
    padding: 0.9em 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-28%) translateY(180%) rotate(320deg);
    transform-origin: top left;
    width: 240px;
    text-align: center;
}
*/
.h_comming_soon  .project_logo {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.h_comming_soon .sold-out{
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.h_comming_soon .holder-link{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: block;
    text-align: center;
    z-index: 6;
}

@media only screen and (max-width: 1200px) {
    .h_comming_soon .grid-series{
        grid-template-columns: repeat(2, 1fr);
    }
}

/*
.ribbon-1 {
    position: fixed;
    background: #08769b;
    box-shadow: 0 0 0 999px #08769b;
    clip-path: inset(0 -100%);
  }
.h_comming_soon .child .left{
    inset: 0 auto auto 0;
    transform-origin: 100% 0;
    transform: translate(-29.3%) rotate(-45deg);
}
*/
/*General grid*/
@media only screen and (max-width: 768px) {
    .h_comming_soon .grid-series,
    .grid-box {
        display: block;
        grid-template-columns: repeat(1, 1fr);
    }
}



/*section - video*/
.h_video{
    height: 100vh;
    background: url("../images/home/bg-video.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}
/*section - score*/
.h_score{
    height: 100vh;
    background: url("../images/home/centriverse.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 4.9375rem;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .h_score{
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),  
                url('../images/home/centriverse.jpg')
    }
}


.h_score .count{
    display: flex;
    gap: 4.75rem;
}

.h_score .count h3{
    font-size: 81px;
    border-bottom:  solid 1px #fff;
    line-height: 1;
}

.h_score .count span{
    font-size: 20px;
    background-color: #000;
}

@media only screen and (max-width: 1024px) {
    .h_score .count h3{
        font-size: 50px;
        border-bottom:  solid 1px #fff;
        line-height: 1;
    }
}

/*Section Your base*/
.h_base{
    background: #141414;
    color: #fff;
}

.h_base p{
    font-size: 20px;
}

.h_base .icons-top,
.h_base .icons-bottom{
    position: relative;
    overflow: hidden;
    height: 134px;
}
.h_base .icons-bottom{
    height: 106px;
}

.h_base .icons-top .img-left{
    position: absolute;
    left: 0px;
    top: -6.25rem;
    z-index: 3;
}
.h_base .icons-top .img-right{
    position: absolute;
    right: 19.25rem;
    top: -9rem;
    z-index: 3;
}
.h_base .icons-bottom .img-left{
    position: absolute;
    left: 0px;
    bottom: -1.5rem;
    z-index: 3;
}

.h_base .icons-bottom .img-right{
    position: absolute;
    right: 5.125rem;
    bottom: -2rem;
    z-index: 3;
}

.h_base .info{
    max-width: 645px;
    margin: 0 auto;
   
   
}
.h_base .info .holder-link{
    text-align: center;
    padding-top: 1.3125rem;
}
.h_base .info p{
    padding-left: 7.125rem;

}

@media only screen and (max-width: 1024px) {
    .h_base .icons-top .img-left{
        left: 0px;
        top: -6.25rem;
    }
    .h_base .icons-top .img-right{
        right: 0rem;
        top: -9rem;
    }
    .h_base .icons-bottom .img-left{
        left: 0px;
        bottom: -1.5rem;
    }
    
    .h_base .icons-bottom .img-right{
        right: 0rem;
        bottom: -2rem;
    }

    .h_base .info p {
        padding-left: 7.125rem;
    }

    .h_base .info p {
        padding-left: 0rem;
    }

    .h_base .info{
        padding-top: 1rem;
    }
}

/*comfort zone*/
.hero-v2{
    height: 100vh;
    background: url("../images/home/NORM-LI_220823_INT_Suite_VF_SC-A_01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 4.9375rem;
    color: #fff;
}

.hero-v2 .description{
    font-size: 20px;
    max-width: 529px;
    padding-top: 1.25rem;
    padding-bottom: 2.3125rem;
}
.graywood{
    padding-top: 4.5rem;
    padding-bottom: 8.125rem;
}
.graywood .haft.left{
    padding-right: 4rem;
    
}
.graywood .haft.left p{
    font-size: 38px;
    line-height: 1;
}
.graywood .haft.left  .holder-link{
    padding-top: 3.75rem;
}
.graywood .haft.left .data{
    max-width: 632px;
}

.graywood .haft.right{
    padding-left:4.5rem;
    font-size: 16px;
}

.graywood .haft.right .company-logo{
    max-width: 256px;
}
.graywood .haft.right p{
    padding-bottom: 28px;
}

.graywood .haft.right p:last-of-type{

    padding-bottom: 0rem;;
}

@media(max-width: 1024px){
    .graywood .haft.left{
        padding-right: 0rem;        
    }
    .graywood .haft.left p {
        font-size: 29px;
        line-height: 1;
    }

    .graywood .haft.right{
        padding-left: 0rem;
        font-size: 16px;
    }

    .graywood {
        padding-bottom: 5rem;
    }
}
    

@media (max-width: 768px) {
    .graywood {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
}


/*
========================================
   Page About
========================================    
*/
#page_about .hero-text h1{
    max-width: 550px;
}
/*Section - Brochure */
#page_about .brochure{
    padding-top: 6.75rem;
    padding-bottom: 1.4375rem;
}
#page_about .brochure .info{
    max-width: 564px;
    margin: 0 auto;
}
#page_about .brochure .holder-link{
    text-align: center;
    padding-top: 3.875rem;
}
#page_about .brochure .holder-link a{
    display: inline-block;
}

/*Section - Building */
#page_about .building{
    margin-top: 1rem;
    padding-bottom: 8rem;
}
#page_about .building{
    background: url("../images/about/bg-left-about-building.png") left 80px no-repeat, url("../images/about/bg-right-about-building.png") right top no-repeat;
} 

#page_about  .building .flex-layout{
    align-items: center;
}

#page_about .building .flex-layout .right{
    max-width: 384px;
}

#page_about .building .flex-layout .right h1{
     padding-left: 3.75rem;
     line-height: 1.2;
     padding-bottom: 1.25rem;
}

#page_about .building .flex-layout .right .description{
    padding-top: 1.25rem;
}

@media(max-width: 1200px){
    #page_about .building{
        /*background: url("../images/about/bg-left-about-building.png") left 80px no-repeat 50px, url("../images/about/bg-right-about-building.png") right top no-repeat 50px;*/
        background-image: url("../images/about/bg-left-about-building.png"), url("../images/about/bg-right-about-building.png");
        background-position: left 80px, right top;
        background-repeat: no-repeat, no-repeat;
        background-size: 150px 150px;
        padding: 15px;
    } 
}
@media (max-width: 1024px) {
    #page_about .building .flex-layout .right h1{
        padding-left: 0rem;
   }
}
@media (max-width: 800px) {
   #page_about .building .flex-layout .right {
        max-width: 100%;
    }
}



/*
========================================
   Page Amenities
========================================    
*/
#page_amenities #holder_hero .full-flex{
    height: 80%;
}
#page_amenities #holder_hero .full-flex{
    align-items: end;
}
#page_amenities #holder_hero .full-flex .col-left{
    width: 55%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#page_amenities #holder_hero .full-flex .col-right{
    padding-right: .9375rem;
}
#page_amenities #holder_hero .full-flex .holder-link{
    padding-left: 3.5rem;
    padding-top: 1.875rem;
}
#page_amenities .block-flex{
    position: relative;
    overflow: hidden;
}

#page_amenities .block-flex.block-01 .holder-img-01{
    position: absolute;
    text-align: right;
    /*
    top: -102px;
    right: 0px;
    */
    top: 0;
    right: 0%;
}

#page_amenities .block-flex.block-01 .holder-img-02{
    position: absolute;
    /*
    bottom: -3rem;
    left: -5rem;
    */
    bottom: -7%;
    left: -10%;
}

#page_amenities .block-flex.block-02 .holder-img-01{
    position: absolute;
    /*
    bottom: -7rem;
    right: -4rem;
    */
    bottom: -16%;
    right: -8%;
    text-align: right;
}
#page_amenities .block-flex.block-03{
    padding-top: 7.5rem;
}
#page_amenities .block-flex.block-03 .holder-img-01{
    position: absolute;
    /*
    top: -5rem;
    left: -5rem;
    */
    top: -12%;
    left: -10%;
}
#page_amenities .block-flex.block-04{
    
}
#page_amenities .block-flex.block-04 .holder-img-01{
    position: absolute;
    text-align: right;
    /*
    top: -4rem;
    right: 0rem;
    */
    top: -6%;
    right: 0%;
    z-index: 1;
}

#page_amenities .block-flex.block-04 .holder-img-02{
    position: absolute;
    /*
    bottom: -4rem;
    left: 50%;
    margin-left: -12.8125rem;
    */
    bottom: -8%;
    left: 50%;
    margin-left: -21%;
}


#page_amenities .block-flex .flex-layout.between.end{
    align-items: end;
}

#page_amenities #holder_hero .flex-info{
    max-width: 32rem;
}

#page_amenities .flex-info h1{
    padding-left: 3.5rem;
    line-height: 1;
    font-family: 'maison_neuemedium';
    padding-bottom: 3rem;
}

#page_amenities .block-flex{
    padding-bottom: 3.25rem;
    padding-top: 3.25rem;
}

#page_amenities .block-flex .flex-layout .layout-img{
    position: relative;
}


#page_amenities .block-flex .flex-layout .layout-content{
    max-width: 384px;
}


#page_amenities .block-flex.flex-left-content  .flex-layout{ /* div content backgrand image*/
    padding-bottom: 6.875rem;
}


#page_amenities .block-flex .flex-layout .layout-content h1{
     padding-left: 3.75rem;
     line-height: 1.2;
     padding-bottom: 1.25rem;
}

#page_amenities .block-flex.flex-left-content .flex-layout .layout-content h1{
    padding-left: 0rem;
    max-width: 20.75rem;
}
#page_amenities .block-flex.flex-left-content .holder-link,
#page_amenities .block-flex.flex-left-content p{
    padding-left: 3.75rem;
}

#page_amenities .block-flex.flex-left-content .holder-link{
    margin-top: 3.75rem;
}

#page_amenities  .block-flex.block-03{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1400px) {
    #page_amenities .block-flex .container{
        padding-left: 86px;
        padding-right: 86px;
    }

    /*
    #page_amenities .block-flex .resize-img img{
        max-width: 85%;
    }
    */
}    
@media (max-width: 1200px) {
    #page_amenities .block-flex .container{
        padding-left: 86px;
        padding-right: 86px;
    }

    /*
    #page_amenities .block-flex .resize-img img{
        max-width: 75%;
    }
    */

}
@media (max-width: 768px) {
    #page_amenities #holder_hero .full-flex{
        height: auto;
        margin-top: 100px;
    }
    #page_amenities #holder_hero .flex-layout{

    }
    #page_amenities #holder_hero .full-flex .col-left{
        display: none;
    }
    #page_amenities #holder_hero .full-flex .col-right{
        width: 100%;
        padding: .9375rem;
    }
    #page_amenities #holder_hero .flex-info{
        max-width: 100%;
    }

    #page_amenities .flex-info h1 {
        padding-left: 0rem;
        padding-bottom: 2rem;
    }

    #page_amenities #holder_hero .full-flex .holder-link {
        padding-left: 0rem;
    }

    #page_amenities .block-flex .flex-layout.between.end {
       align-items: baseline;
    }

    #page_amenities .block-flex.flex-left-content .holder-link, 
    #page_amenities .block-flex.flex-left-content p,
    #page_amenities .block-flex .flex-layout .layout-content h1 {
        padding-left: 0rem;
    }

    #page_amenities .block-01 .layout-content{
        padding-top: 1.875rem;
    }

    #page_amenities .block-flex .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    #page_amenities .block-flex.block-01 .holder-img-02 {
        left: 0%;
    }

    #page_amenities .block-flex.block-02 .holder-img-01 {
        bottom: -16%;
        right: 0%;
    }

    #page_amenities .block-flex.block-03 .holder-img-01 {
        left: 0%;
    }

    #page_amenities .block-flex .flex-layout .layout-content {
        max-width: 100%;
    }

    #page_amenities .block-flex .flex-layout .layout-img {
        order: -1;
    }

    #page_amenities .block-flex.flex-left-content .flex-layout .layout-content h1{
        max-width: 100%;
    }

    #page_amenities .block-flex.block-01 {
        padding-bottom: 0rem;
        padding-top: 3.25rem;
    }

    #page_amenities .block-flex.block-02 .layout-content {
        padding-top: 3rem;
    }

    #page_amenities .block-flex.block-02.flex-left-content .flex-layout,
    #page_amenities .block-flex.block-04.flex-left-content .flex-layout{
        padding-bottom: 0rem;
    }   
}

/*
========================================
   Page Interiors
========================================    
*/
#page_interiors .block-flex .flex-layout.between.end{
    align-items: end;
}
#page_interiors .description_studio .info{
    padding-left: 11.125rem;
}

/*section description studio*/
#page_interiors .description_studio .info .description{
    max-width: 34.625rem;
    margin-top: 5rem;
}
#page_interiors .description_studio .holder-link{
    padding-left: 7.5rem;
    padding-top: 1.875rem;
}

/* Section - Flex content*/
#page_interiors .block-flex{
    position: relative;
    overflow: hidden;
    padding-bottom: 3.25rem;
    padding-top: 5.9375rem;
}

#page_interiors .block-flex.block-01 .holder-img-01{
    position: absolute;
    text-align: right;
    top: 0%;
    right: 0%;
}

#page_interiors .block-flex.block-01 .holder-img-02{
    position: absolute;
    text-align: left;
    top: -4%;
    left: -9%;
}

#page_interiors .block-flex .flex-layout .layout-content{
    max-width: 384px;
}
#page_interiors .block-flex .flex-layout .layout-content h1{
    padding-left: 3.75rem;
    line-height: 1.2;
    padding-bottom: 1.25rem;
}

#page_interiors .block-flex .flex-layout .layout-content .holder-link{
    padding-top: 3.25rem;
}

/* Section - graywood_dev */
#page_interiors .graywood_dev .info .description{
    max-width: 43.125rem;
}
#page_interiors .graywood_dev .info .holder-link{
    padding-top: 2.75rem;
}

#page_interiors .block-flex.block-02 p{
   font-size: 30px;
   margin-bottom: 2.875rem;
   line-height: 1;
}

#page_interiors .block-flex.block-02 p:last-of-type{
    margin-bottom: 0rem;
}

#page_interiors .block-flex.block-02 p:nth-child(even){
    color: #C22990;
}
@media (max-width: 1024px) {
    #page_interiors .block-flex.block-02 p{
        font-size: 20px;
        margin-bottom: 1.4375rem;
        line-height: 1;
    }
}
@media (max-width: 768px) {
    #page_interiors .block-flex .flex-layout .layout-content {
        max-width: 100%;
    }

    #page_interiors .description_studio .holder-link,
    #page_interiors .description_studio .info {
        padding-left: 0rem;
    }


    #page_interiors .block-flex.flex-left-content .holder-link, 
    #page_interiors .block-flex.flex-left-content p,
    #page_interiors .block-flex .flex-layout .layout-content h1 {
        padding-left: 0rem;
    }

    #page_interiors .block-flex .flex-layout .layout-img {
        order: -1;
    }

    #page_interiors .block-flex .flex-layout.between.end {
        /* align-items: end; */
        align-items: baseline;
    }

    #page_interiors .block-flex {
        padding-top: 3.9375rem;
    }
    
}

/*
========================================
   Page Team
========================================   
*/

/* Section - Top*/
#holder_hero_autoheight{
    background-image: url("../images/team/bg_icon_hero_01.png"), url("../images/team/bar-corner.png"), url("../images/team/bg_icon_hero_02.png"),  url("../images/team/bg_icon_hero_03.png");
    background-position: top center, top right, left center, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    /*background-size: 150px 150px;*/
}
#holder_hero_autoheight .sec-info{
    padding-top: 4.875rem;
    padding-bottom: 10.0625rem;
}
#page_team  .col-left,
#page_team  .col-right {
    flex: 1;
}
#page_team  .flex-layout{
    display: flex;
    align-items: center;
    justify-content: center;
}

#page_team  .flex-layout .center{
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_team  .flex-layout .flex-info{
    max-width: 35.25rem;
}
#page_team .flex-layout .flex-info h1{
    padding-left: 3.75rem;
    line-height: 1.2;
    padding-bottom: 1.25rem;
}

#page_team  .flex-layout  .holder-link{
    margin-top: 1.9375rem;
}

#page_team  .flex-layout.baseline{
    align-items: unset;
}

#page_team  .flex-layout{
    margin-bottom: 10.8125rem;
}

#page_team  .flex-layout:last-of-type{
    margin-bottom: 0rem;
}

#page_team  .flex-layout.baseline .center {
    justify-content: unset;
    /* justify-content: center; */
}

#page_team  .flex-layout.baseline .col-right img{
    padding-left: 3.4375rem;
}


@media (max-width: 768px) {
    #holder_hero_autoheight{
        background-position: center 75px, top right, left center, right bottom;
        background-size: 50px, 0px, 0px, 0px;
    }

    #page_team #holder_hero_autoheight .flex-layout {
        margin-bottom: 5rem;
    }

    #holder_hero_autoheight .sec-info {
        padding-bottom: 5rem;
    }

    #page_team #holder_hero_autoheight .flex-layout .flex-info h1 {
        padding-left: 0rem;
        font-size: 25px;
    }
    #page_team #holder_hero_autoheight .flex-layout .flex-info h1 br{
        display: none;
    }

    #page_team #holder_hero_autoheight .flex-layout .flex-info {
        max-width: 100%;
    }

    #page_team #holder_hero_autoheight .flex-layout.baseline .col-right img {
        padding-left: 0rem;
        margin: 0 auto;
    }

    #page_team #holder_hero_autoheight .flex-layout .content-image {
        order: -1;
    }
}

/*Senction - Agency */
#page_team .agencies{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 2.375rem;
    padding-bottom: 2.375rem;
    color: #141414;
    overflow: hidden;
}

#page_team .agencies .figure-02{
    padding-bottom: 5.375rem;
}
#page_team .agencies .figure-03{
    text-align: right;
}

#page_team .agencies .sec_01 .flex-layout .flex-info h1{
    padding-left: 0rem;
}
#page_team .agencies .sec_01 .flex-layout .flex-info p{
    padding-left: 3.75rem;
}
/*padding-left: 3.75rem;*/
@media (max-width: 1200px) {
    
    .agencies .figure-01 img,
    .agencies .figure-02 img,
    .agencies .figure-03 img{
        max-width: 120px;
    }
}
@media (max-width: 768px) {
    #page_team .agencies .flex-layout .content-image {
        order: -1;
    }

    #page_team .flex-layout .flex-info {
       max-width: 100%;
    }

    #page_team .agencies .sec_01 .flex-layout .flex-info p {
        padding-left: 0rem;
    }

    #page_team .agencies .sec_01 .flex-layout .flex-info h1 br{
        display: none;
    }

    #page_team .flex-layout .flex-info h1 {
        padding-left: 0rem;
        font-size: 25px;
    }
}

/*
========================================
   Page Contact
========================================   
*/
#page_content{
    padding-top: 10.9375rem;
}

#page_content .container.extra-width{
    max-width: 1600px;
}
#page_contact .location .flex-layout{
    gap: 100px;
}
#page_contact .location .flex-layout .content-image{
    /*padding-right: 6.25rem;*/
}
#page_contact .location .flex-layout .content-info{
    max-width: 332px;
}
#page_contact .location .flex-layout .content-info p{

    padding-top: 1.625rem;
}



#page_contact .form{
    padding-bottom: 5rem;
}

#page_contact .form .flex-layout{
    align-items: center;
}

#page_contact .form .layout-img{
    text-align: right;
    position: relative;
    max-width: 836px;
}

#page_contact .form .layout-img .holder-img-01{
    position: absolute;
    left: 50%;
    margin-left: -25%;
    /*
    inset: 0;
    margin: auto;
    */
    /*transform: translate(0%, -50%);*/
    top: 0%;
    z-index: -1;
}

#page_contact .form .layout-img .holder-img-02{
    position: absolute;
    right: 0rem;
    top: 0rem;
    z-index: 1;
}

#page_contact .form .layout-content{
    max-width: 692px;
    margin-right: .9375rem;
}

/* Section Location */



@media only screen and (max-width: 1024px){
    #page_contact .form .flex-layout{
       flex-direction: column;
    } 
    
    #page_contact .form .layout-content{
        max-width: 100%;
        margin-right: .9375rem;
        margin-left: .9375rem;
    }

    #page_contact .location .flex-layout{
        gap: 20px;
    }
}

@media only screen and (max-width: 768px){
    #page_contact .location .flex-layout .content-info{
        max-width: 100%;
    }
    #page_contact .location .content-info{
        order: -1;
    }
    /*
    #page_contact .form .layout-content{
        order: -1;
    }
    */

}

/*
========================================
   Page Centriverse
========================================   
*/
/*
Section Hero
*/
#page_centriverse  .hero-image-centriverse{
    /*height: 1145px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#page_centriverse .block-flex.block-01{
    padding-top: 3rem;
    padding-bottom: 7.8125rem
}

#page_centriverse .block-flex.block-01 .holder-img-01{
    position: absolute;
    bottom: -14%;
    left: 17%;
}

#page_centriverse .block-flex.block-01 .description .holder-link{
    margin-top: 2.3125rem;
}

#page_centriverse .block-flex.block-02{
    padding-top: 2.5625rem;
    padding-bottom: 5.25rem;
}

#page_centriverse .block-flex.block-02 .holder-img-01{
    position: absolute;
    bottom: -6%;
    left: -5%;
}

#page_centriverse .block-flex.block-03{
    padding-top: 3.625rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5.3125rem;
}

#page_centriverse .block-flex.block-03 .holder-img-01{
    position: absolute;
    bottom: -11%;
    right: -10%;
    text-align: right;
}

#page_centriverse .block-flex.block-03 .flex-layout.text-info{
    margin-top: 150px;
    justify-content: flex-end;
}

#page_centriverse .block-flex.block-03 .flex-layout.text-info .data{
    max-width: 782px;
    color: #141414;
}

#page_centriverse .block-flex.block-03 .flex-layout.text-info .data .description{
    padding-left: 7rem;
    padding-top: 3rem;
}


#page_centriverse .block-flex .flex-layout .layout-content {
    max-width: 384px;
    margin-bottom: 5.25rem;
}

#page_centriverse .block-flex .flex-layout .layout-img{
    position: relative;
}

#page_centriverse .block-flex .flex-layout .layout-content.left .description{
    padding-left: 2.1875rem;
    padding-top: 2.5rem;
}


#page_centriverse .block-flex .flex-layout .layout-content.right .holder_number{
    padding-left: 2.1875rem;
   
}

#page_centriverse .block-flex .flex-layout .layout-content.right .description{
    padding-top: 2.5rem;
}


#page_centriverse .block-flex .flex-layout .layout-content .counter{
    font-size: 81px;
    color: #C22990;
}

#page_centriverse .block-flex.block-03 .layout-content {
    color: #141414 ;
}
@media(max-width: 1500px){
    #page_centriverse .block-flex.block-03 .holder-img-01 {
        bottom: -11%;
        right: 0%;
    }
}
@media(max-width: 1024px){
    #page_centriverse .block-flex .flex-layout .layout-content {
        margin-bottom: 0rem;
    }
}

@media(max-width: 768px){
    #page_centriverse .block-flex .flex-layout .layout-content {
        max-width: 100%;
        margin-bottom: 0rem;
    }

    #page_centriverse .block-flex .flex-layout .layout-content.left .description {
        padding-left: 0rem;
        padding-top: 2.5rem;
    }

    #page_centriverse .block-flex.block-03 .flex-layout.text-info{
        margin-top: 80px;
        justify-content: flex-end;
    }
    
    #page_centriverse .block-flex.block-03 .flex-layout.text-info .data{
        max-width: 100%;
    }
    
    #page_centriverse .block-flex.block-03 .flex-layout.text-info .data .description{
        padding-left: 0rem;
        padding-top: 3rem;
    }
}


/* Section Gallery*/

#page_centriverse .gallery{
    /*background: url("../images/about/bg-left-about-building.png") left 80px no-repeat 50px, url("../images/about/bg-right-about-building.png") right top no-repeat 50px;*/
    background-image: url("../images/centriverse/bg-left.png"), url("../images/centriverse/bg-right.png");
    background-position: left top, right top;
    background-repeat:repeat-y, repeat-y;
    /*background-size: 150px 150px;*/
    padding: 15px;
    overflow: hidden;
}


#page_centriverse .gallery .row_g{
    position: relative;
    display: flex;
    gap: 4.75rem;
    margin-top: 3.6875rem;
}

#page_centriverse .gallery .column_g{
    width: 50%;
}
#page_centriverse .gallery .column_g.left .holder_item{
    margin-bottom: 5.625rem;
}
#page_centriverse .gallery .column_g .holder_item.hasExtraPaddingButtom{
    margin-bottom: 16.25rem;
}
#page_centriverse .gallery .column_g .holder_item:last-of-type{
    margin-bottom: 0rem;
}

#page_centriverse .gallery .column_g .holder_item .wrap p{
    padding-top: 2rem;
}

#page_centriverse .gallery .column_g .holder_item{
    display: flex;
}

#page_centriverse .gallery .column_g.left{
    padding-top: 6.25rem;
    text-align: right;
}
#page_centriverse .gallery .column_g.left .holder_item{
    display: flex;
    justify-content: end;
}

#page_centriverse .gallery .column_g.left .holder_item{
    text-align: left;
}

#page_centriverse .gallery .column_g.right .holder_item{
    margin-bottom: 8.75rem;
}
#page_centriverse .gallery .column_g.right .holder_item.hasExtraPaddingLeft{
    padding-left: 5.25rem;
}

  /* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1024px) {

    #page_centriverse .gallery .column_g.left .holder_item,
    #page_centriverse .gallery .column_g.right .holder_item,
    #page_centriverse .gallery .column_g .holder_item,
    #page_centriverse .gallery .column_g .holder_item.hasExtraPaddingButtom{
        margin-bottom: 3.125rem;
    }

    #page_centriverse .gallery .column_g.right .holder_item.hasExtraPaddingLeft{
        padding-left: 0rem;
    }

    
}

@media screen and (max-width: 768px) {
    #page_centriverse .gallery .row_g{
        flex-direction: column;
    }

    #page_centriverse .gallery .row_g{
        position: relative;
        display: flex;
        gap: 0rem;
        margin-top: 3.6875rem;
    }

    #page_centriverse .gallery .column_g,
    #page_centriverse .gallery .column_g.left,
    #page_centriverse .gallery .column_g.right{
        width: 100%;
    }

    #page_centriverse .gallery .column_g .holder_item .wrap{
        width: 100%;
        display: block;
        text-align: center;
    }

    #page_centriverse .gallery .column_g .holder_item .wrap p {
        padding-top: 1rem;
    }
}
/*
========================================
    General Footer
========================================    
*/
.footer {
    
    padding-bottom: 3.125rem;
    margin-top: 3.43rem;
}
.footer .main-logo{
    max-width: 185px;
}
.footer .second-logo{
    max-width: 121px;
}
.footer .info{
    max-width: 45.5rem;
    margin: 0 auto;
    font-size: 15px;
}
.footer .info h3{
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 500;
}
.footer .info h4{
	text-transform: uppercase;
	color: #CDE2F1;
/*     font-size: 1.1875rem; */
    font-weight: 500;
	margin-bottom: 5px;
}

.footer .col-1 ul{
    margin: 0px;
    padding: 0px;
    margin-top: 1.25rem;
}
.footer .col-1 ul li{
    list-style: none;
    display: inline-block;
    padding-right: 1.875rem;
    padding-bottom: .9375rem;
}
/*
.footer .flex-layout .col-2 p{
    padding-bottom: 1.6875rem;
}

.footer .flex-layout .col-2 p:last-of-type{
    padding-bottom: 0rem;
}
*/
.footer .info p{
    margin-bottom: 1.5625rem;
    color: #fff;
}

.footer .info a{
    color: #fff;
    text-decoration: none;
}

.footer .info p:last-of-type{
    margin-bottom: 0rem;
}
.footer .flex-layout.between{
    
}

.footer .show_mobile{
    display: none;
}


@media (max-width:768px) {
    .footer {
        margin-top: 0.5rem;
    }
    .footer .flex-layout{
       display: block;
       flex-direction: row;
       align-items: center;
    }

    .footer .flex-layout .col-1,
    .footer .flex-layout .col-3{
        text-align: center;
        padding-bottom: 15px;
    }


    .footer .main-logo{
        max-width: 185px;
    }
	.footer .second-logo{
        max-width: 121px;
    }

  
}

/*
.gform_wrapper .gfield_required::before {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    content: 'x';
}
.gform_wrapper .gfield_required {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    content: '1';
}
.gform_wrapper .gfield_required::after {
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-left: 0.125em;
    content: '.';
}
*/
#holder_form_booking .gform_heading .gform_title {
font-size: 30px;
    font-family: 'mighamedium';
    letter-spacing: 2px;
	margin-bottom: 15px;
}
#holder_form_booking  .contentPopup {
	position: relative;
}
#holder_form_booking  .content_body{
	padding: 0;
}
#holderPopupBooking .closePopup {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 9;
}