body {
    /* background: #f6fff3; */
    /* font-family: 'Arimo', sans-serif; */
    /* font-family: 'Nunito Sans', sans-serif; */
    /* font-family: 'Lora', serif; */
    font-family: 'Barlow', sans-serif;
    /* font-family: 'poppinsregular';  */
    font-size: 16px;
    line-height: 1.8;
    color: #777;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
    /* font-family: 'inter', sans-serif; */
    /* font-family: 'muli', 'Helvetica', 'Arial', sans-serif; */
}

.text-justify {
    text-align: justify;
}

img {
    width: 100%;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    z-index: 99;
    transition: all 0.5s ease;
}


.header.fixed {
    background: #FFF;
    padding: 10px 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.header.fixed .main_wrap .menu ul li a {
    color: #1c1b1b;
}

.header .main_wrap .dlf_logo .black {
    display: none;
}

.header.fixed .main_wrap .dlf_logo .black {
    display: inline-block;
}

.header.fixed .main_wrap .dlf_logo .white {
    display: none;
}

.header .main_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .main_wrap .logo {
    width: 216px;
}

.header .main_wrap .logo img {
    max-width: 100%;
}

.header .main_wrap .logo img:nth-child(1) {
    display: block;
}

.header .main_wrap .logo img:nth-child(2) {
    display: none;
}

.header.fixed .main_wrap .logo img:nth-child(1) {
    display: none;
}

.header.fixed .main_wrap .logo img:nth-child(2) {
    display: block;
}

.header .main_wrap .menu {
    width: calc(100% - 216px - 225px);
    padding-right: 14px;
}

.header .main_wrap .menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.header .main_wrap .menu ul li {
    padding: 0 14px;
}

.header .main_wrap .menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
}


.header .main_wrap .dlf_logo img {
    max-width: 90px;
}

.header .main_wrap .dlf_logo {
    width: fit-content;
}

.header .main_wrap .dlf_logo a {
    font-size: 12px;
    text-transform: uppercase;
    background: #1c1b1b;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    padding: 13px 20px;
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
    border-radius: 3px;
}


.section_padding {
    /*padding: 50px 0;*/
}

/* -- Overview Section -- */

.overview_section {
    text-align: center;
    padding: 50px 0;
}

.overview_section .title {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 30px;
}

.overview_section p {
    color: #FFF;
}

.overview_section .theme_btn1 {
    margin-top: 20px;
}

/* -- Buttons -- */
.theme_btn1 {
    padding: 14px 20px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #1c1b1b;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease;
}

.theme_btn1:hover {
    background: transparent;
    color: #FFF;
}

.theme_btn2 {
    padding: 14px 20px;
    background: #1c1b1b;
    border: 1px solid #1c1b1b;
    color: #FFF;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease;
}

.theme_btn2:hover {
    background: transparent;
    color: #1c1b1b;
}

/* -- Relationship Section -- */
.relationship_section .relationship_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 10%);
}

.relationship_section {
    position: relative;
}

.relationship_section .relationship_overlay .content_box {
    padding: 30px;
    background: rgb(107 130 100 / 65%);
}

.relationship_section .relationship_overlay h2 {
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 0 0 4px #c89f22;
}

.relationship_section .relationship_overlay p {
    color: #FFF;
}

.relationship_section .relationship_overlay a {
    margin-top: 15px;
}


/* -- Amenities Section -- */
.amenities_slider .item>img {
    width: 100%;
}

.amenities_slider .slider_caption_right,
.amenities_slider .slider_caption_left {
    position: absolute;
    z-index: 99;
    bottom: 60px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.amenities_slider .slider_caption_right {
    right: 50px;
    text-align: right;
}

.amenities_slider .slider_caption_left {
    left: 50px;
    font-size: 16px;
    font-weight: 700;
}

.amenities_slider .item .amenities_overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    padding: 20px 15px;
    width: 300px;
    height: 200px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 47%);
}

.amenities_slider .item .amenities_overlay h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1c1b1b;
}

.amenities_slider .item .amenities_overlay p {
    font-size: 13px;
    color: #333;
    margin-bottom: 0px;
    display: flex;
    line-height: 22px;
    font-weight: 500;
}

