/* CSS Document */
@font-face {
    font-family: 'Begum Sans';
    src: url('../fonts/BegumSans-Medium.eot');
    src: local('Begum Sans Medium'), local('BegumSans-Medium'),
        url('../fonts/BegumSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BegumSans-Medium.woff2') format('woff2'),
        url('../fonts/BegumSans-Medium.woff') format('woff'),
        url('../fonts/BegumSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Begum Sans';
    src: url('../fonts/BegumSans-Regular.eot');
    src: local('Begum Sans'), local('BegumSans-Regular'),
        url('../fonts/BegumSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BegumSans-Regular.woff2') format('woff2'),
        url('../fonts/BegumSans-Regular.woff') format('woff'),
        url('../fonts/BegumSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Begum Sans';
    src: url('../fonts/BegumSans-Light.eot');
    src: local('Begum Sans Light'), local('BegumSans-Light'),
        url('../fonts/BegumSans-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BegumSans-Light.woff2') format('woff2'),
        url('../fonts/BegumSans-Light.woff') format('woff'),
        url('../fonts/BegumSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Begum Sans';
    src: url('../fonts/BegumSans-Bold.eot');
    src: local('Begum Sans Bold'), local('BegumSans-Bold'),
        url('../fonts/BegumSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BegumSans-Bold.woff2') format('woff2'),
        url('../fonts/BegumSans-Bold.woff') format('woff'),
        url('../fonts/BegumSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Begum Sans Semi';
    src: url('../fonts/BegumSans-SemiBold.eot');
    src: local('Begum Sans Semi Bold'), local('BegumSans-SemiBold'),
        url('../fonts/BegumSans-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BegumSans-SemiBold.woff2') format('woff2'),
        url('../fonts/BegumSans-SemiBold.woff') format('woff'),
        url('../fonts/BegumSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}





html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #eae3de;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

p {
    color: #000;
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

body,
p,
a,
ul,
li,
button {
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

h2,
h6 {
    color: #b97562;
}

h2 {
    font-size: 64px;
    line-height: 72px;
}

ul,
li {
    color: #414042;
}

.logo-change {
    content: url("../img/logo/moi-logo.webp");
}

.header_box {
    position: fixed;
    width: 100%;
    z-index: 10;
    padding: 0;
    padding-top: 65px;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.header_box.fixed {
    background: rgb(0 0 0 / 50%);
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 48%);
    padding-bottom: 20px;
    padding-top: 20px;
}

.header_box .logo-box {
    margin: 0 auto;
    /* text-align: center; */
}

.logo-box-dlf {
    float: right;
}

.main__banner img {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 -15px;
    z-index: -2;
}

.header_box .logo-box img {
    width: 100%;
    max-width: 180px;
}

.header_box .logo-box-dlf img {
    width: 100%;
    max-width: 140px;
}

.header_box .menu-content {
    margin: 0 auto;
    text-align: center;
}

.header_box .menu-content ul {
    display: block;
    padding-left: 0;
    margin-bottom: 0;
}

.header_box .menu-content ul li {
    display: inline-block;
    padding-bottom: 6px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
}
.desk_top_banner{
    display: block;
}

.desk_mob_banner {
    display: none;
}
.header_box .menu-content ul li a {
    text-transform: uppercase;
    font-size: 13px;
    padding: 0 5px;
    letter-spacing: 0.1em;
}

/* -- Mobile trigger Start -- */
.nav_trigger {
    float: right;
    margin-top: 15px;
}

.menu__btn.active>span {
    transform: rotate(45deg);
}

.menu__btn.active>span::before {
    top: 0;
    transform: rotate(0);
}

.menu__btn.active>span::after {
    top: 0;
    transform: rotate(90deg);
}

#menu__toggle.active .menu__box {
    visibility: visible;
    left: 0;
}

.menu__btn {
    display: none;
    align-items: center;
    position: relative;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 1;
}

.menu__btn>span,
.menu__btn>span::before,
.menu__btn>span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    transition-duration: .25s;
}

.menu__btn>span::before {
    content: '';
    top: -8px;
}

.menu__btn>span::after {
    content: '';
    top: 8px;
}

.header_box .menu-content .h_logo,
.header_box .menu-content .head_social {
    display: none;
}

.header_box .menu-content .h_logo {
    width: 100%;
    padding: 32px 22px;
    text-align: left;
}

.header_box .menu-content .h_logo img {
    max-width: 127px;
}

/* -- Mobile trigger End -- */

.main_banner {
    overflow: hidden;
    position: relative;
    height: 100vh;
    background-size: cover !important;
    background-repeat: no-repeat;
    background: linear-gradient(0deg, rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(../img/banner/banner-new.jpg);
}

.main_banner img {
    width: 100%;
}

.main_banner .slide_content {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    width: 1070px;
    max-width: 100%;
    margin: 0 auto;
}

.main_banner .slide_content h1 {
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 96px;
    line-height: 96px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.main_banner .slide_content p {
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 40px;
}

.main_banner .slide_content p.price_line {
    margin-top: 15px;
    font-weight: 600;
    text-transform: none;
}

.main_banner .slide_content .btn {
    border: 1px solid #FFF;
    margin-top: 12px;
    padding: 6px 18px;
    border-radius: 0;
    box-shadow: none !important;
    color: #FFF;
}

.main_banner .slide_content {
    text-align: center;
}

.main_banner .slide_content .btn:hover {
    background: #FFF;
    color: #b97562;
}

.main_banner .scrol_pos {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    color: #fff;
    bottom: 50px;
    font-family: 'Begum Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.main_banner .slide_content .scrol_pos a {}


.main_banner .item img {
    width: 100%;
}

.main_banner .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
}

.main_banner .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.main_banner .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 250, 237, 0.5);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.main_banner .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 0;
}

.main_banner .owl-nav {}

.main_banner .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    z-index: 1000;
}

.main_banner .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    z-index: 1000;
}

.main_banner .owl-nav .owl-prev i,
.main_banner .owl-nav .owl-next i {
    font-size: 56px;
    color: #fff;
}

.bounce {
    animation: bounce 2s infinite;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

.padd-200 {
    padding: 100px 0;
}

.section_delhi {}

.section_delhi.sec_delhi h2 {
    padding-bottom: 50px;
}

.section_delhi .delhi_box_img {
    text-align: center;
}

.section_delhi .delhi_box_img img {
    width: 100%;
    max-width: 500px;
    
}

.section_delhi .delhi_box_content {
    padding-left: 95px;
    padding-right: 140px;
}

.section_delhi .delhi_box_content button.btn {
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 1px solid #b97562;
    color: #b97562;
    border-radius: 0;
    margin-top: 40px;
}

.section_delhi .delhi_box_content a.btn {
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 7px 15px;
    border: 1px solid #b97562;
    color: #b97562;
    border-radius: 0;
    margin-top: 40px;
}

.section_delhi .delhi_box_content button.btn_hover:hover,
.section_delhi .delhi_box_content a.btn:hover {
    background-color: #b97562;
    color: #fff;
}

.padd-t0-b-200 {
    padding-top: 0;
    padding-bottom: 200px;
}

.padd-t0-b-120 {
    padding-top: 0;
    padding-bottom: 120px;
}

.city-living-box {}

.section_delhi.city-living .city-living-box h2 {
    padding-bottom: 0 !important;
}

.section_delhi.city-living .city-living-box {
    padding-bottom: 50px;
}

.section_delhi.precision-living .city-living-box {
    padding-bottom: 120px;
}


.precision-living .delhi_box_img.width_adjust img {
    max-width: 100%;
}

.mt-120 {
    margin-top: 120px;
}

.bg-grey-me {
    background-color: #F8F7F4;
}

/* .precision-living .delhi_box_img.max-width-300 img {
    max-width:300px;
} */
.pad-120 {
    padding: 120px 0;
}

.all-you-need h2 {
    color: #b97562;
}

.all-you-need h6 {
    color: #b97562;
}

.all-you-need p {
    color: #b97562;
}

.section_delhi.crafted-living .delhi_box_img {
    text-align: left;
    padding-right: 70px;
}

.section_delhi.crafted-living .delhi_box_img h4 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.section_delhi.crafted-living .delhi_box_img h6 {
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
}

.section_delhi.crafted-living .delhi_box_img p {
    font-size: 12px;
    line-height: 16px;
}

.section_delhi.crafted-living .delhi_box_img img {
    width: 100%;
    max-width: 80px;
}

.section_delhi.crafted-living .col-lg-4:nth-child(1),
.section_delhi.crafted-living .col-lg-4:nth-child(2),
.section_delhi.crafted-living .col-lg-4:nth-child(3) {
    margin-bottom: 120px;
}

.pad-0 {
    padding: 0;
}

.gallery-new .gallery_content {}

.gallery-new .gallery_content .left,
.Apartment-cao .gallery_content .left,
.desk_top_banner .gallery_content .left {
    position: absolute;
    bottom: 35px;
    left: 200px;
    font-size: 14px;
    text-shadow: 2px 2px 2px #000;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
}

.gallery-new .gallery_content .right,
.Apartment-cao .gallery_content .right,
.desk_top_banner .gallery_content .right {
    position: absolute;
    bottom: 35px;
    right: 200px;
    text-shadow: 2px 2px 2px #000;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    color: #fff;
}

.desk_top_banner .gallery_content .left {
    left: 18px;
    font-size: 12px;
    bottom: 15px;
    text-shadow: none;
}

.desk_top_banner .gallery_content .right {
    right: 18px;
    font-size: 12px;
    bottom: 15px;
    text-shadow: none;
}

.image_over_content {
    position: absolute;
    width: 500px;
    bottom: 10px;
    text-align: left;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 12px;
    max-width: 100%;
}

.image_over_content p {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.15em;
    color: #fff;
    margin: 0;
}

.image_over_content.left {
    text-align: left;
}

.image_over_content.right {
    text-align: right;
}

.image_over_content.center {
    text-align: center;
}

.image_over_content.justify {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mg_wrap {
    position: relative;
}

.mg_wrap .image_over_content.up {
    bottom: 40%;
}

.mg_wrap.Location .image_over_content.up {
    bottom: 35%;
}

.image_over_content.right.small {
    width: calc(100% - 44%);
    left: 0;
    transform: none;
}




.gallery-new .owl-dots,
.Apartment-cao .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
}

.gallery-new .owl-dots .owl-dot,
.Apartment-cao .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #FFFAED;
    opacity: 0.5;
    margin: 0 3px;
}

.gallery-new .owl-dots .owl-dot.active,
.Apartment-cao .owl-dots .owl-dot.active {
    background-color: #FFFAED;
    opacity: 1;
}

.gallery-new .owl-dots .owl-dot:focus,
.Apartment-cao .owl-dots .owl-dot:focus {
    outline: none;
}

.gallery-new .owl-nav .owl-dot,
.Apartment-cao .owl-nav .owl-dot {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.gallery-new .owl-dot span,
.Apartment-cao .owl-dot span {
    font-size: 70px;
    position: relative;
    top: -5px;
}

.gallery-new .owl-nav .owl-dot:focus,
.Apartment-cao .owl-nav .owl-dot:focus {
    outline: none;
}

.Apartment-cao {
    position: relative;
}

.Apartment-cao h5 {
    position: absolute;
    bottom: 30px;
    right: 35px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.2px;
    text-shadow: 2px 2px 4px #000;
}




footer .footer_box {
    padding: 120px 0 80px;
    background-color: #fff;
}

footer .footer_box .foot_logo {
    /* text-align: center; */
}

footer .footer_box .foot_logo img {
    width: 100%;
    max-width: 140px;
    margin-bottom: 25px;
}

footer .footer_box .foot_cont {}

footer .footer_box .foot_cont ul {
    list-style-type: none;
    padding-left: 0;
}

footer .footer_box .foot_cont ul li {}

footer .footer_box .foot_cont ul li a {
    color: #b97562;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
}

footer .footer_box h5 {
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
}

footer .footer_box .foot_three {}

footer .footer_box .foot_social {}

footer .footer_box .foot_social ul {
    list-style: none;
    padding-left: 0;
}

footer .footer_box .foot_social ul li {
    display: inline-block;
    margin-top: 12px;
}

footer .footer_box .foot_social ul li a {
    color: #b97562;
    font-size: 20px;
    padding-right: 15px;
}

footer .footer_box .footer_end {
    text-align: center;
    border-top: 1px solid #b97562;
    margin-top: 25px;
}

footer .footer_box .footer_end ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

footer .footer_box .footer_end ul li {
    display: inline-block;
    font-size: 12px;
    padding: 0 15px;
    line-height: 20px;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 500;
}

footer .footer_box .footer_end ul li a {
    color: #b97562;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding-right: 15px;
    letter-spacing: 0.1em;
}


.privacy_policy {
    padding: 50px 0 30px;
}

.privacy_policy h2 {
    margin-bottom: 20px;
    text-align: left;
    font-size: 36px;
}

.privacy_policy h5 {
    margin: 20px 0;
    text-align: left;
    font-weight: 500;
}

.privacy_policy p {
    margin-bottom: 10px;
}

.logo_box_img1 img {
    width: 100%;
    max-width: 220px;
}

.privacy_header {
    background: #b97562;
    padding: 20px 0;
    text-align: center;
}

.privacy_policy a {
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.privacy_policy p {
    text-align: justify;
}

.privacy_policy a:hover {
    color: #b97562;
}

.privacy_policy .service {
    margin-top: 60px;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
    border-top: 3px solid #d7d7d7;
    transition: all .3s ease-in-out;
    height: 100px;
}

.privacy_policy .service_name {
    padding: 20px 20px 35px;
    padding-top: 40px;
    text-align: center;
}

.privacy_policy .serve_eft a {
    color: #000;
}

.privacy_policy .service_name h5 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #0d5fa6;
    line-height: 18px;
}

.complience__button {
    list-style: none;
    margin: 60px 0 85px 0;
    display: flex;
}

.complience__button .new__comp {
    margin: 0 auto;
}

.complience__button .new__comp a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 300px !important;

}

.comp__btn {
    background-color: #b97562;
    padding: 15px 86px;
    border-radius: 10px;
    color: #fff;
    border: none;
    outline: none;
}

.comp__btn:hover {
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #6a2992;
    color: #cdcbcb;
}

.header_box .logo-box .logo-change1 {
    max-width: 190px;
}

.pop_up_box {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .8);
    left: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pop_up_box .form_box {
    width: 550px;
    max-width: 94%;
    margin: 0 auto;
    position: relative;
    padding: 30px;
    margin-top: 0;
    border-radius: 10px;
    top: 10%;
    background: #fff;
}

.form_box .form-1 {
    display: block;
    padding: 25px;
    border-radius: 5px;
    border: 2px solid rgb(255 255 255 / 30%);
}

.captcha label {
    color: #b97562;
}

.form_box .form-1 h3 {
    text-align: center;
    color: #b97562;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}

.form_box .form-1 h3:before {
    content: '';
    width: 50px;
    height: 1px;
    border-bottom: 2px solid #b97562;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.form_box .form-1 form {
    display: flex;
    flex-wrap: wrap;

}

.form_box .form-1 .input_box {
    width: 50%;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 15px;

}

.form_box .form-1 .input_box select,
.form_box .form-1 .input_box input {
    border-radius: 5px;
    background: none;
    border: none;
    outline: none;
    color: #b97562;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgb(255 255 255 / 60%);
}

.form_box .form-1 .input_box select option {
    color: #b97562;
}

.form_box .form-1 .input_box input::placeholder {
    color: #b97562;
    opacity: 1;
    /* Firefox */
}

.form_box .form-1 .input_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #b97562;
}

.form_box .form-1 .input_box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #b97562;
}

.form_box .form-1 button#refresh {
    margin-right: 22px;
}

.form_box .form-1 .captcha {
    width: 100%;
    padding: 0 15px;
}

.form_box .form-1 .captcha input#mainCaptcha {
    width: 185px;
}

.form_box .form-1 .btn_form {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 20px;
    padding: 10px 0;
    background: none;
    border: 2px solid #b97562;
    color: #b97562;
    text-transform: uppercase;
    font-weight: 500;
}

.form_box .form-1 {
    /* border: 2px solid #b97562; */
    border-radius: 10px;
    padding: 0;
    display: block;
}

.form_box .form-1 .input_box input,
.form_box .form-1 .input_box select {
    background: none;
    border: none;
    border-bottom: 1px solid #b97562;
    color: #b97562;
    padding: 10px 0;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
    outline: none;
}

.form_box .form-1 .input_box select option {
    font-weight: 500;
}

.captcha .captcha_input {
    border: none;
    border-bottom: 1px solid #b97562;
    padding: 2px 5px;
}

.form_box .form-1 .btn_form:hover {
    background: #b97562;
    color: #fff;
}

.close_icon {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.close_icon i {
    color: #b97562;
    font-size: 30px;
}


.mb-30 {
    margin-bottom: 30px;
}

.input__class input {
    outline: none;
}

.footer {
    background: #b97562;
    padding: 10px 0;
}

.footer_end .copyright ul {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.footer_end .copyright ul li {
    display: inline-block;
    padding: 0 20px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
}

.address p a {
    color: #414042;
}

.address p a img.india {
    width: 22px;
    margin-right: 5px;
}

.address p a img.world {
    width: 20px;
    margin-right: 5px;
}

section {
    max-width: 100%;
    overflow: hidden;
}

.row_inner {
    display: flex;
    flex-wrap: wrap;
}

.height_l {
    height: calc(100vh - 155px);
    overflow: auto;
}

.complience__button {
    padding: 0;
}

.complience__button li {
    padding: 0 10px;
}

.footer_end .copyright ul {
    padding: 0;
}

.foot_logo p {
    color: #b97562;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin-bottom: 10px;
}


.Struct_sec {
    padding: 50px 50px 20px;
}

.structure_status {
    padding: 20px 50px 20px;
}

.thank_you a {
    border: 1px solid #5b0e8a;
    color: #5b0e8a;
    padding: 10px 15px;
    margin: 0 5px;
}

.mt-20 {
    margin-top: 30px;
}

.Struct_sec a.go_back {
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.Struct_sec a.go_back:hover {
    color: #b97562;
}

.fancybox-slide--video .fancybox-content {
    width: 960px !important;
    height: 540px !important;
}

.structure_status .struct_table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.structure_status .struct_table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.structure_status .struct_table table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.structure_status .struct_table table th,
.structure_status .struct_table table td {
    padding: .625em;
    text-align: center;
}

.structure_status .struct_table table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #b97562;
    color: #fff;
}

.structure_status h2 {
    margin-bottom: 30px;
}

/* ------- */
.structured_img .slide-1 img {
    object-fit: cover;
    object-position: bottom;
    height: 400px;
    width: 100%;
}

.heading_sect h2 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 30px;
    text-align: left;
    text-transform: unset;
}

.struct_table {
    margin-bottom: 35px;
}

.structured_img .content_overlay h5 {
    margin: 14px 0px 0px 0;
    font-size: 19px;
}

.structured_img .nav-tabs {
    border-bottom: 1px solid #b97562;
}

.structured_img .nav-tabs .nav-link {
    color: #b97562;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.structured_img .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #b97562;
    border-color: #b97562;
}


.slide-1 .owl-nav .owl-prev i {
    margin-left: 13px;
    color: #b97562;
}

.slide-1 .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    height: 40px;
    color: #2845e4;
    border-radius: 50%;
}

.slide-1 .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    height: 40px;
    color: #2845e4;
    border-radius: 50%;
}

