.btn_1.outline, header {
    background-color: rgba(255, 255, 255, 0);
}

.box_facilities, .closebt, .dis, .logo_panel, header nav ul {
    text-align: center;
}

.slide-text h2, .slide-text small, .title small {
    text-transform: uppercase;
}

#contact-us, #price {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn_1, .closebt, .hamburger_2, [data-bs-toggle="modal"], a.head-call, button.query-btn {
    cursor: pointer;
}

main {
    position: relative;
    z-index: 2;
    background-color: rgb(250, 248, 245);
}

.btn_1, a, a:focus, a:hover {
    text-decoration: none;
}

.patch-img {
    position: absolute;
    top: 50%;
    z-index: 99;
    right: 46%;
}

.banner-form {
    display: none;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: inherit;
    }
}

body {
    background: rgb(250, 248, 245);
    font-size: 0.9375rem;
    line-height: 1.6;
    font-family: Montserrat, Helvetica, sans-serif;
    color: rgb(51, 51, 51);
}

h2, h3, h4, h5, h6 {
    color: rgb(51, 51, 51);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.btn_1, .title small, h3, h4, h5, h6 {
    font-weight: 600;
}

.bg_white.gallery-sec img, p {
    margin-bottom: 25px;
}

.floor-section, .location {
    background-color: rgb(242, 242, 242);
}

.banner-head {
    font-size: 34px !important;
    letter-spacing: 1px !important;
}

a {
    color: rgb(46, 41, 126);
    transition: 0.3s ease-in-out;
    outline: 0px;
}

a:focus, a:hover {
    color: rgb(36, 38, 45);
    outline: 0px;
}

.dis p a:hover, .title small {
    color: rgb(46, 41, 126);
}

.title small {
    letter-spacing: 3px;
    display: block;
    margin-bottom: 5px;
    font-size: 0.75rem;
}

.gradient {
    background: linear-gradient(45deg, rgb(16, 92, 143), rgb(16, 92, 143), rgb(58, 130, 200), rgb(16, 92, 143), rgb(15, 86, 134)) 0px 0px / 400% 400%;
    animation: 3s ease 0s infinite normal none running Gradient;
    color: rgb(255, 255, 255) !important;
}

.appbtn {
    color: rgb(255, 255, 255);
    transition: 0.4s ease-in-out;
}

@keyframes Gradient {
    0%, 100% {
        background-position: 0px 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.logo-black img {
    width: 100%;
}

.title h2 {
    font-weight: 700;
    font-size: 2.1rem;
    margin-bottom: 15px;
}

#contactform h2.form-heading, .slide-text.white, .slide-text.white h2, header.fixed_header nav ul li a {
    color: rgb(255, 255, 255);
}

.btn_1 {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    outline: 0px;
    display: inline-flex;
    padding: 14px 25px;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btn_1.outline {
    border: 2px solid rgb(36, 38, 45);
    color: rgb(36, 38, 45);
}

.btn_1.outline.white {
    border-color: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn_1.outline.white:hover {
    background-color: rgb(177, 142, 78);
    border: 2px solid rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.btn_1.outline:hover {
    background-color: rgb(75, 81, 77);
    border: 2px solid rgba(255, 255, 255, 0);
    color: rgb(255, 255, 255);
}

header {
    width: 100%;
    position: fixed;
    top: 0px;
    padding: 10px 0px;
    z-index: 999;
    left: 0px;
    transition: 0.3s;
}

.bg_white, header.sticky {
    background-color: rgb(255, 255, 255);
}

.logo-black, .menu_v1 .closebt, .menu_v1 .hamburger_2, .menu_v1 .layer, .mobile-section-footer, .mobile-show {
    display: none;
}

.closebt, .hamburger_2, header nav ul li {
    display: inline-block;
}

.destop-show, .logo-white, span[data-jarallax-element] {
    display: block;
}

header nav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

header nav ul li {
    font-weight: 600;
    margin-left: 15px;
}

.hamburger_2 {
    position: relative;
    top: 8px;
    padding: 0px;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    margin: 0px;
    overflow: visible;
}

.hamburger_2:hover .hamburger__inner {
    animation: 0.4s ease 0s 1 normal none running burger;
}

.hamburger_2:hover .hamburger__inner::before {
    animation: 0.4s ease 0.1s 1 normal none running burger;
}

.hamburger_2:hover .hamburger__inner::after {
    animation: 0.4s ease 0.2s 1 normal none running burger;
}

.hamburger_2 .hamburger__box {
    width: 24px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger_2 .hamburger__inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger_2 .hamburger__inner, .hamburger_2 .hamburger__inner::after, .hamburger_2 .hamburger__inner::before {
    width: 24px;
    height: 2px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger_2 .hamburger__inner::after, .hamburger_2 .hamburger__inner::before {
    content: "";
    display: block;
}

.hamburger_2 .hamburger__inner::before {
    top: -8px;
}

.hamburger_2 .hamburger__inner::after {
    bottom: -8px;
}

@keyframes burger {
    0%, 100% {
        transform-origin: 0px 100%;
        transform: scale(1, 1);
    }

    50% {
        transform-origin: 0px 100%;
        transform: scale(0, 1);
    }
}

.closebt {
    transition: 0.3s ease-in-out;
    color: rgb(204, 204, 204);
    position: absolute;
    right: 25px;
    top: 0px;
}

.closebt:hover {
    transform: rotate(90deg);
    opacity: 1;
}

.logo_panel {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
    background-color: rgb(250, 248, 245);
}

.menu_v1 .hamburger_2 {
    top: 5px;
}

.menu_v1 .logo_panel {
    display: none;
    border-bottom: 1px solid rgb(237, 237, 237);
}

.high-details, .inp-box, .pinned-image, div#exampleModalpopup .wrap {
    display: flex;
}

.fixed_header .container {
    max-width: 1400px;
}

.modal-dialog-centered.modal-lg {
    --bs-modal-width: 900px;
}

.logo {
    & img {
        width: 100%;
        max-width: 175px;
        filter: invert(1) brightness(1.5);
    }
}

.logo-white {
    display: block;
}

.logo-black {
    display: none;
}

.logo-black img {
    width: 100%;
}

header.fixed_header.sticky {
    & .logo-black {
        display: block;
    }

    & .logo-white {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .main-menu {
        overflow-y: scroll;
        transform: translateX(102%);
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 350px;
        height: 100%;
        position: fixed;
        z-index: 99999;
        background-color: rgb(255, 255, 255);
        transition: 0.5s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px 0px;
    }

    .main-menu #mainNav {
        padding: 30px;
    }

    .main-menu #mainNav ul {
        text-align: left;
    }

    .main-menu #mainNav ul li {
        display: block;
        margin: 0px;
    }

    .main-menu #mainNav ul li a {
        display: block;
        color: rgb(51, 51, 51);
        text-transform: uppercase;
        margin: 0px 0px 10px;
        padding: 0.35rem 0.65rem !important;
    }

    .main-menu #mainNav ul li a.head-call {
        padding: 10px 25px !important;
        width: fit-content !important;
        letter-spacing: 1px !important;
    }

    .main-menu #mainNav ul li a::before {
        display: none !important;
    }

    .main-menu #mainNav ul li a:hover {
        color: rgb(177, 142, 78) !important;
    }
}

