@charset "utf-8";
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "roboto bold"
}

@font-face {
    font-family: "roboto bold";
    src: url(../fonts/roboto.bold.ttf)
}

@font-face {
    font-family: "roboto regular";
    src: url(../fonts/roboto.regular.ttf)
}


/* mobile footer */

.mob-action {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--colorPrimary);
    color: #f6f7f9;
    box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.4);
    z-index: 1030;
  }
  .mob-action .nav-item {
    padding: 10px 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 span{
      padding-right: 2px;
  }
  .mob-action .nav-item:not(:last-child) {
    border-right: 1px solid var(--colorBtn);
  }

  
/* mobile footer */
:root{
    --brown:#a3724c;
}

::-webkit-input-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-family: roboto regular !important
}

:-moz-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-family: roboto regular !important;
    opacity: 1
}

::-moz-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-family: roboto regular !important;
    opacity: 1
}

:-ms-input-placeholder {
    color: #fff !important;
    font-size: 14px;
    font-family: roboto regular !important
}

:placeholder-shown {
    color: #fff;
    font-size: 14px;
    font-family: roboto regular !important
}

@font-face {
    font-family: apple_chancerychancery;
    src: url(../fonts/apple_chancery-webfont.eot);
    src: url(../fonts/apple_chancery-webfontd41d.eot) format('embedded-opentype'), url(../fonts/apple_chancery-webfont.html) format('woff2'), url(../fonts/apple_chancery-webfont.woff) format('woff'), url(../fonts/apple_chancery-webfont.ttf) format('truetype'), url(../fonts/apple_chancery-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sans_captionregular;
    src: url(../fonts/ptc55f-webfont.eot);
    src: url(../fonts/ptc55f-webfontd41d.eot) format('embedded-opentype'), url(../fonts/ptc55f-webfont.woff2) format('woff2'), url(../fonts/ptc55f-webfont.woff) format('woff'), url(../fonts/ptc55f-webfont.ttf) format('truetype'), url(../fonts/ptc55f-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pt_sans_captionbold;
    src: url(../fonts/ptc75f-webfont.html);
    src: url(../fonts/ptc75f-webfontd41d.eot) format('embedded-opentype'), url(../fonts/ptc75f-webfont.woff2) format('woff2'), url(../fonts/ptc75f-webfont.woff) format('woff'), url(../fonts/ptc75f-webfont.ttf) format('truetype'), url(../fonts/ptc75f-webfont.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTPro-Bd;
    src: url(../fonts/HelveticaNeueLTPro-Bd.html);
    src: url(../fonts/HelveticaNeueLTPro-Bdd41d.eot) format('embedded-opentype'), url(../fonts/HelveticaNeueLTPro-Bd.woff2) format('woff2'), url(../fonts/HelveticaNeueLTPro-Bd.woff) format('woff'), url(../fonts/HelveticaNeueLTPro-Bd.ttf) format('truetype'), url(../fonts/HelveticaNeueLTPro-Bd.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HelveticaNeueLTPro-Hv;
    src: url(../fonts/HelveticaNeueLTPro-Hv.eot);
    src: url(../fonts/HelveticaNeueLTPro-Hvd41d.eot) format('embedded-opentype'), url(../fonts/HelveticaNeueLTPro-Hv.woff2) format('woff2'), url(../fonts/HelveticaNeueLTPro-Hv.woff) format('woff'), url(../fonts/HelveticaNeueLTPro-Hv.html) format('truetype'), url(../fonts/HelveticaNeueLTPro-Hv.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: SHREE-DEV-0714E;
    src: url(../fonts/Shree-Dev-0708EW.eot);
    src: url(../fonts/Shree-Dev-0708EWd41d.eot) format('embedded-opentype'), url(../fonts/Shree-Dev-0708EW.woff2) format('woff2'), url(../fonts/Shree-Dev-0708EW.woff) format('woff'), url(../fonts/Shree-Dev-0708EW.ttf) format('truetype'), url(../fonts/Shree-Dev-0708EW.html#Shree-Dev-0708EW) format('svg');
    font-weight: 400;
    font-style: normal
}

.hindifnt {
    font-family: SHREE-DEV-0714E !important;
    font-size: 17px
}

.call-btn {
    background-color: #fff;
    padding: 8px 25px;
    color: #222;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none
}

.error {
    border: 1px solid red !important
}

body {
    margin: 0;
    padding: 0;
    background: #fff
}

body,
html {
    height: 100%
}

.no_padding {
    padding: 0;
    margin: 0 !important
}

* {
    box-sizing: border-box
}

.wrapper {
    position: relative;
    text-align: center
}

.box-cont:before {
    position: absolute;
    content: '';
    left: -30px;
    top: -30px;
    bottom: -30px;
    right: -30px;
    border: 30px solid rgba(255, 255, 255, .4);
    z-index: -1
}

.box-cont {
    position: absolute;
    background-color: #fff;
    top: 20%;
    left: 10%;
    padding: 50px;
    width: 25%;
    z-index: 9
}

.box-cont h6 {
    text-align: center;
    color: #666;
    font-weight: 300
}

.box-cont p {
    color: #666;
    margin-bottom: 0
}

.box-cont h6 span {
    color: var(--brown);
    font-size: 24px;
}

.box-cont .content {
    padding: 15px
}

.box-cont .form {
    text-align: center
}

.box-cont .form-control::placeholder {
    color: #666 !important
}

.box-cont .form-content .bttn {
    background-color: var(--brown);
    cursor: pointer;
    color: #fff
}

.bg-dark {
    background: rgba(0, 0, 0, .75) !important;
    padding: 0 2%
}

.navbar-expand-md .navbar-nav {
    display: flex;
    justify-content: center;
    padding-left: 6%
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0 20px
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: var(--brown) !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: var(--brown)
}

#list .container-fluid {
    padding: 0 8%
}

.property-info-section {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e6e6e6
}

.property-info-section .auto-container {
    position: relative;
    max-width: 1500px;
    margin: 0 auto
}

.property-info {
    position: relative;
    border-right: 1px solid #e6e6e6;
    height: 195px
}

.property-info:last-child {
    border: 0
}

.property-info .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
    text-align: center;
    width: 100%
}

.property-info .inner .icon {
    position: relative;
    color: #fa2964;
    font-size: 50px;
    line-height: 1em;
    margin-bottom: 15px;
    display: block
}

.property-info .inner .title {
    position: relative;
    color: #232323;
    font-size: 14px;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif
}

.property-info .inner .total {
    position: relative;
    color: #232323;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2em;
    font-family: Montserrat, sans-serif
}

#about {
    padding-top: 120px;
    background-color: #f9f9f9
}

#about h4 {
    padding-bottom: 25px;
    font-size: 24px
}

#about p {
    color: #666
}

#about button {
    margin-top: 25px;
    border: 1px solid var(--brown);
    color: var(--brown);
    background-color: transparent;
    border-radius: 0;
    padding: 8px 25px
}

