*{

    padding: 0;

    margin: 0;

    box-sizing: border-box;

}



@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');



body{

    font-family: "Nunito Sans", sans-serif;

}



a{

    text-decoration: none;

}

p{

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 21px; /* 131.25% */

}

.img-responsive{

    width: 100%;

}

section{

        overflow-x: hidden;

}

header {

    position: absolute;

    width: 100%;

    z-index: 10;

    top: 0;

}

.header-block {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.logo {

    border-radius: 0px 0px 16px 16px;

    background: #D9D9D9;

    width: 118px;

    height: 116px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

}

.header-call {

    border-radius: 12px;

    background: #FFDADA;

    padding: 8px 10px;

}

.header-call a {

    display: flex;

}



.header-call a {

    display: flex;

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 300;

    line-height: 18px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    text-decoration: none;

    gap: 3px;

    align-items: center;

}



.home-banner-slider {

    overflow: hidden;

}

section#banner-form-section {

    padding: 20px 0;

    position: relative;

}

.form-input input {

    border-radius: 8px;

    border: 0.6px solid #A1A1A1;

    background: var(--icon-color, #FFF);

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 600;

    line-height: 15px;

    letter-spacing: 1px;

    text-transform: capitalize;

    padding: 16px 18px;

}



.form-input input::placeholder{

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 600;

    line-height: 15px;

    letter-spacing: 1px;

    text-transform: capitalize;

}



button.form-input-btn {

    border-radius: 11px;

    background: #101828;

    color: var(--icon-color, #FFF);

    text-align: center;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    text-transform: capitalize;

    padding: 11px 14px;

    width: 100%;

    display: flex;

    align-items: center;

    justify-content: space-between;

}



button.form-input-btn span {

    width: 28px;

    height: 28px;

    border: 1px solid #fff;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

}



section#project-list-top-section {

    background: #FFF1F1;

    padding: 30px 0;

}


.col.project-list-top-item {
    display: flex;
    align-items: end;
    gap: 15px;
    border-right: 1px solid #CECECE;
}

@media only screen and (min-width: 992px) {
    .col.project-list-top-item {
        margin-left: 100px;
    }
}



.col.project-list-top-item:nth-child(2){

    padding-left: 25px;

}

.col.project-list-top-item:nth-child(3){

    padding-left: 25px;

}

.project-logo {

    margin-bottom: 10px;

}

a.view-project-btn {

    color: #101828;

    text-align: center;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 123%;

    text-decoration: none;

}

section#about-section {

    padding: 60px 0;

    position: relative;

}

.about-text-item-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.about-text-item-content {

    display: flex;

    align-items: center;

    justify-content: space-between;

    border-bottom: 1px solid #898989;

    padding: 20px 0px;

    margin-left: 20px;

}



.price-btn{

    border-radius: 11px;

    background: #F44;

    color: var(--icon-color, #FFF);

    text-align: center;

    font-size: 15px;

    padding: 12px 14px !important;

    display: flex;

    min-width: auto;

    justify-content: center !important;;

    text-decoration: none;

    gap: 5px;

}

.about-text-item-content div h3 {

    color: #F44;

    font-size: 36px;

    font-style: normal;

    font-weight: 200;

    line-height: 36px;

}

.about-text-item-content div {

    width: 50%;

}

.about-text-item-content div h4 {

    color: #1B1B1B;

    font-size: 24px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

}   

.about-text-item-content p {

    color: #383838;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 115.274%;

    width: 50%;

}



.about-text-item-content:last-child{

    border-bottom: 0px;

}



section#project-detail-section {

    background: #FFF7F4;

    padding: 60px 0 60px;

    position: relative;

}

.project-detail-title-block h2 {

    color: #101828;

    text-align: center;

    font-size: 48px;

    font-style: normal;

    font-weight: 400;

    line-height: 122%;

    margin: 35px 0;

}



.project-detail-item {

    border-radius: 9px;

    border: 0.6px solid #CACACA;

    background: var(--icon-color, #FFF);

    padding: 30px 40px;

    position: relative;

    padding-bottom: 0px;

    margin-bottom: 80px;

}

.project-detail-item-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

}

.project-detail-item-top div h3 {

    color: #101828;

    font-size: 24px;

    font-style: normal;

    line-height: 26px;

    letter-spacing: 1px;

    margin-bottom: 0px;

    text-transform: capitalize;

    font-weight: 600;

}

.project-detail-item-top div {

    display: flex;

    align-items: flex-start;

    gap: 5px;

    width: 44%;

}