.slide-1 .owl-nav .owl-next i {
    margin-left: 14px;
    color: #b97562;
}




/* .structure_status .struct_table{margin-bottom: 30px;}

.structure_Stat .delhi_box_img h5{
    font-size: 14px;
    margin: 12px 0px 0 0; }

    .structure_Stat .tables_stat{
        margin-top: 50px;
    }

    .structure_Stat .tables_stat table {
        border: 1px solid #ccc;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
        }

        .structure_Stat .tables_stat table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
        }

        .structure_Stat .tables_stat table tr {
        background-color: #f8f8f8;
        border: 1px solid #ddd;
        padding: .35em;
        }

        .structure_Stat .tables_stat table th,
        .structure_Stat .tables_stat table td {
        padding: .625em;
        text-align: center;
        }

        .structure_Stat .tables_stat table th {
            font-size: .85em;
            letter-spacing: .1em;
            text-transform: uppercase;
            background: #b97562;
            color: #fff;
        }
        .btn_stat{
            text-align: center;
        }

        .btn_stat a{
            text-align: center;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            padding: 7px 15px;
            border: 1px solid #b97562;
            color: #b97562;
            margin: 0px 6px;
            border-radius: 0;
            margin-top: 40px;}


        .btn_stat a:hover{
    background-color: #b97562;
    color: #fff;} */


