@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

button, select{cursor: pointer;}
body {
      font-family: "Poppins", sans-serif;
    
}

body,p,h1,h2,h3,h4,h5,h6,ul,li {
    margin: 0;
    padding: 0;
   
}
@keyframes blink{
0%{color: red;}
100%{color: yellow;}
}

.Launch-price {
    background: #ffffff;
    margin: 20px 0 0;
    padding: 10px;
    max-width: 400px;
    text-align: left;
    border-radius: 5px;
}
.Launch-price-para {
    animation: blink 1s linear infinite;
}
.Launch-price p span {
    font-size: 16px;
    font-weight: 400;
    animation: blink 1s linear infinite;
}
.Launch-price p span del{
    color:#fff;
}
.Launch-price label {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}
.Launch-price p {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
}
.container {
    max-width: 97%;
    padding-left: 0;
    padding-right: 0;
}
.top_hd {
    padding: 50px 0;
}
.top_hd h1 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 15px;
}
.top_hd h2 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}
.top_hd p {
    margin: 0 0 25px;
}
.top_hd ul {
    padding-left: 23px;
    margin:0 0 25px;
}
section.new-footer {
    background: #000;
    text-align: center;
    padding: 50px 0;
}
.footer-new p {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}
.top_hd ul li {
    margin: 10px 0;
}
.top_hd h3 {
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: 600;
}
.custom-navbar div#collapsibleNavbar {
    justify-content: end;
    align-items: center
}


.custom-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    z-index: 9;
    background: #111111;
}

.custom-navbar .navbar::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_vec.png);
    opacity: .04;
    z-index: -1
}
.custom-navbar .project-logo {
    width: auto;
    height: 75px;
}

.custom-navbar .project-logo-img {
    width: 216px;
}


.custom-navbar .navbar-brand {
    background-color: #111111;
    padding: 5px 30px 8px 15px;
}

.custom-navbar {
    padding-right: 0;
    padding-left: 0px;
}

.custom-navbar .navbar-nav {
    align-items: center
}

.custom-navbar .contact-us-li {
    background-color: #fff;
    padding: 8px 20px;
    margin-left: 21px;
    border-radius: 5px
}

.custom-navbar .contact-us-li a {
    color: #000
}

.custom-navbar .nav-item {
    margin-right: 22px
}

.custom-navbar .nav-link {
    color: #fff;
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 0
}

.newClass {
    position: fixed;
    width: 100%;
    z-index: 95;
}

.slider-container {
  margin:20px 0 ;
}

.slider-container .row {
    margin-left: 0;
    margin-right: 0
}

.slider-container .left_col {
    padding-left: 0;
    padding-right: 0;
    border-radius: 5px;
    overflow: hidden
}

.slider-container .left_col .highlight-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    padding-left: 20px
}

.slider-container .left_col .highlight-content .box-1 {
    width: calc(36% - 10px);
    padding: 9px 2px;
    color: #cb9439;
    letter-spacing: .5px;
    text-align: center;
    font-size: 18px;
    border: 4px solid #cb9439;
    border-style: double;
    border-radius: 5px
}

.slider-container .left_col .highlight-content .box-2 {
    width: calc(50% - 10px);
    padding: 12px 20px;
    color: #cb9439;
    letter-spacing: .5px;
    font-size: 18px
}
.slider-container .left_col .highlight-content .box-2 a {
    color: #cb9439;
    text-decoration: none;
}
.slider-container .left_col .highlight-content .box-1 span {
    color: #fff;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    padding: 5px 20px;
    margin-left: 8px
}

.slider-container .left_col .highlight-content .box-2 span {
    padding: 5px;
    margin-left: 4px
}

.slider-container .left_col #demo {
    border: 0px solid #fff;
    border-bottom: 0;
    overflow: hidden;
    border-radius:0px 0 50px;
}

.slider-container .left_col #demo .banner-img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.slider-container .right_col {
    background-color: transparent;
    padding-left: 37px;
    padding-top: 40px;
    padding-right: 20px;
    border-radius: 0px 0 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slider-container .col-sm-12.col-md-6.col-lg-6.right_col::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_vec.png);
    opacity: .18
}

.slider-container .right_col .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 35px 15px;
}
h2.location-heading {
    text-transform: uppercase;
    margin: 5px 0 0;
}

.slider-container .right_col .content-slider .welcome-heading {
    color: #fff;
    font-style: italic;
    font-size: 24px;
    font-weight: 600
}

.slider-container .right_col .content-slider .project-logo-heading {
    color: #fff;
    font-size: 43px;
    letter-spacing: .5px;
    padding-top: 0px
}

.slider-container .right_col .content-slider .location-heading {
    color: #fff;
    font-size: 20px !important;
    /* letter-spacing: .5px; */
    padding-top: 2px;
    line-height: 35px;
}
.slider-container .right_col .content-slider .download-brochure {
        top: 30px;
        right: 20px !important;
        padding: 15px 35px !important;
        font-size: 18px !important;
    }

.slider-container .right_col .content-slider .typology-heading {
    color: #fff;
    margin-top: 35px;
    font-size: 30px;
    letter-spacing: .5px
}

