*{
    scrollbar-color: #34325B;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@-moz-document url-prefix() { 
    * {
        scrollbar-width: thin;
    }
}
*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  
*::-webkit-scrollbar-track {
    border-radius: 30px;
    background: transparent;
  }
  
*::-webkit-scrollbar-track:hover {
    background: transparent;
  }
  
*::-webkit-scrollbar-thumb {
    background: #34325B; 
    border-radius: 10px;
  }
  
*::-webkit-scrollbar-thumb:hover {
    background: #B769AA; 
  }
body {
    font-family: "Source Sans 3", sans-serif;
    color: #1C1C1C;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    line-height: normal;
}
.container {
    max-width: 1544px;
}
.f-sg {
    font-family: "Space Grotesk", sans-serif;
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-800 {
    font-weight: 700;
}
.text-white {
    color: #fff;
}
.py-120 {
    padding: 120px 0;
}
.py-100 {
    padding: 100px 0;
}
.max-width-800px{
    max-width:800px !important;
}

.bg-grey {
    background-color: #EFEFEF;
}

.title {
    font-size: 50px;
    line-height: 60px;
    margin: 0 0 50px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 500;
    padding: 35px 0;
    transition: padding 0.3s ease-in-out, transform 0.3s ease-in-out;
}
header.header-shrink {
    transform: translate(0%, -100%);
}
header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(270deg, #4C559A 0%, #B769AA 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
body.shrink header {
    padding: 25px 0;
}
body.shrink header::before {
    opacity: 1;
}
.navbar-brand {
    padding: 0;
}
.navbar-toggler {
    box-shadow: none !important;
    margin: 0;
    border: 0;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 5px;
    padding: 8px;
}
.navbar-toggler .icon-bar {
    display: block;
    background-color: #1C1C1C;
    border-radius: 100px;
    width: 20px;
    height: 2px;
}
.navbar-toggler .icon-bar.two {
    margin: 6px 0 6px 5px;
}

.download-brochure-btn {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    margin: 6px 10px 0 auto;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.7px;
    padding: 14px 23px;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
    
}
.download-brochure-btn:not(.download-brochure-btn--outline){
    background-color: #fff;
    color: #1C1C1C;
}
.navbar-nav{
    flex-direction: row;
    column-gap: 30px;
}
.navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-family: "Space Grotesk", sans-serif;
    transition: border 0.3s ease-in-out;
}
.navbar-nav .nav-link.active{
    border-bottom: 1px solid rgba(216, 58, 193, 1);
    color: rgba(255, 255, 255, 1);
}
/* home banner css  */
.home-banner {
    height: calc(100svh - 0px);
    position: relative;
    overflow: hidden;
}
.home-banner::before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(42, 48, 98, 0.9) 0%, rgba(42, 48, 98, 0.54) 43.72%, rgba(42, 48, 98, 0) 80.63%);
}
.banner-img-holder img{
    width: 100%;
}
.banner-img{
    display: block;
    position: relative;
    height: 100%;
}
.banner-img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.banner-video-holder {
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: absolute;
    inset: 0% auto auto 0%;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.banner-video-holder .video-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}