img.icon-img {
    width: 100%;
    margin-bottom: 25px;
}

.footer-bottom {
    padding: 50px 0px 10px;
    color: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgb(0, 0, 0), rgba(75, 75, 75, 0.51)) center bottom / cover, url("../img/footer-bg1.webp");
}

img.icon-high {
    width: 35px;
    height: 30px;
    filter: brightness(0.5);
}

.high-details p {
    text-align: left;
    padding-left: 15px;
    margin: 6px;
    font-size: 16px;
}

.high-details {
    justify-content: start;
    align-items: center;
}

.banner-dule .carousel-inner .carousel-item img {
    background-color: rgba(0, 0, 0, 0.6);
    min-height: 100vh;
    object-fit: cover;
}

.carousel-inner::after {
    inset: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9;
}

.carousel-control-next, .carousel-control-prev {
    z-index: 999;
}

@media (max-width: 767px) {
    .logo img {
        width: 75px !important;
    }

    .banner-form {
        display: block;
    }

    .footer-bottom, h3.modal-head {
        text-align: center;
    }

    .patch-img {
        position: absolute;
        top: 47%;
        z-index: 99;
        right: 4%;
    }

    .patch-img img {
        width: 120px;
    }

    h3.modal-head {
        color: rgb(0, 0, 0);
        letter-spacing: 1px;
        font-size: 22px;
    }

    .banner-dule .carousel-inner .carousel-item img {
        background-color: rgba(0, 0, 0, 0.6);
        width: 100%;
        min-height: auto;
        object-fit: cover;
    }

    .floor-plans .floor-img img {
        width: 100%;
        height: 100%;
    }

    header {
        padding: 5px 0px;
    }
}