.amenities_slider .item .amenities_overlay p span {
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    min-width: 75px;
    max-width: 75px;
}

.amenities_slider .item .amenities_overlay p span:nth-child(2) {
    min-width: auto;
    margin-right: 10px;
}

.amenities_slider .item .amenities_overlay p:last-child {
    margin-bottom: 0;
}

.amenities_slider .item .amenities_overlay ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.amenities_slider .item .amenities_overlay ul li {
    font-size: 15px;
    display: flex;
    margin-bottom: 23px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.amenities_slider .item .amenities_overlay ul li:last-child {
    margin-bottom: 0;
}

.amenities_slider .item .amenities_overlay ul li img {
    width: 45px;
    max-width: 45px;
    height: fit-content;
    margin-right: 20px;
}

.amenities_slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 99;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.amenities_slider .owl-dots button.owl-dot.active {
    opacity: 1;
}

.amenities_slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #FFF;
    opacity: 0.6;
    border-radius: 20px;
}

.title_header :last-child {
    margin-bottom: 0;
}

.title_header h2 {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 5px;
    margin-top:5px;
}

.title_header p {
    color: #FFF;
}

.title_header {
    margin-bottom: 50px;
}

.spt0 {
    padding-top: 0;
}

.spb0 {
    padding-bottom: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

/* -- popup -- */
.popup_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(134, 41, 41, 0.8);
    z-index: 99;
    display: none;
}

.popup_modal .popup_modal_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_modal .popup_contaier {
    width: 600px;
    max-width: calc(100% - 30px);
    background: #1c1b1b;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0px 20px 0 rgb(205 151 3 / 22%);

}

.popup_modal .popup_body {
    padding: 20px 20px 25px;
    position: relative;
    border-radius: 6px;
    border: 2px solid #fff;
}

.popup_body>* {
    z-index: 2;
    position: relative;
}


.popup_modal .popup_body h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

.popup_modal .popup_body p {
    text-align: center;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.popup_modal .popup_body .theme_btn1 {
    min-width: 120px;
    border-radius: 4px;
}

.popup_modal select.form_control option {
    color: #1c1b1b;
}

.form_control {
    color: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px 12px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    letter-spacing: 0.6px;
}

.form_control_wrap {
    margin-bottom: 15px;
}



.popup_modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
}

.popup_modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.popup_modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}


.popup_modal .popup_close {
    position: absolute;
    right: -11px;
    top: -10px;
    background: #fff;
    font-family: monospace;
    font-weight: 900;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.popup_modal .popup_close:hover {
    background: #fff;
}

/* --- banner text -- */

/* -- slider banner text -- */
.slide_repeater>img {
    width: 100%;
}

.slide_repeater {
    position: relative;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_overlay .banner_text {
    margin-bottom: 4%;
}

.banner_overlay h4 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 5px;
    color: #000000;
}

.banner_overlay h2 {
    font-size: 2.8vw;
    line-height: 1;
    padding-bottom: 30px;
    color: #000000;
}

.banner_overlay p {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 12px;
    position: relative;
    color: #000000;
}

.banner_overlay p.border_tag {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.banner_overlay p.big {
    font-size: 20px;
    line-height: 30px;
}

.banner_overlay p.border_tag:after {
    content: '';
    background: #000000;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.banner_overlay .theme_btn1 {
    margin-right: 8px;
    background: #1c1b1b;
    border-color: #1c1b1b;
    color: #FFF;
}

.banner_overlay a:hover {
    color: #1c1b1b;
    background: transparent;
}


/* -- trigger -- */
.header .main_wrap .menu .close_menu {
    display: none;
}

#mob_trigger {
    display: none;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
    cursor: pointer;
    background: #1c1b1b;
    padding: 7px;
    border-radius: 2px;
    width: fit-content;
}

#mob_trigger span {
    background-color: #FFF;
    width: 26px;
    height: 3px;
    margin: 2.5px 0;
    display: block;
    transition: all .4s ease;
    transform-origin: 0 0;
}

/* -- Floor Section -- */
.floor_section .title_header h2 {
    color: #1c1b1b;
}

.floor_section img {
    border: 7px solid rgb(0 0 0 / 16%);
}

.floor_slider .owl-item {
    opacity: 0.5;
}