.banner-video-holder .video-box video {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 207px;
    z-index: 2;
}
.home-banner-title {
    font-size: 130px;
    line-height: 130px;
    margin: 0;
}
.home-banner-subtitle {
    display: block;
    font-size: 73px;
    line-height: 73px;
}
.btns {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.btns .btns-text {
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 10px;
    letter-spacing: 2.4px;
    font-size: 14px;
    line-height: 22px;
}
.btns .btns-text-2{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 0 10px;
    letter-spacing: 2.4px;
    font-size: 14px;
    line-height: 22px;
}

.banner-footer {
position: absolute;
    overflow: hidden;
    background-image: linear-gradient(270deg, #4c559a8f 0%, #b769aa8f 100%);
    padding: 31px 0;
    bottom: 0;
    width: 100%;
    backdrop-filter: blur(5px);
    z-index: 1;
}
.banner-footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 13px;
    width: 660px;
    border-top: 13px solid #fff;
    border-bottom: 0px solid #fff;
    border-right: 13px solid transparent;
}
.banner-footer .banner-footer-title {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 60px;
    margin: 0;
    
}   
.banner-footer .banner-footer-text {
    text-align: end;
    text-transform: uppercase;
    display: block;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 9px;
    margin: 0;
}
.common-img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

/* footer css start  */
footer {
    background-image: url('../images/footer-logo.svg'), linear-gradient(90deg, #4C559A 0%, #B769AA 100%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}
.footer-title {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 27px;
    margin: 0 0 30px;
}
footer .column-1 {
    width: 20%;
}
footer .column-2 {
    width: 22%;
}
footer .address-text {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
footer .address-text a {
    text-decoration: none;
    color: #fff;
}
footer .column-3 {
    width: 30%;
    display: flex;
    align-items: end;
}
footer .column-4 {
    flex: 1 0 auto;
    display: flex;
    align-items: end;
    justify-content: end;
}
.footer-bottom {
    border-top: 1px solid #ffffff66;
    padding: 45px 0 0;
    margin: 45px 0 0;
}
.footer-bottom .footer-bottom-text {
    font-size: 14px;
    line-height: 20px;
}

/* specs-card card css */

.specs-card {
    padding: 50px;
    background-color: #EDEDED;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}
.specs-card::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, #4C559A 0%, #B769AA 100%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.specs-card li {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #1C1C1C14;
    transition: all 0.3s ease-in-out;
}
.specs-card:hover li {
    border-bottom: 1px solid #ffffff1a;
}
.specs-card ul {
    margin: 0;
    transition: all 0.3s ease-in-out;
}
.specs-card li:first-child {
    padding-top: 0;
}
.specs-card li:last-child {
    padding-bottom: 0;
    border: 0;
}
.specs-card li .list-title {
    display: block;
    font-family: "Space Grotesk", sans-serif;
    color: #98989A;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
}
.specs-card li .list-data {
    display: block;
    color: #1C1C1C;
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    transition: all 0.3s ease-in-out;
}
.specs-card-img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.specs-card-img-holder > img {
    transition: all 0.3s ease-in-out;
}
.specs-card.extra-spacing li {
    padding: 38px 0;
}

/* inner page css  */

.inner-banner {
    position: relative;
    overflow: hidden;
}
.inner-banner .banner-footer {
    background: linear-gradient(90deg, rgba(183, 105, 170, 0.85) 0%, rgba(76, 85, 154, 0.85) 100%);
    position: relative;
    top: 0;
    width: 100%;
    padding: 25px 0 15px;
}
.inner-banner-title {
    text-transform: uppercase;
    font-size: 50px;
    line-height: 52px;
    margin: 0;
}
.inner-banner .banner-footer::before {
    height: 8px;
}
.left-img-holder .img-info {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -35px 0 0;
    background-color: rgba(28, 28, 28, 1);
    border-radius: 20px;
    padding: 50px 28px 14px;
}
.left-img-holder .img-info li:not(:last-child) {
    margin: 0 30px 0 0;
}
.left-img-holder .img-info li .img-info-text {
    display: inline-block;
    color: rgba(181, 181, 181, 1);
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    margin: 0 0 0 5px;
    text-transform: uppercase;

}
.detail-img-holder {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.article-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #EFEFEF;
    border-radius: 20px;
    margin: 0 0 23px;
}
.article-card .article-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    width: 170px;
    height: auto;
}
.article-card .article-card-info {
    padding: 0 0 0 30px;
}
.article-card .article-card-time {
    display: inline-block;
    color: #98989A;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 3.4px;
    margin: 0 0 12px;
}
.article-card .article-card-title {
    color: #1C1C1C;
    font-size: 35px;
    line-height: 38px;
    font-weight: 600;
    margin: 0;
}
.article-holder {
    padding: 60px 0 120px;
}
.article-video-card {
    margin: 80px 0 0;
}
.article-video-card .article-video-date {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4.6px;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 20px;
}
.article-video-card .article-video-holder {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background-color: #AFAFAF;
    border-radius: 20px;
    height: 430px;
}
.article-video-btn {
    position: relative;
    z-index: 1;
    left: 50%;
    top: 45%;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
    transform: translate(-50%);
}
.article-video-poster{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.article-video-poster{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.news-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    background-color: #EDEDED;
    border-radius: 20px;
}
.news-card .news-card-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    margin-right: -20px;
}
.news-card .news-card-info {
    flex: 1 1 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
    padding: 55px 60px 60px 60px;
}
.news-card .news-card-date {
    display: inline-block;
    color: #98989A;
    letter-spacing: 3.7px;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px;
}
.news-card .news-card-title {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 1.7px;
    margin: 0 0 20px;
}
.news-card .news-card-text {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 0 0 20px;
    margin: 0;
}
.news-card .news-card-btn {
    display: inline-block;
    background-color: #fff;
    color: #1C1C1C;
    text-decoration: underline;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    padding: 14px 35px;
    margin: auto 0 0 0;
    transition: box-shadow 0.3s ease-out;
}

/* table css  */
.table-holder tr > td {
    padding: 0;
    border: 0;
}
.table-holder tr > td > span {
    border: 1px solid #1C1C1C33;
    border-left: 0;
    border-top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #EDEDED;
    color: #1C1C1C;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 5px;
    width: 100%;
    height: 72px;
    border-color:#1C1C1C80;
}
.table-holder td.t-tittle > table thead tr th{
    border: none;
}
.table-holder td.t-tittle > table td span {
    background-color: #D9D9D94F;
}
.table-holder td.t-tittle > table tbody tr:first-child td{
    border-top-left-radius: 10px;
    overflow: hidden;
}

.table-holder td.t-tittle > table tr:last-child td:first-child span{
    border-left: 0px;
    border-bottom-left-radius: 10px;
}
.table-holder td > table tr:last-child td span{
    border-bottom: 0px;
}
.table-holder td.colmn-2 > table tr td:last-child span{
    border-right: 0px;
}
.table-holder td.colmn-2 > table tr:last-child td:last-child span{
    border-bottom-right-radius: 10px;
}
.table-holder td.t-tittle > table thead th{
    height: 68px;
}
.table-holder td.colmn-1 > table thead th span,
.table-holder td.colmn-2 > table thead th span{
    padding: 22px 0px 22px 40px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    background-color: #2B2E49;
    display: block;
}
.table-holder td > table thead tr th{
    padding: 0px;
}
.table-holder td.colmn-1 > table thead th{
    position: relative;
    color: #B96BAC;
    border-top-left-radius: 10px;
    overflow: hidden;
    border-right: 1px solid #7B7B83;
}
.table-holder td.colmn-1 > table tr:first-child td span,.table-holder td.colmn-1 > table tr:nth-child(2) td span{
    background-color: #B769AA;
    color: #ffff;
    border-color: #ffff;
}
.table-holder td.colmn-2 > table tr:first-child td span,.table-holder td.colmn-2 > table tr:nth-child(2) td span{
    background-color: #4C559A;
    color: #ffff;
    border-color: #ffff;
}
.table-holder td.t-tittle > table td span{

}
.table-holder td.colmn-2 > table thead th{
    position: relative;
    color: #6974C3;
    border-top-right-radius: 10px;
    overflow: hidden;
}
/* .table-holder tr:last-child > td > span {
    font-weight: 600;
    background-color: #B769AA33;
    border-radius: 0px 0px 20px 20px;
    border: 0;
    border-right: 1px solid #b769aa33;
    border-top: 1px solid #b769aa33;
    border-bottom: 1px solid #b769aa33;
} */

/* interactive popup css  */
.modal-backdrop.show {
    display: none;
}
.modal.interactive-popup {
    backdrop-filter: blur(50px);
    background: rgba(28, 28, 28, 0.13);
    opacity: 1;
}

.interactive-popup .modal-dialog {
    max-width: 876px;
}
.interactive-popup .modal-content {
    background-color: transparent;
    border: 0;
}
.interactive-popup .modal-body {
    border-radius: 17px;
    padding: 8px;
    padding-top: 0;
    overflow: hidden;
    display: block;
    flex: none;
    margin: 0;
    background: #fff;
}
.interactive-popup .modal-body .image-wrapp {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
}  
.interactive-popup .modal-header {
    padding: 25px 0 10px;
    border: 0;
}
.interactive-popup .modal-title {
    text-transform: uppercase;
    font-size: 34px;
    line-height: 43px;
}
.site-plan-holder {
    position: relative;
}
.site-plan-holder .site-plan-text {
    font-weight: 400;
    position: absolute;
    left: 24%;
    top: 13%;
    font-size: 24px;
    line-height: 30px;
}

/* video popup css  */
.modal.video-popup {
    background: rgba(28, 28, 28, 0.9);
}
.video-popup .modal-body {
    padding: 0;
}
.video-popup .modal-dialog {
    position: relative;
    max-width: 1288px;
}
.video-popup .popup-video-wrapp {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.video-popup .popup-video-wrapp .video-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.modal-close {
    background: transparent;
    border: 0;
    padding: 0;
    width: 18px;
    position: absolute;
    right: -25px;
    top: -20px;
}

.post-date {
    display: block;
    color: #1C1C1C;
    letter-spacing: 4.5px;
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 35px;
}
.link-text {
    display: block;
    color: #1C1C1C;
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    margin: 20px 0 0;
}
.link-text a {
    color: #9B9B9B;
}
.image-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
}
.image-list .image-list-item {
    margin: 0 0 20px;
}
.image-list .image-list-item a {
    display: block;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    position: relative;
    overflow: hidden;
}
.image-list .image-list-item a img {
    transform: scale(1);
    transition: transform 0.3s ease-in-out;
}
.try-thumb-holder.image-list .image-list-item:not(:first-child) {
    width: 48.50%;
}

/* lightgallery css  */
.lg-backdrop {
    background-color: rgba(28, 28, 28, 0.9);
}
.lg-toolbar .lg-close {
    font-size: 29px;
    opacity: 0.8;
    line-height: normal;
    color: #fff;
    padding: 0;
}
.lg-prev, .lg-next {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 1px solid #fff;
}
.lg-prev {
    position: absolute;
    left: 10%;
}
.lg-next {
    position: absolute;
    right: 10%;
}
.download-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.download-card:first-child{
    padding-right: 60px;
}
.download-card:last-child{
    padding-left: 60px;
}
.download-card .download-card-wrap{
    row-gap: 12px;
}
.btn-styl-1{
    background-color: #2F2F2F;
    color: #fff;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif;
    min-width: 250px;
    width: fit-content;
}
.br-md-r{
    border-right: 1px solid #2F2F2F33;
}
.play-video-sec{
    position: relative;
    padding: 150px 0px 120px 0px;
}
.play-video video{
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
}
.play-video{
    max-width: 1570px;
    position: relative;
    margin: auto;
}
.play-video .play-video-button{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 50px;
  border: 1px solid #dddd;
}
/* ripple animation  */
.circle-ripple {
    border: 0;
    position: absolute;
    left: 650px;
    bottom: 215px;
    background-color: #D80D1C;
    cursor: pointer;
    width: 33px;
    height: 33px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;animation: ripple 1s linear infinite;
    border-radius: 50%;
}
.property-amenities-sec{
    display: flex;
    flex-direction: row;
    padding: 0px;
    overflow: hidden;
}
.property-amenities-sec .amenities-sec{
    flex: 1 .2 657px;
    background-color: #EDEDED;
    padding: 88px 30px 56px 10.417%;
    height: 100%;
    position: relative;
}
.property-amenities-sec .property-sec{
    flex: 0 1 1263px;
    background-color: #4C559A;
    padding: 115px 0px;
    position: relative;
    display: flex;
    align-items: center;
}

.property-amenities-sec .property-sec::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10.56%;;
    background-color: #EDEDED;
    display: block;
    z-index: 0;

}
.property-amenities-sec .property-sec::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 52px;
    width: 530px;
    border-top: 52px solid #fff;
    border-bottom: 0px solid #fff;
    border-left: 52px solid transparent;
}
.property-amenities-sec .property-sec .property-image{
    position: relative;
    z-index: 1;
}
.property-amenities-sec .property-sec .property-image img{
    max-width: 100%;
    height: auto;
}
.amenities-sec .amenities{
    padding-left: 0;
    margin: 0;
    /* max-height: 1083px; */
    aspect-ratio: 427 / 1060;
    height: 100%;
    overflow-y: auto;
}
.amenities-sec .amenities .amenities-item{
    list-style: none;
    display: flex;
    column-gap: 40px;
}
.amenities-sec .amenities .amenities-item:not(:last-child){
    margin-bottom: 30px;
}
.amenities-item .amenities-item-icon{
    width: 50px;
    flex-shrink: 0;
}
.amenities-item .amenities-item-icon svg,
.amenities-item .amenities-item-icon img{
    height: 46px;
    width: auto;
}
.amenities-item .amenities-tittle{
    margin-bottom: 6px;
    font-family: "Space Grotesk", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    margin-bottom: 0px;
}
.amenities-item .amenities-data{
    font-family: "Source Sans 3", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    text-align: left;
    margin-bottom: 0px;
}


@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(216, 13, 28, 0.3), 
                    0 0 0 1em rgba(216, 13, 28, 0.3), 
                    0 0 0 1.5em rgba(216, 13, 28, 0.3)
    }
    100% {
        box-shadow: 0 0 0 1em rgba(216, 13, 28, 0.3), 
                    0 0 0 1.5em rgba(216, 13, 28, 0.3), 
                    0 0 0 2em rgba(216, 13, 28, 0)
    }
}
.fill-header header::before {
    background-image: linear-gradient(270deg, #4C559A 0%, #B769AA 100%);
   opacity: 1;
}
.banner-type-1 {
    position: relative;
    padding: 380px 0 250px;
}
.banner-type-1 .flex-div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner-type-1 .left-div {
    margin: 0 35px 0 0;
}
.banner-type-1 h1 {
    font-size: 90px;
    line-height:115px;
    margin: 0 0 10px;
}
.banner-type-1 h3 {
    font-size: 43px;
    line-height: 54px;
    margin: 0 0 10px;
}
.banner-type-1 p {
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 30px;
}
.banner-type-1 .btn {
    margin: 0;
    background: linear-gradient(90deg, #34325B 0%, #B769AA 100%);
    color: #ffff;
    border: 0;
    transition: opacity 0.1s ease-in-out;

}

.accordion-template {
    
}
.accordion-template .accordion-item {
    border: 0;
    margin: 0 0 10px;
}
.accordion-template .accordion-button {
    font-family: "Space Grotesk", sans-serif;
    padding: 0;
    background: #EFEFEF;
    color: #1C1C1C;
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    box-shadow: none;
}
.accordion-template .accordion-button .img-holder {
    margin: 0 40px 0 0;
}
.accordion-template .accordion-button::before {
    /* opacity: 0; */
    content: '';
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 30px;
    height: 3px;
    background-color: #1C1C1C;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.accordion-template .accordion-button::after {
    /* opacity: 0; */
    content: '';
    position: absolute;
    right: 53px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 3px;
    height: 30px;
    background-color: #1C1C1C;
    transition: background-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.accordion-template .accordion-button[aria-expanded="true"] {
    background: linear-gradient(90deg, #B769AA 0%, #4C559A 100%);
    color: #fff;
}
.accordion-template .accordion-button[aria-expanded="true"]::before,
.accordion-template .accordion-button[aria-expanded="true"]::after {
    background-color: #fff;
}
.accordion-template .accordion-button[aria-expanded="true"]::after {
    opacity: 0;
} 
.accordion-template .accordion-body {
    padding: 30px 0;
}

.slider-wrapp .owl-item .image-holder img {
    object-fit: cover;
    aspect-ratio: 468 / 432;
}
.accordion-template .owl-theme .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
}
.accordion-template .owl-theme .owl-nav [class*=owl-] span {
    display: none;
}
.accordion-template .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50px;
    margin: 0;
}
.accordion-template .owl-carousel .owl-nav button.owl-prev {
    background-image: url('../images/nav-left.png');
    background-color: #00000066;
    left: 50px;
}
.accordion-template .owl-carousel .owl-nav button.owl-next {
    background-image: url('../images/nav-right.png');
    background-color: #00000066;
    right: 50px;
}
.pswp--touch .pswp__button--arrow {
    visibility: visible;
}
.video-model{
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
    background-color: #0000003d;
}
.video-model .modal-content{
    border-radius: 0px;
    border: none;
}
.video-model .modal-body{
    padding: 0;
}
.video-model .modal-body #modelVideo{
    max-height: 90svh;
}
.video-model .modal-content .close-btn{
    position: absolute;
    top: -38px;
    right: 0px;
    width: 26px;
    height: 26px;
    border: 2px solid #B769AA;
    border-radius: 50px;
    cursor: pointer;
}
.video-model .modal-content .close-btn:hover{
    border-color: #4C559A;
}
.video-model .modal-content .close-btn svg{
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: contain;
}
.video-model .modal-content .close-btn svg path{
    fill: #B769AA;
}
.video-model .modal-content .close-btn:hover svg path{
    fill: #4C559A;
}


/* slide-popup css */

.naiop-award-holder {
    position: fixed;
    top: 214px;
    right: 0;
    z-index: 101;
    transition: right 0.3s ease;
}

.naiop-award-holder.open-window {
    right: -305px;
}

.naiop-award-content {
    display: flex;
    align-items: center;
    background-color: #DD65C980;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    width: 333px;
    position: relative;
    box-shadow: -2px 0 14px -8px rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(50px);
}

.naiop-award-holder button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    min-height: 153px;
    height: 100%;
    background: transparent;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    outline: none;
    box-shadow: none;
}