/* --  Structured Progress Page -- */
.structured_progress_page .Struct_sec {
    padding: 70px 0 0 0;
}

.structured_progress_page .heading_part {
    padding-bottom: 50px;

}

.structured_progress_page .heading_part h2 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
}

.structured_progress_page .heading_part a,
.floor_plan_section .go_back {
    position: absolute;
    top: -50px;
    right: 0;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    padding: 3px 11px;
    border-radius: 50px 10px 10px 50px;
    background: #b97562;
    color: #FFF;
    transition: all 0.5s ease;
}


footer#footer  a {
    color: #b97562;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    padding-right: 15px;
    letter-spacing: 0.1em;
}
.structured_progress_page .heading_part a i {
    margin-right: 5px;
}

.structured_progress_page .heading_part a:hover {
    color: #FFF;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 30%);
}

.structured_progress_page .m_image_alignment {
    margin-bottom: 70px;
}

/* .structured_progress_page #nav-tabContent {
    padding: 0 !important;
    background: transparent !important;
} */

.structured_progress_page .m_image_content .nav-tabs button {
    text-align: center;
    letter-spacing: 0px;
    text-transform: uppercase;
    padding: 4px 10px;
    border: 1px solid #b97562;
    color: #b97562;
    border-radius: 0;
    display: block;
    width: auto;
    font-weight: 500;
}

