@import url("./menu.css"); /* Using a url */
@import url("./modal.css"); /* Using a url */
:root{
    --maxWidth: 1490px;
}
body, html {
    height: 100%;
    font-family: 'montserratregular';
    background: #F2F2EE;
    color: #404042;
}

h1,h2,h3,h4{

}

/*
========================================
    General Classes
========================================    
*/
.clear-both{
    clear:both;
}
.uppercase{
    text-transform: uppercase;
}
.title-one{
    font-size: 48px;
    line-height: 1;
    font-family: 'gt_pressuralight';
    font-weight: 100;
    
}

.title-second{
    font-size: 25px;
}



.title-3{
    text-transform: uppercase;
}

.title-4{
    font-family: 'libre_baskervilleregular';
    font-size: 64px;
    font-weight: 100;
}

.no-scrollbar{
    overflow:hidden
}



img.center{
    margin: 0 auto;
    display: inherit;
}

.container{
    max-width: var(--maxWidth);
    padding: 0px 15px;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.logoTop{
    max-width: 200px;
    height: auto;
}
@media(max-width: 768px){
    .logoTop{
        max-width: 140px;
        height: auto;
    }
}
#holder_hero{
    width: 100%;
    height: 100%;
}
.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{
    position: absolute;
    top: 50%;
    margin-top: -8.75rem;
    color: #fff;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;   
}

.hero-text h1{
    font-size: 143px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.2;
    font-family: 'libre_baskervilleregular';
}  

.hero-text p{
    font-size: 28px;
}

.single-item-rtl {
    max-width: var(--maxWidth);
    margin: 0 auto;
    text-align: center;
    position: relative;

}

.hero-text h1 br,
.hero-text p br{
    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;
}

.btn-link{
    padding: 9px 35px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
}

.btn-link.dark{
    border: solid 1px #263942;
    color: #404042;
}

.btn-link.white{
    border: solid 1px #fff;
    color: #fff;
}



/* 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;
  }

@media only screen and (max-width: 1024px) {
    .hero-text h1{
        font-size: 80px;
        line-height: 1;
        padding-bottom: 15px;
    }
}
@media only screen and (max-width: 800px) {
    
    
    .hero-text h1{
        font-size: 40px;
        line-height: 1;
        padding-bottom: 15px;
    }

    .hero-text p{
        font-size: 18px;
    }

    .hero-text h1 br,
    .hero-text p br{
        display: inline-block;
    }


    .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: 35px;
    }
}

/*
========================================
   Home Page
========================================    
*/

/*Building*/
.building{
    padding-top: 5.625rem;
    padding-bottom: 3.375rem;
}
.building  .flex-layout{
    margin: 0 auto !important;
}
.building #first{
    width: 32%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: right;
}
.building #middle{
    width: 32%;
}
.building #last{
    width: 32%;
    display: flex;
    align-items: end;
}
.building h4{
    line-height: 1;
}

/*Podium*/
.podium{
    margin-top: 3.375rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 52.125rem;
}
@media (max-width: 1200px) {
    .building h4{
        font-size: 45px;
    }
}
@media (max-width: 1024px) {
    .podium{
        height: 40.625rem;
    }
    
}
@media (max-width: 768px) {
    .building #first{
        width: 100%;
        text-align: center;
        display: block;
        /*justify-content: right;*/
    }
    .building #middle{
        width:100%;
        text-align: center;
    }
    .building #last{
        width: 100%;
        display: block;
        text-align: center;

    }
    .podium{
        height: 25rem;
    }
}
.memories .flex-layout{
    max-width: 51.875rem;
    margin: 0 auto;
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
}

.memories .flex-layout .first h1{
    text-align: right;
    padding-top: 5rem;
    font-size: 64px;
    line-height: 1;
}