.floor_slider .owl-item.active.center {
    opacity: 1;
}

.floor_slider .owl-item a span {
    position: absolute;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background: rgb(107 130 100 / 94%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 5px;
    font-weight: 700;
}

.floor_slider .owl-item a {
    position: relative;
}

/* .smart_home{padding: 0px 0 80px;} */

.smart_home .col-lg-6.pad0 {
    background: #fff;
    padding: 40px 100px 30px 100px;
    padding-left: 174.5px;
    float: left;
    min-height: 610px;
    display: flex;
    align-items: center;
}

.smart_home .smart_box {
    display: block;
    height: 100%;
}

.smart_home .smart_box h4 {
    color: #1c1b1b;
    font-size: 50px;
    margin-bottom: 30px;
}

/* .smart_home .smart_box2 {
    display: table-cell;
    vertical-align: middle;
} */


.smart_home .smart_box_img {
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: -60px;
}


.smart_home .smart_box_img img {
    max-width: 720px;
    background: #fbfbfb;
}

/* -- Floating Button -- */
.theme_btn1.floating {
    position: fixed;
    top: 50%;
    z-index: 99;
    right: 20px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: right;
    background: #1c1b1b;
    border-color: #1c1b1b;
    color: #FFF;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 56%);
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}


/* -- map section -- */
.mapsect.smart_home .col-lg-6.pad0 {
    height: auto;
    padding-left: 100px;
    padding-right: 174.5px;
    background: #FFF;
    display: block;
}

.mapsect .map_location_slider .item img {
    max-width: 30px;
    margin-right: 14px;
}

.mapsect .map_location_slider {
    margin-top: 10px;
}

.mapsect .map_location_slider .location_content {
    background: rgb(0 0 0 / 4%);
    padding: 15px 20px;
    max-width: 100%;
    border-radius: 4px;
    max-width: calc(100% - 60px);
}

.mapsect .map_location_slider .item .location_content ul li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.mapsect .map_location_slider .item .location_content ul li:last-child {
    margin-bottom: 0;
}

.mapsect .map_location_slider .item .location_content ul {
    padding: 0;
    margin: 0;
}

.mapsect .map_location_slider .item .location_content h4 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 10px 0;
    color: #1c1b1b;
    font-family: 'Barlow', sans-serif;
    display: flex;
    align-items: center;
}

.mapsect .map_location_slider .item .location_content ul li span:last-child {
    font-weight: 600;
}

.mapsect .map_location_slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.mapsect .map_location_slider .owl-nav button {
    z-index: 99;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #1c1b1b;
    color: #1c1b1b;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-bottom: 8px;
}

.mapsect .map_location_slider .owl-nav button.owl-next:before {
    content: '\f061';
    font-family: fontawesome;
}


.mapsect .map_location_slider .owl-nav button span {
    display: none;
}

.mapsect .map_location_slider .owl-nav button.owl-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
}

.mapsect .map_location_slider .owl-nav button:hover {
    background: #1c1b1b;
    color: #FFF;
}

.smart_home.mapsect .row {
    flex-direction: row-reverse;
}

.smart_home.mapsect .smart_box_img {
    float: right;
    margin-left: auto;
    margin-right: -60px;
}

.new_amenities_section {
    background-color: #FFF;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/bg-amenity.jpg);
    background-position: top center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    min-height: 500px;
    position: relative;
}

.new_amenities_section .title_header h2 {
    color: #fff;
    /* color: #1c1b1b; */
}

.new_amenities_section .title_header p {
    color: #fff;
    /* color: #212529; */
}

/* .new_amenities_section .amenities_row>div {
    padding: 0;
} */

/* .new_amenities_section .amenities_row>div:nth-child(4) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(8) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(11) .card-with-icon-item {
    border-right: 0;
}

.new_amenities_section .amenities_row>div:nth-child(9) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(10) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(11) .card-with-icon-item {
    border-bottom: 0;
} */




.white-icon {
    position: absolute;
    opacity: 0;
    transition: all 0.3s linear;
}

.card-item-icon img {
    width: 45px;
    height: 45px;
}

.amenities_row {
    margin-bottom: 40px;
}

.card-with-icon-item {
    position: relative;
    background: transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: 100%;
    padding: 10px 0;
}

