@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&display=swap');
/* #Primary
================================================== */
:root {
    --primary-color: rgb(10, 112, 161);;
    --primary-color1: #ff7a87;
    --secondary-color: #31708f;
    --font-color: #212112;
}

.font-bolder{
    font-family: sans-serif;
    font-weight: 400;
    text-shadow: 0px -0.5px black;
}
.m-view {
    display: none;
}
.d-view {
    display: block;
    height: 100vh;
    object-fit: cover;
}

.slider_container .carousel-item img{
    object-fit: unset
}

.view_detail_btn {
    background-color: #000 !important;
}
@media(max-width:500px) {
    .d-view {
        display: none;
    }
    .m-view {
        display: block;
    }
}

#collapsibleNavbar{
    transition: 0.3s all ease;
}
.newClass {
    position: fixed !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    margin-left: 0;
    border-radius: 0;
    z-index: 99;
    box-shadow: 0px -10px 23px 0px #111;
/*
    -webkit-transition: width 1s ease-in-out;
    -moz-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
*/
    transition: 0.3s all ease;
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 {
    background-color: var(--primary-color);
    color: :#fff;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar_container .custom_navbar li.nav-item.specail-li-2 a, .navbar_container .custom_navbar li.nav-item.specail-li-2 i {
    color: #fff
}

.main_inside_container h4.starting-price {
    background-color: rgb(10, 112, 161);;
    color: #fff;
    padding: 5px;
    text-align: center;
    font-size: 1.5rem;
    margin-top: 3px;
}
.top_form h2 {
    background: linear-gradient(-45deg, var(--primary-color), var(--primary-color1), #ddd0ad, var(--primary-color1));
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
}
@keyframes blinker {
50%{color:#fff}
} 
.overview_container button.btn.btn-download-brochure {
    padding: 15px 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 0;
    margin-top: 25px;
    display: flex;
    align-items: center;
}
button.close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--primary-color);
    color: #000;
    z-index: 99;
    padding: 10px 12px;
    opacity: 1;
}
.enquire-btn {
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    border: none;
    padding: 10px;
}
.btn-warning:hover {
    color: #fff;
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}
.pricelist_container button.btn.btn-custom {
    background-color: var(--primary-color);
    color: #fff
}
.pricelist_container button.btn.btn-custom:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
    color: #fff
}
.highlights_container, .pricelist_container {
    background-color: #000;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../../assets/images/pattern.webp) repeat-y #f9f5ea;
}

.highlights_container .highlight_box .p-para{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 60px;
}
.pricelist_container {
    padding-top: 120px;
    padding-bottom: 130px;
    background: url(../../assets/images/ptrn.webp) repeat #fff;
}
.amenities_container .amenities_box span {
    position: absolute;
    top: -10px;
    right: -8px;
    color: #8d8d8d;
    font-size: 22px;
    z-index: 11;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.amenities_container .amenities_box h4 {
    background-color: var(--primary-color);
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 5px;
    position: absolute;
    text-transform: capitalize;
    top: 14px;
    left: 0;
    z-index: 9;
    width: 70%;
    backdrop-filter: blur(4px);
}
.location_container .timeline-item h3::before {
    content: "";
    position: absolute;
    left: -2.35em;
    background-color: var(--primary-color);
    width: .7em;
    height: .7em;
    border-radius: 50%;
    transform: translate(-0.5px, 0.2em);
}
.color-black{
    color: #000
}
.floorPlanImg{
    width:100%;
    height:260px;
}

strong{ font-weight: 600; }
section.section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}
.contactusSection .wrapper {
    width: 100%;
    -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%), 0px 2px 4px -1px rgb(0 0 0 / 20%);
    border-radius: 0;
}
.contactusSection .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contactusSection .contact-wrap {
    background: #fff;
}

.contactusSection .info-wrap {
    background-color: var(--primary-color);
}

.contactusSection .info-wrap h3 {
    color: #fff;
}

.contactusSection .info-wrap .dbox {
    width: 100%;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}

.contactusSection .info-wrap .dbox:last-child {
    margin-bottom: 0;
}

.contactusSection .info-wrap .dbox p {
    margin-bottom: 0;
    color: #fff;
    padding-left: 15px;
}

.contactusSection .info-wrap .dbox p span {
    font-weight: 600;
    color: #fff;
}

.contactusSection .info-wrap .dbox p a {
    color: #fff;
}

.contactusSection .info-wrap .dbox .icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    margin-left: 0;
}

.contactusSection .info-wrap .dbox .icon span {
    font-size: 20px;
    color: #fff;
}

.contactusSection .info-wrap .dbox .text {
    width: calc(100% - 50px);
}
.padding-right {
    padding-right: 0;
    padding-left: 0;
}
.contactusSection .info-wrap {
    background-color: var(--primary-color);
}
.contactusSection .btn {
    font-family: proxima-nova-bold;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 10px;
    text-transform: capitalize;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contactusSection .btn:hover {
    color: var(--primary-color);
    background-color: #ffffff;
}

.contactusSection .theme_button {
    text-align: right;
}
.contactusSection .info-wrap .dbox .icon { font-size: 1.2rem; }
.site_footer {
    background-color: #000000;
    margin-top: 40px;
}
.footer_bottom {
    padding: 30px 0px;
}
.footer_bottom .column_1 .site_copyright {
    line-height: 30px;
    text-transform: capitalize;
}
.footer_bottom .column_2 .site_policy {
    padding-right: 70px;
}
.footer_bottom .column_2 a {
    font-family: lato-semi-bold;
    font-size: 18px;
    line-height: 30px;
    color: #888888;
    text-transform: capitalize;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.footer_bottom .column_2 a:hover {
    color: #1d44f9;
}
.header-banner {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../assets/images/header-banner.jpg);
    padding: 180px 0 70px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center;
}
.header-banner h1 {
    color: #fff;
    font-weight: 500;
    font-size: 50px;
    text-align: center;
    margin: 0;
}

.dk_custom_heading{ font-size:32px ; margin-bottom:10px; }



@media (max-width: 1280px) {
    .navbar_container .custom_navbar .developer-logo {
        width: 135px;
        padding: 0;
    }
    .pricelist_container span {
        font-size: 50px;
        bottom: -6px;
    }
    .pricelist_container span.span-2::after {
        top: 120px;
    }
    .pricelist_container span.span-2::before {
        top: -19px;
    }
}

@media (max-width: 1480px) {
    .navbar_container .custom_navbar .developer-logo {
        width: 80%;
        padding: 10px;
    }
    .main_inside_container p.price_heading {
        font-size: 0.8rem;
        padding-top: 5px;
        margin-top: 5px;
    }
}

@media (max-width: 1600px) {
    .pricelist_container span {
        font-size: 50px;
        bottom: -5px;
    }
}


@media only screen and (max-width: 600px) {
    h1.projectName_heading, .dk_custom_heading{ font-size:24px ; margin-bottom:10px; }
    .header-banner { padding: 70px 0 70px; }
    .footer_bottom .column_1 .site_copyright{ text-align: center}
    .location_container .custom_heading{ padding-top: 45px}
    .top_form h2{ display: none }
    .main_inside_container .box-1{ background-color:var(--primary-color); }
    .location_container .timeline-item h3::before {
    content: "";
    position: absolute;
    left: -2.6em;
    }
}