.naiop-award-holder button img {
    transition: transform 0.3s ease;
}

.naiop-award-holder.open-window button img {
    transform: rotate(-180deg);
}

.naiop-award-inner {
    width: 100%;
}

.naiop-award-main {
    display: flex;
    background: linear-gradient(180deg, #34325B 0%, #B769AA 100%);
    padding: 13px 21px 12px;
}

.title-text {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #FFFFFF;
    margin: 0;
}

.naiop-award-sub {
    display: flex;
    background-color: #ffffff;
    padding: 18px 21px;
}

.main-title {
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #B769AA;
    margin: 0 10px 0 0;
}

.sub-title {
    font-family: "Source Sans 3", sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 23px;
    color: #1C1C1CB2;
    margin: 0;
}



@media (min-width: 2000px) {
    .amenities-sec .amenities{
        aspect-ratio: unset;
    }
}
@media (min-width: 1025px) {
    .specs-card:hover::before {
        opacity: 1;
    }
    .specs-card:hover ul {
        transform: scale(1.03);
    }
    .specs-card:hover li .list-title, 
    .specs-card:hover li .list-data {
        color: #fff;
    }
    .specs-card-img-holder:hover > img {
        transform: scale(1.2);
    }
    .navbar-nav .nav-link:hover {
        border-bottom: 1px solid rgba(216, 58, 193, 1);
    }
    .download-brochure-btn.download-brochure-btn--outline:hover {
        background-color:rgba(255, 255, 255, 1);
        color: #1C1C1C;
    }
    .download-brochure-btn:hover {
        background-color:transparent;
        color: #fff;
    }
    .image-list .image-list-item a:hover img {
        transform: scale(1.07);
    }
    .news-card .news-card-btn:hover {
    box-shadow: 0px 0px 15px #08070724;
    }
    .content-div .btn:hover {
        opacity: 0.8;
    }
}

@media (max-width: 1600px) {

    .lg-container .lg-img-wrap {
        width: 65%;
        margin: 0 auto;
    }
    
}
@media (max-width: 1499.98px) {
    .container {
        max-width: 1350px;
    }
    .py-120 {
        padding: 100px 0;
    }
    .py-100 {
        padding: 80px 0;
    }
    .title {
        font-size: 46px;
        line-height: 50px;
        margin: 0 0 40px;
    }
    .inner-banner-title {
        font-size: 50px;
        line-height: 70px;
    }
    .article-card .article-card-img {
        width: 146px;
    }
    .article-card .article-card-title {
        font-size: 27px;
        line-height: 31px;
    }
    .article-card .article-card-time {
        letter-spacing: 3px;
        margin: 0 0 8px;
    }
    .article-video-card {
        margin: 70px 0 0;
    }
    .article-holder {
        padding: 50px 0 100px;
    }
    .news-card .news-card-info {
        padding: 45px;
    }
    .news-card .news-card-date {
        letter-spacing: 3.4px;
        font-size: 14px;
        line-height: 18px;
        margin: 0 0 15px;
    }
    .news-card .news-card-title {
        font-size: 31px;
        line-height: 35px;
        letter-spacing: 1.5px;
        margin: 0 0 15px;
    }
    .site-plan-holder .site-plan-text {
        left: 22%;
    }
    .circle-ripple {
        left: 553px;
    }
    .video-popup .modal-dialog {
        max-width: 1000px;
    }
    .lg-item .lg-img-wrap {
        width: auto;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .lg-item .lg-img-wrap .lg-image {
        width: 65%;
        height: auto;
    }
    .play-video-sec{
        padding: 130px 0px 110px 0px;
    }
    .banner-type-1 {
        padding: 300px 0 150px;
    }
    .banner-type-1 h1 {
        font-size: 70px;
        line-height: 90px;
    }
    .banner-type-1 h3 {
        font-size: 33px;
        line-height: 42px;
        margin: 0 0 10px;
    }
    .banner-type-1 .right-div {
        width: 530px;
    }
    .accordion-template .accordion-button {
        font-size: 34px;
        line-height: 44px;
    }
    .accordion-template .accordion-button .img-holder {
        margin: 0 30px 0 0;
        width: 170px;
        height: auto;
    }
    .accordion-template .accordion-button::before {
        width: 22px;
        height: 2px;
    }
    .accordion-template .accordion-button::after {
        width: 2px;
        height: 22px;
        right: 50px;
    }

    .naiop-award-content {
        width: 310px;
    }
    .naiop-award-holder.open-window {
        right: -281px;
    }

    .naiop-award-holder button {
        min-height: 139px;
        height: 100%;
    }
    .title-text {
        font-size: 18px;
        line-height: 18px;
    }
        
    .main-title {
        font-size: 30px;
        line-height: 30px;
    }
    
    .sub-title {
        font-size: 18px;
        line-height: 20px;
    }
    
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1250px;
    }
    .py-120 {
        padding: 60px 0;
    }
    .py-100 {
        padding: 50px 0;
    }
    header {
        padding: 20px 0;
    }
    body.shrink header {
        padding: 10px 0;
    }
    .navbar-brand {
        width: 130px;
    }
    .banner-footer .item-right {
        width: 130px;
    }
    .download-brochure-btn {
        font-size: 13px;
        padding: 10px 15px;
    }
    .banner-footer {
        padding: 20px 0;
    }
    .home-banner {
        height: calc(100vh - 80px);
    }
    .banner-footer::before {
        height: 10px;
        width: 470px;
        border-top: 10px solid #fff;
        border-right: 10px solid transparent;
    }
    .banner-footer .banner-footer-title {
        font-size: 25px;
        line-height: 40px;
    }
    .banner-footer .banner-footer-text {
        font-size: 15px;
        line-height: 30px;
        letter-spacing: 4px;
    }

    .home-banner-title {
        font-size: 80px;
        line-height: 80px;
    }
    .home-banner-subtitle {
        font-size: 44px;
        line-height: 44px;
    }
    .btns .btns-text {
        letter-spacing: 2px;
        font-size: 12px;
        line-height: 20px;
    }
    .btns .video-play-icon {
        width: 38px;
    }
    .title {
        font-size: 36px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .specs-card {
        padding: 30px;
    }
    .specs-card li {
        padding: 20px 0;
    }
    .specs-card li .list-title {
        font-size: 14px;
        line-height: 18px;
    }
    .specs-card li .list-data {
        font-size: 26px;
        line-height: 38px;
    }
    .specs-card.extra-spacing li {
        padding: 25px 0;
    }
    .footer-title {
        font-size: 20px;
        line-height: 22px;
        margin: 0 0 20px;
    }
    footer .address-text {
        font-size: 16px;
        line-height: 26px;
    }
    footer .column-2 {
        width: 25%;
    }
    .footer-bottom {
        padding: 30px 0 0;
        margin: 30px 0 0;
    }
    .inner-banner .banner-footer {
        padding: 20px 0 10px;
    }
    .inner-banner-title {
        font-size: 35px;
        line-height: 50px;
    }
    .banner-footer::before {
        height: 8px;
        width: 350px;
        border-top: 8px solid #fff;
        border-right: 8px solid transparent;
    }
    .table-holder tr > td > span {
        font-size: 14px;
        line-height: 16px;
        padding: 10px 5px;
        height: 60px;
    }
    .table-holder td.t-tittle tr:first-child > td:first-child > span {
        border-top-left-radius: 15px;
    }
    .table-holder td.t-tittle tr:last-child > td:last-child > span {
        border-bottom-left-radius: 15px;
    }
    .table-holder td.t-tittle > table thead th{
        height: 69px;
    }
    .article-card {
        border-radius: 15px;
    }
    .article-card .article-card-img {
        width: 130px;
        border-radius: 15px;
    }
    .article-card .article-card-time {
        letter-spacing: 1px;
        margin: 0 0 5px;
        font-size: 14px;
        line-height: 16px;
    }
    .article-card .article-card-title {
        font-size: 23px;
        line-height: 27px;
    }
    .detail-img-holder {
        border-radius: 15px;
    }
    .article-video-card {
        margin: 50px 0 0;
    }
    .article-video-card .article-video-date {
        letter-spacing: 2.6px;
        font-size: 21px;
        line-height: 23px;
        margin: 0 0 15px;
    }
    .article-video-card .article-video-holder {
        border-radius: 15px;
        height: 350px;
    }
    .article-holder {
        padding: 10px 0 60px;
    }
    .news-card .news-card-text {
        font-size: 16px;
        line-height: 24px;
    }
    .interactive-popup .modal-dialog {
        max-width: 800px;
    }
    .interactive-popup .modal-title {
        font-size: 24px;
        line-height: 30px;
    }
    .interactive-popup .modal-header {
        padding: 20px 0 5px;
    }
    .site-plan-holder .site-plan-text {
        left: 22%;
        top: 15%;
        font-size: 20px;
        line-height: 26px;
    }
    .site-plan-holder .site-plan-text {
        left: 15%;
        top: 15%;
        font-size: 18px;
        line-height: 24px;
    }
    .circle-ripple {
        left: 503px;
    }
    .site-plan-holder .site-plan-text {
        left: 23%;
        top: 16%;
    }
    .video-popup .modal-dialog {
        max-width: 850px;
    }
    .post-date {
        letter-spacing: 2.5px;
        font-size: 21px;
        line-height: 21px;
        margin: 0px 0px 25px;
    }
    .link-text {
        font-size: 20px;
        line-height: 22px;
        margin: 20px 0 0;
    }
    .lg-prev, .lg-next {
        width: 55px;
        height: 55px;
        font-size: 16px;
    }
    .property-amenities-sec .amenities-sec{
        padding: 40px 30px 40px 10.417%;
        padding-left: 5.417%;
        flex-shrink: 0.8;
        flex-basis: 40%;
    }
    .property-amenities-sec .amenities{
        aspect-ratio: 330 / 600;
    }
    .property-amenities-sec .property-sec::after{
        width: 30%;
    }
    .property-amenities-sec .property-sec {
        flex: 0 1 60%;
    }
    .banner-type-1 {
        padding: 180px 0 120px;
    }
    .banner-type-1 h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .banner-type-1 h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 5px;
    }
    .banner-type-1 p {
        margin: 0 0 20px;
    }
    .banner-type-1 .right-div {
        width: 450px;
    }
    .accordion-template .accordion-body {
        padding: 20px 0;
    }
    .accordion-template .accordion-button {
        font-size: 26px;
        line-height: 36px;
    }
    .accordion-template .accordion-button .img-holder {
        margin: 0 20px 0 0;
        width: 130px;
        height: auto;
    }
    .accordion-template .owl-theme .owl-nav [class*=owl-] {
        width: 55px;
        height: 55px;
    }

}

@media (max-width: 1199.98px) {
    .container {
        max-width: 950px;
    }
    header {
        padding: 30px 0;
    }
    .home-banner {
        height: calc(80vh - 80px);
    }
    .footer-title {
        font-size: 18px;
        line-height: 20px;
    }
    footer .column-3 li {
        width: 100px;
    }
    footer .column-3 ul {
        align-items: end;
    }
    .article-video-card .article-video-holder {
        height: 280px;
    }
    .article-card .article-card-img {
        width: 100px;
        border-radius: 10px;
    }
    .article-card {
        margin: 0 0 18px;
        border-radius: 10px;
    }
    .detail-img-holder {
        border-radius: 10px;
    }
    .article-card .article-card-info {
        padding: 0 0 0 15px;
    }
    .article-card .article-card-title {
        font-size: 19px;
        line-height: 21px;
    }
    .article-card .article-card-time {
        letter-spacing: 0px;
    }
    .specs-card li .list-data {
        font-size: 26px;
        line-height: 34px;
    }
    .specs-card li .list-title {
        font-size: 14px;
        line-height: 20px;
    }
    .specs-card li {
        padding: 15px 0;
    }
    .first-column .specs-card:first-child {
        border-radius: 20px 20px 0 0;
        padding-bottom: 0;
    }
    .first-column .specs-card:nth-child(2) {
        border-radius: 0 0 20px 20px;
        padding-top: 0;
    }
    .first-column .specs-card:first-child li:last-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #1C1C1C14;
    }
    .first-column .specs-card:nth-child(2) li:first-child {
        padding-top: 15px;
    }
    .specs-card.extra-spacing li:first-child {
        padding-top: 0;
    }
    .specs-card.extra-spacing li {
        padding: 49px 0;
    }
    .news-card {
        border-radius: 12px;
    }
    .news-card .news-card-info {
        padding: 25px;
    }
    .news-card .news-card-date {
        letter-spacing: 2.4px;
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .news-card .news-card-title {
        font-size: 27px;
        line-height: 31px;
        letter-spacing: 1.5px;
        margin: 0 0 15px;
    }
    .site-plan-holder .site-plan-text {
        left: 15%;
        top: 15%;
    }
    .interactive-popup .modal-body, .interactive-popup .modal-body .image-wrapp {
        border-radius: 10px;
    }
    .circle-ripple {
        left: 355px;
    }
    .try-thumb-holder.image-list .image-list-item:not(:first-child) {
        width: 47.50%;
    }
    .lg-item .lg-img-wrap .lg-image {
        width: 80%;
    }
    .lg-prev {
        left: 3%;
    }
    .lg-next {
        right: 3%;
    }
    .play-video-sec{
        padding: 100px 0px 80px 0px;
    }
    .navbar-menu {
        flex-grow: initial;
        flex-basis: auto;
        position: fixed;
        overflow: hidden;
        right: 15px;
        top: 35px;
        background: #fff;
        z-index: 1;
        border-radius: 15px;
        width: 320px;
        height: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        border: 1px solid #D8D8D8;
    }
    .navbar-menu .navbar-menu-inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        padding: 25px;
    }
    body.toggle-active .navbar-menu {
        height: 93vh;
        opacity: 1;
        border: 1px solid #D8D8D8;
    }
    body.shrink .navbar-menu {
        top: 16px;
    }
    .menu-close-btn {
        background: transparent;
        border: 0;
        text-decoration: none;
        display: flex;
        align-items: center;
        color: #1C1C1C;
        font-size: 21px;
        line-height: 23px;
        margin: 0 0 25px;
    }
    .menu-close-btn img {
        margin: 0 8px 0 0;
    }
    .navbar-nav {
        flex-direction: column;
        padding: 7px 0 0;
        border-top: 1px solid #1C1C1C33
    }
    .navbar-nav .nav-link {
        display: block;
        font-weight: 400;
        color: #1C1C1C;
        font-size: 24px;
        line-height: 30px;
        padding: 10px 3px;
    }
    .navbar-nav .nav-link.active {
        color: #4d559a; 
        border: none;
    }
    .navbar-menu .navbar-nav .download-brochure-btn {
        background: linear-gradient(90deg, #4C559A 0%, #B769AA 100%);
        color: #fff;
        width: 100%;
        margin: auto 0 0 0;
    }
    .navbar-menu .navbar-nav .download-brochure-btn {
        background: transparent;
        color: #fff;
        width: 100%;
        margin: auto 0 0 0;
        color: #1C1C1C;
        border: 1px solid #1c1c1c38;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0.7px;
       margin: 10px 0;
    }
    .navbar-menu .navbar-nav .download-brochure-btn--outline {
        margin: 50px 0 5px;
        background-color: #f2f2f2;
        border-color: #f2f2f2;
    }
    .play-video .play-video-button {
        width: 80px;
        height: 80px;
    }
    .banner-type-1 h1 {
        font-size: 50px;
        line-height: 60px;
        margin: 0 0 5px;
    }
    .banner-type-1 h3 {
        font-size: 28px;
        line-height: 34px;
        margin: 0px;
    }
    .banner-type-1 p {
        margin: 0 0 15px;
    }
    .banner-type-1 .right-div {
        width: 400px;
    }
    .accordion-template .owl-theme .owl-nav [class*=owl-] {
        width: 50px;
        height: 50px;
    }
    .accordion-template .owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }
    .accordion-template .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
    .accordion-template .owl-theme .owl-nav {
        top: 40%;
    }

    .naiop-award-content {
        width: 285px;
    }
    .naiop-award-holder.open-window {
        right: -252px;
    }
    .naiop-award-holder button {
        min-height: 130px;
        height: 100%;
        width: 24px;
    }
    .title-text {
        font-size: 16px;
        line-height: 16px;
    }
        
    .main-title {
        font-size: 26px;
        line-height: 28px;
    }
    
    .sub-title {
        font-size: 16px;
        line-height: 18px;
    }


}
@media (max-width: 991.98px) {
    .container {
        max-width: 750px;
    }
    .navbar-brand {
        width: 120px;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
        line-height: 26px;
        padding: 10px 3px;
    }
    .menu-close-btn{         
        font-size: 18px;
        line-height: 18px;
        margin: 0px 0 22px;
    }
    .banner-footer .item-right {
        width: 120px;
    }
    .navbar-toggler {
        margin: 0;
    }
    .navbar-menu {
        top: 32px;
    }
    body.shrink .navbar-menu {
        top: 13px;
    }
    .home-banner-title {
        font-size: 60px;
        line-height: 60px;
    }
    footer .column-1 {
        width: 25%;
    }
    footer .column-2 {
        width: 24%;
    }
    footer .column-3 li {
        width: 79px;
    }
    footer .column-3 {
        width: 25%;
    }
    .inner-banner-title {
        font-size: 31px;
        line-height: 45px;
    }
    .table-holder tr > td > span {
        padding: 10px 5px;
        height: 60px;
        min-width: 90px;
    }
    .banner-footer .banner-footer-title {
        font-size: 23px;
        line-height: 36px;
    }
    .title {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px;
    }
    .inner-banner-title {
        font-size: 28px;
        line-height: 40px;
    }
    .article-card {
        margin: 20px 25px 0px 0;
        border-radius: 10px;
        width: 48%;
        display: inline-flex;
    }
    .article-card:nth-child(even) {
        margin-right: 0;
    }
    .article-video-card {
        margin: 35px 0 0;
    }
    .article-video-card .article-video-date {
        letter-spacing: 1.6px;
        font-size: 19px;
        line-height: 19px;
        margin: 0 0 10px;
    }
    .article-video-card .article-video-holder {
        height: 210px;
        border-radius: 10px;
    }
    footer .column-1, footer .column-2, footer .column-3, footer .column-4 {
        width: 40%;
    }
    footer .column-4 {
        justify-content: start;
    }
    footer .column-4 .download-brochure-btn {
        margin: 20px 0 0;
    }
    .specs-card {
        padding: 15px;
        border-radius: 10px;
    }
    .first-column .specs-card:first-child {
        border-radius: 10px 10px 0 0;
    }
    .specs-card li .list-title {
        font-size: 12px;
    }
    .specs-card li .list-data {
        font-size: 22px;
        line-height: 28px;
    }
    .specs-card li {
        padding: 12px 0;
    }
    .specs-card.extra-spacing li {
        padding: 45px 0;
    }
    .specs-card.extra-spacing li:last-child {
        padding-bottom: 5px;
    }
    .first-column .specs-card:nth-child(2) {
        border-radius: 0 0 10px 10px;
    }
    .news-card .news-card-title {
        font-size: 23px;
        line-height: 27px;
        letter-spacing: 1.2px;
        margin: 0 0 10px;
    }
    .news-card .news-card-btn {
        padding: 12px 30px;
    }
    .interactive-popup .modal-dialog {
        max-width: 700px;
    }
    .interactive-popup .modal-title {
        font-size: 22px;
        line-height: 26px;
    }
    .site-plan-holder .site-plan-text {
        left: 12%;
        top: 15%;
        font-size: 16px;
        line-height: 20px;
    }
    .video-popup .modal-dialog {
        max-width: 670px;
    }
    .post-date {
        letter-spacing: 1.5px;
        font-size: 19px;
        line-height: 19px;
        margin: 0px 0px 15px;
    }
    .link-text {
        font-size: 18px;
        line-height: 20px;
        margin: 10px 0 0;
    }
    .circle-ripple {
        left: 272px;
        bottom: 165px;
    }  
    .try-thumb-holder.image-list .image-list-item:not(:first-child) {
        width: 48.50%;
    }
    .lg-prev, .lg-next {
        width: 40px;
        height: 40px;
        font-size: 14px;
    }
    .play-video-sec{
        padding: 60px 0px;
    }
    .property-amenities-sec .amenities-sec{
        flex-shrink: .5;
        background-color: transparent;
        padding: 40px 30px 0 40px;
    }
    .property-amenities-sec{
        flex-direction: column-reverse;
    }
    .property-amenities-sec .property-sec{
        flex: 1 1 765px;
        padding: 65px 0px;
    }
    .amenities-sec .amenities{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 76px;
        aspect-ratio: unset;
        overflow: visible;
    }
    .amenities-sec .amenities .amenities-item{
        width: calc(50% - 76px);
    }
    .property-amenities-sec .property-sec::before{
        display: none;
    }
    .play-video .play-video-button {
        width: 60px;
        height: 60px;
    }
    .banner-type-1 h1 {
        font-size: 40px;
        line-height: 50px;
        margin: 0 0 0px;
    }
    .banner-type-1 h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .banner-type-1 .right-div {
        width: 300px;
    }
    .banner-type-1 .left-div {
        margin: 0 20px 0 0;
    }
    .banner-type-1 {
        padding: 180px 0 80px;
    }
    .accordion-template .accordion-button .img-holder {
        margin: 0 10px 0 0;
        width: 100px;
    }
    .accordion-template .accordion-button {
        font-size: 20px;
        line-height: 30px;
    }
    .accordion-template .accordion-button::before {
        right: 25px;
    }
    .accordion-template .accordion-button::after {
        right: 35px;
    }
    .download-card:first-child{
        padding-right: 60px;
    }
    .download-card:last-child{
        padding-left: 60px;
    }
    .naiop-award-content {
        width: 275px;
    }
    .naiop-award-holder button {
        min-height: 125px;
    }

    .naiop-award-sub {
        padding: 16px 18px;
    }
    .naiop-award-main {
        padding: 12px 18px;
    }
    
}

