@import url('https://fonts.googleapis.com/css2?family=Spline+Sans:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


/* font-family: "Playfair Display", serif; */
/* font-family: "Bebas Neue", sans-serif; */
*{
    font-family: "Spline Sans", sans-serif;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}
.header{
    position: fixed; 
    top:0px;
    width: 100%;
    padding-block: 9px;
    padding-inline: 20px;
    z-index: 999;
    background: url(../images/top-bg.png) repeat-x;
    height: 100vh;
    }
.banner{  
    height: 100vh;
    overflow: hidden;
}
video {
    /* position: absolute;
    top: 50%;
    left: 50%; */
    width: 100%;
    height: 100vh;
    object-fit: cover;
    /* transform: translate(-50%, -50%);
    z-index: -1; */
}

/* .welcome{}
.project-list{}
.retail{}
.hospitality{}
.history{}
.resources{}
.footer{} */


/* responsive menu  */

.menu ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 0px;
    padding: 0px;
}
.menu ul li{
    list-style-type: none;
    padding-block: 15px;
}
.dropdown-content li{
    padding-block: 0px !important;
}
.menu ul li a{
    text-decoration: none;
    color: #FFFF;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
}
#mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
}
.sidenav .logo img{
    padding-inline: 10px;
}
/* .sidenav ul{
    padding-left: 10px;
    padding-top: 10px;
} */
.sidenav a {
    padding: 8px 0px;
    text-decoration: none;
    font-size: 18px;
    color: #8d8d8d;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
    transition: 0.3s;
}
.sidenav ul .active a{
    color: #ffff;
}
.desk-title{
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}
.main-menu ul{
    padding: 0px;
}
.main-menu p{
    color: #8d8d8d;
}
.mobopen-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 9px;
}
.mob-close{
    margin-right: 30px;
}
.mob-openmenu{
    margin-left: 30px;
    margin-top: 30px;
}
/* .sidenav .closebtn {
    position: absolute;
    top: 25px;
    right: 25px;
} */
.sidenav li {
    list-style-type: none;
}
.hamburger span{
    cursor: pointer;
}
.hamburger span img{
    width: 50px;
    padding: 10px;
}
.closebtn img{
    width: 50px;
    padding: 10px;
}
.closebtnmob img{
    width: 25px;
}
.desktop-menu{
    display: flex;
    align-items: center;
    gap: 10px;
}
.desk-menu{
    margin-block: 50px;
    margin-inline: 100px;
}
.desk-openmenu{
    display: flex;
    align-items: center;
    padding-block: 10px;
    padding-inline: 30px;
}
/* responsive end  */

/* header-2 start  */
.header-2{
    display: none;
    position: fixed;
    top: 0px;
    width: 100%;
    padding-block: 9px;
    padding-inline: 20px;
    z-index: 999;
    background: #ffff;
}
.closebtn{
    cursor: pointer;
}
.header-2 .menu ul li a {
    color: #000;
}
.header-2 .contact-button a {
    color: #c2272d;
}
/* header-2 end  */



/* common-css */
.p-0{
    padding-inline: 0px;
}

/* .welcome section css start  */
.welcome{
    padding-block: 80px;
    position: relative;
}
.welcome-content h1{
    font-family: "Playfair Display", serif;
    font-size: 75px;
    color: #b5b5b5;
    margin-bottom: 30px;
    line-height: 80px;
}
.welcome-content span{
    font-family: "Playfair Display", serif;
    color: #000;
}
.welcome-content h5{
    font-family: "Playfair Display", serif;
    margin-bottom: 0px;
    font-size: 22px;
    padding-bottom: 10px;
    font-weight: 600;
}
.side-image{
    position: absolute;
    right: 60px;
    bottom: 0px;
}
.side-image img{
    width: 220px;
}
.contact-button a{
    color: #ffff;
    text-decoration: none;
    font-weight: 600;
}
/* .welcome section css end */

/* project-list css Start  */
.project-list{
    position: relative;
    overflow-x: clip;
}
.tab-project{
    background: rgb(189 37 42 / 88%);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
#projecttab{
    border: 0px;
    justify-content: space-evenly;
    align-items: center;
    padding-block: 10px;
}
#projecttab li button{
    background: transparent;
    color: #ffff;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