p.download-brochure {
    cursor: pointer;
    border: 0px solid #000;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
   background-image: linear-gradient(90deg, #c2862a, #f1ce72);
}
img.img-fluid.download-img {
    width: auto;
    height: 17px;
    filter: invert(1);
    margin-right: 5px;
    margin-bottom: 1px;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite;
}
@keyframes blinking {
    0%{
        color: #fff;
    }
    50% {
      color: #f0fd34;
    }
    100%{
        color: #fff;
    }
  }


.qr-code {
    display: flex;
    padding-bottom: 20px;
    justify-content: space-evenly;
}

.slider-container .right_col .content-slider .starting-price-top {
    background-color: #fff;
    width: fit-content;
    padding: 0;
    padding-bottom: 1px;
    padding-left: 13px;
    margin-top: 25px;
    font-size: 20px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    border-radius: 5px
}

.slider-container .right_col .content-slider .starting-price-top span {
    font-size: 32px;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    padding: 0 20px;
    color: #fff;
    height: 100%;
    margin-left: 10px;
    border: 1px solid #fff;
    border-bottom: none
}

.slider-container .right_col .content-slider .starting-price-top span .rupess-img {
    width: auto;
    height: 25px;
    filter: invert(1);
    margin-bottom: 5px
}

.slider-container .right_col .content-slider .key-highlights {
    color: #fff;
    font-size: 18px;
    margin-top: 20px
}

.slider-container .right_col .content-slider .key-highlights-ul {
    list-style: none;
    justify-content: space-between;
    width: 75%;
    margin-top: 44px;
    color: #fff;
    font-size: 17px
}

.slider-container .right_col .content-slider .key-highlights-ul li {
    margin-bottom: 20px;
    font-size: 18px
}

.slider-container .right_col .content-slider .key-highlights-ul .checkbox-img {
    filter: brightness(0) invert(1);
    margin-right: 5px
}

.hithere {
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite
}

@-webkit-keyframes hithere {
    30% {
        transform: scale(1.2)
    }

    40%,60% {
        transform: rotate(-20deg) scale(1.2)
    }

    50% {
        transform: rotate(20deg) scale(1.2)
    }

    70% {
        transform: rotate(0deg) scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes hithere {
    30% {
        transform: scale(1.2)
    }

    40%,60% {
        transform: rotate(-20deg) scale(1.2)
    }

    50% {
        transform: rotate(20deg) scale(1.2)
    }

    70% {
        transform: rotate(0deg) scale(1.2)
    }

    100% {
        transform: scale(1)
    }
}

.slider-container .right_col .content-slider .top-two-box {
    width: 436px;
    margin-top: 47px
}
.paymentplan {
    color: #fff;
    width: fit-content;
    text-align: center;
    border: 2px solid #fff;
    padding: 8px 15px;
}

.paymentplan p {
    display: grid;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}

.paymentplan p span {
    font-size: 36px;
}

.blink-harder {
  animation: blinkerer 1s step-end infinite;
}
.blink-softer {
  animation: blinkerer 1.5s linear infinite;
}
@keyframes blinkerer {
  50% {
    opacity: 0;
  }
}


.slider-container .right_col .content-slider .top-two-box .box-2 .marquee {
    height: 40px;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 8px 15px;
    background-color: #fff;
    margin-top: 5px;
    color: #000;
    font-size: 17px;
    border-radius: 5px
}

.slider-container .right_col .content-slider .top-two-box .box-2 .marquee div {
    display: block;
    width: 330%;
    height: 30px;
    padding-left: 100px;
    position: absolute;
    overflow: hidden;
    animation: marquee 15s linear infinite
}

.slider-container .right_col .content-slider .top-two-box .box-2 .marquee span {
    float: left;
    margin-right: 10px;
    border-right: 1px solid #000;
    padding-right: 10px;
    font-size: 20px
}

@keyframes marquee {
    0% {
        left: 0
    }

    100% {
        left: -200%
    }
}

.slider-container .right_col .content-slider .download-brochure {

    border: 0px solid #fff;
    border-radius: 5px;
    font-size: 19px;
    color: #fff;
    padding: 5px 10px; display: inline-block; margin: 15px 0 0;
}

.slider-container .right_col .content-slider .download-brochure .download-img {
    width: auto;
    height: 19px;
    filter: invert(1);
    margin-right: 5px;
    margin-bottom: 1px;
    animation: down 1.5s infinite;
    -webkit-animation: down 1.5s infinite
}

@keyframes down {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translateY(5px)
    }

    40% {
        transform: translate(0)
    }
}

@-webkit-keyframes down {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translateY(5px)
    }

    40% {
        transform: translate(0)
    }
}

.slider-container .right_col .content-slider .form-box {
    width: 278px;
    position: absolute;
    top: unset;
    bottom: 24px;
    right: 0;
    background-color: #cb9439ad;
    padding: 10px 20px;
    border-radius: 5px;
    outline: 1px solid #fff
}

.slider-container .right_col .content-slider .form-box .form_heading_2 {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    animation: blinking .5s infinite;
}

@keyframes blinking {
    0%{
        color: #fff;
    }
    50% {
      color: #f0fd34;
    }
    100%{
        color: #fff;
    }
  }

.slider-container .right_col .content-slider .form-box .form-group {
    width: 100%;
    margin-bottom: 10px;
    position: relative
}

.slider-container .right_col .content-slider .form-box .form-control {
    border-radius: 0;
    height: 50px;
    background-color: #f8f8f800;
    border: none;
    border-bottom: 1px solid #afafaf;
    color: #fff;
}

.slider-container .right_col .content-slider .form-box .form-control::placeholder {
    color: #fff9f9;
    font-size: 17px
}

.slider-container .right_col .content-slider .form-box .form-group i {
    position: absolute;
    padding: 15px 3px;
    pointer-events: none;
    color: #f0f3ed;
    font-size: 20px;
    z-index: 9
}

.slider-container .right_col .content-slider .form-box button {
    background-color: #fff;
    color: #000;
    font-size: 18px;
    border-radius: 0;
    padding: 5px 34px;
    outline-offset: 1px;
    display: block;
    margin-top: 21px;
    width: 100%;
    border-radius: 5px
}

.slider-container .right_col .content-slider .top-price-list-heading {
    color: #fff;
    font-size: 22px;
    margin-bottom: 16px
}

.slider-container .carousel-control-prev, .slider-container .carousel-control-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    background-color: #fff;
    opacity: 1; color: #000;
    bottom: 36px;
    top: unset;
    left: 50px
}

.slider-container .carousel-control-prev-icon, .slider-container .carousel-control-next-icon {
    filter: brightness(0);
}

.slider-container .carousel-control-next {
    margin-left: 54px;
}

.overview-contaier {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}
h1.project-logo-heading {
    font-size: 65px !important;
    text-transform: uppercase;
    font-weight: 700;
}
.overview-contaier::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 65%;
    background-image: url(../images/pattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain
}

.overview-contaier .custom-heading-section {
    font-size: 30px;
    color: #cb9439;
    width: 85%;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 40px;
    font-weight: 700;
}

.overview-contaier .top-sub-heading {
    font-size: 18px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase
}
.about-us-img p {
    text-align: left !important;
    margin: 0 0 25px;
    font-size: 18px !important;
    line-height: 28px;

}
.overview-contaier p {
    text-align: justify
}

.overview-contaier .site-visit-btn {
    border: none;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    color: #fff;
    padding: 12px 20px;
    text-transform: capitalize;
    margin-top: 0px;
    font-size: 17px;
    border-radius: 5px
}

.overview-contaier .about-us-img-1 {
    height: 460px !important;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #ccc;
}
.extra_section h3 {
    font-size: 32px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #cb9439;
    text-transform: uppercase;
}

