@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

h1,h2,h3,h4,h5,h6,p,a,li,label,input,textarea,button{
    font-family: "Roboto", sans-serif;
}
/* Common CSs */

.btn-theme{
    background: var(--theme) !important;
}
.bg-theme{
    background: var(--theme);
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.text-justify{text-align:justify!important;}
.text-theme{
    color: var(--theme);
}
.common_button {
    padding: 12px 30px 13px 30px;
    font-size: 18px;
    border-radius: 0;
}
/* Header */
.main_headerCU .navbar-nav li a {
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.main_headerCU .navbar-nav li {
    margin-right: 15px;
}

.main_headerCU .navbar-nav li a:hover {
    color: var(--theme);
}

.main_headerCU  button.btn.btn-theme.common_button {
    padding: 8px 18px;
    font-weight: 500;
}

.main_headerCU {
    background: #fff;
    box-shadow: 0px 5px 14px rgb(0 0 0 / 6%);
}
/* End Common CSs */
/* banner */
.banner_slider {
    padding: 60px 0 60px;
    position: relative;
    background: #1a1a1a;
}
.banner_slider > div {
    position: relative;
    z-index: 99;
}
.samebanner {
    background: #fff;
    padding: 20px;
    border-radius: 22px;
    height: 100%;
}

.samebanner .heading_border {
    border: 2px dashed #000;
    font-size: 24px;
    text-align: center;
    padding: 11px 5px;
    color: var(--theme);
    font-weight: 900;
    margin: 0 0 15px;
}

.bannerBox1  h2 {
    color: var(--theme);
    font-weight: 900;
    font-size: 28px;
    margin: 10px 0 10px;
    text-align: center;
}

.bannerBox1 {
    text-align: center;
}

.bannerBox1  h5 {
    color: #000;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
}

.bannerBox1 h6 {
    color: #383838;
    font-size: 17px;
    font-weight: 600;
}

.box_borderLeft {
    background: var(--theme);
    font-size: 14px;
    color: #fff;
    padding: 18px 10px;
    font-weight: 600;
    margin: 20px 0 15px;
    border-radius: 8px;
}

.bannerBox1 h4 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.bannerBox1 .price_amount {
    font-size: 28px;
    font-weight: 700;
}

.samebanner button {
    background: var(--theme);
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 9px 40px;
    margin: 10px auto 0;
    font-weight: 500;
    border-radius: 3px;
    transition: all 0.5s ease;
    margin-top: 24px;
}

.samebanner button:hover {
    background: #262626;
}

.right_projectBTN {
    text-align: center;
}

.right_projectBTN a.btn_comon {
    background: var(--theme);
    padding: 9px 29px;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5s ease;
    text-decoration: none;
}

.right_projectBTN a.btn_comon:hover {
    background: #002e66;
}
.main_headerCU .navbar-brand img {
    max-width: 160px;
}

.main_headerCU {
    padding: 10px 0;
}

.box_borderLeft li:before {
    content: "\2022";
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    font-size: 14px;
    margin-left: -2em;
}

.box_borderLeft li {
    list-style: none;
}

.box_borderLeft  h5 {
    letter-spacing: 3px;
}

.box_borderLeft ul {
    margin: 0;
    border: 2px dashed #eee;
    padding: 12px;
}

.bannerBox2.samebanner h4 {
    text-align: center;
}


.bannerBox2.samebanner .right_projectBTN  .enquire_nowprice {
    margin-top: 14px;
}

.about-thumb {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: clamp(2rem, -0.13rem + 4.437vw, 3.75rem);
    max-width: 580px;
}
.about-thumb::before, .about-thumb::after {
    position: absolute;
    content: "";
    width: clamp(6.25rem, 0.858rem + 20.349vw, 10.625rem);
    height: 100%;
    background: linear-gradient(90deg, #3ca76a 0.04%, #0d8e4c 28.67%, #0d8e45 54.05%, #0d8e45 78.11%, #0d8e45 100.04%);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 5px;
    z-index: -1;
    opacity: 0.2;
}
.about-thumb::after {
    left: auto;
    right: 0;
}
.about-thumb img {
    max-width: 460px;
    width: 100%;
    margin: 0 auto;
}
.client-statistics {
    background-color: #fff;
    padding: 15px 40px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    gap: clamp(0.75rem, 0.141rem + 1.268vw, 1.25rem);
}


.client-statistics__number {
    font-size: 35px;
    color: var(--theme);
    font-weight: 700;
}
.button_groupVo button {
    padding: 10px 30px;
    border: 1px solid var(--theme);
    margin: 10px 15px 0 0px;
    transition: all 0.5s ease;
    font-weight: 500;
    color: var(--theme);
    background: transparent;
}

.button_groupVo button:hover {
    background: var(--theme);
    color: #fff;
}
.area_table_warp td a {
    border: 1px solid #000;
    padding: 6px 10px;
    text-decoration: none;
    color: #000;
    transition: all 0.5s ease;
    font-size: 14;
}
.area_table_warp td {
    padding: 17px 15px;
}
.area_table_warp td a:hover {
    background: var(--theme);
    color: #fff;
    border-color: var(--theme);
}

/* WORLD CLASS AMENITIES */
.aminityslider {
    margin: 30px 0;
}

.aminityslider img.swiper-slide-image {
    border: 2px solid var(--theme);
    margin-bottom: 9px;
}

.aminityslider  a {
    text-decoration: none;
    color: #383838;
    font-size: 18px;
    outline: none;
}

.swiper-pagination-bullet-active {
    background: var(--theme);
}

.swiper-button-next, .swiper-button-prev {
    background: #fff;
    width: 35px;
    height: 36px;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
}

/* End WORLD CLASS AMENITIES */

/* Call To Action */
.developer_logo img{
    max-width: 190px;
}
.call_formMK > div {
    padding: 0 7px;
}

.call_formMK > div input {
    padding: 9px 20px;
    border-color: #a1a1a1;
    border-radius: 4px;
}

.btn-theme:hover {
    background: #000 !important;
}

.custom_h3 {
    color: #111111;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin-bottom: 0;
}
.custom_h4 {
    color: #111111;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1.4px;
    margin-bottom: 0;
}


.sparetor_line {
    display: inline-block;
    max-width: 320px;
    width: 100%;
    background: #000;
    height: 2px;
}

.call_formMK > div button.btn.btn-theme { padding: 9px 20px;  border-radius: 4px;}
/* End Call To Action */
/* Footer Css */
.logo_footer img {
    max-width: 150px;
    max-height: 35px;
}

.copywarp p,.copywarp ul li a {
    font-size: 14px;
}
.main_footer {
    background: #404040;
}

.copyright_footer {
    background: #101010;
    padding: 10px;
}
.modal-head {
    background: var(--theme);
    padding: 12px;
    text-align: center;
    position: relative;
}
.modal-head .modal-title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
}
.locationbox_list button.accordion-button {
    background: transparent;
    border: none;
    border-radius: 0 !important;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    padding: 14px 0;
    outline: none;
    box-shadow: none !important;
}

.locationbox_list .accordion {
    background: transparent;
    --bs-accordion-bg: transparent;
    border: none;
    --bs-accordion-border-color: none;
}

.locationbox_list button.accordion-button::after {
    filter: brightness(0) invert(1);
}

.locationbox_list .accordion-body {
    padding: 20px 0;
}

.locationbox_list .accordion-body ul li {
    color: #eee;
    margin-bottom: 13px;
}
.modal-head button.close {
    position: absolute;
    right: 10px;
    font-size: 36px;
    padding: 0;
    line-height: .5;
    background: 0 0;
    border: none;
    color: #fff;
    top: 10px;
}
.leftPop span.modal-highlight-title {
    color: #000;
    display: block;
    padding: 8px;
    font-size: 19px;
    font-weight: 400;
    background: #ffdf8f;
    margin-bottom: 10px;
}

.leftPop {
    min-width: 190px;
    text-align: center;
    background: #efefef;
}
.popBox {
    display: flex;
}
ul.modal-highlight {
    padding: 0;
    margin: 0;
}
ul.modal-highlight li {
    margin-bottom: 13px;
    list-style: none;
}ul.modal-highlight img {
    max-width: 65px;
    display: block;
    margin: auto;
}.right_formSide {
    padding: 30px;
    width: 100%;
}.right_formSide h4 span {
    color: #ff0a0a;
    font-weight: 400;
}
.form-group-select-modal-div select {
    width: 40%;
    float: left;
    border: 1px solid #ced4da;
    border-right: none;
    height: 38px;
    padding: 0 0 0 8px;
    cursor: pointer;
    outline: none;
    font-size: 15px;
}
.form-group-select-modal-div input {
    width: 60% !important;
    float: left;
}

.right_formSide h4 {
    margin-bottom: 20px;
}

.popForm .form-group {
    margin-top: 20px;
    clear: both;
}

.clearfix {
    clear: both;
}
.logo_popup  img {
    max-width: 180px;
}

.footer_call p {
    font-size: 24px;
    margin: 0;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}
.popForm  button.micro-form-btn {
    margin-top: 29px;
    width: 100%;
    background: #282828;
    color: #fff;
    padding: 11px;
    border: none;
    transition: all 0.5s ease;
}

.popForm button.micro-form-btn:hover {
    background: var(--theme);
}
.qr_Box_pro {
    background: #fff;
    padding: 20px 0;
    box-shadow: 0px 1px 16px rgb(0 0 0 / 8%);
    border-radius: 3px;
}
.about_developer_img {
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    max-height: 200px;
    position: sticky;
}
.about_developer_img img {
    max-width: 230px;
    max-height: 80px;
}
.common_heading {
    font-size: 32px;
    font-weight: 600;
}
.space_line {
    display: inline-block;
    height: 4px;
    width: 70px;
    background: var(--theme);
    margin-bottom: 5px;
}
.location_warpper .accordion-collapse .accordion-body p,.location_warpper .accordion-collapse .accordion-body ul{color: #fff !important}

.mob-action {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--theme);
	color: var(--colorBtn);
	box-shadow: 0 1px 6px 2px rgba(0,0,0,.4);
	z-index: 1030
}

.mob-action .nav-item {
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
	width: 32%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	justify-content: center
}
.mob-action .nav-item:not(:last-child) {
	border-right: 1px solid var(--colorBtn)
}
.mob-action .fa-icon{margin-right:12px;font-size: 18px;color: var(--colorBtn);}
.plan-layout img{height: 233px;width: auto !important;margin: auto;}
.img-box {
    position: relative;
    overflow: hidden;
}
.img-box .at-property-overlayer {
    position: absolute;
    bottom: -100%;
    z-index: 111;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.img-box:hover .at-property-overlayer {
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}

.at-property-btn {
    text-transform: uppercase;
    border: .1vw solid #e0e0e0;
    background: 0 0;
    border-radius: 0;
    position: absolute;
    top: -15%;
    left: 50%;
    z-index: 222;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.img-box:hover .at-property-btn {
    color: #e0e0e0;
    background: rgba(0,0,0,.7);
    top: 50%;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

/* -----------------------
Responsive
----------------------- */
@media(max-width:1199px){
    .samebanner .heading_border {
        
        font-size: 19px;
    }
    .bannerBox2.samebanner h4 {
        font-size: 20px;
    }
    .bannerBox1 h2 {
        font-size: 24px;
        margin: 6px 0 3px;
    }
    .bannerBox1 h5 {
        font-size: 16px;
    }
    .box_borderLeft li {
        font-size: 13px;
    }
    .box_borderLeft ul {
        padding: 12px 0;
    }
    .bannerBox1 h4 {
        font-size: 18px;
    }
    .bannerBox1 .price_amount {
        font-size: 26px;
    }
    .bannerBox2.samebanner ul {
        padding: 0 0 0 20px;
    }
}
@media(max-width:991px){
    .copywarp {
        flex-wrap: wrap;
        gap: 11px !important;
    }
    .about-thumb {
        margin-right: clamp(1.5rem, -1.156rem + 4.283vw, 3.125rem);
    }
    .main_headerCU .navbar-nav li {
        margin-right: 0;
    }
    .main_headerCU .navbar-collapse {
        position: absolute;
        top: 80px;
        background: #f5f5f5;
        width: 100%;
        left: 0;
    }
    
    .main_headerCU .navbar-collapse ul li a {
        border-bottom: 1px solid #d9d9d9;
        padding: 14px 30px;
    }
    
    .main_headerCU  button.navbar-toggler {
        outline: none;
        box-shadow: none;
    }
    
    .main_headerCU .navbar-collapse ul.navbar-nav {
        margin-right: 0 !important;
    }
    
    .main_headerCU button.btn.btn-theme.common_button.text-white.Instantcall {
        width: 100%;
        margin: -7px 0 0;
    }
    .location_warpper iframe {
        height: 300px;
    }
    
    .banner_sliderBox {
        margin: 20px 0;
        border-radius: 12px;
        overflow: hidden;
    }
    .main_headerCU {
        padding: 0px 0;
    }
    .leftPop {
        min-width: 140px;
    }
    ul.modal-highlight li {
        font-size: 13px;
    }
    .leftPop span.modal-highlight-title {
        font-size: 16px;
    }
    .right_formSide {
        padding: 20px 20px;
    }
    .right_formSide h4 {
        font-size: 18px;
    }
}
@media(max-width:767px){
    .custom_h3 {font-size: 24px;}
	.logo_footer{margin:auto}
	.copywarp p,.copywarp ul{text-align:text-center;width:100%;}
	.copyright_footer{margin-bottom: 50px;}

     /** Chat box**/
     #chat-bot-launcher-container {right: 10px!important;}
     #chat-bot-launcher-container.chat-bot-avatar-launcher, #chat-bot-launcher-container.chat-bot-launcher-notext {
        bottom: 72px!important;
    }
    #chat-bot-message-container {bottom: 136px!important;}
    .banner_slider { padding: 20px 0 20px;}
}
@media(max-width:650px){
    .area_table_warp td {
        padding: 2px 13px;
        width: 100%;
        display: block;
        text-align: center;
        border: none;
    }
    .area_table_warp table tr td:nth-child(2) {
        font-size: 18px;
        font-weight: 400;
    }  
    .area_table_warp table tr td:nth-child(1) {
        font-size: 25px;
        font-weight: 600;
        padding-top: 15px;
    }   
    .area_table_warp table tr td:nth-child(3) {
        font-size: 21px;
        font-weight: 600;
        line-height: 30px;
    }

    .area_table_warp table tr th {
        display: none;
    }
    .area_table_warp table tr td:nth-child(4) {
        padding-top: 15px;
        padding-bottom: 25px;
    }
}
@media(max-width:480px){
    .leftPop {
        display: none;
    }
    .banner_slider { padding: 15px 0 15px;}
}