.container.banner-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 100%;
    margin-left: 12%;
}

.slide-text p {
    font-size: 1.3125rem;
}

.layer {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.35);
    transition: 0.1s;
    opacity: 0;
    visibility: hidden;
}

#carousel-home, .pinned-image, .submenu_version .main-menu ul li {
    position: relative;
}

#carousel-home .static {
    position: static;
}

.slide-text h2 {
    font-size: 3.1875rem;
    font-weight: 700;
}

.slide-text small {
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin: 0px 0px 10px;
}

button.query-btn {
    margin-top: 10px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    color: rgb(255, 255, 255);
    outline: 0px;
    display: inline-flex;
    padding: 13px 25px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}

.box_facilities {
    padding: 20px;
    background: rgb(242, 242, 242);
    border: 2px solid rgba(235, 235, 235, 0.22);
    margin: 6px;
    border-radius: 15px;
}

.box_facilities h5 {
    font-size: 18px;
    font-weight: 600;
}

.dis .btm-foot, .dis p {
    font-size: 14px;
}

.box_facilities:hover {
    background-color: rgb(226, 223, 223);
    border-radius: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.box_facilities:hover .icon-img {
    transform: scale(1.01);
    transition: transform 0.5s ease-in-out;
}

.high-details span img.location-icon {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(60%) sepia(5%) saturate(4729%) hue-rotate(51deg) brightness(86%) contrast(70%);
}

.dis .btm-foot {
    margin-bottom: 10px;
}

img.check-icon {
    width: 24px;
    height: 24px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50%;
    padding: 3px;
    margin-right: 5px;
}

p.banner-high {
    margin: 0px;
    font-size: 16px;
    letter-spacing: 0.6px;
    background-color: rgba(0, 0, 0, 0.49);
    width: fit-content;
    padding: 3px 10px;
}

.banner-typology .banner-typology-detail {
    padding: 10px 12px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-typology {
    margin-top: 20px;
}

.banner-price .banner-price-detail {
    padding: 14px 20px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 30px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.banner-price .banner-price-detail span {
    font-size: 30px;
}

.location .title {
    margin-bottom: 40px;
}

@keyframes price-blink {
    50% {
        color: rgb(16, 92, 143);
    }
}

.banner-price {
    margin-top: 17px;
}

.banner-form {
    padding: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: absolute;
    z-index: 99;
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
    backdrop-filter: blur(10px);
    width: 23%;
}

#contact-us, #price, .floor-plans p, .location-image, .parallax_wrapper {
    position: relative;
}

.margin_81 {
    padding-top: 60px;
    padding-bottom: 67px;
}

.price-section .price-box {
    padding: 50px 20px;
    margin: 10px 0px 20px;
    border-radius: 20px;
    background: rgb(242, 242, 242);
    transition: 0.8s ease-in-out;
    object-fit: cover;
    height: 100%;
}

.price-section .price-box:hover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-color: rgb(226, 223, 223);
}

.price-section .typology {
    border: 1px solid rgb(46, 41, 126);
    width: fit-content;
    margin: auto;
    padding: 5px 17px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}

.price-section .price-details {
    text-align: center;
    padding-top: 20px;
    font-size: 24px;
    font-weight: 600;
}

.price-section .size-detail {
    display: flex;
    justify-content: space-around;
    margin: 15px 20px 5px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 500;
    border-bottom: 1px dashed;
}

span.rupee {
    font-size: 20px;
}

.price-section .micro-btn {
    text-align: center;
    padding-top: 10px;
}

.title-amenities {
    padding: 0px 0px 40px;
}

.floor-plans .floor-img {
    position: relative;
    border: 1px solid rgb(46, 41, 126);
    padding: 10px;
    border-radius: 19px;
}

.floor-plans .floor-img img {
    border-radius: 30px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.floor-plans p {
    outline: rgb(16, 92, 143) solid 1px;
    outline-offset: 2px;
    border-radius: 5px;
    padding: 4px 35px;
    width: fit-content;
    font-weight: 500;
    margin: -24px auto -15px;
    font-size: 17px;
    background: rgb(16, 92, 143);
    color: rgb(255, 255, 255);
    z-index: 99;
}

.floor-img h4 {
    position: absolute;
    font-size: 20px;
    letter-spacing: 1px;
    border: 1px solid rgb(46, 41, 126);
    border-radius: 8px;
    padding: 8px 30px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    background: rgb(255, 255, 255);
}

.location-image {
    border: 8px solid rgb(16, 92, 143);
    border-radius: 25px;
    padding: 5px;
}

.location-image img {
    width: 100%;
    height: 100%;
    border: 3px solid rgb(224, 217, 207);
    filter: blur(4px);
    border-radius: 15px !important;
}

.contact-head {
    padding-bottom: 60px;
}

.about-developer {
    letter-spacing: 0.2px;
    line-height: 1.8;
}

.footer-submit-btn .query-btn {
    border: 1px solid rgb(46, 41, 126);
    color: rgb(255, 255, 255);
    outline: 0px;
    cursor: pointer;
    display: inline-flex;
    padding: 15px 50px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 25px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
}

.inp-box {
    justify-content: center;
    align-items: baseline;
    padding-top: 10px;
    text-align: left;
    font-size: 12px;
}

.inp-box label.inp-txt {
    padding-left: 10px;
    color: rgb(255, 255, 255);
    font-size: 12px;
}

.inp-box label.inp-txt.black {
    padding-left: 10px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    margin: 0px;
}

h3.modal-head {
    color: rgb(16, 92, 143);
    text-align: center;
    letter-spacing: 1px;
    font-size: 28px;
}

p.modal-para {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 16px;
}

a.head-call, header.fixed_header.sticky nav ul li a.head-call {
    color: rgb(255, 255, 255) !important;
}

#contact-us {
    background-image: url("../img/bg-pattern-pricelist-2.webp");
}

#price {
    background-image: linear-gradient(rgb(255, 253, 246), transparent), url("../img/price-shape.webp");
}