@media (max-width: 768px) {
    .memories .flex-layout .first h1 {
        text-align: left;
        padding-top: 2rem;
        font-size: 30px;
        line-height: 1;
    }

    .memories .flex-layout .first h1 br{
        display: none;
    }

    .memories .flex-layout .second h1 {
        font-size: 30px;
    }

    .memories .flex-layout {
        max-width: 100%;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/*neighbourhood*/

.h_neighbourhood{
    color: #fff;
    background: #263942;
    padding-top: 6.875rem;
    padding-bottom: 3.125rem;
    margin-bottom: 2.0625rem;;
}

.h_neighbourhood .row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
    gap: 5%;
    width: 100%;
}

.h_neighbourhood .holder-gallery{
    margin: 0 auto;
    position: relative;
    padding-left: 13.75rem;
}



.h_neighbourhood #content{
    position: relative;
    margin-left: -7.5rem;
    max-width: 22.1875rem;
}
  /* Create four equal columns that sits next to each other */
.h_neighbourhood .column {
    flex: 30%;
    max-width: 30%;
    padding: 0 4px;
}

.h_neighbourhood .column:nth-of-type(1){
    padding-top: 8.125rem;
}

.h_neighbourhood .column:nth-of-type(3){
    padding-top: 8.125rem;
}
.h_neighbourhood .column.col-first .bg,
.h_neighbourhood .column.col-second .bg,
.h_neighbourhood .column.col-third .bg{
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 2.75rem;
    position: relative;
    overflow: hidden;
}

.h_neighbourhood #holder-block-info{
    position: relative;
     overflow: inherit;
}

.h_neighbourhood .column .bg h4{
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    bottom: 1.125rem;
    right: 2rem;
    z-index: 3;
}

.h_neighbourhood .holder-gallery .bg .layout-opacity{
    top: 0px;
    right: 100%;
    /*background: red;*/
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-image: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 100%);
    z-index: 2;
    transition: 300ms;
}
.h_neighbourhood .holder-gallery .bg:hover .layout-opacity{
    display: block;
    right: 0%;
    transition-timing-function: ease-in;
}
  
.h_neighbourhood .column img {
    margin-top: 8px;
    vertical-align: middle;
}
  
/* Responsive layout - makes a two column-layout instead of four columns */
@media(max-width: 1200px){
    .h_neighbourhood .holder-gallery {
        position: relative;
        padding-left: 0rem;
    }
    .h_neighbourhood #content {
        position: relative;
        margin-left: 0rem;
        max-width: auto;
    }
}

@media(max-width: 1024px){
    .h_neighbourhood .column .bg h4{
        bottom: 1.125rem;
        right: 2rem;
        left: 2rem;
    }
}
@media (max-width: 800px) {
    .h_neighbourhood .column {
      flex: 50%;
      max-width: 50%;
    }
}
  
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media (max-width: 768px) {
    .h_neighbourhood {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }
    .h_neighbourhood #content {
        max-width: 100%;
    }
    .h_neighbourhood .column:nth-of-type(1),
    .h_neighbourhood .column:nth-of-type(3) {
        padding-top: 0.5rem;
    }

    .h_neighbourhood .column {
      flex: 100%;
      max-width: 100%;
    }
}

.h_amenities{
    padding-top: 2.0625rem;
    position: relative;
    padding-bottom: 3.9375rem;
}

.h_amenities .title{
    width: 40%;
}
.h_amenities .title .data{
    max-width: 23.25rem;
}
.h_amenities .description{
    width: 60%;
}

.h_amenities .description .data{
    max-width: 22.0625rem;
}
.h_amenities .holder-slider{
    position: relative;
    margin-top: 2.375rem;
}
.h_amenities .slide_amenities .slick-active .holder-slimg,
.h_amenities .slide_amenities .slick-active .content-img{
    margin-right: 10px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    
}
.h_amenities .slide_amenities .slick-active .holder-slimg{
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0px;
}

.h_amenities .slide_amenities .slick-active .content-img{
    display: flex;
    align-items: end;
    justify-content: end;
}
.h_amenities .slide_amenities .slick-active{
    height: max-content;
    position: relative;
    bottom: 0px;
}

