/* START OF HOME */

/* Home Slide */
.home-slideshow .sppb-sp-slider-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size:70px;
    padding-left: 50px;
}

.home-slideshow  .sppb-addon-sp-slider .sp-slider-outer-stage {
    height: calc(100vh - 80px) !important;
}

.home-slideshow .sp-item .sp-background:after {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    background: linear-gradient(90deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 0%));
}

.home-slideshow .sp-item .sp-background:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    background-image: linear-gradient(180deg, rgb(26 26 26 / 40%), rgb(26 26 26 / 50%), rgb(26 26 26 / 50%), rgb(26 26 26 / 50%), rgb(26 26 26 / 0%));
    width:0;
    height: 60%;
}

.home-slideshow .sp-slider .sp-item .sp-background{
    background-position: 0% 50% !important;
}


.home-slideshow .sppb-container {
    width: 100%;
    max-width:100%;
}




@media (min-width: 576px) {
    .home-slideshow .sppb-container {
        max-width:100%;
    }
}

@media (min-width: 768px) {
    .home-slideshow .sppb-container {
        max-width:100%;
    }
}

@media (min-width: 992px) {
    .home-slideshow .sppb-container {
        max-width:100%;
    }
}

@media (min-width: 1200px) {
    .home-slideshow .sppb-container {
        max-width:100%;
    }
}

@media (min-width: 1400px) {
    .home-slideshow .sppb-container {
        max-width:100%;
    }
}



/* Home CTA */
.home-cta-001 .sppb-btn-default{
    font-size:24px;
}


/* Home Intro */
.home-intro-text .sppb-addon-content{
    /*width:50%;*/
    /*margin:auto;*/
}

.home-intro-text .sppb-addon-content p{
    /*color:#c1c1c1;*/
    /*font-size:16px;*/
    /*margin-bottom: 15px;*/
}



/* Home Projects */
.project-slider-001 .sppb-row-container {
    width: 120%;
    max-width: 120%;
    padding: 0;
}

.project-slider-001 .carousel.clearfix {
    margin: 0;
}

.project-slider-001 .addon-root-module:before{
    content:'';
    position:absolute;
    right: calc(13.5%);
    top: 0;
    width:20%;
    height: 600px;
    background-color: #eee;
    z-index: 4;
}

@media (max-width:1200px){
    .project-slider-001 .addon-root-module:before{
        content:'';
        position:absolute;
        right: calc(13.5%);
        top: 0;
        width:20%;
        height: 500px;
    }
}

.project-slider-001 .home-project-slider-box{
    position: absolute !important;
    z-index: 10 !important;
    right: 20%;
    top: 30%;
    padding-bottom: 50px;
}


.project-slider-001 .slider-category {
    display:none;
}

.project-slider-001 .carousel .box{
    position:relative;
    height: 100%;
}

.project-slider-001 .slider-name {
    position:absolute;
    bottom:60px;
    left:30px;
}

.project-slider-001 .slider-name h3{
    font-size:28px;
    font-weight: 700;
    text-shadow:0px 0px 5px #000;
}

.project-slider-001 .slider-location {
    position:absolute;
    bottom:30px;
    left:30px;
    
}

.project-slider-001 .slider-location h4{
    font-family:'PT Sans', sans-serif !important;
    font-weight:500 !important;
    font-size:18px;
    text-shadow:0px 0px 5px #000;
}

.project-slider-001 .image {
    height:100%;
}

.project-slider-001 .image img{
    height:100%;
    width: 100%;
    max-width: 100%;
    object-fit:cover;
}
.project-slider-001 .image:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    background: rgb(0 0 0 / 10%);
    height:100%;
    width:100%;
    opacity:1;
    transition:0.5s;
}

.project-slider-001 .slick-track {
    height: 600px;
}

.project-slider-001 .slick-prev,.project-slider-001 .slick-next{
    display: block !important;
}

.project-slider-001 .slick-prev{
    top: 80%;
    left: 70%;
    background: url(/images/0_project/icon/prev.png);
    height: auto;
    width: 25px;
    color: #ffffff00;
    background-size: contain;
    background-repeat: no-repeat;
    transition:0.5s;
    filter:brightness(1);
}

.project-slider-001 .slick-next{
    top: 80%;
    left: 74%;
    background: url(/images/0_project/icon/next.png);
    height: auto;
    width: 25px;
    color: #ffffff00;
    background-size: contain;
    background-repeat: no-repeat;
    transition:0.5s;
    filter:brightness(1);
}

@media (max-width:991px){
    .project-slider-001 .slick-prev{
        left: 55%;
    }
    .project-slider-001 .slick-next{
        left: 60%;
    }
}
@media (max-width:767px){
    .project-slider-001 .slick-prev{
        top:50%;
        left: 30px;
    }
    .project-slider-001 .slick-next{
        top:50%;
        left:80%;
    }
}