.extra_section p {
    margin: 0 0 25px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.extra_section {
    background: #fffcf5;
    padding: 40px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0 0px;
    box-shadow: 0 0 10px #ccc;
}

.overview-contaier .about-us-img {
    padding-right: 0px;
}

.overveiw-content-2 {
    display: flex;
    margin-top: 15px
}

.overview-contaier .content-flex h4 {
    font-size: 18px;
    display: grid;
    margin-left: 14px
}

.overview-contaier .content-flex h4 span {
    margin-top: 5px
}

.overview-contaier .container {
    max-width: 85%;
    position: relative;
    z-index: 2
}

.overview-contaier::before {
    content: "";
    position: absolute;
    top: 88px;
    left: -50px;
    width: 128px;
    height: 250px;
    border: 32px solid #223e600a;
    z-index: 1
}

.overview-contaier .overview-box-2 {
    position: relative
}

.overview-contaier .overview-box-2 p {
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    width: fit-content;
    padding: 16px 36px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    bottom: 0;
    right: 0
}

.overview-contaier .content-flex {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 10px;
    /* margin: 0 auto; */
    margin-bottom: -6px;
    border-bottom: 1px solid #cfcfcf
}

.overview-contaier .icon-box img {
    width: auto;
    height: 50px
}
.highlights_section {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}
.highlights_section .section_heading {
  position: absolute;
  content: "";
  right: 0px;
  writing-mode: tb;
  transform: rotate(180deg) translateY(50%);
  top: 50%;
  font-size: 80px;
  color: var(--sec_head);
  text-shadow: 3px 0px 10px rgb(0 0 0 / 15%);
  z-index: 9;
  white-space: nowrap;
}
.highlights_section .left_col {
  display: flex;
  align-items: center;
}
.highlights_section .left_col .content {
  width: 100%;
}
.highlights_section .container {
  z-index: 1;
  position: relative; max-width: 1300px;
}
.highlights_section .left_col li {
  position: relative;
  margin-bottom: 8px;
  list-style: none;
}
.highlights_section .left_col li span {
  height: 30px;
  width: 30px;
  border-radius: 35px;
  background-image: linear-gradient(90deg, #c2862a, #f1ce72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}
.highlights_section .right_col {
  position: relative; padding: 0; border-radius: 0; overflow: hidden   ; background: none;
} 

.highlights_section .left_col ul {
    margin-top: 20px;
}
.highlights_section .right_col .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.highlights_section .right_col figure {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    height: 100%;
    background: none;
}
.highlights_section .right_col img {
    height: 500px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.highlights-container {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    position: relative;
    color: #fff;
    border-radius: 0;
}

.carousel-item:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: #000;
    opacity: .8;
}

.highlights-container .container {
    max-width: 85%;
    position: relative;
    z-index: 2
}

.highlights-container .box {
    position: relative;
    color: #fff;
    margin-top: 30px
}

.highlights-container .highlight_box .highlights-icons {
    width: auto;
    height: 55px;
    margin-bottom: 15px
}

.highlights-container .highlight_box {
    border: 1px solid #fff;
    padding: 20px;
    border-radius: 0;
    min-height: 180px;
    background: #fff;
}

.highlights-icons {
    width: auto;
    height: 80px;

}

.highlights-container span.span-count {
    position: absolute;
    z-index: 9;
    top: 15%;
    right: 12%;
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    background: #cb9439;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
}

.highlights-container .custom-heading-section {
    font-size: 36px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: 400;
}

.highlights-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.highlights-container .heading-p {
    margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
}

.pricelist-container {
    padding: 50px 0;
    position: relative;
    background-color: #eee;
    background-image: url('../images/highlight.jpg');
    background-size: cover;
}

.pricelist-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 90%;
}
.pricelist-container .container {
    max-width: 85%;
    position: relative;
    z-index: 2
}


.pricelist-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 0px;
    position: relative;
    text-transform: uppercase
}

.pricelist-container .custom-heading-section {
    font-size: 36px;
    color: #cb9439;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
}
.border-bot {
    display: block;
    color: #a37c4433;
    border-bottom: 1px solid;
    margin: 30px 0px 40px;
}

.price-section-details {
    font-size: 20px;
    color: #cb9439;
    text-transform: capitalize;
    margin: 15px 20px;
    padding: 8px 10px;
    background: #cb943924;
    backdrop-filter: blur(10px);
    border-radius: 5px;
}

.pricelist-container .price-list {
    position: relative;
    padding: 20px;
    border-radius: 0;
    text-align: center;
    margin-bottom: 35px;
    background: #000000;
    border: 1px solid #001;
}

.pricelist-container .price-list-content {
    position: relative;
    z-index: 2
}
.contact-__form__btm {
    width: 100%;
    float: left;
    background: #cb9439;
    padding: 25px;
    border-radius: 0 40px;
}
button.btn.form-control {
    background: #cb9439;
    color: #fff;
    margin: 15px 0 0;
    padding: 0px 0;
    border-radius: 0;
    display: block;
    border-radius: 5px;
    height: 45px;
}
img.img-fluid.floorplan-img {
    max-height: 230px;
}
.form_inner.row input {
    border: none;
    background: #fff;
    height: 40px;
    border-radius: 0;
}
.pricelist-container .typology-heading {
    color: #fff;
    font-size: 48px;
    letter-spacing: 0px;
    font-weight: 300;
    line-height: 48px;
    margin: 0 0 15px;
}
.contact-__form__btm .btn.form-control {
    background: #000;
}
p.starting-price-top label {
    color: #fff;
    font-weight: 600;
    margin: 0 0 16px;
}
.pricelist-container .price-list .size {
    color: #fff;
    margin-top: 0px;
    font-size: 23px;
    letter-spacing: 0px;
    font-weight: 400;
}

.pricelist-container .price-list .starting-price-top {
    background-color: #fff;
    width: fit-content;
    padding: 0;
    padding-bottom: 1px;
    margin-top: 30px;
    font-size: 14px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    padding: 0 0;
    padding-left: 10px;
    width: 100%;
    color: #000
}

.pricelist-container .price-list .starting-price-top span .rupess-img {
    width: auto;
    height: 21px;
    margin-bottom: 5px
}


.pricelist-container .price-list .starting-price-top span {
    font-size: 21px;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    padding: 6px 10px;
    color: #fff;
    height: 100%;
    border: 1px solid #fff;
    border-bottom: none
}

.pricelist-container .price-list .starting-price-top span img {
    filter: invert(1);
    width: auto;
    height: 17px!important;
    margin-right: 3px
}

.pricelist-container .btn-custom {
    margin-top: 43px;
    background-color: #fff;
    font-size: 16px;
    padding: 7px 30px;
    text-transform: uppercase
}

.amenities-container {
    position: relative;
    background-image: linear-gradient(90deg, #000000, #000000);
    color: #fff;
    padding: 60px;
    text-align: center;
}

.amenities-container .col-sm-12.col-md-8.col-lg-8 {
    padding-top: 70px;
    padding-bottom: 60px
}

.amenities-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_vec.png);
    opacity: .1;
    z-index: 1
}

.amenities-container .container {
    max-width: 85%;
    position: relative;
    z-index: 2
}

.amenities-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.amenities-container .custom-heading-section {
    font-size: 36px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 40px;
    font-weight: 700;
}

.amenities-container .amenity-img {
    height: 100%;
    object-fit: cover;
    object-position: top
}

.amenity-img-2 {
    width: auto
}

.amenities-box {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.amenity-box {
    width: calc(33.3% - 10px);
    margin-bottom: 20px;
    position: relative
}

.amenity-box p {
    color: #000;
    text-align: center;
    top: 11px;
    background-color: #fff;
    width: 100%;
    position: absolute
}

.amenities-custom-row {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.amenities-custom-row .amenities-img {
    width: auto;
    height: 69px;
    filter: invert(1)
}

.amenity-custom-col p {
    color: #fff;
    padding-top: 15px
}

.amenity-custom-col {
    width: calc(25% - 20px);
    margin-bottom: 20px;
    text-align: center;
    padding-right: 27px;
    border: dashed 0px #fff;
    padding: 15px;
   background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    border-radius: 0;
}

.floorplan-container {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative
}

.floorplan-container .container {
    max-width: 85%
}

.floorplan-container .custom-heading-section {
    font-size: 36px;
    color: #cb9439;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
}

.floorplan-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative; text-align: center;
    text-transform: uppercase
}

.floorplan-master {
    width: 100%;
    margin-bottom: 30px;
    position: relative
}

.floorplan-master .floor-plan-img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    height: 74vh
}