a.head-call {
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    padding: 14px 22px;
    font-weight: 600;
    border-radius: 25px;
    letter-spacing: 1px;
}

@media (max-width: 1490px) {
    .fixed_header .container {
        max-width: 1250px;
    }

    .inp-box label.inp-txt {
        padding-left: 10px;
        color: rgb(255, 255, 255);
        font-size: 10px;
    }

    .banner-form {
        top: 55%;
        width: 26%;
    }

    .pinned-image--small {
        height: 60vh !important;
    }

    .container.banner-text {
        margin-left: unset;
    }

    .container.banner-text .slide-text.white {
        position: relative;
        left: 10%;
        top: 10%;
    }
}

@media (max-width: 1366px) {
    .fixed_header .container {
        max-width: 1250px;
    }

    .container.banner-text .slide-text.white {
        position: relative;
        left: 21%;
        top: 10%;
    }

    .banner-head {
        font-size: 42px !important;
        letter-spacing: 1px !important;
    }

    .pinned-image--small {
        height: 65vh !important;
    }

    .floor-img h4 {
        font-size: 18px;
        padding: 5px 20px;
    }

    header nav ul li {
        font-weight: 600;
        margin-left: 7px;
    }

    .banner-form {
        padding: 20px 30px;
        width: 28%;
        top: 55%;
    }
}

@media (max-width: 1199px) {
    img.icon-img {
        margin-bottom: 15px;
    }

    .box_facilities h5 {
        font-size: 14px;
        font-weight: 600;
    }

    .box_facilities {
        border-width: 0px;
        margin: 0px;
        padding: 15px;
    }
}

.modal-content {
    padding: 25px;
    background: rgb(255, 255, 255);
    outline: rgb(255, 255, 255) solid 5px;
    border-width: medium !important;
    border-style: none !important;
    border-color: currentcolor !important;
    border-image: initial !important;
    border-radius: 5px !important;
}

input#email_contact2, input#message_contact2, input#name_contact2, input#phone_contact2 {
    border: 1px solid rgb(46, 41, 126);
}

.pinned-image {
    height: 90vh;
    justify-content: center;
    overflow: hidden;
}

.pinned-image.rounded_container {
    border-radius: 15px;
}

.pinned-image--small {
    height: 50vh;
}

.pinned-image__container {
    transform: scale(0.8);
    border-radius: 15px;
    overflow: hidden;
}

.pinned-image__container, .pinned-image__container img {
    height: 100%;
    left: 0px;
    object-fit: cover;
    object-position: center center;
    top: 0px;
    width: 100%;
}