.structured_progress_page .m_image_content .nav-tabs button.active,
.structured_progress_page .m_image_content .nav-tabs button:hover {
    background-color: #b97562;
    color: #fff;
}

.structured_progress_page .m_image_content .nav-tabs {
    display: flex;
    text-align: left;
    flex-wrap: wrap;
    gap: 9px;
    justify-content: center;
    margin-bottom: 70px !important;
}

.structured_progress_page .m_image_alignment img {
    width: 100%;
    height: 600px;
}

.structured_progress_page .content_overlay {
    background: #FFF;
    padding: 13px 9px;
}

.structured_progress_page .content_overlay h5 {
    margin: 0 !important;
    font-weight: 500;
    font-size: 17px !important;
}

.structured_progress_page .slide-1 .owl-nav .owl-prev,
.structured_progress_page .slide-1 .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    height: 40px;
    border-radius: 50%;
}

.structured_progress_page .slide-1 .owl-nav .owl-prev {
    left: -55px;
}

.structured_progress_page .slide-1 .owl-nav .owl-next {
    right: -55px;
}

.structured_progress_page .slide-1 .owl-nav .owl-prev i,
.structured_progress_page .slide-1 .owl-nav .owl-next i {
    margin-left: 13px;
    color: #b97562;
}

.structured_progress_page .slide-1 .owl-nav .owl-prev.disabled,
.structured_progress_page .slide-1 .owl-nav .owl-next.disabled {
    opacity: 0.6;
    cursor: default !important;
    z-index: 10;
}