.floorplan-master button.btn.btn-custom {
    width: 100%;
    margin-top: 20px;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    color: #fff
}

.floorplan-container .custom-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.floorplan-container .custom-row .custom-col {
    width: calc(33% - 10px);
    text-align: center;
    border: 0px solid #eee;
    padding: 5px;
    background:#c4892d;
    border-radius: 0;
}
.p-para {
    color: #000 !important;
}
.floorplan-container .custom-row .custom-col figure {
    background: #fff;
    padding: 20px 0;
    border-radius: 0;
    margin: 0;
}

.floorplan-container .custom-row .custom-col p {
    text-align: center;
    margin: 15px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.floorplan-container .custom-row .custom-col button.btn.btn-custom {
    width: 100%;
    margin-top: 0px;
    background: #000;
    color: #fff;
    padding: 10px 0;
    border-radius: 0;
}

.floorplan-img-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: absolute;
    top: 1%;
    left: 51%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: #000;
    border-radius: 10px;
    padding: 9px 20px;
    letter-spacing: 1px;
    z-index: 99;
}
ul.nav.nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: none;
    margin: 20px;
}
.nav-tabs .nav-link {
    background: #cb943912;
    backdrop-filter: blur(10px);
    border-color: #dee2e6 #dee2e6 #fff;
    color: #cb9439;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 24px;
    margin-right: 20px;
    border: #cb943912;
}

.nav-tabs .nav-link.active {
    background: #cb943924;
    backdrop-filter: blur(10px);
    border-color: #dee2e6 #dee2e6 #fff;
    color: #cb9439;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 24px;
    border: 1px solid;
    margin-right: 20px;
}


.floorplan-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 70%;
    background-image: url(../images/pattern.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain
}

.floorplan-container .container {
    position: relative;
    z-index: 9
}

.floorplan-container .masterplan-img {
    height: 75vh;
    object-fit: cover
}

.location-container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-image: linear-gradient(90deg, #000000, #000000);
    color: #fff;
    overflow: hidden;
}

.location-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_vec.png);
    opacity: .18;
    z-index: 1
}

.location-container .container {
    max-width: 85%;
    position: relative;
    z-index: 2
}

.location-container .custom-heading-section {
    font-size: 36px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-weight: 700;
}

.location-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.location-container .location-advantage li {
    position: relative;
    color: #fff;
    padding: 10px 30px !important;
    border: 1px solid #fff;
    margin: 0 0 25px !important;
    list-style: none;
    width: 100% !important;
    margin-left: 0% !important;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 0;
}
.location-container .location-advantage li:last-child{margin-bottom: 0 !important;}

.location-container .location-advantage li .location-icon {
    width: auto;
    height: 26px;
    filter: brightness(0) invert(1)
}

.location-container .location-icon-2 {
    position: absolute;
    right: 10px;
    bottom: 7px;
    width: auto;
    height: 31px;
    filter: brightness(0) invert(1)
}

.location-advantage {
    position: relative;
    top: 14%
}

.gallery-container .gallery-img {
    width: 100%;
    object-fit: cover;
    height: 240px;
    border-radius: 10px
}

.gallery-container .row.second-custom-row {
    margin-top: 30px
}

.gallery-container::after {
    content: "";
    position: absolute;
    bottom: 77px;
    left: 0;
    width: 5%;
    height: 35%;
    background-color: #556b852e;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.gallery-container::before {
    content: "";
    position: absolute;
    top: 77px;
    right: 0;
    width: 5%;
    height: 35%;
    background-color: #556b852e;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.gallery-container .container {
    position: relative;
    z-index: 9
}

.gallery-container {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative
}

.gallery-container .container {
    max-width: 85%
}

.gallery-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}
.content-slider-text {
    max-width: 50%;
}
h3.heading.custom_heading {
    font-size: 32px;
    color: #cb9439;
    text-transform: capitalize;
    font-weight: 700;
}
.gallery-container .custom-heading-section {
    font-size: 36px;
    color: #cb9439;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 22px;
    font-weight: 700;

}

.contact-container {
    padding-top: 80px;
    padding-bottom: 20px;
    background:#000;
    color: #fff;
    position: relative;
}

.contact-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg_vec.png);
    opacity: .1;
    z-index: 1
}

.contact-container .container {
    position: relative;
    z-index: 2;
    max-width: 85%
}

.contact-container .container .row {
    border-bottom: 0px solid #b0b0b0;
    padding-bottom: 0px;
}