a.unlock-price-btn {

    border-radius: 11px;

    background: #F44;

    color: var(--icon-color, #FFF);

    text-align: center;

    font-size: 20px;

    font-style: normal;

    font-weight: 500;

    line-height: 15px;

    text-transform: capitalize;

    padding: 16px 14px;

    display: flex;

    min-width: 200px;

    justify-content: space-between;

    text-decoration: none;

}



.project-detail-item-top {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    border-bottom: 1px solid #7D7D7D;

    padding-bottom: 20px;

    margin-bottom: 30px;

}



.project-ul {

    display: flex;

    align-items: start;

    justify-content: space-between;

    min-height: 230px;

    gap: 30px;

}



.project-ul ul{

    list-style: none;

    padding: 0;

    color: #292D32;

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 20px; /* 125% */

    letter-spacing: 1px;

    text-transform: capitalize;

}



.project-ul ul li{

    padding: 7px 0;

    display: flex;

    align-items: center;

    gap: 5px;

}



.project-detail-item-btm {

    margin-left: -40px;

    margin-right: -40px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    position: relative;

    z-index: 1;
    overflow: hidden;

}



.project-detail-item-btm::before{

    position: absolute;

    content: "";

    height: 80%;

    width: 100%;

    border-radius: 10px;

    background: linear-gradient(239deg, #FFF4E4 -2.12%, #FF976B 97.78%);

    bottom: 0;

    z-index: -1;

}

.project-detail-item-btm-logo-block {

    display: flex;

    flex-direction: column;

    gap: 70px;

    margin-right: 50px;

    margin-top: 40px;

}

a.download-br {

    display: inline-flex;

    height: 48px;

    padding: 4px 5px 4px 11px;

    justify-content: flex-end;

    align-items: center;

    flex-shrink: 0;

    color: #1B1B1B;

    text-align: center;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 15px;

    text-transform: capitalize;

    text-decoration: none;

    border-radius: 11px;

    background: var(--icon-color, #FFF);

}



.project-detail-item-btm-logo-block img {

    width: 166px;

    height: 85px;

    object-fit: contain;

}

.project-detail-item-btm-img img {

    width: 233px;

    height: 327px;

    object-fit: contain;

    object-position: left bottom;

}

.project-detail-item-btm-img.vihara img {
    width: 290px;
    transform: translate(-60px, 9px);
}

.project-detail--last-item {

    border-radius: 9px;

    border: 0.6px solid #CACACA;

    background: var(--icon-color, #FFF);

    padding: 25px 35px;

}



.project-detail--last-item > div {

    width: 50%;

    padding: 0 25px;

}

.project-detail--last-item {

    display: flex;

    flex-wrap: wrap;

}

.project-detail--last-item h3 {

    color: #101828;

    font-size: 20px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    text-transform: capitalize;

    display: flex;

    align-items: center;

    gap: 20px;

}

.project-detail--last-item div h3 span {

    border-radius: 11px;

    border: 1px solid #FFCA41;

    background: linear-gradient(90deg, #FFF6EA -14.94%, #FFD495 99.98%);

    width: 36px;

    height: 36px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.project-detail--last-item p {

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    text-transform: capitalize;

}

.project-detail--last-item div {

    border-bottom: 1px solid #C8C8C8;

    margin: 25px 0;

}



.project-detail--last-item div:last-child{

    /* border-bottom: 0px; */

}



.project-detail-item:last-child{

    margin-bottom: 40px;

}

section#prime-location-section {

    padding: 80px 0;

    position: relative;

}

.section-title-block h2 {

    color: #101828;

    font-size: 40px;

    font-style: normal;

    font-weight: 400;

    letter-spacing: normal;

}

.section-title-block {

    margin-bottom: 40px;

}

.prime-location-detail-block {

    border-radius: 10px;

    border: 0.6px solid #4C4C4C;

    background: var(--icon-color, #FFF);

    padding: 25px 10px;

}

.prime-location-title .top h3 {

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

    margin-bottom: 0;

}

.prime-location-title .top {

    border-bottom: 1px solid #C5C5C5;

    padding-bottom: 6px;

    margin-bottom: 12px;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

ul.prime-location-btm-block {

    list-style: none;

    padding: 0;

    display: flex;

    align-items: center;

    justify-content: space-between;

}

ul.prime-location-btm-block li span {

    border-radius: 10000px;

    background: #242D5D;

    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 3px;

}

ul.prime-location-btm-block li {

    text-align: center;

    margin: auto;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

}

.prime-location-title p {

    color: #101828;

    font-size: 15px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

}



.prime-location-title-content {

    opacity: 0;

    visibility: hidden;

    height: 0;

    transition: .5s;

}



.active .prime-location-title-content {

    opacity: 1;

    visibility: visible;

    height: auto;

    transition: .5s;

}



.nav-tabs{

    border-bottom: 0px !important;

}

ul.prime-location-btm-block {

    padding-bottom: 25px;

}

ul.prime-location-btm-block li {

    color: #101828;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

}

.prime-location-title-content img {

    margin-bottom: 8px;

}

.amen-ities-list-block-item{

    width: 180px;

}

.amen-ities-list-block-item img {

    height: 165.184px;

    flex-shrink: 0;

    object-fit: cover;

}

.amen-ities-list-block-item {

    margin-bottom: 5px;

    width: 164px;

    height: 180px;

    position: relative;

}

.amen-ities-list-block-item img {

    height: 100%;

    border-radius: 9.929px;

}

.amenities-title-block .section-title-block {

    margin-bottom: 35px;

}

.amenities-video-block img {

    height: 165.184px;

    object-fit: cover;

    border-radius: 7px;

}

.amenities-title-block h2 {

    color: #101828;

    font-size: 32px;

    font-style: normal;

    font-weight: 400;

}

.amenities-video-block{

    position: relative;

}

a.ame-play-video {

    color: var(--icon-color, #FFF);

    text-align: center;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    position: absolute;

}



a.ame-play-video {

    color: var(--icon-color, #FFF);

    text-align: center;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: normal;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    text-decoration: none;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 4px;

    

    

    color: var(--icon-color, #FFF);

    font-size: 15px;

    font-style: normal;

    font-weight: 600;

    letter-spacing: 0.903px;

}



.amen-ities-list-block-item h3 {

    color: var(--icon-color, #FFF);

    font-size: 15px;

    font-style: normal;

    font-weight: 600;

    letter-spacing: 0.903px;

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    text-align: center;

    width: 90%;

}



section#amenities-section {

    border-radius: 0;

    background: linear-gradient(90deg, #FFF 16.14%, #FFD7C5 133.42%);

    padding: 60px 0;

}



#specification-section .section-title-block h4 {

    color: #000;

    font-size: 18px;

    font-style: normal;

    font-weight: 400;

    line-height: 26px;

    text-transform: capitalize;

}

#specification-section .section-title-block h2 {

    color: #000;

    font-size: 40px;

    font-style: normal;

    font-weight: 500;

    line-height: 52px;

    text-transform: capitalize;

    

}



#specification-section .section-title-block {

    margin-top: 140px;

    margin-right: 40px;

}

#specification-section .section-title-block h2 span {

    color: #FFCA41;

}



#specification-section .section-title-block p {

    color: #828282;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 28px;

    text-transform: capitalize;

}

.specification-content-slider-item h3 {

    color: #262626;

    font-size: 18.545px;

    font-style: normal;

    font-weight: 500;

    line-height: 30.6px;

    text-transform: capitalize;

    margin-bottom: 8px;

}

.specification-content-slider-item p {

    color: #828282;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 25.964px;

    text-transform: capitalize;

}

.specification-content-slider-item {

    display: flex;

    align-items: start;

    gap: 20px;

    border-right: .5px solid #C8C8C8;

    height: 100%;

    border-top: .5px solid #BFBFBF;

    padding: 20px 20px;

}



.spe:nth-child(2) .specification-content-slider-item{

    border-right: 0px;

}

.spe:nth-child(4) .specification-content-slider-item{

    border-right: 0px;

}

.spe:nth-child(6) .specification-content-slider-item{

    border-right: 0px;

}

.specification-content-slider-item img {

    padding-top: 4px;

}



.specification-content-block {

    border-left: .5px solid #C8C8C8;

    border-right: .5px solid #C8C8C8;

   /* padding-top: 140px;*/

}

section#specification-section {

    border-bottom: 1px solid #C8C8C8;

}



.spe-arrow {

    margin: auto;

    margin-right: 0;

    width: 100%;

    margin-bottom: 25px;

    display: flex;

    justify-content: right;

    gap: 10px;

}

button.slick-arrow {

    color: #000;

    font-size: 14px;

    font-style: normal;

    font-weight: 300;

    line-height: 25.964px;

    text-transform: capitalize;

    padding: 0px 10px 0px 10px;

    align-items: center;

    gap: 9.694px;

    border-radius: 10000px;

    border: 1px solid #717171;

    background: #fff;

    display: flex;

    justify-content: space-between;

}



section#testimonials-section .section-title-block{

    padding-top: 140px;

}





section#testimonials-section .section-title-block h4 {

    color: #000;

    font-size: 18px;

    font-style: normal;

    font-weight: 300;

    line-height: 26px;

    text-transform: capitalize;

}

section#testimonials-section .section-title-block h2 {

    color: #000;

    font-size: 40px;

    font-style: normal;

    font-weight: 500;

    line-height: 46px;

    text-transform: capitalize;

}

.section-title-block h2 span {

    color: #FFCA41;

}

.testimonials-slider-content {

    border-left: 1px solid #C8C8C8;

    padding-left: 50px;

    padding-top: 140px;

    height: 100%;

}

.testimonials-slider-item-text {

    border-radius: 8px;

    background: linear-gradient(191deg, #FFEDD1 24.42%, #FFFAF3 92.17%);

    height: 100%;

    padding: 20px;

}

.testimonials-slider-item-text h4 {

    color: #000;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 21px;

    margin-bottom: 50px;

}

.testimonials-slider-item-text p {

    color: #333;

    font-size: 14px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

}

.testimonials-slider-item-text h5 {

    color: #000;

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 24px;

    margin-top: 60px;

    margin-bottom: 0;

}

.testimonials-slider-item-text h6 {

    color: #333;

    font-size: 12px;

    font-style: normal;

    font-weight: 400;

    line-height: 18px;

    margin-bottom: 0;

}



.testimonials-slider-item {

    padding-right: 50px;

}

button.prev-btn-tes, button.next-btn-tes {

    height:30px;

    width: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

}



.test-arrow {

    display: flex;

    align-items: center;

    gap: 6px;

    justify-content: end;

    margin-top: 20px;

}



section#testimonials-section {

    border-bottom: 1px solid #C8C8C8;

}



section#btm-about-section {
    background-image: url(../img/banners/Bottom-banner.webp);
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center; 
    padding: 20px; 
}

.btm-about-content-block {
    max-width: 800px;
    padding: 20px;
}

.btm-about-content-block h2 {
    color: #000;
    font-size: 34px; /* Reduced from 42px */
    font-style: normal;
    font-weight: 400;
    line-height: 45px; /* Reduced from 58px */
    text-transform: capitalize;
    margin-bottom: 8px; /* Reduced from 10px */
}

.btm-about-content-block h2 span {
    background: linear-gradient(91deg, #F44 77.36%, #E1BD76 98.63%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}

.btm-about-content-block p {
    color: #464646;
    font-size: 13px; /* Reduced from 15px */
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* Reduced from 33px */
    margin-bottom: 15px; /* Add some spacing */
}

a.enquire-btn {
    border-radius: 7px; /* Reduced from 9px */
    background: var(--icon-color, #FFF);
    padding: 2px 10px; /* Further reduced padding */
    color: #101828;
    font-size: 12px; /* Reduced from 14px */
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* Reduced from 18px */
    letter-spacing: 0.5px; /* Reduced from 1px */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

a.enquire-btn svg {
    width: 28px; /* Further reduced icon size */
    height: 28px;
}

.btm-about-content-block ul {
    border-radius: 12px; /* Reduced from 14px */
    border: 0.6px solid var(--icon-color, #FFF);
    background: rgba(255, 255, 255, 0.47);
    list-style: none;
    max-width: 350px; /* Further reduced from 400px */
    margin-top: 20px; /* Further reduced from 30px */
    padding: 6px 12px; /* Further reduced padding */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btm-about-content-block ul li {
    color: #101828;
    text-align: center;
    font-size: 11px; /* Reduced from 13px */
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #C4C4C4;
    padding: 0 6px; /* Reduced padding */
    gap: 4px; /* Reduced gap */
}

.btm-about-content-block ul li:last-child {
    border-right: none;
}

.btm-about-content-block ul li svg {
    width: 18px; /* Further reduced icon size */
    height: 18px;
}

section#contact-section {

    padding: 90px 0 40px;

}

.contact-img-block img {

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

}

.contact-form-block::before {

    background: rgba(53 88 4 / 47%);

    backdrop-filter: blur(24.850000381469727px);

    position: absolute;

    content: "";

    width: 100%;

    height: 100%;

    z-index: -1;

    top: 0;

    left: 0;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

}

.contact-img-block img {

    height: 100%;

    object-fit: cover;

}

.contact-img-block {

    height: 100%;

}

.contact-form-block {

    background: rgba(0, 0, 0, 0.33);

    backdrop-filter: blur(24.850000381469727px);

    position: relative;

    background-image: url(../img/contact-img.jpg);

    width: 100%;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    padding: 40px 35px;

    border-top-right-radius: 10px;

    border-bottom-right-radius: 10px;

}



.contact-form-block h4 {

    color: #F5F5F5;

    text-align: center;

    font-size: 11px;

    font-style: normal;

    font-weight: 400;

    line-height: 22px;

    letter-spacing: 8px;

    text-transform: uppercase;

}

.contact-form-block h2 {

    color: #F5F5F5;

    text-align: center;

    font-size: 37.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 37.18px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    max-width: 350px;

    margin: 0px auto;

    margin-bottom: 40px;

}

.contact-form-block h2 span {

    color: #FFCE31;

    display: block;

}

.input-group input {

    border-radius: 9px;

    border: 1px solid #B2B2B2;

    color: var(--icon-color, #FFF);

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 15px;

    letter-spacing: 1px; 

    padding: 14px 18px;

    background: transparent;

    width: 100%;

}



.modal-body .contact-form-block h2 {

    color: #F5F5F5;

    text-align: center;

    font-size: 24.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 32px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    max-width: 380px;

    margin: 0px auto;

    margin-bottom: 40px;

}

.input-group select {

    border-radius: 9px;

    border: 1px solid #B2B2B2;

    color: var(--icon-color, #FFF);

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 15px;

    letter-spacing: 1px; 

    padding: 14px 18px;

    background: transparent;

    width: 100%;

}

.input-group input::placeholder{

    color: var(--icon-color, #FFF);

    color: var(--icon-color, #FFF);

    font-size: 16px;

    font-style: normal;

    font-weight: 500;

    line-height: 15px;

}



.input-group{

    width: 100%;

    margin-bottom: 20px;

}



.contact-address-block {

    background: rgba(84, 84, 84, 0.50);

    border: .5px solid #C0C0C0;

    padding: 10px 18px;

    margin-left: 25px;

    border-radius: 10px;

}

.contact-address-block h4 {

    color: var(--icon-color, #FFF);

    font-size: 20px;

    font-style: normal;

    font-weight: 300;

    line-height: 37.18px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    text-align: left;

}

.contact-address-block p {

    color: var(--icon-color, #FFF);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 20px;

    letter-spacing: -0.581px;

    /* text-transform: capitalize; */

}



.contact-address-block p a {

    color: var(--icon-color, #FFF);

    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    line-height: 18px;

    letter-spacing: -0.581px; 

}



button.submit-btn {

    border-radius: 13px;

    border: 1px solid #ABABAB;

    background: var(--icon-color, #FFF);

    color: #101828;

    font-size: 16px;

    font-style: normal;

    font-weight: 600;

    line-height: 20px;

    letter-spacing: 1px;

    display: flex;

    align-items: center;

    padding: 0 20px;

    justify-content: center;

}



.banner-slider-arrow {

    position: absolute;

    top: 50%;

    left: 2.5%;

    display: flex;

    align-items: center;

    justify-content: space-between;

    width: 95%;

    transform: translate(0px, -50%);

}

button.slider-prev-btn.slick-arrow, button.slider-next-btn.slick-arrow {

    background: transparent;

    border: 0;

}





.row.banner-form-block .col-md-6.col {

    width: auto;

}



.testimonials-slider-item-img {

    position: relative;

    height: 100%;

}

.testimonials-slider-item-img img {

    height: 100%;

    object-fit: cover;

    border-radius: 6px;

}

img.img-responsive.mob-banner {

    display: none;

}

select option {

    color: #000;

}



.fixed-btn {

    position: fixed;

    right: 20px;

    bottom: 26%;

    z-index: 10;

}

li.location {

    font-weight: 700;

}

.whatsapp-icon svg {

    background-color: #fff;

    width: 50px;

    height: 50px;

    border-radius: 7px;

    padding: 9px;

    border: 1px solid #ededed;

    

    	text-decoration: blink;

	-webkit-animation-name: blinker;

	-webkit-animation-duration: 0.6s;

	-webkit-animation-iteration-count:infinite;

	-webkit-animation-timing-function:ease-in-out;

	-webkit-animation-direction: alternate;

}



.whatsapp-icon svg {

    fill: #25D366;

}



.call-icon svg {

    background-color: #fff;

    width: 50px;

    height: 50px;

    border-radius: 7px;

    padding: 9px;

    border: 1px solid #ededed;

    margin-top: 8px;

    

    	text-decoration: blink;

	-webkit-animation-name: blinker;

	-webkit-animation-duration: 0.6s;

	-webkit-animation-iteration-count:infinite;

	-webkit-animation-timing-function:ease-in-out;

	-webkit-animation-direction: alternate;

}





@-webkit-keyframes blinker {

  from {opacity: 1.5;}

  to {opacity: .5;}

}





div#stickyModal {

    z-index: 100;

    background-color: rgba(0, 0, 0, 0.5);

    backdrop-filter: blur(10px);

    display: flex;

    justify-content: space-between;

    padding: 15px 20px;

    color: white;

    border-radius: 6px;

    position: fixed;

    bottom: 20px;

    max-width: 800px;

    width: 100%;

    align-items: center;

    left: 50%;

    transform: translate(-50%, 0px);

}

.project-logo img {
    width: 120px;
}

.col.project-list-top-item:last-child{
    border-right: 0px;
}

.prime-location-title-content img{
    width: 80px;
}

.exclusive-p {

    font-size: 20px;

    color:#fff;

    margin-bottom:0px;

}



.nearby-mobile-btn {

    color: #000;

    text-align: center;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    display: flex;

    align-items: center;

    border-radius: 2px;

    background: #FFF;

    padding: 10px 20px;

}



.enquire-btn-mobile {

    color: #FFF;

    text-align: center;

    font-size: 14px;

    font-style: normal;

    font-weight: 500;

    line-height: normal;

    border-radius: 2px;

    background: #F44;

    padding: 10px 20px;

    min-width: 155px;

    margin-left: 10px;

}

.btn-flex {

    display: flex;

    align-items: center;

}



@media only screen and (max-width: 1400px) {

    .form-input input {

        max-width: 200px;

    }

}



@media only screen and (max-width: 1200px) {

    .form-input input {

        max-width: 160px;

    }

    a.unlock-price-btn {

        border-radius: 11px;

        background: #F44;

        color: var(--icon-color, #FFF);

        text-align: center;

        font-size: 15px;

        padding: 12px 14px;

        display: flex;

        min-width: auto;

        justify-content: space-between;

        text-decoration: none;

        gap: 5px;

    }

    .project-detail-item-top {

        gap: 15px;

    }

    .project-detail-item-top div h3 {

        color: #101828;

        font-size: 20px;

    }

    .project-detail-item {

        padding: 25px 30px;

    }







}

@media only screen and (max-width: 991px) {

    div#stickyModal{

        display:none !important;

    }

    .mob-action .nav-item a {

        display: flex;

        align-items: center;

        gap: 10px;

        color: #fff;

    }

    .mob-action {

        position: fixed;

        bottom: 0;

        left: 0;

        width: 100%;

        background-color: #101828;

        color: #fff;

        box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, .4);

        z-index: 1030;

    }

    

    .mob-action .nav-item:not(:last-child) {

        border-right: 1px solid #323232;

    }

    li.nav-item.en-btn {

    display: flex;

    align-items: center;

    gap: 5px;

}

    .mob-action .nav-item {

        padding: 5px 0;

        text-align: center;

        font-size: 14px;

        width: 32%;

        display: inline-flex;

        flex-direction: row;

        align-items: center;

        justify-content: center;

    }

    .row.banner-form-block .col-md-6.col {

        width: 50% !important;

    }

    .form-input input {

        max-width: 100%;

        width: 100%;

        margin-bottom: 14px;

    }

    .form-input{

        margin-bottom: 10px;

    }

    .col.project-list-top-item {

        width: 50% !important;

        flex: auto;

        margin-bottom: 12px;

        border-right: 0px solid #CECECE;

    }

    .col.project-list-top-item:nth-child(2) {

        padding-right: calc(var(--bs-gutter-x)* .5);

        padding-left: calc(var(--bs-gutter-x)* .5);

    }

    .col.project-list-top-item:nth-child(3) {

        padding-right: calc(var(--bs-gutter-x)* .5);

        padding-left: calc(var(--bs-gutter-x)* .5);

    }

    .about-img{

        margin-bottom: 25px;

    }

    .project-detail-item-btm {

        margin-left: -30px;

        margin-right: -30px;

    }

    section#project-detail-section {

        background: #FFF7F4;

        padding: 60px 0 60px;

        position: relative;

    }



    .amenities-video-block{

        margin-bottom: 20px;

    }

    .amenities-list-block .col {

        width: 33.33%;

        flex: auto;

    }

    .amen-ities-list-block-item {

        margin-bottom: 5px;

        width: 100%;

        height: 165px;

        position: relative;

    }



    .specification-content-block {

        border-left: 0;

        border-right: 0;

        padding-top: 0;

    }

    section#testimonials-section .section-title-block {

        padding-top: 70px;

    }

    .testimonials-slider-content {

        border-left: 1px solid #C8C8C8;

        padding-left: 0;

        padding-top: 0;

        height: 100%;

    }

    .testimonials-slider-item {

        padding-right: 20px;

    }

    .btm-about-content-block h2 {

        color: #000;

        font-size: 40px;

        font-style: normal;

        font-weight: 400;

        line-height: normal;

        text-transform: capitalize;

        margin-bottom: 15px;

    }

    .contact-address-block {

        background: rgba(84, 84, 84, 0.50);

        border: .5px solid #C0C0C0;

        padding: 10px 18px;

        margin-left: 0;

        border-radius: 10px;

        margin-top: 20px;

    }



}



a.unlock-mob{

    display: none;

}



@media only screen and (max-width: 767px) {

    .about-text-item-content {

        flex-direction: column;

        align-items: flex-start;

    }
.btm-about-content-block {
    max-width: 100%;
    padding: 0px;
    padding-right: 0px;
}
    

    img.img-responsive.mob-banner {

        display: block;

    }

    img.img-responsive.desk-banner{

        display:none;

    }

    

    .whatsapp-icon svg , .call-icon svg, en-btn svg {

    background-color: #fff;

    width: 40px;

    height: 40px;

    border-radius: 7px;

    padding: 4px;

    border: 1px solid #ededed;

}

    

    .project-detail-item-btm-logo-block img {

        width: 116px;

        height: 55px;

        object-fit: contain;

    }

    .project-detail-item {

        padding: 25px 30px;

        padding-bottom: 0;

    }

    .logo img {

    width: 100%;

    }

    .logo {

        border-radius: 0px 0px 16px 16px;

        background: #D9D9D9;

        width: 78px;

        height: 66px;

        flex-shrink: 0;

        display: flex;

        align-items: center;

        justify-content: center;

        padding: 8px;

    }

    

    .header-call{

        display:none;

    }

    .about-text-item-content div, .about-text-item-content p {

        width: 100%;

    }

    .project-detail-title-block h2 {

        color: #101828;

        text-align: center;

        font-size: 30px;

        font-style: normal;

        font-weight: 400;

        line-height: 122%;

        margin: 35px 0;

    }

    .prime-location-detail-block{

        margin-bottom: 25px;

    }

    .project-ul {

        display: flex;

        align-items: start;

        justify-content: space-between;

        min-height: auto;

        gap: 0;

        flex-direction: column;

    }

    .project-detail-item-btm-img.vihara img {
        width: 140px;
        transform: translate(-20px, 9px);
    }

    .project-detail-item-btm::before {
        height: 100%;
    }

    .project-detail-item-btm-img img {

        width: 140px;

        height: auto;

        object-fit: contain;

        object-position: left;

    }

.project-detail-item-btm-logo-block {

        display: flex;

        flex-direction: column;

        gap: 20px;

        margin-right: 20px;

        margin-top: 10px;

        margin-left: 20px;

    }

    

    a.download-br svg {

    width: 30px;

}

a.download-br {

    display: inline-flex;

    padding: 4px 5px 4px 11px;

    justify-content: flex-end;

    align-items: center;

    flex-shrink: 0;

    color: #1B1B1B;

    text-align: center;

    font-size: 13px;

    font-style: normal;

    font-weight: 400;

    line-height: 15px;

    text-transform: capitalize;

    text-decoration: none;

    border-radius: 11px;

    background: var(--icon-color, #FFF);

}



    a.unlock-price-btn {

        display: none;

    }

    a.unlock-mob{

        display: block;

    }

    .project-detail-item-top div {

        display: flex;

        align-items: flex-start;

        gap: 5px;

        width: auto;

    }

    .section-title-block h2 {

        color: #101828;

        font-size: 30px;

        font-style: normal;

        font-weight: 400;

        letter-spacing: normal;

    }

    section#prime-location-section {

        padding: 60px 0;

        position: relative;

    }

    iframe {

        height: 300px;

    }

    #specification-section .section-title-block h2 {

        color: #000;

        font-size: 28px;

        font-style: normal;

        font-weight: 500;

        line-height: 35px;

        text-transform: capitalize;

    }



    .specification-content-slider-item {

        border-right: 0;

    }

    section#testimonials-section .section-title-block h2 {

        color: #000;

        font-size: 30px;

        font-style: normal;

        font-weight: 500;

        line-height: 36px;

        text-transform: capitalize;

    }



    .testimonials-slider-item-img img {

        height: 400px;

        object-fit: cover;

        object-position: top;

    }

    .testimonials-slider-item-text h4 {

        margin-bottom: 20px;

    }

    .testimonials-slider-item-text h5 {

        margin-top: 30px;

        margin-bottom: 0;

    }



    .contact-form-block {

        margin-top: 20px;

    }

    

    .modal-body .contact-form-block h2 {

    color: #F5F5F5;

    text-align: center;

    font-size: 20.18px;

    font-style: normal;

    font-weight: 300;

    line-height: 29px;

    letter-spacing: -0.581px;

    text-transform: capitalize;

    max-width: 380px;

    margin: 0px auto;

    margin-bottom: 20px;

}



}





@media only screen and (max-width: 576px) {

    

.project-detail--last-item > div {

        width: 100%;

        padding: 0 0px;

    }

    .amenities-list-block .col {

        width: 50%;

        flex: auto;

    }

    

    .project-detail--last-item {

        padding: 20px 25px;

    }

    .amen-ities-list-block-item {

        margin-bottom: 5px;

        width: 100%;

        height: 165px;

        position: relative;

    }

    .testimonials-slider-item-text h4 {

        margin-bottom: 20px;

    }

    .testi-img img {

        width: 100%;

    }

    .testimonials-slider-item {

        padding-right: 0px;

    }

    .btm-about-content-block h2 {

        color: #000;

        font-size: 30px;

    }



    .contact-form-block h2 {

        color: #F5F5F5;

        text-align: center;

        font-size: 28.18px;

        font-style: normal;

        font-weight: 300;

        line-height: 30.18px;

        letter-spacing: -0.581px;

        text-transform: capitalize;

        max-width: 380px;

        margin: 0px auto;

        margin-bottom: 20px;

    }

    .contact-form-block h2 {

        font-size: 28.18px;

        font-style: normal;

        font-weight: 300;

        line-height: 30.18px;

        max-width: 380px;

        margin: 0px auto;

        margin-bottom: 20px;

         text-align: left; 

    }



    .col.project-list-top-item {

        display: flex;

        align-items: end;

        gap: 10px;

        border-right: 1px solid #CECECE;

    }

    .col.project-list-top-item img {

        width: 90px;

    }

    a.view-project-btn {

        color: #101828;

        text-align: center;

        font-size: 14px;

        font-style: normal;

        font-weight: 400;

        line-height: 123%;

        text-decoration: none;

        display: flex;

        align-items: center;

        min-width: 163px;

    }

    a.view-project-btn svg{

        margin-right:15px;

    }

    #specification-section .section-title-block {

    margin-top: 80px; 

}

.btm-about-content-block ul { 

    margin-top: 30px; 

    margin-bottom: 20px;

    padding: 10px 10px 10px;

}



/*section#btm-about-section {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-position: bottom right;*/
/*    background-repeat: no-repeat;*/
/*    padding: 100px 0 60px;*/
/*    background-size: 205%; */
/*}*/



.btm-about-content-block ul li { 

    font-size: 14px; 

    padding: 0 10px;

}

.prime-location-detail-block .nav-item{

    width:100%;

}

.modal-body .contact-form-block h4 {

        text-align: center;

    }

.test-arrow { 

    margin: 20px 0;

}

    .testimonials-slider-content {

        border-left: 0; 

    }

.contact-form-block {

        margin-top: -7px; 

    }

    .contact-form-block h4 { 

    text-align: left; 

}

    button.submit-btn { 

    width: 100%;

}

    

    

    

    

    

    

    

}





.modal-body {

    padding: 0;

}



a{

    cursor: pointer;

}

button.btn-close {

    position: absolute;

    top: 20px;

    z-index: 10;

    right: 20px;

}

.modal-body .contact-form-block {

    margin-top: 0;

}





.modal-dialog.test-video { 

    width:100%;

    max-width:450px;

    position: relative;

    

}

.modal-dialog.test-video video{  

     width: 100%;

    display: block;

}



.modal-dialog.test-video .btn-close{

    opacity:1;

    background:unset;

}