.structured_progress_page .structure_status {
    padding: 0 0 50px 0;
}

.structured_progress_page .structure_status .heading_part {
    padding-top: 15px;
}

.structured_progress_page .structure_status .heading_part h2 {
    margin-bottom: 0;
}

.structured_progress_page .structure_status .struct_table table tbody td {
    border: 1px solid #CCC;
    padding: 15px 20px;
}

.video_sect {
    position: relative;
    display: flex;
    align-items: center;
}

.video_sect img {
    max-width: 100%;
    margin-top: -35px;
}

.fixed_button {
    position: fixed;
    right: 16px;
    top: 50%;
    z-index: 99;
    background: #b97562;
    color: #FFF !important;
    transform: rotate(-90deg);
    transform-origin: right;
    margin-top: -90px;
    box-shadow: none !important;
    border-radius: 0;
    /* display: none; */
    padding: 3px 12px;
}

.complience_table_wrap .structure_status .struct_table table tbody td {
    border: 1px solid #CCC;
    padding: 15px 20px;
}
.complience_table_wrap .structure_status {
    padding: 0;
}
.complience_table_wrap .structure_status .struct_table table th {
    background: #b97562;
}

.complience_table_wrap .structure_status .struct_table table tbody td:first-child {
    font-weight: 600;
    color: #000;
}
.complience_table_wrap .structure_status .struct_table table tbody td:last-child, .complience_table_wrap .structure_status .struct_table table tbody td:first-child span {
    color: #b97562 !important;
    font-weight: 600;
}
.complience_table_wrap .structure_status .struct_table table tbody td:first-child span {
    font-weight: 400;
}