#about .left-about {
    padding-left: 4%
}

.about-small {
    position: relative;
    z-index: 99
}

.about-small .desktop-view {
    box-shadow: 20px 20px 20px 0 #0000006b;
    margin-bottom: 25px;
    width: 100%
}

.about-big {
    position: absolute;
    top: -100px;
    right: -125px;
    z-index: -1
}

#gallery h2 {
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
    box-shadow: 1px -2px 5px 0 rgba(159, 159, 159, .87);
    -webkit-box-shadow: 1px -2px 5px 0 rgba(255, 255, 255, .87);
    -moz-box-shadow: 1px -2px 5px 0 rgba(255, 255, 255, .87)
}

.box-hover {
    position: relative;
    width: 100%;
    height: auto
}

.box-hover .image {
    width: 100%;
    height: auto;
    display: block
}

.box-hover .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: all .3s ease
}

.box-hover:hover .overlay {
    opacity: .8;
    width: 100%;
    transition: .6s
}

.box-hover:hover .text {
    opacity: 1
}

.box-hover .text {
    opacity: 0;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 1s ease;
    white-space: nowrap
}

button:focus {
    outline: 0 auto -webkit-focus-ring-color
}

.box-hover .text {
    border: 1px solid var(--brown);
    padding: 15px
}

.box-hover .text .fa {
    font-size: 18px;
    color: #fff;
    padding: 15px;
    background-color: var(--brown);
    margin: 15px;
    transition: .5s
}

.box-hover .text .fa:hover {
    color: #333;
    background-color: #fff
}

#floor-plan {
    background-color: #000;
    padding: 75px 0
}

#floor-plan .left-side {
    padding: 4%
}

#floor-plan h4 {
    color: #fff;
    padding-bottom: 30px;
    font-size: 36px;
    text-align: center
}

#floor-plan .left-side p {
    color: #fff
}

#floor-plan button {
    margin-top: 25px;
    border: 1px solid #c08831;
    color: #c08831;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 25px
}

#features .right-side {
    padding: 4%
}

#features .right-side h4 {
    color: #000;
    padding-bottom: 30px;
    font-size: 36px
}