.h_amenities .holder-icons-slider{
    position: absolute;
    right: 0px;
    z-index: 5;
}
.h_amenities .holder-icons-slider #unparalleled_arrow_left{
    margin-right: .9375rem;
}
.h_amenities .holder-icons-slider #unparalleled_arrow_right{
    margin-left: .9375rem;
}
.show-mobile{
    display: none;
}
@media (max-width: 1200px) {
    /*
    .h_amenities .slide_amenities .slick-active .content-img.big img{
        width: 85%;
    }

    .h_amenities .slide_amenities .slick-active .content-img.slim img{
        width: 60%;
    }
    */
}
@media (max-width: 768px) {
    .h_amenities{
        padding-top: 2.0625rem;
        position: relative;
        padding-bottom: 1.25rem;
    }
    .h_amenities .slide_amenities .slick-active .holder-slimg,
    .h_amenities .slide_amenities .slick-active .content-img{
        margin-right: 0px;        
    }
    .h_amenities .holder-icons-slider{
        position: relative;
    }

    .show-desktop{
        display: none;
    }
    .show-mobile{
        display: block;
    }

    .h_amenities .slide_amenities .slick-active .holder-slimg{
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0px;
    }

    .h_amenities .description,
    .h_amenities .description .data,
    .h_amenities .title,
    .h_amenities .title .data {
        max-width: unset !important;
        width: 100%;
    }
}


.investors{
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
    margin-bottom: 1.75rem;
}

.investors.suites{
    margin-bottom: 4.375rem;
    margin-top: 3.9375rem;
}

.investors .haft.pl-120{
    padding-left: 7.5rem;
}

.investors .company-logo{
    margin-bottom: 2.125rem;
}

.investors .title-second{
    padding-top: 2.125rem;
    padding-bottom: .9375rem;
}
.investors .haft .data{
    max-width: 30rem;
}
.investors.suites{
    background: #263942;
    color: #fff;
}
.investors.suites .haft .data.right{
    max-width: 22.0625rem;
    margin-left: 5rem;
}
.investors .haft .data p{
    padding-bottom: 1.875rem;
}

.investors .haft .data p:nth-last-of-type(){
    padding-bottom: 0rem;
}

.part_of_mount{
    padding-top: 4.0625rem;
    
}
.part_of_mount .title-one{
    max-width: 32rem;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px){
    .haft.pl-120{
        padding-left: 0rem;
    }

    .investors.suites .haft .data.right {
        max-width: 100%;
        margin-left: 0rem;
    }

    .investors .haft.pl-120 {
        padding-left: 0rem;
    }
}

@media only screen and (max-width: 768px){
    .investors.suites{
        margin-bottom: 0rem;
        margin-top: 1.5625rem;
    }

    .investors.inv{
        margin-bottom: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .investors .haft .data{
        max-width: 100%;
    }

}






/*
========================================
    General Footer
========================================    
*/
.footer {
    
    padding-bottom: 3.125rem;
    margin-top: 3.43rem;
}
.footer .flex-layout.between{
    align-items: start;
}

.footer .linerTop{
    border-top: solid 1px #263942;
    padding-top: 4.125rem;
}

.footer .holder_content_flex{
    max-width: 25rem;
}

.footer__social-network{
    padding: 0px;
    display: flex;
    gap: 1.1875rem;
    
}

.footer__social-network li{
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.footer__social-network li img{
    max-width: 32px;
}
.footer .holder_content_flex{
    max-width: 36.25rem;
}

.footer .flex-layout.between {
    justify-content: space-between;
    align-items: end;
}

@media (max-width:1024px) {
    .footer .holder_content_flex{
        max-width: 100%;
        padding-top: 1.25rem;
    }

    .footer .flex-layout.between{
        /*align-items: unset;*/
    }

    .footer .holder_content_flex {
        max-width: auto;
    }

    .footer .termConditions{
        text-align: center;
    }

    .footer .flex-layout.between > div {
        width: 50%;
    }

    
}

@media (max-width:768px) {
    .footer .holder_content_flex{
        max-width: 24.75rem; 
        margin: 0 auto;
        text-align: left;
    }

    .footer__social-network{
        margin-top: 0rem;
    }

    .footer .flex-layout.between{
        align-items: center;
    }

    .footer .flex-layout.between > div {
        width: 100%;
    }
}

@media(max-width:450px){
    .footer .holder_content_flex {
        max-width: 100%;
        margin: 0 auto;
        text-align: left;
    }
}