.contact-container .sub-heading-top {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.contact-container .custom-heading {
    font-size: 36px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 22px
}

.contact-container .left-col .sub-heading-top {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.contact-container .left-col p {
    color: #fff;
    text-align: justify;
    font-size: 15px;
    width: 95%
}

.contact-container .contact-us-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.contact-container .contact-us-footer .form-group {
    width: calc(50% - 10px);
    position: relative;
    margin-bottom: 20px
}

.contact-container .contact-us-footer .form-control {
    border-radius: 0;
    height: 65px;
    background-color: #fff;
    border: none;
    color: #000;
    padding-left: 20px
}

.contact-container .contact-us-footer .form-control::placeholder {
    color: #1d1d1d
}

.contact-container .contact-us-footer i.fa {
    color: #313030;
    font-size: 20px;
    position: absolute;
    top: 22px;
    left: 21px
}

.contact-container .contact-us-footer .btn-custom {
    border: none;
    padding: 15px 30px;
    background-color: #c8d04e;
    color: #000;
    font-size: 16px;
    margin-top: 15px;
    display: block;
    border-radius: 5px
}

.contact-container .second-custom-row-2 {
    border-bottom: none!important;
    padding-top: 40px;
    padding-bottom: 20px!important
}

.contact-container .second-custom-row-2 p {
    font-size: 12px;
    margin-bottom: 5px
}

.contact-container .second-custom-row-2 p a {
    font-size: 14px;
    color: #fff
}

.contact-container .top-sub-heading {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.contact-container .custom-heading-section {
    font-size: 36px;
    color: #fff;
    width: 100%;
    text-transform: capitalize;
    margin-bottom: 22px
}

.blink-hard {
    animation: blinker 1s step-end infinite;
}

.blink-soft {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        color: #fff;
    }
}

.mobile-section-1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #0d0d0c;
    z-index: 99;
    display: none
}

.mobile-section {
    display: flex;
    justify-content: center
}

.mobile-section-1 a.btn.btn-success.btn-block {
    font-size: 13px;
    background-color: #cb9439;
    width: 100%;
    border: none;
    border-radius: 0;
    padding-bottom: 12px;
    padding-top: 12px;
    margin-top: 0;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.modal-body .modal-form {
    padding: 0px;
    text-align: center;
}
.modal-form > img {
    max-height: 77px;
    text-align: center;
    margin: 0 0 20px;
}

.modal-body .close {
    position: absolute;
    right: 21px;
    top: 21px;
    border: 1px solid;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
}
div#myModal-1 .modal-lg {
        max-width: 650px !important;
        width: 100%;
    }

.modal-form .top-form-heading {
    font-size: 22px;
    margin-bottom: 15px;
    /* text-transform: uppercase; */
    text-align: center;
}
.popup-logo{
    width: 78%;
    display: block;
    margin: auto;
    padding-bottom: 10px;
}

.modal-form .form-group {
    position: relative
}

.modal-form i.fa {
    color: #afafaf;
    font-size: 20px;
    position: absolute;
    top: 18px;
    left: 10px
}

.modal-form .form-control {
    height: 45px;
    border-radius: 5px;
    padding-left: 15px;
}

.modal-form .btn-custom {
    border: none;
    padding: 12px 26px;
    background-image: linear-gradient(90deg, #c2862a, #f1ce72);
    color: #fff;
    font-size: 18px;
    width: 100%;
    margin-top: 10px
}

.modal-form .project-logo-modal {
    font-size: 30px;
    margin-bottom: 20px;
}

.form-box2{margin-top:20px!important;position:fixed;right: 14px;bottom:0;background: #ffffff;z-index:9999;width: 18%;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden;display:none}
.form-box2 .form_inner{padding:15px;padding-top:5px}
.form-box2 .form_inner .form-control{margin-bottom:10px;border-radius:0;height:45px;font-size:14px;border:1px solid #000;background-color:unset;color:#000;}
.form-box2 .top_form h2{font-size: 18px;text-align:center;padding-top:10px;background-color: #000000;color:#fff;padding-bottom:10px;cursor: pointer;}
.form-box2 .enquire-btn{background-image: linear-gradient(90deg, #c2862a, #f1ce72);width:100%;border:none;margin-top:10px;color:#fff;border-radius:0;padding:10px 20px;font-size:18px}
.form-box2 .form-control::placeholder{color:#676464;letter-spacing:1px}
.form-box2 .envelop-img{width:auto;height:30px;filter:invert(1);margin-left:10px}
.form-box2 .top-call{position:absolute;bottom:26px;right:19px;z-index:9;background-color:#395841;padding:5px;color:#fff;border-radius:8px;font-size:18px;backdrop-filter:blur(4px)}
.form-box2 .top-call:hover{text-decoration:none;color:#3d724b}
.blink-hardd{animation:blinkerd 1s step-end infinite}
@keyframes blinkerd {
50%{background-color:#14772b}
}
.dropdwon-form.newClass{display:block!important}
.dropdwon-form .pricelistdiv12 {padding-top: 4px;}



.best-patch {
    width: 25%;
    position: absolute;
    top: 38px;
    right: 70px;
}

.qr-scanner-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  margin: 0px auto;
  justify-content: center;
}

.qr-scanner-img li {
  width: calc(7% - 10px);
  margin-bottom: 10px;
  list-style: none;
  margin: 10px;
}
.qr-scanner-img  img.img-fluid.qr-scanner {
  width: 100%;
}

.rera-p {
  font-size: 9px!important;
  line-height: 14px!important;
  margin-top: 10px;
}

.form.form-image-popup{display: flex;}
.left-box{width: 50%;display: none;}
.right-box {
    width: 100%;
    padding: 10px 20px;
    background: #000000;
}
div#myModal-1 .modal-lg {max-width: 1043px;}
 .pricelist-container .price-list .starting-price-top {
    font-size: 17px;
    display: flex;
    flex-direction: column;
    padding: 0;
    background: transparent;
    border: none;
    margin: 15px 0 0;
}
        .pricelist-container .price-list .starting-price-top span {
        font-size: 19px;
        width: 100%;
        margin: 0;
        padding: 6px 0;
        border: none;
        background-image: linear-gradient(90deg, #c2862a, #f1ce72);
        border-radius: 0;
    }
        .pricelist-container .btn-custom {
        margin-top: 10px;
        font-size: 16px;
        width: 100%;
        border-radius: 0;
        background: white;
        color: #cb9439;
        font-weight: 600;
    }

@media screen and (max-width: 1920px) and (min-width: 1800px) {
    .amenities-container .container {
        max-width: 75%;
    }

    .floorplan-container .container {
        max-width: 75%;
    }

    .location-container .container {
        max-width: 75%;
    }

    .pricelist-container .container {
        max-width: 75%;
    }

    .floorplan-container .masterplan-img {
        height: 53vh;
    }

    .gallery-container .container {
        max-width: 75%;
    }

    .contact-container .container {
        max-width: 75%;
    }

    .highlights-container .container {
        max-width: 75%;
    }

    .overview-contaier .container {
        max-width: 75%;
    }

    .overview-contaier .about-us-img-1 {
        height: auto;
    }
}

@media(max-width: 1600px) {
   
    .best-patch{bottom: 35px;}
    .custom-navbar .nav-link {
        font-size: 15px;
    }

    .custom-navbar .nav-item {
        margin-right: 12px
    }

    .slider-container .right_col .content-slider .welcome-heading {
        font-size: 18px
    }

    .slider-container .right_col .content-slider .project-logo-heading {
        font-size: 32px
    }

    .slider-container .right_col .content-slider .location-heading {
        font-size: 17px
    }

    .slider-container .right_col .content-slider .typology-heading {
        margin-top: 26px;
        font-size: 22px
    }

    .slider-container .right_col .content-slider .starting-price-top {
        padding-left: 13px;
        margin-top: 23px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .starting-price-top span {
        font-size: 28px;
        padding: 0 20px;
        height: 100%;
        margin-left: 10px;
        border: 1px solid #fff;
        border-bottom: none
    }

    .slider-container .right_col .content-slider .starting-price-top span .rupess-img {
        width: auto;
        height: 21px;
        filter: invert(1);
        margin-bottom: 5px
    }

    .slider-container .right_col .content-slider .key-highlights {
        color: #fff;
        font-size: 18px;
        margin-top: 20px
    }

    .slider-container .right_col .content-slider .key-highlights-ul {
        list-style: none;
        justify-content: space-between;
        width: 75%;
        margin-top: 39px;
        color: #fff;
        font-size: 17px
    }

    .slider-container .right_col .content-slider .key-highlights-ul li {
        margin-bottom: 16px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .key-highlights-ul .checkbox-img {
        filter: brightness(0) invert(1);
        margin-right: 5px
    }

    .slider-container .right_col {
        padding-left: 20px;
        padding-right: 25px
    }

    .slider-container .left_col .highlight-content .box-1 {
        width: calc(45% - 10px);
        padding: 9px 2px;
        font-size: 16px
    }

    .custom-navbar .project-logo {
        height: 70px
    }

    .slider-container .right_col .content-slider .top-two-box {
        width: 340px;
        margin-top: 47px
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee {
        height: 40px;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 8px 15px;
        background-color: #fff;
        margin-top: 5px;
        color: #000;
        font-size: 17px;
        border-radius: 5px
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee div {
        display: block;
        width: 330%;
        height: 30px;
        padding-left: 100px;
        position: absolute;
        overflow: hidden;
        animation: marquee 15s linear infinite
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee span {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .form-box {
        width: 250px
    }

    .slider-container .right_col .content-slider .form-box button {
        padding: 6px 34px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .form-box .form-control::placeholder {
        font-size: 15px
    }

    .slider-container .right_col .content-slider .top-price-list-heading {
        font-size: 18px;
        margin-bottom: 15px
    }

    .slider-container .right_col .content-slider .form-box .form-control {
        height: 43px
    }

    .slider-container .left_col .highlight-content .box-2 {
        font-size: 20px
    }

    .slider-container .right_col .content-slider .download-brochure {
        top: 22px;
        right: 20px;
        padding: 5px 10px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .download-brochure .download-img {
        height: 18px
    }

    .overview-contaier .container {
        max-width: 90%;
        position: relative;
        z-index: 2
    }

    .overview-contaier .about-us-img p {
        text-align: justify;
        font-size: 15px
    }

        .overview-contaier .site-visit-btn {
        padding: 12px 20px;
        margin-top: 0px;
        font-size: 15px;
    }

    .overveiw-content-2 {
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .highlights-container .container {
        max-width: 90%;
    }

    .highlights-container .custom-heading-section {
        font-size: 32px;
    }

    .highlights-container .top-sub-heading {
        font-size: 16px;
    }

    .highlights-container .heading-p {
        font-size: 15px;
    }

   .highlights-container .p-para {
        font-size: 15px;
        color: #000;
    }

    .pricelist-container .container {
        max-width: 90%;
    }

    

    .amenities-container .custom-heading-section {
        font-size: 32px;
    }

    .amenities-custom-row .amenities-img {
        height: 59px;
    }

    .amenities-container .top-sub-heading {
        font-size: 16px;
    }

    .floorplan-container {
        padding-top: 80px;
        padding-bottom: 50px;
        position: relative
    }

    .floorplan-container .custom-heading-section {
        font-size: 32px;
    }

    .floorplan-container .top-sub-heading {
        font-size: 16px;
    }

    .location-container .container {
        max-width: 90%;
    }

    .location-container .top-sub-heading {
        font-size: 16px;
    }

    .location-container .custom-heading-section {
        font-size: 32px;
    }

 .location-container .location-advantage li {
        position: relative;
        padding: 10px 30px;
        margin: 14px;
        width: 100%;
        margin-left: 0%;
        padding-left: 10px;
        font-size: 15px;
        margin-top: 4px;
    }

    .gallery-container .container {
        max-width: 90%;
    }

    .gallery-container .top-sub-heading {
        font-size: 16px;
    }

    .gallery-container .custom-heading-section {
        font-size: 32px;
    }

    .gallery-container .heading-p {
        font-size: 15px;
    }

    .contact-container .container {
        max-width: 90%;
    }

    .contact-container p.top-sub-heading {
        font-size: 16px;
    }

    .contact-container .custom-heading-section {
        font-size: 32px;
    }

    .contact-container .custom-heading-section {
        font-size: 32px;
    }

    .contact-container .sub-heading-top {
        font-size: 16px;
    }

    .contact-container .contact-us-footer .form-control {
        height: 58px;
    }

    .contact-container .custom-heading {
        font-size: 32px;
    }
    div#myModal-1 .modal-lg {
        max-width: 918px;
    }
    
}

@media(max-width: 1366px) {
    .custom-navbar .nav-link {
        font-size: 13px;
    }

    .custom-navbar .nav-item {
        margin-right: 12px
    }

    .slider-container .right_col .content-slider .welcome-heading {
        font-size: 18px
    }

    .slider-container .right_col .content-slider .project-logo-heading {
        font-size: 32px
    }

    .slider-container .right_col .content-slider .location-heading {
        font-size: 17px
    }

    .slider-container .right_col .content-slider .typology-heading {
        margin-top: 26px;
        font-size: 19px
    }

   .slider-container .right_col .content-slider .starting-price-top {
        padding-left: 13px;
        margin-top: 7px;
        font-size: 16px;
    }

    .slider-container .right_col .content-slider .starting-price-top span {
        font-size: 28px;
        padding: 0 20px;
        color: #fff;
        height: 100%;
        margin-left: 10px;
        border: 1px solid #fff;
        border-bottom: none
    }

    .slider-container .right_col .content-slider .starting-price-top span .rupess-img {
        width: auto;
        height: 21px;
        filter: invert(1);
        margin-bottom: 5px
    }

    .slider-container .right_col .content-slider .key-highlights {
        color: #fff;
        font-size: 18px;
        margin-top: 20px
    }

    .slider-container .right_col .content-slider .key-highlights-ul {
        list-style: none;
        justify-content: space-between;
        width: 75%;
        margin-top: 20px;
        color: #fff;
        
        font-size: 17px
    }

    .slider-container .right_col .content-slider .key-highlights-ul li {
        margin-bottom: 12px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .key-highlights-ul .checkbox-img {
        filter: brightness(0) invert(1);
        margin-right: 5px
    }

    .slider-container .right_col {
        padding-left: 15px;
        padding-right: 20px
    }

    .slider-container .left_col .highlight-content .box-1 {
        width: calc(45% - 10px);
        padding: 9px 2px;
        font-size: 16px
    }

    .custom-navbar .project-logo {
        height: 60px;
    }

    .slider-container .right_col .content-slider .top-two-box {
        width: 340px;
        margin-top: 30px;
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee {
        height: 40px;
        width: 100%;
        overflow: hidden;
        position: relative;
        padding: 8px 15px;
        background-color: #fff;
        margin-top: 5px;
        color: #000;
        font-size: 17px;
        
        border-radius: 5px
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee div {
        display: block;
        width: 330%;
        height: 30px;
        padding-left: 100px;
        position: absolute;
        overflow: hidden;
        animation: marquee 15s linear infinite
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee span {
        margin-right: 10px;
        padding-right: 10px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .form-box {
        width: 270px
    }

    .slider-container .right_col .content-slider .form-box button {
        padding: 3px 34px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .form-box .form-control::placeholder {
        font-size: 15px
    }

    .slider-container .right_col .content-slider .top-price-list-heading {
        font-size: 18px;
        margin-bottom: 15px
    }

    .slider-container .right_col .content-slider .form-box .form-control {
        height: 34px;
    }

    .slider-container .left_col .highlight-content .box-2 {
        font-size: 18px
    }

    .slider-container .right_col .content-slider .download-brochure {
        top: 0px;
        right: 20px;
        padding: 10px 12px;
        font-size: 16px
    }

    .slider-container .right_col .content-slider .download-brochure .download-img {
        height: 18px
    }
}

@media(max-width: 1280px) {
    .slider-container .right_col .content-slider .starting-price-top {
        padding-left: 8px;
        margin-top: 25px;
        font-size: 15px;
    }

    .best-patch {
    width: 18%;
    position: absolute;
    /* top: 0px; */
    bottom: 25px;
    left: 0%;
}

    .slider-container .right_col .content-slider .starting-price-top span {
        font-size: 22px;
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee {
        width: 95%;
    }

    .overview-contaier .container {
        max-width: 95%;
    }

    .pricelist-container .container {
        max-width: 95%;
    }

    .highlights-container .container {
        max-width: 95%;
    }

    .amenities-container .container {
        max-width: 95%;
    }

    .floorplan-container .container {
        max-width: 95%;
    }

    .location-container .container {
        max-width: 95%;
    }

    .gallery-container .container {
        max-width: 95%;
    }

    .contact-container .container {
        max-width: 95%;
    }

    .contact-container .contact-us-footer .form-control {
        height: 50px;
        color: #000;
        padding-left: 20px;
    }
}

@media(max-width: 768px) {

.left-box{width: 100%;}
.right-box{width: 100%;}
.form.form-image-popup{display: block;}


    .slider-container .right_col .content-slider .key-highlights-ul li{font-size: 15px;}
    ul.nav.nav-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        border-bottom: none;
        margin: 0px;
    }
    ul.nav.nav-tabs li.nav-item {
        width: 33%;
    }
    .nav-tabs .nav-link {
        font-size: 20px;
        border: 1px solid;
        margin-right: 5px;
        padding: 10px;
        text-align: center;
    }
    .nav-tabs .nav-link.active {
        font-size: 20px;
        border: 1px solid;
        margin-right: 5px;
        padding: 10px;
    }
    .pricelist-container .price-list .starting-price-top span {
        font-size: 23px;
        background-image: linear-gradient(90deg, #c2862a, #f1ce72);
        padding: 6px 10px;
        color: #fff;
        height: 100%;
        width: 100%;
        margin-left: 0;
        border: 1px solid #fff;
        border-bottom: none
    }
    .pricelist-container .price-list .starting-price-top {
        margin-top: 20px;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        padding-left: 0px;
        padding-top: 9px;
    }
    .modal-body .modal-form {
        padding: 20px;
    }
    p.download-brochure {
        margin-top: 10px;
    }
    .custom-navbar .project-logo {
        height: 63px;
    }

    .qr-scanner-img li {
    width: calc(22% - 10px);
    margin-bottom: 10px;
    list-style: none;
    margin: 10px;
}

.best-patch {
    width: 25%;
    position: absolute;
    /* top: 0px; */
    bottom: 109%;
    left: 70%;
}

    .navbar-toggler .menubar-icon {
        width: auto;
        height: 40px;
        filter: invert(1)
    }

    button:focus {
        outline: #ffdead
    }

    .navbar-toggler .menubar-icon {
        border: #ffdead
    }

    .navbar-toggler {
        border: none
    }

    .navbar-nav {
        width: 100%;
        text-align: center;
    }

    .custom-navbar .navbar {
        padding-right: 0px;
    }

    .custom-navbar .nav-item {
        margin-right: 0px;
        padding: 10px 15px;
    }

    .custom-navbar .nav-link {
        font-size: 17px;
    }

    .contact-us-li {
        width: 100%;
        margin-left: 0px!important;
        border-radius: 0px!important;
    }

    div#collapsibleNavbar {
        position: absolute;
        top: 100%;
        z-index: 99;
        background-image: linear-gradient(90deg, #c2862a, #f1ce72);
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px
    }

    .slider-container .right_col .content-slider .form-box {
        width: 100%;
        position: unset;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .slider-container .right_col .content-slider .download-brochure {
        padding: 10px;
        font-size: 16px;
        position: unset;
        width: fit-content;
        margin-bottom: 20px;
        margin-top: 25px
    }

    .slider-container .left_col .highlight-content {
        width: 100%;
        display: block;
    }

    .slider-container .left_col .highlight-content .box-1 {
        width: 100%;
        padding: 9px 2px;
        font-size: 16px;
        padding-left: 10px;
        padding-right: 10px
    }

    .highlight-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .slider-container .left_col .highlight-content .box-2 {
        width: 100%;
        padding: 12px 20px;
        font-size: 18px;
        text-align: center;
    }

    .slider-container .right_col .content-slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .slider-container .right_col .content-slider .form-box .form-control {
        height: 50px;
    }

    .slider-container .right_col .content-slider .top-two-box {
        width: 100%;
        margin-top: 30px;
    }

    .slider-container .right_col .content-slider .top-two-box .box-2 .marquee {
        width: 100%;
    }

    .slider-container .right_col .content-slider .form-box button {
        padding: 10px 34px;
        font-size: 16px;
    }

    .slider-container .carousel-control-prev, .slider-container .carousel-control-next {
        height: 30px;
        width: 30px;
        line-height: 30px;
        bottom: 20px;
        left: 20px;
    }

    .slider-container .carousel-control-prev-icon, .slider-container .carousel-control-next-icon {
        width: 12px;
    }

    .overveiw-content-2 {
        display: block;
    }

    .overview-contaier .about-us-img {
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .overview-contaier .custom-heading-section {
        font-size: 26px;
        width: 100%;
        margin-bottom: 20px;
        line-height: 35px;
    }

    .overview-contaier .content-flex {
        display: flex;
        flex-wrap: wrap;
        padding: 12px 10px;
        margin: 0 auto;
        margin-bottom: -6px;
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
        margin-bottom: 20px
    }

    .overview-contaier .about-us-img-1 {
        height: 100%;
    }

    .overview-contaier {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .overview-contaier .icon-box img {
        width: auto;
        height: 45px;
        margin-right: 15px;
    }

    .overview-contaier .overview-box-2 p {
        padding: 10px 23px;
        font-size: 18px;
    }

    .highlights-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .highlights-container .top-sub-heading {
        font-size: 15px;
    }

    .highlights-container .custom-heading-section {
        font-size: 26px;
    }

    .pricelist-container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .pricelist-container .custom-heading-section {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .price-section-details {
        font-size: 14px;
        margin: 5px 10px;
        padding: 8px 10px;
    }

    .pricelist-container .price-list .starting-price-top {
        font-size: 16px;
    }

    .pricelist-container .price-list .size {
        margin-top: 20px;
        font-size: 22px;
    }

    .pricelist-container .price-list .starting-price-top {
        margin-top: 20px;
        font-size: 16px;
    }

    .pricelist-container .price-list {
        margin-bottom: 20px;
    }

    .amenities-container {
        padding-bottom: 40px;
    }

    .amenities-container .col-sm-12.col-md-8.col-lg-8 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .amenities-container .custom-heading-section {
        font-size: 26px;
        width: 100%;
    }

    .amenity-custom-col {
        width: calc(50% - 20px);
        margin-bottom: 40px;
        text-align: center;
        padding-right: 0
    }

    .floorplan-container .custom-row {
        display: flex;
        flex-wrap: wrap;
    }

    .floorplan-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .floorplan-container .custom-row .custom-col {
        width: calc(50% - 10px);
        margin-bottom: 10px;
    }

    .floorplan-master {
        margin-top: 30px;
    }

    .floorplan-container .masterplan-img {
        height: 100%;
    }

    .location-container {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .location-container .top-sub-heading {
        font-size: 15px;
    }

    .location-container .custom-heading-section {
        font-size: 26px;
    }

    .location-container .location-advantage li {
        padding: 10px 0;
        margin: 14px;
        width: 100%;
        margin-left: 0;
        padding-left: 1px;
        font-size: 14px;
        margin-top: 4px
    }

    .location-advantage {
        position: relative;
        top: 4%;
    }

    .gallery-container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .gallery-container .heading-p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .gallery-container::before {
        display: none;
    }

    .gallery-container::after {
        display: none;
    }

    .gallery-container .gallery-img {
        width: 100%;
        object-fit: cover;
        height: auto;
        border-radius: 10px;
        margin-bottom: 20px
    }

    .gallery-container .row.second-custom-row {
        margin-top: 0px;
    }

    .contact-container {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .contact-container .left-col p {
        font-size: 15px;
        width: 100%;
    }

    .contact-container .custom-heading-section {
        font-size: 26px;
    }

    .contact-container .custom-heading {
        font-size: 26px;
        width: 100%;
        margin-bottom: 22px;
    }

    .contact-container .contact-us-footer .form-group {
        width: calc(100% - 0px);
        position: relative;
        margin-bottom: 12px;
    }

    .contact-container .sub-heading-top {
        margin-top: 20px;
    }

    .contact-container .container .row {
        padding-bottom: 30px;
    }

    .mobile-section-1 {
        display: block;
    }

    .contact-container .second-custom-row-2 {
        padding-top: 20px;
        padding-bottom: 40px!important;
    }
    .dropdwon-form.newClass{display:none!important;}
}
@media only screen and (max-width: 600px) {
  .slider-container .right_col {
        padding:0 !important;
   
    }
    .slider-container .right_col .content-slider {
    padding: 15px !important;
}
h1.project-logo-heading {
    font-size: 28px !important;
    text-transform: uppercase;
    font-weight: 700;
}
    .slider-container .right_col .content-slider .location-heading {
        font-size: 16px;
    }
    .slider-container .right_col .content-slider .key-highlights-ul {
        list-style: none;
        justify-content: space-between;
        width: 100%;
        margin-top: 20px;
        color: #fff;
        font-size: 14px;
        font-size: 16px;
    }
    .slider-container .right_col .content-slider .key-highlights-ul li {
        font-size: 14px;
    }
    .best-patch {
        top: 80px;
    }
       .slider-container .right_col .content-slider .typology-heading {
        margin-top: 17px;
        font-size: 17px;
    }
    .slider-container .right_col .content-slider .starting-price-top {
        padding-left: 8px;
        margin-top: 10px;
        font-size: 15px;
    }
        .slider-container .right_col .content-slider .download-brochure {
        padding: 10px;
        font-size: 16px;
        position: unset;
        width: fit-content;
        margin-bottom: 0px;
        margin-top: 5px;
    }
    .slider-container .left_col #demo .banner-img {
    width: 100%;
    height: 510px;
    object-fit: cover;
}
    .amenity-custom-col {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
       padding: 15px !important;
    }
    .floorplan-container .custom-row .custom-col {
        width: 100%;
        margin-bottom: 10px;
    }
    .form_inner.row input {

    margin: 0 0 10px;
}
.content-slider-text {
    max-width: 100%;
}
.slider-container .right_col .content-slider .location-heading {
    color: #fff;
    font-size: 14px !important;
    /* letter-spacing: .5px; */
    padding-top: 2px;
    line-height: 28px;
}
.slider-container .right_col .content-slider .download-brochure {
    top: 30px;
    right: 20px !important;
    padding: 15px 20px !important;
    font-size: 16px !important;
}
.best-patch {
        width: 18%;
        position: absolute;
        top: 15px;
        bottom: 109%;
        left: 75%;
    }
        .slider-container .left_col #demo .banner-img {
        width: 100%;
        height: 290px;
        object-fit: cover;
        border-radius: 5px !important;
    }

    
    .overview-contaier .about-us-img-1 {
    height: 199px !important;
    object-fit: cover;
    border-radius: 5px;
    width: 100%;
    border: 0px solid #fff;
    box-shadow: 0 0 0px #ccc;
    margin-bottom: 20px;
}
.modal-body .modal-form {
        padding: 0px;
    }
    .modal-content{
        width: 97%;
    }
    .overview-contaier::before {
    content: "";
    position: absolute;
    top: 74px;
    left: -1px;
    width: 0px;
    height: 250px;
    border: 0px solid #223e600a;
    z-index: 1;
}
.overview-contaier .container {
        max-width: 100%;
    }

    .highlights_section {
        padding: 40px 12px;
        position: relative;
        overflow: hidden;
    }
.highlights_section ul li{
    list-style: none;
}
.highlights_section .left_col ul {
    margin: 20px 0 40px;
}
.highlights_section .right_col img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    border-radius: 5px;
}
.container {
        max-width: 100%;
    }
    .amenities-container {
    position: relative;
    background-image: linear-gradient(90deg, #000000, #000000);
    color: #fff;
    padding: 40px 15px;
    text-align: center;
}
    .overview-contaier .custom-heading-section {
        font-size: 20px;
        width: 100%;
        margin-bottom: 20px;
        line-height: 28px;
    }
    .about-us-img p {
    text-align: left !important;
    margin: 0 0 25px;
    font-size: 14px !important;
    line-height: 24px;
}
.extra_section h3 {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 700;
    color: #cb9439;
    text-transform: uppercase;
    line-height: 28px;
}
.extra_section p {
    margin: 0 0 25px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;

}
.extra_section {
    background: #e2efff;
    padding: 40px 15px;
    text-align: center;
    border-radius: 5px;
    margin: 30px 0 0px;
}
.highlights-container .custom-heading-section {
        font-size: 20px;
        line-height: 28px;
    }
    h3.heading.custom_heading {
    font-size: 20px;
    color: #cb9439;
    text-transform: capitalize;
    font-weight: 700;
    line-height: 28px;
}
.highlights_section .left_col li {
    position: relative;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
}
.pricelist-container .custom-heading-section {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .amenities-container .custom-heading-section {
        font-size: 20px;
        width: 100%;
        line-height: 28px;
    }
    .floorplan-container .custom-heading-section {
        font-size: 20px;
        line-height: 28px;
    }
    .location-container .custom-heading-section {
        font-size: 20px;
        line-height: 28px;
    }
        .gallery-container .custom-heading-section {
        font-size: 20px;
    }
    .contact-__form__btm {
    width: 100%;
    float: left;
    background: #cb9439;
    padding: 15px;
    border-radius: 5px;
    margin: 30px 0 0;
}
.contact-container .container .row {
        padding-bottom: 0px;
    }
    .contact-container .custom-heading {
        font-size: 20px;
        width: 100%;
        margin-bottom: 15px;
        line-height: 28px;
    }
    .contact-container .sub-heading-top {
        margin-top: 0px;
    }
        .slider-container .left_col #demo .banner-img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        border-radius: 5px !important;
    }
    .Launch-price p {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}
.Launch-price {
    background: #c3872b;
    margin: 15px 0 0;
    padding: 10px;
    max-width: 100%;
    text-align: left;
    border-radius: 5px;
}

}