#projecttab li a{
    text-decoration: none;
}
#projecttab li .active::after{
    content: "";
    display: inherit;
    width: 50%;
    margin: 10px auto 0px auto;
    border-top: 3px solid #ffffff;
}
.more-det{
    position: absolute;
    top: 42%;
    right: 0px;
    background: #BD252A;
    height: 78px;
    line-height: 79px;
}
.more-det a{
    padding: 30px 70px;
    text-transform: uppercase;
    color: #ffff;
    font-size: 15px;
    letter-spacing: 0.1px;
    font-weight: 600;
    text-decoration: none;
}
.pro-bigtext h1{
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 110px; 
    position: absolute;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    transform: rotate(270deg);
    top: 37%;
    left: -100px;
}
/* project-list css End  */

/* retail section Css Start  */
.retail{
    background-color: #000;
}
.retail-content h2{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #ffff;
    font-size: 37px;
    margin-bottom: 20px;
}
.retail-full{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.retail-content{
    padding-inline: 150px;
}
.retail-content p{
    color: #ffff;
    font-weight: 300;
    margin-bottom: 20px;
}
.retail-content a{
    text-transform: uppercase;
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
    position: relative;
}
.retail-content a:after{
    content: "";
    display: inherit;
    position: absolute;
    width: 45px;
    height: 2px;
    background: #BD2228;
    right: -50px;
    bottom: 4px;
}
.retail-images{position: relative;}
.retail-images h2{ 
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 110px; 
    position: absolute;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    transform: rotate(270deg);
    top: 37%;
    right: -10px;
}
/* retail section Css End  */


/* hospitality section css start  */
.hospitality{
    background-color: #ffff;
}
.hospitality-content h2{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #000;
    font-size: 37px;
    margin-bottom: 20px;
}
.hospitality-full{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}
.hospitality-content{
    padding-inline: 150px;
}
.hospitality-content p{
    color: #444444;
    font-weight: 400;
    margin-bottom: 20px;
}
.hospitality-content a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    position: relative;
}
.hospitality-content a:after{
    content: "";
    display: inherit;
    position: absolute;
    width: 45px;
    height: 2px;
    background: #BD2228;
    right: -50px;
    bottom: 4px;
}
.hospitality-images{position: relative;}
.hospitality-images h2{ 
    text-transform: uppercase;
    font-size: 110px; 
    font-family: "Bebas Neue", sans-serif;
    position: absolute;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
    transform: rotate(270deg);
    top: 37%;
    left: -100px;
}
/* hospitality section css end  */


/* history section css start  */
.history{
    background: url(../images/history-overlay.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /* height: 100vh; */
    padding-block: 80px;
}
.history-all{
    margin-top: 120px;
}
.history-text{position: relative;}
.history-text h1{ 
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    font-size: 350px; 
    line-height: 285px;
    margin-bottom: 50px;
    color: #FFF;
    color: rgba(255, 255, 255, 0.7);
    display: inline-block;
}
.history-text h2{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    color: #ffff;
    font-size: 37px;
    margin-bottom: 20px;
}
.history-text p{
    color: #ffff;
    font-weight: 400;
    margin-bottom: 20px;
}
.history-text a{
    text-transform: uppercase;
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
    position: relative;
}
/* .history-text h1{
    display: inline-block;
    margin: 0;
    font-size: 300px;
    background-image: url(../images/history-overlay.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    font-weight: 700;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
} */
.history-text a:after{
    content: "";
    display: inherit;
    position: absolute;
    width: 45px;
    height: 2px;
    background: #BD2228;
    right: -50px;
    bottom: 4px;
}
.history-text{
    margin-bottom: 10px;
}
/* history section css end  */

/* resources section css start  */
.resources{
    padding-block: 80px;
}
.section-tit h2{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    text-align: center;
    font-size: 49px;
    line-height: 37px;
}
.section-tit{
    margin-bottom: 40px;
}
.resources-card img{
    margin-bottom: 15px;
}
.resources-card h6{
    font-size: 19px;
    color: #3B4357;
    font-weight: 500;
    margin-bottom: 0px;
}
/* resources section css end  */

/* footer section css start  */
.footer{
    background: #000;
}
.footer-top{
    padding-block: 40px;
    border-bottom: 1px solid #3f3f3f;
}
.footer-links h4{
    color: #ffff;
    font-size: 22px;
}
.footer-links ul{
    padding: 0px;
    margin-bottom: 0px;
}
.footer-links ul li{
    list-style-type: none;
    line-height: 34px;
}
.footer-links ul li a{
    color: #ffff;
    text-decoration: none;
}
.footer-alllinks{
    display: flex;
    justify-content: space-between;
}
.social-links{
    line-height: 45px;
    float: right;
}
.social-links a{
    text-decoration: none;
    color: #000;
    font-size: 20px;
    background: #ffff;
    border-radius: 50px;
    margin-inline: 7px;
}
.footer-middle{
    padding-block: 30px;
    border-bottom: 1px solid #3f3f3f;
}
.footer-contact-div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.footer-con-icon i {
    font-size: 40px;
    color: #ffff;
    margin-right: 10px;
}
.footer-con-content h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffff;
    font-weight: 300;
    margin-bottom: 1px;
}
.footer-con-content h4 {
    margin-bottom: 0px;
}
.footer-con-content h4 a {
    text-decoration: none;
    color: #ffff;
    font-weight: 600;
}
.copyright p {
    margin-bottom: 0px;
    color: #868686;
}
.footer-bottom{
    padding-block: 20px;
}
/* footer section css end */