.card-item-icon {
    position: relative;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.card-item-content {
    text-align: center;
    padding: 20px 10px;
    border-radius: 2px;
    background-color: #f7f8f9;
    border: 1px solid #d0eef9;
    border-radius: 8px;
    font-size: 32px;
    color: var(--colorPrimary);
}


.card-item-content i {
    font-size: 40px;
    padding-top: .5rem;
    padding-bottom: .75rem;
}

.stepping-into-content .card-item-content {
    max-width: 340px;
}

.card-item-content p {
    color: #000000;
    line-height: 22px;
    margin-top: 10px;
    font-size: 18px;
    font-family:'Calibri',sans-serif!important;
}

.amenities_note {
    font-size: 13px;
    margin-bottom: 0;
}

/* -- new specification -- */
.specifications_sct {
    margin-bottom: 70px;
}

.tab_container.tab {
    display: none;
}

.tab_container.tab.tab_active {
    display: block;
}

ul.tab_links li a.active {
    background: #015ca6;
    color: #FFF;
}

ul.tab_links li a {
    display: block;
    border-radius: 50px;
    padding: 6px 21px;
    color: #1c1b1b;
    text-decoration: none;
}

ul.tab_links {
    border: 2px solid #1c1b1b;
    list-style: none;
    padding: 4px;
    margin-bottom: 30px;
    border-radius: 50px;
    width: max-content;
    display: flex;
}

.accodion_items.show h4:after {
    content: '-';
}

.accodion_items .accodion_content {
    display: none;
}

.location .accodion_items {
    margin-bottom: 16px;
}

.location.first .accodion_items:first-child .accodion_content {
    display: block;
}


.location h4 {
    display: flex;
    color: #1c1b1b;
    margin-bottom: 0;
    border: 1px solid #1c1b1b;
    padding: 10px 16px;
    background: transparent;
    font-size: 18px;
    justify-content: space-between;
    cursor: pointer;
}

.accodion_items.show .accodion_title {
    background: #015ca6;
    color: #FFF;
    margin-bottom: 0;
    border-color: #1c1b1b;
}

.location h4:after {
    content: '+';
    font-weight: 900;
}

.location ul {
    list-style: none;
    background: #015ca6;
    padding: 15px 20px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 0;
}

.location ul li {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    color: #FFF;
    letter-spacing: 0.1px;
    gap: 15px;
    font-size: 14px;
}

.location ul li:first-child {
    border-top: none;
}

.location ul li span:nth-child(2) {
    text-align: right;
}

.location_note {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.4px;
    margin: 15px 0 0 0;
    line-height: 19px;
}

.two_column_section.level2 .content {
    padding: 0 !important;
}

/* -- -- */


.pd-top table {

    margin: 0;
    width: 100%;
}

.pd-top th {
    text-align: inherit;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #000;
    padding: 8px;
}

.pd-top tr,
.pd-top td {
    padding: 11px;
    border: 1px solid #000;
    font-size: 15px;
}

.pd-top table tr th {
    background: #667c60;
    color: #fff;
    text-align: center;
    padding: 13px 0;
}

.pd-top {
    padding: 100px 0;
}

.pd-top .h5 {
    font-size: 20px;
    margin-top: 30px;
}
.compliance_section table img {
    width: 24px;
}
.floor_imgs {
    padding: 10px 0;
}
.floor_imgs p {
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .amenities_slider .item .amenities_overlay p {
        font-size: 12px;
        color: #333;
        margin-bottom: 0px;
        display: flex;
        line-height: 20px;
        font-weight: 500;
    }
   

}


.probtn2{
    height:50px!important;
    animation: button-glow 2s ease-in-out infinite;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 163, 211, 0.3);
}

.probtn2:hover {
    animation: none;
    box-shadow: 0 8px 20px rgba(0, 163, 211, 0.5);
}

@keyframes button-glow {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(0, 163, 211, 0.3);
    }
    50% {
        box-shadow: 0 4px 12px rgba(0, 163, 211, 0.6);
    }
}

@-webkit-keyframes button-glow {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(0, 163, 211, 0.3);
    }
    50% {
        box-shadow: 0 4px 12px rgba(0, 163, 211, 0.6);
    }
}