@media (max-width: 767.98px) {

    .container {
        max-width: 550px;
    }
    .py-120 {
        padding: 50px 0;
    }
    .navbar-menu, body.shrink .navbar-menu {
        top: 18px;
    }
    header, body.shrink header {
        padding: 15px 0;
        padding: 15px 0;
    }
    header::before {
        opacity: 1;
    }
    .home-banner-subtitle {
        font-size: 35px;
        line-height: 40px;
    }
    .banner-footer .banner-footer-text {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .banner-footer .banner-footer-title {
        font-size: 21px;
        line-height: 31px;
    }
    .banner-footer::before {
        height: 5px;
        width: 300px;
        border-top: 5px solid #fff;
        border-right: 5px solid transparent;
    }
    .banner-footer {
        padding: 15px 0;
    }
    .inner-banner {
        margin: 75px 0 0;
    }
    footer .column-1, footer .column-2, footer .column-3, footer .column-4 {
        width: 50%;
    }
    .footer-bottom {
        padding: 20px 0 0;
        margin: 20px 0 0;
    }
    .inner-banner .banner-footer {
        padding: 15px 0 10px;
        position: relative;
    }
    .inner-banner-title {
        font-size: 26px;
        line-height: 32px;
    }
    .article-card {
        margin: 20px 18px 0px 0;
    }
    .article-card .article-card-title {
        font-size: 17px;
        line-height: 19px;
    }
    .article-video-card .article-video-holder {
        height: 300px;
    }
    .specs-card.extra-spacing li {
        padding: 22px 0;
    }
    .interactive-popup .modal-content {
        border-radius: 10px;
    }
    .interactive-popup .modal-title {
        font-size: 20px;
        line-height: 24px;
    }
    .interactive-popup .modal-header {
        padding: 13px 0 7px;
    }
    .circle-ripple {
        width: 25px;
        height: 25px;
        left: 196px;
        bottom: 120px;
    }
    .site-plan-holder .site-plan-text {
        left: 5%;
        top: 10%;
    }
    .video-popup .modal-dialog {
        max-width: 460px;
    }
    .modal-close {
        width: 16px;
        right: -20px;
    }
    .link-text {
        font-size: 16px;
    }
    .interactive-popup .modal-dialog {
        max-width:500px;
    }
    .try-thumb-holder.image-list .image-list-item:not(:first-child) {
        width: 48%;
    }
    .lg-prev {
        left: 2%;
    }
    .lg-next {
        right: 2%;
    }
    .lg-toolbar .lg-close {
        font-size: 26px;
    }
    .br-md-r{
        border-right: 0;
        border-bottom: 1px solid #2F2F2F33;
    }
    .download-card{
        align-items: center;
        padding-bottom: 0px!important;
    }
    .download-card .download-card-wrap{
        align-items: center;
    }
    .play-video-sec{
        padding: 30px 0px;
    }
    .left-img-holder .img-info {
        margin: -25px 0 0;
        padding: 40px 20px 14px;
    }
    .amenities-sec .amenities {
        column-gap: 0;
        justify-content: space-between;
    }
    .amenities-sec .amenities .amenities-item {
        column-gap: 20px;
        width: calc(50% - 20px);
    }
    .banner-type-1 {
        padding: 120px 0 35px;
    }
    .banner-type-1 h1 {
        font-size: 36px;
        line-height: 40px;
    }
    .banner-type-1 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .banner-type-1 .right-div {
        width: 220px;
    }
    .banner-type-1 .left-div {
        width: 50%;
    }
    .property-amenities-sec .property-sec {
        flex: 1 1 580px;
        padding: 50px 0px;
    }
    .property-amenities-sec .property-sec::after {
        height: 30px;
        border-top: 30px solid #fff;
        border-left: 30px solid transparent;
    }

    /* only for mobile view table css  */
    .table-holder td.colmn-1 > table thead th,
    .table-holder tbody > tr > td:last-child > span {
        border-right: 0;
    }
    .table-holder td.colmn-2 > table thead th {
        border-top-left-radius: 10px;
        border-top-right-radius: 0;
    }
    /* only for mobile view table css  */
    .naiop-award-sub {
        padding: 10px 0;
        align-items: center;
        justify-content: center;
    }
    .naiop-award-main {
        padding: 10px 0;
        align-items: center;
        justify-content: center;
    }

    .naiop-award-content {
        width: 255px;
    }
    .naiop-award-holder.naiop-award-holder-on-home{
        top: 50%;
        transform: translateY(-50%);
    }
    .naiop-award-holder.open-window {
        right: -231px;
    }
    .naiop-award-holder button {
        min-height: 100px;
    }
    .title-text {
        font-size: 14px;
        line-height: 14px;
    }
    .naiop-award-holder button img {
        width: 12px;
    }
        
    .main-title {
        font-size: 24px;
        line-height: 24px;
    }
    
    .sub-title {
        font-size: 14px;
        line-height: 16px;
    }

}

@media (max-width: 575.98px) {

    .container {
        max-width: 100%;
    }
    .py-120 {
        padding: 40px 0;
    }
    .py-100 {
        padding: 40px 0;
    }
    header, body.shrink header {
        padding: 15px 0;
    }
    header .navbar {
        align-items: start;
    }
    .navbar-menu {
        border-radius: 10px;
        top: 14px;
        width: 320px;
        right: 10px;
    }
    .menu-close-btn {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .menu-close-btn img {
        margin: 0px 5px 0 0;
        width: 14px;
    }
    /* .navbar-nav .nav-link {
        font-size: 22px;
        line-height: 30px;
        padding: 10px 3px;
    } */
    body.toggle-active .navbar-menu {
        height: 80vh;
    }
    body.shrink .navbar-menu {
        top: 14px;
    }
    .download-brochure-btn {
        margin: 0 10px 0 auto;
        font-size: 12px;
        padding: 10px 15px;
        letter-spacing: 0.5px;
    }
    .navbar-toggler {
        margin: 0;
    }
    .navbar-brand {
        width: 110px;
    }
    .banner-footer .item-right {
        width: 110px;
    }
    .home-banner-title {
        font-size: 50px;
        line-height: 50px;
    }
    .home-banner-subtitle {
        font-size: 30px;
        line-height: 36px;
    }
    .banner-footer .banner-footer-text {
        text-align: start;
    }
    .inner-banner {
        margin: 74px 0 0;
    }
    .footer-title {
        font-size: 18px;
        line-height: 24px;
    }
    .article-card {
        margin: 20px 0px 0px 0;
        width: 100%;
    }
    .article-card .article-card-img {
        width: 115px;
    }
    .first-column .specs-card:nth-child(2) {
        border-radius: 0;
    }
    .specs-card.extra-spacing {
        padding-top: 0;
        border-radius: 0 0 10px 10px;
    }
    .specs-card.extra-spacing li {
        padding: 12px 0;
    }
    .first-column .specs-card:nth-child(2) li:last-child {
        padding-bottom: 12px;
        border-bottom: 1px solid #1C1C1C14;
    }
    .specs-card li .list-data {
        font-size: 20px;
        line-height: 26px;
    }
    .site-plan-holder .site-plan-text {
        left: 2%;
        top: 7%;
        font-size: 14px;
        line-height: 18px;
    }
    .video-popup .modal-dialog {
        max-width: calc(100% - 20px);
    }
    .modal-close {
        width: 14px;
        right: 0;
        top: -25px;
    }
    .post-date {
        letter-spacing: 1px;
        font-size: 15px;
        line-height: 15px;
        margin: 0px 0px 10px;
    }
    .link-text {
        font-size: 14px;
    }
    .interactive-popup .modal-dialog {
        max-width: calc(100% - 20px);
    }
    .circle-ripple {
        width: 20px;
        height: 20px;
        left: 38%;
        bottom: 24%;
    }
    .image-list .image-list-item {
        margin: 0 0 15px;
    }
    #light-gallery .col-6:nth-child(odd) {
        padding-left: 8px;
    }
    #light-gallery .col-6:nth-child(even) {
        padding-right: 8px;
    }
    .lg-prev {
        left: 1%;
    }
    .lg-next {
        right: 1%;
    }
    .lg-prev, .lg-next {
        width: 30px;
        height: 30px;
        font-size: 12px;
        padding: 0;
    }
    .lg-toolbar .lg-close {
        font-size: 22px;
    }
    .banner-footer::before {
        width: 270px;
    }
    .inner-banner .banner-footer::before {
        height: 5px;
        width: 200px;
    }
    .property-amenities-sec .property-sec{
        flex: 1 1 460px;
        padding: 100px 0px;
    }
    .amenities-sec .amenities{
        flex-direction: column;
        flex-wrap: nowrap;
        width: 100%;
        aspect-ratio: unset;
        overflow: visible;
    }
    .amenities-sec .amenities .amenities-item{
        width: 100%;
    }
    .property-amenities-sec .amenities-sec{
        flex: 1 .2 auto;
        height: auto;
    }
    .amenities-sec .amenities .amenities-item:not(:last-child) {
        margin-bottom: 25px;
    }
    .play-video .play-video-button {
        width: 50px;
        height: 50px;
    }
    .content-div p {
        font-size: 16px;
    }
    .banner-type-1 {
        padding: 110px 0 30px;
    }
    .banner-type-1 .left-div {
        width: 100%;
        order: 1;
        text-align: center;
    }
    .banner-type-1 .right-div {
        width: 180px;
        margin: 0 0 20px;
    }
    .banner-type-1 h1 {
        font-size: 34px;
        line-height: 36px;
    }
    .accordion-template .accordion-button .img-holder {
        margin: 0 10px 0 0;
        width: 70px;
    }
    .accordion-template .accordion-button {
        font-size: 16px;
        line-height: 26px;
    }
    .accordion-template .owl-carousel .owl-nav button.owl-prev {
        left: 0px;
    }
    .accordion-template .owl-carousel .owl-nav button.owl-next {
        right: 0px;
    }
    .accordion-template .owl-theme .owl-nav [class*=owl-] {
        width: 40px;
        height: 40px;
        background-size: 45%;
    }
    .accordion-template .accordion-button::before {
        right: 15px;
        width: 20px;
    }
    .accordion-template .accordion-button::after {
        right: 24px;
        height: 20px;
    }
    .property-amenities-sec .property-sec {
        flex: 1 1 420px;
        padding: 50px 0px;
    }
    .naiop-award-content {
        width: 230px;
    }
    .naiop-award-holder.open-window {
        right: -210px;
    }
    .naiop-award-holder button {
        min-height: 100px;
        width: 20px;
    }
    .title-text {
        font-size: 14px;
        line-height: 14px;
    }
        
    .main-title {
        font-size: 20px;
        line-height: 20px;
    }
    

}