.parallax_wrapper {
    margin-bottom: 25px;
}

.parallax_wrapper .img_over {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
}

.parallax_wrapper .img_over img {
    border: 5px solid rgb(255, 255, 255);
    width: 50%;
    height: auto;
}

div#contactform, img.rounded-img {
    border-radius: 10px;
}

.footer-submit-btn input#submit-contact {
    width: 200px;
}

p.footer-submit-btn {
    text-align: center;
    margin: 0px;
}

.form-floating > .form-control {
    height: calc(2px + 3rem);
    line-height: 1.25;
}

.form-floating > label {
    padding: 0.8rem 0.75rem;
}

div#contactform {
    padding: 35px 35px 25px;
    background: rgb(177, 177, 177);
    max-width: 90%;
}

.form-control {
    border-color: rgb(237, 237, 237);
    font-size: 0.875rem;
    color: rgb(51, 51, 51);
    height: 38px;
}

.form-control:focus {
    border-color: rgb(221, 221, 221);
    outline: 0px;
    box-shadow: rgba(255, 255, 255, 0) 0px 0px 0px 0.2rem;
}

.margin_80 {
    padding-top: 59px;
    padding-bottom: 60px;
}

div#exampleModalpopup .popup_image {
    width: 50%;
    padding: 10px;
}

div#exampleModalpopup .banner-form-section {
    padding: 10px;
}

div#exampleModalpopup .modal-content {
    padding: 25px 5px;
}

@media (max-width: 991px) {
    .floor-plans .floor-img img {
        width: 100%;
        height: 100%;
    }

    .high-details p {
        padding-left: 10px;
        margin: 5px;
        line-height: 1.5;
        font-size: 14px;
        text-align: left;
    }

    header nav ul li:first-child {
        display: none;
    }

    .hamburger_2 {
        top: 5px;
    }

    .menu_v1 .closebt, .menu_v1 .hamburger_2, .menu_v1 .layer {
        display: block;
    }

    .menu_v1 .logo_panel {
        display: flex;
    }

    .parallax_wrapper {
        padding-left: 25%;
    }

    .parallax_wrapper .img_over {
        left: 0px;
    }

    .margin_80 {
        padding-bottom: 30px;
        padding-top: 60px;
    }
}

.form-heading {
    text-align: center;
    color: rgb(255, 255, 255);
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    padding: 5px;
    font-size: 24px;
    animation: 1s ease 0s infinite normal none running price-blink;
}

img.modal-popup-logo {
    margin: auto auto 5px;
    display: block;
}

button.btn-close {
    position: absolute;
    right: 19px;
    top: 12px;
}

@media only screen and (min-width: 992px) {
    .submenu_version .main-menu {
        width: auto;
    }
}

@media only screen and (max-width: 767px) {
    .floor-plans .floor-img {
        margin-bottom: 40px;
    }

    div#exampleModalpopup .banner-form-section, div#exampleModalpopup .popup_image {
        width: 100%;
    }

    button.btn-close {
        position: absolute;
        right: 6px;
        top: -1px;
    }

    div#exampleModalpopup .wrap {
        flex-direction: column;
    }

    div#exampleModalpopup .modal-dialog {
        max-width: 500px;
    }
}