/* fixed footer start */

.bottom-menu-fixed{position: fixed;bottom: 0px; z-index: 1000;width: 100%; }
.top-menu{background: #FFF; text-align: center;padding: 0px;}
.top-menu-pad{padding: 15px 0px;}
.top-menu a{text-decoration: none; color: #595758;font-size: 11px;
    font-weight: 600;}
.top-menu img{width: 22%;}
.bottom-menu{background: #BD252A; text-align: center;padding: 15px 0px;}
.bottom-menu img{width: 22%;}
.bottom-menu a{text-decoration: none; color: #FFF; font-size: 13px; }
.bor-left{ border-left: 1px solid #c9c9c9;}
.bor-right{   border-right: 1px solid #c9c9c9;}
.wi-100{width: 100%;}

/* fixed footer end */

.menu-img img{
    height: 100vh;
}


@media(min-width:1000px) and (max-width:1600px){
    .history-text h1{ 
        font-size: 350px; 
    }
}
/* media quiry css end  */


/* Project details Page Css Start  */
.project-detbanner{
    margin-top: 80px;
}
.small-banner{
    margin-bottom: 10px;
}
.big-banner img , .small-banner img, .small-banner-2 img{
    border-radius: 10px;
}
.pi-5{
    padding-inline: 5px;
}
.project-det h1{
    font-family: "Playfair Display", serif;
    font-weight: 400;
    font-size: 50px;
    color: #3B4357;
    margin-bottom: 10px;
}
.project-det p{
    font-weight: 400;
    color: #3B4357;
    margin-bottom: 20px;
}
.ptb-50{
    padding-block: 50px;
}
.det-button{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}
.det-button .red{
    color: #ffff;
    text-decoration: none;
}
.det-button .white{
    color: #c2272d;
    text-decoration: none;
}
.red-button{
    background: #c2272d;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border: 1px solid #c2272d;
}
.white-button{
    background: #ffff;
    text-align: center;
    line-height: 52px;
    height: 52px;
    border: 1px solid #c2272d;
}
.project-info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro-item{
    margin-bottom: 10px;
}
.pro-item h4{
    font-size: 13px;
    color: #818694;
    font-weight: 400;
}
.pro-item h5{
    font-size: 17px;
    color: #3B4357;
    font-weight: 600;
}
.pro-features{
    padding-block: 80px;
    background: #F5F6F7;
}
.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
  
.grid-item {
    background-color: #ffff;
    padding: 50px 10px;
    text-align: center;
    min-height: 220px;
}
.features-grid .grid-item img{
    width: 60px;
    margin-bottom: 20px;
}
.features-grid .grid-item h6{
    font-weight: 500;
    color: #9a9a9a;
    margin-bottom: 0px;
}
.pro-specification{
    padding-top: 80px;
    padding-bottom: 45px;
    background: #BD252A;
}
.pro-specdetail img{
    border-radius: 6px;
    margin-bottom: 15px;
}
.pro-specdetail h5{
    font-weight: 500;
    color: #F5F6F7;
    font-size: 20px;
}
.pro-specdetail p{
    color: #ffff;
    font-weight: 300;
    font-size: 16px;
}
.pro-specdetail{
    margin-bottom: 35px;
}
.pro-bg{
    overflow-x: clip;
}
.pro-floorplan{
    padding-block: 80px;
}
.pro-currentstatus{
    background: #F5F6F7;
    padding-block: 80px;
    overflow-x: clip;
}
.enquiry-section{
    padding-block: 80px;
}
.form-floating input, .form-floating select {
    height: 65px !important;
    margin-bottom: 15px;
    background: #F4F4F4 !important;
    color: #3B4357 !important;
    border-radius: 6px;
    border: 1px solid #CECECE !important;
    width: 100%;
}
.form-floating>.form-control:focus~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1em;
    content: "";
    background-color: #F4F4F4;
}
.form-submit button{
    background: #BD252A;
    color: #ffff;
    padding: 15px 50px;
    border: none;
    font-weight: 600;
    border-radius: 0px;
    text-transform: uppercase;
    width: fit-content;
}
.form-submit button:hover, .form-submit button:focus, .form-submit button:active{
    background: #BD252A !important;
    color: #ffff !important;
}
.footer-enquire h5{
    margin-bottom: 20px;
    font-weight: 400;
}
.flex-direction-nav a:before, .flex-direction-nav a:after {
    font-size: 33px !important;
}
.project-logo{
    display: flex;
    justify-content: center;
}
.pro-bg{
    height: 475px;
    background: url(../images/pro-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#carousel{
    margin-bottom: 0px !important;
}
.flexslider img{
    cursor: pointer;
}
#current-status .item img{
    cursor: pointer;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
    display: none !important;
}
/* .current-status::after {
    content: "";
    position: absolute;
    top: 0px;
    right: -5px;
    width: 100%;
    height: 100%;
    background: url(../images/cur.png);
    background-position: right;
    background-repeat: no-repeat;
} */
 .current-status .owl-item.active{
    opacity: 1;
 }
 .current-status .owl-item{
    opacity: 0.3;
 }
 .current-status .owl-stage{
    padding-left: 0 !important;
 }
 .bg-none{
    background: none !important;
}
/* Project details Page Css End  */


.search-content {
    position: fixed;
    height: 100svh;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #ffff;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.98);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  
  .search-content.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .search-back img{
    width: 15px;
  }
  .openser-top{
    padding: 13px 10px;
    border-bottom: 2px solid #e9e9e9;
  }
  .flex-gap{
    display: flex;
    gap: 25px;
  }
  .opsearch-tit{
    width: 100%;
    border-bottom: 1px solid #e4e4e4;
  }
  .opr-0{
    padding-right: 0px;
  }
  .opl-0{
    padding-left: 0px;
  }
  .open-search input{
    height: 24px;
    border: none;
    font-size: 12px;
    color: #45443f;
    font-weight: 300;
    outline: none;
  }
  .open-search input:focus{
    box-shadow: none !important;
  }
  .opsearch-tit h6{
    width: 100%;
    margin: 0px;
    font-size: 11px;
    line-height: 45px;
    letter-spacing: 0.8px;
    font-weight: 400;
    width: fit-content;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid #BD252A;
  }
  .search-suggest{
    padding-inline: 50px;
  }
  .opsearch-sug h6{
    color: #bd252a;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 10px;
  }
  .opsearch-sug p {
    margin-bottom: 10px;
  }
  .opsearch-sug p a{
    color: #45443f;
    font-weight: 300;
    font-size: 15px;
    text-decoration: none;
  }
    .view-posi{
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  .view-all a{
    color: #d44e53;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px;
    margin-bottom: 0px;
    text-align: center;
    letter-spacing: 0.2px;
  }
  
  .dropdown-container{
    position: absolute;
    width: 100%;
    text-align: left;
    justify-content: center;
    top: 73px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, visibility 0.2s ease-out;
}
.main-menu li:hover .dropdown-container {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
@-webkit-keyframes slide-down {
    0% { -webkit-transform: translateY(-100%); }   
  100% { -webkit-transform: translateY(0); }
}
.dropdown-menu{
    width: 100%;
    gap: 45px !important;
    border: none;
    background: #f5f6f7;
}
.dropdown-menu li{
    line-height: 65px !important;
    padding-block: 0px !important;
}
.dropdown-menu li a{
    color: #000 !important;
}
.dropdown-menu li a:hover{
    color: #BD2228 !important;
}
.det-button img{
    width: 22px;
    position: relative;
    bottom: 3px;
}
.menu ul li a:hover{
    color: #BD2228;
}
.menu ul .active a:first-child{
    color: #BD2228;
}


/* media quiry css start  */
@media(max-width:798px){
    /* .banner{  
        height: 100vh;
    } */
    .header {
        padding-inline: 0px;
    }
    .retail-content {
        padding-inline: 40px;
        padding-block: 50px;
    }
    .hospitality-content {
        padding-inline: 40px;
        padding-block: 50px;
    }
    .welcome-content h1 {
        font-size: 33px;
        line-height: 44px;
    }
    .side-image img {
        width: 80px;
    }
    .welcome-content h1 {
        margin-bottom: 10px;
    }
    .welcome-content h5 {
        font-size: 20px;
    }
    .side-image {
        position: absolute;
        right: 10px;
        bottom: 116px;
    }
    .welcome {
        padding-block: 50px;
        position: relative;
    }
    .retail-content h2 {
        font-size: 30px;
    }
    .retail-content p {
        font-size: 15px;
    }
    .retail-content a {
        font-size: 15px;
    }
    .hospitality-content h2 {
        font-size: 30px;
    }
    .hospitality-content p {
        font-size: 15px;
    }
    .hospitality-content a {
        font-size: 15px;
    }
    .history-text h2 {
        font-size: 30px;
    }
    .history-text p {
        font-size: 15px;
    }
    .history-text a {
        font-size: 15px;
    }
    .history {
        padding-block: 50px;
    }
    .resources {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .section-tit h2 {
        font-size: 32px;
    }
    .section-tit {
        margin-bottom: 25px;
    }
    .history-text h1 {
        font-size: 140px;
        line-height: 120px;
        margin-bottom: 20px;
    }
    .resources-card{
        margin-bottom: 40px;
    }
    .resources-card img {
        margin-bottom: 10px;
    }
    .footer-links ul li a {
        font-size: 15px;
    }
    .footer-links h4 {
        font-size: 20px;
    }
    .footer-alllinks {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer-links{
        width: 45%;
        margin-bottom: 30px;
    }
    .social-links{
        float: left;
        line-height: 43px;
    }
    .footer-top {
        padding-block: 40px;
    }
    .footer-middle {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .footer-contact-div {
        display: flex;
        justify-content: start;
        gap: 6px;
        margin-bottom: 25px;
    }
    .more-det a {
        padding: 12px 15px;
        font-size: 11px;
    }
    .more-det {
        top: 40%;
        height: 36px;
        line-height: 35px;
    }
    #projecttab {
        flex-wrap: nowrap;
        padding-block: 5px;
        overflow: scroll;
    }
    #projecttab li button {
        margin-bottom: 0px;
        width: max-content;
        font-size: 11px;
    }
    #projecttab li .active::after {
        margin: 2px auto 0px auto;
        border-top: 2px solid #ffffff;
    }
    #myMobSidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #000;
        overflow-x: hidden;
        transition: 0.5s;
    }
    .hamburger span{
        margin-right: 10px;
        float: right;
    }
    .main-menu{
        margin-bottom: 50px;
    }
    .header-2{
        padding-inline: 0px;
    }
    .sidenav .logo img{
        padding-inline: 0px;
    }
    .footer-bottom{
        margin-bottom: 30px;
    }
    .mob-banner{
        width: 430px;
    }
    .hospitality-images h2{ 
        font-size: 60px; 
        position: absolute;
        top: 37%;
        left: -60px;
    }
    .retail-images h2{ 
        text-transform: uppercase;
        font-size: 60px; 
        position: absolute;
        top: 37%;
        right: -10px;
    }
    .pro-bigtext h1 {
        font-size: 60px; 
        position: absolute;
        top: 37%;
        left: -60px;
    }
    .history-all{
        margin-top: 15px;
    }
    .project-banner{
        position: relative;
    }
    #resources-slide .owl-dot{
        margin-inline: 0px;
        width: 45px;
        height: 2px;
        background: #d2d4d6;
    }
    #resources-slide .owl-dots{
        text-align: center;
    }
    #resources-slide .owl-dots .active{
        background: #dc3a3f;

    }
    .tab-project {
        position: absolute;
        bottom: 0px;
        left: 0px;
    }
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 15px;
        gap: 7px;
    }
    .flex-direction-nav a:before {
        font-size: 26px !important;
    }
    .pro-features {
        padding-block: 50px;
    }
    .pro-specification {
        padding-top: 50px;
        padding-bottom: 15px;
        background: #BD252A;
    }
    .pro-floorplan {
        padding-block: 50px;
    }
    .flexslider{
        margin: 0px !important;
    }
    .pro-currentstatus {
        padding-top: 50px;
        padding-bottom: 65px;
    }
    .enquiry-section {
        padding-block: 50px;
    }
    .location-map{
        margin-bottom: 30px;
    }
    .pro-all{
        margin-top: 15px;
    }
    .pro-item {
        padding-top: 15px;
        margin-bottom: 0px;
    }
    .pro-item h5 {
        margin-bottom: 0px;
    }
    .pro-border{
        padding-block: 15px;
        border-bottom: 1px solid #ccc;
    }
    .project-det h1 {
        font-size: 31px;
    }
    .features-grid .grid-item img {
        width: 50px;
    }
    .project-logo{
        display: flex;
        justify-content: start !important;
    }
    .project-logo img{
        width: 125px;
        margin-bottom: 10px;
    }
    .pro-specdetail h5, .pro-specdetail p{
        padding-inline: 25px;
    }
    .pro-bg {
        height: 250px;
        background-size: cover;
        background-position: left center;
    }
    .grid-item {
        padding: 25px 10px;
        min-height: 178px;
    }
    .bannermob{
        position: relative;
    }
    .model-gallery img{
        width: 26px;
    }
    .proban-slider{
        position: relative;
    }
    .ban-overlay{
        position: absolute;
        bottom: 0px;
        z-index: 10;
        padding: 10px 20px;
    }
    .ban-overlay h4{
        font-size: 16px;
        color: #ffff;
        margin-bottom: 12px;
    }
    .ban-overlay h3 a{
        font-size: 20px;
        color: #ffff;
        text-decoration: none;
    }
    .project-tit span{
        font-size: 20px;
        font-weight: 700;
        color: #ffff;
    }
    .features-grid .grid-item h6 {
        font-size: 12px;
    }
    .project-info {
        display: block;
    }
    .form-submit button {
        width: 100%;
    }
    .bannermob-1, .bannermob-2{
        position: relative;
        height: 84vh;
    }
    .bannermob-1{
        background: url(../images/bannermob-sm1.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bannermob-2{
        background: url(../images/bannermob-sm2.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .pro-specdetail h5{
        margin-top: 0px;
    }
    .status-1, .status-2, .status-3, .status-4{
        position: relative;
        height: 40vh;
        margin-bottom: 15px;
    }
    .status-1{
        background: url(../images/current-status-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .status-2{
        background: url(../images/current-status-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .status-3{
        background: url(../images/current-status-1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .status-4{
        background: url(../images/current-status-2.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .pm-0{
        padding: 0px;
    }
    .pro-specdetail{
        margin-bottom: 0px;
    }
    #specifi-carousel .owl-dot{
        margin-inline: 0px;
        width: 45px;
        height: 2px;
        background: #dc3a3f;
    }
    #specifi-carousel .owl-dots{
        text-align: center;
    }
    #specifi-carousel .owl-dots .active{
        background: #ffff;

    }
    .project-detbanner{
        margin-top: 0px;
    }
    .bg-none{
        background: url(../images/top-bg.png) repeat-x !important;
    }
    .welcome, .project-list, .retail, .hospitality, .history, .resources{
        height: 100svh;
    }
    .welcome, .project-list, .retail, .hospitality, .history, .resources{
        padding-top: 70px !important;
        padding-bottom: 120px !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .banner{
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    .footer{
        padding-block: 80px !important;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    html {
            scroll-snap-type: y mandatory;
        }
    /* .current-status::after {
        content: "";
        position: absolute;
        top: 0px;
        right: -95px;
        width: 100%;
        height: 100%;
        background: url(../images/cur.png);
        background-position: right;
        background-repeat: no-repeat;
    } */
}