@media (max-width: 399.98px) {

    .navbar-menu .navbar-menu-inner {
        padding: 20px;
    }
    .navbar-brand {
        width: 90px;
    }
    .banner-footer .item-right {
        width: 90px;
    }
    .navbar-menu {
        border-radius: 10px;
        top: 14px;
        width: 300px;
        right: 10px;
    }
    /* .navbar-nav .nav-link {
        font-size: 22px;
        line-height: 25px;
        padding: 10px 3px;
    } */
    body.toggle-active .navbar-menu {
        height: 90vh;
    }
    .download-brochure-btn {
        margin: 0 5px 0 auto;
        font-size: 11px;
        padding: 10px 10px;
        letter-spacing: 0.5px;
    }
    footer .column-1, footer .column-2, footer .column-3, footer .column-4 {
        width: 100%;
    }
    footer .column-1, footer .column-2 {
        margin: 0 0 20px;
    }
    .article-card .article-card-img {
        width: 100px;
    }
    .news-card .news-card-info {
        padding: 20px;
    }
    .interactive-popup .modal-title {
        font-size: 18px;
        line-height: 20px;
    }
    .site-plan-holder .site-plan-text {
        left: 2%;
        top: 3%;
        font-size: 12px;
        line-height: 16px;
    }
    .inner-banner {
        margin: 68px 0 0;
    }
    .image-list .image-list-item {
        margin: 0 0 12px;
    }
    #light-gallery .col-6:nth-child(odd) {
        padding-left: 6px;
    }
    #light-gallery .col-6:nth-child(even) {
        padding-right: 6px;
    }
    .lg-prev, .lg-next {
        width: 25px;
        height: 25px;
        font-size: 12px;
    }
    .btns .video-play-icon {
        width: 29px;
    }
    .btns .btns-text {
        letter-spacing: 1.5px;
        font-size: 12px;
        margin: 0 0 0 5px;
    }
    .inner-banner-title {
        font-size: 22px;
        line-height: 28px;
    }
    .left-img-holder .img-info {
        margin: -20px 0 0;
        padding: 35px 15px 10px;
        border-radius: 10px;
    }
    .left-img-holder .img-info li:not(:last-child) {
        margin: 0 15px 0 0;
    }
    .property-amenities-sec .amenities-sec {
        padding: 20px 20px 0 20px;
    }
    .property-amenities-sec .property-sec::after {
        height: 20px;
        border-top: 20px solid #fff;
        border-left: 20px solid transparent;
    }
    .property-amenities-sec .property-sec {
        flex: 1 1 350px;
        padding: 35px 0px;
    }

    .table-holder td.colmn-1 > table thead th span, .table-holder td.colmn-2 > table thead th span {
        padding: 15px 0px 15px 20px;
        font-size: 20px;
        line-height: 20px;
    }
    .table-holder tr > td > span {
        height: 50px;
        min-width: 60px;
    }
    .table-holder td.t-tittle > table thead th {
        height: 51px;
    }
}

@media (max-width: 349.98px) {
    .home-banner {
        height: calc(100vh - 0px);
    }
    body.toggle-active .navbar-menu {
        height: 95vh;
    }
    .menu-close-btn {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .navbar-menu .navbar-menu-inner {
        padding: 15px;
    }
    .navbar-nav .nav-link {
        font-size: 20px;
        line-height: 22px;
    }
    .navbar-menu .navbar-nav .download-brochure-btn--outline {
        margin: 10px 0 0px;
    }
    .accordion-template .accordion-button .img-holder {
        width: 60px;
    }
    .accordion-template .accordion-button::before {
        right: 5px;
        width: 14px;
    }
    .accordion-template .accordion-button::after {
        right: 11px;
        height: 14px;
    }
    .property-amenities-sec .property-sec {
        flex: 1 1 320px;
        padding: 20px 0px;
    }


}
/* @media */