#features .right-side h6 {
    color: #666;
    border-left: 5px solid var(--brown);
    padding-left: 10px;
    margin: 15px 0;
    font-size: 18px
}

#features .right-side p {
    color: #666;
    font-size: 14px;
    font-size: 15px;
    line-height: 28px
}

#features .right-side .featuresp {
    color: #222;
    font-size: 15px;
    padding-left: 15px;
    line-height: 28px
}

#features ul {
    list-style-type: none;
    text-align: center;
    padding-left: 0
}

#features ul li {
    display: inline-block;
    width: 28%
}

#location {
    background-color: #eee;
    padding: 40px 0
}

#location .left-side {
    padding-left: 4%;
    padding-top: 4%;
    font-size: 36px;
    padding-bottom: 25px
}

#location ul {
    padding-left: 15px
}

#location ul li {
    padding: 5px 0;
    font-size: 16px
}

#location video {
    height: 400px;
    width: 400px;
    margin: 0 auto;
    display: block;
    border: 6px solid var(--brown)
}

#strip {
    background-color: var(--brown);
    padding: 40px
}

#strip p {
    color: #fff;
    padding-top: 15px;
    line-height: 28px
}

#strip .logo {
    padding-top: 25px;
    text-align: right;
    padding-top: 60px
}

#strip .logo a {
    background-color: #fff;
    color: var(--brown);
    padding: 10px 25px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none
}

#strip h2 {
    color: #fff;
    padding-top: 15px
}

#footer {
    background-image: url(../images/bg-wrapper.jpg);
    background-repeat: no-repeat;
    width: 100%
}

#footer .f-box {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    padding: 4%
}

#footer .f-box .box {
    background-color: #2a2a2a;
    padding: 10%
}

#footer .f-box .box h4 {
    color: #fff;
    padding-bottom: 25px
}

#footer .f-box .box ul {
    padding-left: 0;
    list-style-type: none
}

#footer .f-box .box ul li {
    font-size: 14px;
    color: #ccc;
    padding-bottom: 15px;
    display: grid
}

#footer .f-box .box ul li span {
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px
}

#footer .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    border-radius: 0;
    height: 50px;
    margin-top: 28px;
    color: #fff !important
}

#footer .form-control::placeholder {
    color: #eee !important;
    font-size: 18px;
    font-weight: 600
}

#footer button {
    padding: 9px;
    background-color: rgb(255 255 255);
    border: none;
    font-size: 20px;
    color: var(--brown);
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 18px;
}

#footer .form {
    padding: 25px;
    padding-left: 7%
}

#footer .form h2 {
    text-align: center;
    color: var(--brown);
    font-size: 26px;
    text-transform: capitalize
}

.modal-head {
    background-color: var(--brown);
    display: block;
    font-size: 1.5vw;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    padding: 1.2vw 0;
    text-align: center
}

.modal-dialog.enq-modal {
    max-width: 20vw;
    border-radius: 3px
}

.modal-body {
    padding: 5%
}

.modal-body h4 {
    padding: 15px 0;
    text-align: center
}

.modal-body .form-control {
    margin: 10px 0
}

.modal-body .form-control::placeholder {
    color: #666 !important
}

.modal-body button {
    margin: 0 auto;
    display: block;
    border-color: var(--brown);
    color: #fff
}

.modal-body .enquire-btn {
    margin-top: 20px;
    background-color: var(--brown)!important;
    color:#fff!important;
    padding: 8px 25px
}

.modal-body .enquire-btn:hover {
    color: #fff
}

.mobile-section {
    display: none
}

.copy-sec {
    background: #000;
    padding: 8px 0;
    text-align: center;
    padding-bottom: 25px
}

.copy-sec h5 {
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    color: #eee
}

.copy-sec p {
    color: #ccc;
    opacity: 1;
    margin: 0;
    font-size: 13px;
    display: inline-block;
    margin-right: 10px
}

.copy-sec p a {
    color: #ccc;
    text-decoration: none
}

#pricelist {
    padding: 100px 0;
    background-color: var(--brown)
}

#pricelist h2 {
    color: #fff;
    padding-bottom: 25px;
    font-size: 36px
}

.price-colm {
    box-shadow: 0 .1rem 2rem rgb(255 255 255 / 15%);
    text-align: center;
    padding: 40px 15px;
    background-color: #fff;
    border-radius: 5px
}

.price-colm h5 {
    display: grid;
    margin-bottom: 25px;
    color: #666
}

.price-colm h5 span {
    color: #222;
    padding-top: 10px
}