@media (max-width:575px){
    .project-slider-001 .slick-next{
        top:50%;
        left:78%;
    }
}

.project-slider-001 .slick-prev:hover{
    filter:brightness(0.8);
}

.home-project-title:before{
    content:'';
    position:absolute;
    bottom:0;
   	right:-100px;
    height:1px;
    width:250px;
    background:#d9b867;
}


/* Home Upcoming */
.upcoming-box {
    position: relative;
}
.upcoming-box img{
    height:500px;
    object-fit:cover;
}
.arrow-img-button{
    position:absolute;
    bottom:0;
    right:0;
    padding:20px;
    background:#fff;
}
.arrow-img-button img{
    width:30px !important;
    height:auto !important;
}
.arrow-img-button:hover img{
    animation: MoveRight 1s infinite;
}
@media (max-width:991px){
    .upcoming-box img{
        height:400px;
    }
    .arrow-img-button img{
        width:30px !important;
    }
}
.title-style-001 .sppb-addon-title {
    color:#333;
    /*font-size:80px;*/
    font-weight:700;
    margin-bottom:0;
}

.home-upcoming .title-style-001 .sppb-addon-title {
    /*padding-left:50px;*/
}

.title-style-001 .sppb-addon-title span{
    color:#d9b867;
}

.title-style-001{
    position:relative !important;
}

.title-style-002 .sppb-addon-title {
    color: #333;
    font-size: 32px;
    font-weight:700;
    margin-bottom: 15px;
    line-height: 1.3;
}

.title-style-002 .sppb-addon-title small {
    color: #d9b867;
    font-size: 18px;
    font-weight: 400;
    text-transform:uppercase;
    background: transparent;
    padding: 5px 20px;
    border-radius: 50px;
    border:1px solid #d9b867;
    font-family: 'PT Sans',sans-serif;
    !imp;!impr;!impro;!impr;!i;!;
}

.title-style-002 p{
    color: rgb(51 51 51 / 60%);
    font-size: 18px;
    margin-bottom: 15px;
}



/* Home Launch */
.lastest-development-box {
    padding: 0px 15px;
}
@media (min-width:768px){
    .lastest-development-box {
        background: #eee;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        padding: 30px 50px 30px 30px;
    }
}
@media (min-width:1200px){
    .lastest-development-box {
        padding: 50px 100px 50px 50px;
    }
}

.home-latest img {
    width: 100vw;
    height: 700px;
    object-fit: cover;
}

.latest-development-project-title .title-style-002{
    position:absolute;
    bottom:30px;
    left:0;
    z-index:10;
}
.latest-development-project-title .title-style-002 .sppb-addon-title{
    color: #fff !important;
    padding-left:50px;
    font-size: 28px;
}
.latest-development-project-title{
    position:relative;
}
.latest-development-project-title:before{
    content:'';
    background-image: linear-gradient(45deg, rgb(0 0 0 / 40%), transparent);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 1;
}
@media (max-width:991px){
    .home-latest img {
        height: 500px;
    }
    .latest-development-project-title .title-style-002{
        bottom:10px;
    }
    .latest-development-project-title .title-style-002 .sppb-addon-title{
        padding-left:15px;
        font-size: 24px;
    }
}
@media (max-width:767px){
    .home-latest img {
        height: 300px;
    }
}


.home-latest-launch-box .sppb-column-addons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.light-bg-001 .title-style-002 .sppb-addon-title {
    color: #1a1a1a;
    font-size: 36px;
    font-weight:700;
    margin-bottom: 10px;
}

.light-bg-001 .title-style-002 p{
    color:#1a1a1a;
    font-size: 20px;
    margin-bottom: 15px;
}

.home-latest-launch-box-title{
    transform:translateY(-30px);
}



/* Home Info */
.home-info .sppb-addon-title{
    font-size: 52px;
    width:80%;
    color:#fff;
    margin-bottom: 0;
}

.home-info {
    background-position: 50% 20% !important;
}




/* Responsive */
@media (min-width:1600px){
    .home-upcoming-title:before{
        left:0px;
        width:200px;
    }
    .home-latest-launch-box-title:before{
        left:0px;
        width:200px;
    }
}
@media (max-width:1200px){
    .home-slideshow .sppb-sp-slider-title {
        font-size: 60px;
    }
    .home-project-title{
      	margin-left: -70px;
    }
    .home-project-box-002 img{
        height:500px;
    }
    .home-project-box-002 .sppb-addon-title {
        font-size:24px;
    }
    .home-info .sppb-addon-title{
        font-size: 42px;
        width:90%;
    }
    .title-style-002 .sppb-addon-title {
        font-size: 30px;
    }
    .project-slider-001 .carousel{
        width:100%;
    }
    .project-slider-001 .slider-name h3{
        font-size: 24px;
    }
    .project-slider-001 .slick-track {
        height: 500px;
    }
}