@media (max-width: 767px) {
    .banner-head, a.head-call {
        letter-spacing: 1px !important;
    }

    .query-now {
        display: none;
    }

    .banner-price .banner-price-detail span {
        font-size: 20px;
    }

    .destop-show {
        display: none;
    }

    .mobile-show {
        display: block;
    }

    a.head-call {
        padding: 10px 25px !important;
        width: fit-content !important;
        color: rgb(255, 255, 255) !important;
    }

    .container.banner-text .slide-text.white {
        position: relative;
        left: 1%;
        top: unset;
        bottom: 0px;
    }

    .parallax_wrapper {
        margin-top: -20px;
    }

    .parallax_wrapper .img_over {
        left: -4%;
        bottom: 24%;
        position: absolute;
        z-index: 99;
    }

    .title h2 {
        font-weight: 700;
        font-size: 19px;
        margin-bottom: 14px;
        text-align: left;
    }

    .banner-head {
        font-size: 26px !important;
    }

    .logo_panel img {
        width: 35%;
        filter: unset;
    }

    div#contactform {
        max-width: 100%;
        padding: 20px;
    }

    .footer-bottom {
        padding: 50px 0px 30px;
    }

    .price-section .price-box {
        padding: 40px 20px;
        margin: 10px;
    }

    .mobile-section-footer {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        background: rgb(16, 92, 143);
        width: 100%;
        padding: 2px;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .mobile-section-footer a.btn {
        font-size: 12px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        border-right: 1px solid rgb(255, 255, 255);
        border-radius: 0px;
        padding-right: 24px;
    }

    .mobile-section-footer a.btn:last-child {
        border-right: 0px;
    }

    img.check-icon {
        padding: 4px;
        margin-right: 5px;
    }

    p.banner-high {
        margin: 0px;
        font-size: 11px;
        padding-bottom: 6px;
    }

    .banner-typology .banner-typology-detail {
        padding: 9px 0px;
        border-width: medium;
        border-style: none;
        border-color: currentcolor;
        border-image: initial;
        border-radius: 40px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .banner-price .banner-price-detail {
        padding: 10px 9px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 40px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0px;
    }

    .banner-price {
        margin-top: 18px;
    }

    .banner-form {
        position: unset;
        transform: unset;
        width: 100%;
        background-color: rgb(23, 99, 153);
        border-radius: 0px;
    }

    .container.banner-text {
        position: absolute;
        top: 13%;
        transform: unset;
        margin-left: 0px;
    }

    .slide-text h2 {
        font-size: 2.625rem;
    }

    .about-developer {
        line-height: 1.8;
        text-align: justify;
    }

    .contact-head {
        padding-bottom: 6px;
        text-align: start;
    }

    #amenities .title h2, .floor-section .contact-head, .floor-section .title h2, .floor-section .title small, .gallery-sec .title h2, .price-section .title h2, .price-section .title small {
        text-align: center;
    }

    #contact-us .title small {
        text-align: left;
    }

    .layer {
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        min-width: 100%;
        min-height: 100%;
        z-index: 9999;
        background-color: rgba(0, 0, 0, 0.35);
        transition: 0.1s;
        opacity: 0;
        visibility: hidden;
    }
}

.fixed_whatsapp, .fixed_whatsapp.call {
    position: fixed;
    bottom: 40px;
    z-index: 99999;
}

img.modal-popup-logo {
    width: 20%;
    padding: 0px;
}

.logo {
    & img {
        width: 51%;
        filter: invert(1) brightness(200);
    }
}

.logo-black img, header.sticky .logo img {
    filter: unset;
    width: 51%;
    max-width: 175px;
}

.fixed_whatsapp {
    left: 2%;
}

.fixed_whatsapp img {
    width: 45px;
}

.fixed_whatsapp.call {
    left: 94%;
}

.query-now {
    position: fixed;
    top: 50%;
    right: 0px;
    background: rgb(57 129 199);
    border-radius: 8px;
    writing-mode: vertical-lr;
    z-index: 999;
    border: 1px solid rgb(57 129 199);
}

.query-now a {
    background: rgb(57, 129, 199);
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 15px 7px;
    display: flex;
    align-items: center;
}

.query-now p {
    padding: 10px 5px;
    transform: rotate(180deg);
    color: rgb(255, 255, 255);
    margin: 0px;
}

.query-now img {
    width: 35px;
    padding: 2px;
    background: rgb(255, 255, 255);
    margin: 5px 1px 1px;
    border-radius: 50%;
}

.hide {
    opacity: 0;
    scroll-behavior: smooth;
}

.show {
    opacity: 1;
}


@keyframes zoom-effect {
    0% {
        transform: scale(1.1);
        background: rgb(255, 255, 255);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
        background: rgb(225, 236, 226);
    }
}

@media (max-width: 768px) {
    .fixed_header .col-md-2 {
        width: 90%;
        display: flex;
    }

    .fixed_header .col-md-10 {
        width: 10%;
    }

    .fixed_whatsapp {
        display: none !important;
    }

    .banner-typology {
        padding: 6px 14px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 34px;
        display: inline-block;
    }

    .carousel-control-prev {
        display: none;
    }

    .carousel-control-next {
        display: none;
    }
}

.iti {
    width: 100%;
}

header.fixed_header.sticky nav ul li a {
    color: rgb(0, 0, 0) !important;
}

.sticky .hamburger_2 .hamburger__box {
    filter: invert(1);
}

.main-menu.show {
    transform: translateX(0px);
}