.zoom_mg {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.floor_plan_section {
    padding: 70px 0;

}

.floor_plan_section .floor_plan_box img {
    width: 100%;
}
.floor_plan_section .floor_plan_box {
    margin-top: 30px;
}
.floor_plan_section .floor_plan_box h4 {
    font-weight: 500;
    position: relative;
    background: #FFF;
    margin: 0;
    padding: 13px 0;
    letter-spacing: 0.4px;
    color: #b97562;
    font-size: 22px;
}

@media (min-width: 1400px) {
    .cust_cont {
        max-width: 1440px;
    }
    .fixed_button {
        right: 22px;
        padding: 9px 26px;
    }
}


@media (max-width: 1600px) {
    .header_box {
        padding-top: 20px;
    }

    .main_banner .slide_content {
        top: 24%;
    }

    .main_banner .slide_content h1 {
        font-size: 90px;
        line-height: 90px;
    }

    .main_banner .scrol_pos {
        bottom: 30px;
    }
}

@media (max-width: 1400px) {
    .cust_cont {
        max-width: 1200px;
    }

    .header_box .menu-content ul li a {
        text-transform: uppercase;
        font-size: 13px;
        padding: 0 5px;
        letter-spacing: 0.7px;
    }

    .header_box .menu-content ul li {
        display: inline-block;
        padding-bottom: 4px;
        margin: 0 5px;
        border-bottom: 1px solid #fff;
    }

    .header_box .logo-box img {
        width: 100%;
        max-width: 140px;
    }

    .header_box .logo-box-dlf img {
        width: 100%;
        max-width: 115px;
    }

    .main_banner .slide_content h1 {
        font-size: 80px;
        line-height: 80px;
    }

    .main_banner .slide_content p {
        font-size: 13px;
        line-height: 21px;
        margin-top: 25px;
    }
}

@media (max-width:991px) {
    .video_sect img {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .zoom_mg {
        display: block;
    }
}

@media (max-width: 767px) {
    .main_banner {
        background: linear-gradient(0deg, rgb(0 0 0 / 0.3), rgb(0 0 0 / 0.3)), url(../img/banner/banner-new-mob.jpg);
    }

    #precision .mt-120 {
        margin-top: 10px;
    }

    .gallery-new .gallery_content .left,
    .Apartment-cao .gallery_content .left {
        letter-spacing: 0.5px;
        left: 15px;
        font-size: 10px;
        bottom: 28px;

    }

    .gallery-new .gallery_content .right,
    .Apartment-cao .gallery_content .right {
        letter-spacing: 0.5px;
        right: 15px;
        font-size: 10px;
        bottom: 28px;

    }

    .gallery-new .owl-dots,
    .Apartment-cao .owl-dots {
        bottom: 5px;
    }

    .section_delhi .delhi_box_content a.btn {
        font-size: 12px;
    }

    .gallery-new .owl-dots .owl-dot,
    .Apartment-cao .owl-dots .owl-dot {
        width: 7px;
        height: 7px;
    }

    footer .footer_box .foot_cont {
        text-align: center;
        margin-bottom: 10px;
    }

    footer .footer_box .foot_logo {
        margin-bottom: 25px;
    }

    .foot_logo p {
        font-size: 12px;
        line-height: 20px;
    }

    footer .footer_box .foot_cont ul li a {
        font-size: 13px;
    }

    footer .footer_box .footer_end ul li a {
        padding-right: 0;
    }

}

@media (max-width:767px) {

    .Struct_sec,
    .structure_status {
        padding: 40px 0 0 0;
    }

    .heading_sect h2 {
        font-size: 26px;
        line-height: 29px;
    }

    .structure_status .struct_table table {
        border: 0;
    }

    .structure_status .struct_table table caption {
        font-size: 1.3em;
    }

    .structure_status .struct_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .structure_status .struct_table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .structure_status .struct_table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .structure_status .struct_table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .structure_status .struct_table table td:last-child {
        border-bottom: 0;
    }

    .structure_status .struct_table table {
        border: 0;
    }

    .structure_status .struct_table table caption {
        font-size: 1.3em;
    }

    .structure_status .struct_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .structure_status .struct_table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .structure_status .struct_table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .structure_status .struct_table table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .structure_status .struct_table table td:last-child {
        border-bottom: 0;
    }

    .pos_Abs tr {
        border: none !important;
        background: unset !important;
        padding: 0 !important;
    }

    .pos_Abs {
        position: relative !important;
    }

    .structured_progress_page .heading_part h2 {
        font-size: 30px;
        line-height: 34px;
    }

    .main_banner .slide_content .btn {
        display: none;
    }

    .fixed_button {
        display: block;
    }

    .close_icon {
        right: 3px;
        top: 3px;
    }
    .complience_table_wrap .structure_status .struct_table table thead {
        display: inline-block;
        position: relative;
        width: 100%;
        height: auto;
    }
    .complience_table_wrap .structure_status .struct_table table tbody td {
        text-align: left;
    }


}

@media (max-width:480px) {
    .main_banner .slide_content {
        padding-right: 35px;
    }

    .section_delhi .delhi_box_content {
        padding-right: 30px !important;
    }

    .section_delhi.crafted-living .delhi_box_img {
        padding-right: 30px !important;
    }

}

@media (max-width:350px) {
    .logo-box-dlf {
        margin-top: 10px;
    }

    .header_box .logo-box-dlf img {
        max-width: 88px;
    }
}

.white-bg{
    background: #fff;
}
.highlights-content ul {
    padding: 0;
}

.highlights-content li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 18px;
}