@media (max-width:991px){
    .project-slider-001 .carousel{
        width: 100%;
        margin: 0px 0px 0px 10% !important;
    }
    .project-slider-001 .slider-name h3{
        font-size:24px;
    }
   .project-slider-001 .addon-root-module:before{
        content:'';
        position:absolute;
        right: calc(16.5%);
        top: 0px;
        width:23.5%;
        height: 500px;
        background-color: #eee;
        z-index: 4;
    }
    .project-slider-001:after{
        content:'';
        position:absolute;
        left:0;
        top: 0;
        width: 0;
        height: 500px;
        background-color: #eee;
        z-index:10;
    }
    .title-style-002 .sppb-addon-title {
        font-size: 24px;
        line-height: 1.6;
    }
    .title-style-002 p{
        font-size:16px;
    }
    .home-slideshow .sp-slider-outer-stage{
        height:calc(100vh - 50px) !important; 
    }
    .home-project-box-002 .sppb-addon-title {
        font-size:20px;
    }
    .home-info .sppb-addon-title{
        font-size: 38px;
        width:100%;
    }
    .project-slider-001 .slick-track {
        height: 500px;
    }
    .home-slideshow  .sppb-addon-sp-slider .sp-slider-outer-stage {
        height: calc(100vh - 170px) !important;
    }
}

@media (max-width:767px){
    .light-bg-001 .title-style-002 p{
        font-size: 16px;
    }
    .light-bg-001 .title-style-002 .sppb-addon-title {
        font-size: 28px;
    }
    .project-slider-001 .slick-track {
        height: 400px;
    }
    .project-slider-001 .home-project-slider-box {
        position: relative !important;
        z-index: 10 !important;
        right: 0;
        top:0;
        padding-bottom: 30px;
        padding-left:15px;
    }
    .project-slider-001 .carousel{
        width:calc(100% - 30px);
        margin: 0px !important;
    }
    .project-slider-001 .addon-root-module:before{
        display:none;           
    }
    .project-slider-001:before{
        content:'';
        position:absolute;
        right:0;
        top:0;
        width:15px;
        height: 100%;
        background-color: #eee;
        z-index: 4;
    }
    .project-slider-001:after{
        left:0;
        top:0;
        width:15px;
        height: 100%;
    }
    .title-style-002 .sppb-addon-title{
        font-size:28px;
    }
    .title-style-002 p{
        font-size:16px;
    }
    .home-slideshow .sp-slider-outer-stage{
        height:500px !important; 
    }
    .home-slideshow .sp-item .sp-background:before {
        content:'';
        position:absolute;
        left:0;
        top:0;
        background-image: linear-gradient(180deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 60%), rgb(26 26 26 / 0%));
        width:100%;
        height: 100%;
    }
    .home-slideshow .sppb-sp-slider-title {
        font-size: 50px;
        padding-left: 0px;
        text-align:center;
        margin: auto;
    }
    .home-slideshow .sp-item .sp-background:after {
        width:0px;
    }
    .home-slideshow .sp-slider .sp-item .sp-background{
        background-position: 40% 50% !important;
    }
    .home-intro-text .sppb-addon-content{
        width:100%;
    }
    .home-intro-text .sppb-addon-content p{
        font-size:14px;
    }
    .home-project-box-002 img{
        height:250px;
    }
    .home-project-box-002 .sppb-addon-title {
        font-size: 20px;
        bottom:15px;
        left:15px;
    }
    .home-project-title{
      	margin-left: 0px;
        padding: 0 15px 30px 15px;
    }
    .home-upcoming-property{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .home-upcoming .title-style-001 .sppb-addon-title {
        padding-left:0px;
    }
    .home-upcoming-property img{
        margin-bottom:15px;
    }
    .home-project-title:before,
    .home-upcoming-title:before,
    .home-latest-launch-box-title:before,
    .project-slider-001 .title-style-001:before{
        display:none;
    }
    .title-style-001 .sppb-addon-title{
        /*font-size: 52px;*/
    }
    
    .home-info .sppb-addon-title{
        font-size: 32px;
    }
    .mobile-text {
      	padding-left: 15px !important;
      	padding-right: 15px !important;
	}
    .home-latest-launch-box img {
        margin: 30px 0px 15px 0px;
    }
    .title-style-001.career-title-mobile .sppb-addon-title{
        margin-bottom:30px;
    }
    .home-upcoming-property .career-img-mobile img{
        margin-bottom:0px;
    }
    .home-upcoming-property .buying-img img{
        margin-bottom:0px;
        margin-top:30px;
    }
    .home-slideshow  .sppb-addon-sp-slider .sp-slider-outer-stage {
        height: 600px !important;
    }
    .home-cta-001 .sppb-btn-default{
        font-size:20px !important;
    }
}

@media (max-width:575px){
    .home-upcoming-property .career-img-mobile img{
        transform:translateX(15px);
    }
    .home-upcoming-property .buying-img img{
        transform:translateX(15px);
    }
}

/* END OF HOME */