.price-colm a {
    background-color: var(--brown);
    text-decoration: none;
    color: #fff;
    padding: 10px 35px;
    margin: 15px 0;
    font-size: 18px;
    font-weight: 600
}

.banner_slider .owl-item img {
    height: 100vh;
    width: 100%;
    object-fit: cover
}

#gallery .box-hover {
    border: 2px solid #fff
}

.banner_section .box-cont {
    top: 50%;
    transform: translateY(-50%);
    text-align: center
}

.banner_section .owl-dots {
    position: absolute;
    right: 20px;
    display: grid;
    top: 50%;
    transform: translateY(-50%);
    justify-items: center;
    margin: 0 !important
}

.banner_section .owl-dots button.active {
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px !important
}

.banner_section .owl-dots button span {
    margin: 0 !important
}

.banner_section .owl-dots button.active span {
    background-color: #fff !important
}

.banner_section .owl-dots button:not(:last-child) {
    margin-bottom: 10px
}

.text-brown{color:var(--brown)}

@media(max-width:1480px) {
    .about-big {
        position: absolute;
        top: -100px;
        right: -94px;
        z-index: -1
    }
    .modal-dialog.enq-modal {
        max-width: 22vw;
        border-radius: 3px
    }
    .box-cont {
        position: absolute;
        background-color: #fff;
        top: 16%;
        left: 10%;
        padding: 25px;
        width: 34%;
        z-index: 9
    }
}

@media(max-width:1366px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        padding: 0 12px;
        font-size: 14px
    }
    .modal-dialog.enq-modal {
        max-width: 30vw;
        border-radius: 3px
    }
    .box-cont {
        position: absolute;
        background-color: #fff;
        top: 16%;
        left: 5%;
        padding: 25px;
        width: 27%;
    }
}

@media(max-width:1280px) {
    #strip p {
        line-height: 20px
    }
    #strip .logo a {
        padding: 10px 10px
    }
    .modal-dialog.enq-modal {
        max-width: 32vw;
        border-radius: 3px
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px
    }
    .box-cont {
        position: absolute;
        background-color: #fff;
        top: 14%;
        left: 10%;
        padding: 25px;
        width: 36%
    }
}

.m-v {
    display: none
}

@media(max-width:768px) {
    .box-cont p {
        font-weight: 600
    }
    #strip {
        padding: 15px
    }
    #strip p {
        text-align: center
    }
    #floor-plan {
        padding: 50px 0
    }
    #pricelist {
        padding: 50px 0
    }
    section#features {
        margin-top: -100px
    }
    .about-big {
        display: none
    }
    #about {
        padding: 0 0
    }
    .about-small .desktop-view {
        box-shadow: 10px 10px 10px 0 #0000006b;
        margin-bottom: 25px
    }
    .d-v {
        display: none
    }
    .m-v {
        display: block
    }
    #about button {
        display: block;
        margin: 0 auto
    }
    #about h4 {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 10px
    }
    #about p {
        text-align: center
    }
    .modal-head {
        padding: 15px 0;
        background-color: var(--brown)
    }
    .modal-dialog.enq-modal {
        max-width: 100vw
    }
    .modal-title {
        font-size: 24px
    }
    #pricelist .col-md-4 {
        margin-bottom: 25px
    }
    .mobile-section {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: var(--brown);
        display: flex;
        align-items: baseline
    }
    .mobile-section a {
        width: 33.3%;
        background-color: var(--brown);
        border: none;
        border-radius: 0;
        padding: 0;
        padding-bottom: 10px
    }
    .box-cont {
        position: unset;
        background-color: #fff;
        top: 20%;
        left: 10%;
        padding: 30px;
        width: 100%
    }
    .btn-success:not(:disabled):not(.disabled).active,
    .btn-success:not(:disabled):not(.disabled):active,
    .show>.btn-success.dropdown-toggle {
        color: #fff;
        background-color: var(--brown) !important;
        border-color: var(--brown) !important
    }
    .btn-success:hover {
        background-color: var(--brown) !important;
        border-color: var(--brown) !important
    }
    .btn-success.focus,
    .btn-success:focus {
        box-shadow: none !important
    }
    .box-cont:before {
        position: unset;
        content: '';
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        border: 0 solid rgba(255, 255, 255, .4)
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 18px
    }
    .property-info {
        border-right: none
    }
    #about button {
        margin-bottom: 25px
    }
    #location video {
        height: unset;
        width: 100%
    }
}

@media(max-width:767px) {
    .banner_slider .owl-item img {
        height: 300px
    }
    .banner_section .box-cont {
        top: unset;
        transform: unset
    }
}