.highlights-content li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    border-radius: 50px 50px 0 50px;
    background: #20b329;
}

.amenities-box {
    /* background: rgb(0 0 0 / 75%); */
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    /* border-radius: 10px; */
    overflow: hidden;
    flex-wrap: wrap;
}

.amenities-box .icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.amenities-box .icon {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 100%;
    overflow: hidden;
    margin: 0;
    border: 2px solid #fff;
    margin: 0 auto;
}

ul.amenities-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

ul.amenities-list li {
    flex: 0 0 25%;
    width: 25%;
    margin: 10px 0;
    padding: 0 10px
}

.amenities-box .txt {
    color: #000;
    /* text-align: center; */
    text-transform: capitalize;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.highlights-div {
    /* padding: 50px; */
    /* border-radius: 10px; */
    /* background: #fff; */
    position:relative
}



.highlights-div ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.highlights-div ul li {
    color: #fff;
    padding: 10px 25px;
    background: #6d6d6d;
    margin: 0 0 3px;
    border-radius: 50px;
}

.highlights-div ul li:first-child {
    /* padding-top: 0; */
}

.highlights-div ul li:last-child {
}

.floor-plans .image_over_content p {
    background: #b97562;
    padding: 5px 25px;
}

.price-boxs {
    background: #fff;
    padding: 64px 25px 25px !important;
    margin: 15px 0;
    text-align: center;
    border-radius: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
    border: 1px solid #fff;
}

.price-boxs .price {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-boxs p {
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.price-boxs button.btn {
    margin-top: 10px !important;
}
.whatsapp-btn {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 30px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.call-us {
    width: 50px;
    height: 50px;
    text-align: center;
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff !important;
    font-size: 24px;
    border-radius: 100%;
    z-index: 99;
    line-height: 1;
    background: #b97562;
}

.gallery-new .item {
    height: 650px;
}

.gallery-new .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.marquee-banner-txt {
    position: absolute;
    top: 82px;
    z-index: 9;
    width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    left: 0;
}
.marquee-banner-txt .txt {
    background: #b97562;
    display: inline-block;
    padding: 10px 15px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}

@media(max-width:767px){
    ul.amenities-list li {
    width: 50%;
    flex: 0 0 50%;
}

.amenities-box .icon {
    width: 100px;
    height: 100px;
}
.gallery-new .item {
    height: auto;
}
.marquee-banner-txt {
    top: 75px;
    font-size: 12px;
}
.marquee-banner-txt .txt{
    padding: 7px 10px;
}
}

.error {
    color: #e40f0f;
    background: #ffe0da;
    padding: 5px;
    border: 1px solid #e40f0f;
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.error img {
    margin-right: 10px;
    width: 17px;
    height: 17px;
    object-fit: contain;
}
