@import url(../../npm/swiper@11/swiper-bundle.min.css);
@font-face {
    font-family: "popins";
    font-display: swap;
    src: url(../fonts/popins/Poppins-Regular.ttf);
}

@font-face {
    font-family: "Montserrat";
    font-display: swap;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf);
}

:root {
    --black: #282828;
    --white: #fff;
    --primary: #0f58a0;
    --secondary: #b38759;
    --gray: #f7f7f7;
    --gray1: #595959;
    --shadow: 0px 0px 26px rgba(0, 0, 0, 0.16);
}

img {
    max-width: 100%;
}

svg {
    vertical-align: sub;
}

body {
    counter-reset: section;
}

::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    transition: all 0.9s ease;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

body {
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    margin: 0;
    padding: 0;
    font-size: inherit;
}

p {
    line-height: 27px;
}

* {
    text-decoration: none;
    outline: none;
    border: 0;
    font-family: "popins";
    list-style: none;
    letter-spacing: 0.4px;
}

button:focus {
    outline: 0;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
    outline: none;
    color: inherit;
}

button {
    cursor: pointer;
    background: var(--primary);
    color: var(--white);
}

button,
select,
[data-toggle="modal"] {
    cursor: pointer;
}

.MontserratFont {
    font-family: "Montserrat";
}

.popinsBoldFont {
    font-family: "popins_bold";
}

.overlay.active {
    background: rgb(0 0 0 / 0.8);
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    opacity: 70%;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.custombtn {
    padding: 7px 17px 7px;
    border: 2px solid #fff;
    color: currentColor;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
}

.custombtn:hover {
    background: #00000054;
}

.custombtn1 {
    border-color: var(--primary);
    color: var(--primary);
    background: #fff0;
}

.custombtn1:hover {
    background: var(--primary);
    color: var(--white);
}

.btnanimation {
    animation: bganimation infinite 2s;
}

.commonPattern {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: var(--secondary);
}

.f-wrap {
    flex-wrap: wrap;
}

.d-view {
    display: block !important;
}

.m-view {
    display: none !important;
}

.container {
    max-width: 1300px;
    margin: 0 auto;
}

.header_main {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 11px 0;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
}

.header_main.active {
    background: var(--black);
    animation: slide-down 0.9s;
}

.header_main .container {
    padding: 0;
}

.navmenu-main .headerConNo {
    padding-left: 37px;
}

@keyframes slide-down {
    from {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.logo {
    padding-left: 5px;
}

.logo img {
    max-height: 52px;
    filter: invert(1) brightness(21.5);
}

.navmenu-main {
    margin: auto 0 auto auto;
}

.navmenu-main li {
    padding: 8px 10px;
}

.navmenu-main li a {
    font-size: 16px;
    aacolor: var(--white);
}

.haaderDropDwon {
    padding-left: 48px;
    position: relative;
}

.haaderDropDwon .inner_drop_down {
    cursor: pointer;
}

.inner_drop_down:hover .drp_inner {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.haaderDropDwon .dwon_arr {
    filter: invert(1);
    width: 24px;
}

.haaderDropDwon span {
    color: var(--white);
}

.haaderDropDwon .drp_inner {
    position: absolute;
    background-color: var(--white);
    min-width: 200px;
    top: 37px;
    visibility: hidden;
    transform: translateY(50px);
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease;
}

.haaderDropDwon .links a {
    border-bottom: 1px solid #cdcdcd;
    color: var(--black);
    display: inline-block;
    width: 100%;
    padding: 5px 15px;
    transition: all 0.2s ease-in;
}

.haaderDropDwon .links a:hover {
    padding-left: 20px;
    background-color: #eee;
}

.after_before {
    position: relative;
    z-index: 1;
}

.after_before::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.common-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Montserrat";
    position: relative;
    width: fit-content;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.common-title::after,
.common-title::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80%;
    border-bottom: 1px solid #ddd;
}

.common-title::before {
    border-bottom: 5px solid var(--primary);
    width: 30%;
    bottom: -2px;
    z-index: 1;
    left: 14px;
}

.common-heading {
    font-size: 35px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-family: "Montserrat";
}

.banner-section {
    position: relative;
    color: var(--white);
}

.banner-section .img-slider {
    /* filter: brightness(0.8); */
    /* transform: scale(1.3); */
    /* animation: zoomOutEffect infinite 15s; */
    height: 100vh;
}

.carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.412); */
    /* background-color: rgba(0, 0, 0, 0.412); */
    width: 50%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.bnner-flex-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 48%;
    z-index: 2;
    display: flex;
    gap: 0 11px;
    justify-content: space-between;
}

.bnner-flex-btn .carousel-btn {
    position: unset;
    background: #b7926c4f url(../images/icons/arrows.webp) no-repeat;
    background-size: 30px;
    width: 43px;
    height: 68px;
    background-position: center;
    padding: 2px;
    border-radius: 0;
    opacity: 1;
}

.bnner-flex-btn .carousel-btn:hover {
    background-color: var(--primary);
}

.bnner-flex-btn .carousel-control-next {
    background-image: url(../images/icons/arrows1.webp);
}

.bnner-flex-btn .carousel-control-prev-icon,
.bnner-flex-btn .carousel-control-next-icon {
    background: unset;
}

.bottom_gradient {
    display: block;
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    /* background: linear-gradient(to top, rgb(183 146 108 / 51%), #fff0); */
}

.banner_content_wrapper {
    position: absolute;
    z-index: 2;
    top: 24%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.content-over-banner {
    position: relative;
    padding: 0 0 0 15px;
    max-width: 800px;
    order: 1;
}

.content-over-banner::after,
.content-over-banner::before {
    position: absolute;
    content: "";
    width: 100%;
    background: #fff;
    height: 1px;
}

.content-over-banner::after {
    top: 0;
    left: -54px;
}

.content-over-banner .topdiv {
    margin-bottom: 12px;
}

.content-over-banner::before {
    top: -36px;
    left: -15px;
    height: 100%;
    width: 1px;
}

.content-over-banner .projectname {
    font-size: 36px;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 800;
    margin: 21px 0 8px 0;
}

.content-over-banner .typology {
    font-size: 26px;
    margin-bottom: 15px;
}

.content-over-banner .buttonsdiv {
    gap: 0 25px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.content-over-banner .location {
    background: var(--primary);
    padding: 3px 15px;
    color: var(--white);
    width: fit-content;
}

.content-over-banner .custombtn {
    padding: 5px 15px;
    min-width: 200px;
    border-radius: 50px;
    background: #fff0;
    animation: btnborder infinite 3s;
}

.startingprice {
    font-size: 30px;
    margin-bottom: 35px;
    background: #fff;
    color: var(--black);
    padding: 1px 3px 1px 17px;
    width: fit-content;
    font-weight: 500;
}

.startingprice span {
    padding: 3px 7px;
    margin-bottom: 15px;
    font-weight: 600;
    background: var(--primary);
    color: var(--white);
}

.key-highlights {
    order: 3;
    width: 100%;
    justify-content: space-around;
}

.key-highlights .item {
    padding: 0;
}

.key-highlights .item:last-child {
    border: 0;
}

.key-highlights .spans {
    font-size: 18px;
    padding: 5px 0;
    display: block;
    text-shadow: 2px 2px #00000094;
}

.key-highlights .pera {
    font-size: 18px;
    display: block;
    padding: 1px 0;
}

.banner-form {
    background: #ebe9e730;
    backdrop-filter: blur(8px);
    width: 100%;
    max-width: 300px;
    order: 2;
}

.banner-form .input_wrap {
    padding: 10px 20px;
}

.banner-form .heading {
    font-size: 18px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    /* animation: headingColor infinite 3s; */
    color: #115a9d;
    background: WHITE;
}

.banner-form input {
    padding: 10px 15px;
    background: #ffffff63;
    border: 1px solid #2828282e;
    color: #000000;
    margin-bottom: 15px;
    border-radius: 3px;
    height: 46px;
    font-weight: 500;
}

.banner-form input:active {
    border: 1px solid #0f58a0;
}

.banner-form input:focus {
    border: 1px solid #0f58a0;
}

.banner-form input::placeholder {
    color: #000000a1
}

.banner-form .custombtn {
    background: var(--primary);
    color: var(--white);
    display: flex;
    margin: 2px auto 10px;
    width: 100%;
    justify-content: center;
}

.book-a-visit.active {
    position: fixed;
    right: 5px;
    bottom: 5px;
    border-radius: 5px;
    z-index: 99999;
    animation: fixedbtn infinite 3s;
    padding: 10px 15px;
    border-color: var(--primary);
    color: var(--primary);
}

.overview-container {
    padding-bottom: 90px;
    padding-top: 90px;
    position: relative;
    background: #fff !important;
    z-index: 0;
    background: url(../images/others/img3.webp);
}

.overview-container .container {
    position: relative;
    z-index: 1;
}

.overview-container .pera {
    margin-bottom: 25px;
    margin-top: 15px;
    letter-spacing: 1.1px;
    line-height: 27px;
}

.overview-container .custombtn {
    padding: 8px 26px;
    overflow: hidden;
}

.overview-container .custombtn img {
    width: 23px;
    margin-left: 10px;
    animation: arrow-down 1.5s infinite ease-in-out;
    filter: invert(1);
}

.overview-container .custombtn:hover img {
    filter: brightness(5.5);
}

.overview-container .imgdiv {
    position: relative;
}

.overview-container .imgdiv::after {
    content: "";
    position: absolute;
    right: 0;
    top: 4%;
    height: 23%;
    width: 21%;
    background: url(../images/icons/vectorimg.webp);
    z-index: -1;
}

.overview-container .topimg {
    box-shadow: var(--shadow);
    border: 15px solid var(--white);
    width: 60%;
}

.overview-container .bottomimg {
    position: absolute;
    right: 0%;
    bottom: 0;
    border: 15px solid var(--white);
    box-shadow: var(--shadow);
    width: 60%;
}

.overview-container .yrExpdiv {
    margin-top: 19px;
    height: 138px;
    width: 176px;
    background: var(--white);
    position: relative;
    box-shadow: 0 4px 63px 0 rgb(15 28 51 / 0.1);
    flex-direction: column;
}

.overview-container .yrExpdiv .years {
    font-size: 35px;
    color: var(--gold);
    font-weight: 600;
}

.overview-container .yrExpdiv .text {
    font-size: 20px;
    text-transform: capitalize;
}

.projectsSection {
    background-color: #f3f3f3;
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.projectsSection .headingsdiv {
    color: var(--black);
    display: grid;
    text-align: center;
    margin-bottom: 25px;
}

.projectsSection .headingsdiv .common-title {
    margin: 0 auto 22px;
}

.projectsSection .headingsdiv .common-heading {
    font-size: 27px;
}

.projectsSectionPlatter {
    background: var(--gray);
}

.projectsSectionPlatter:nth-child(even) {
    background: #fff0;
}

.projectsSectionPlatter .projectsWrapper {
    gap: 18px 0;
}

.projectsSlider {
    position: unset;
}

.projectsSlider .btnsdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    margin: 0 auto;
    margin-top: 51px;
    gap: 0 15px;
}

.projectsSlider .swiper-button-next,
.projectsSlider .swiper-button-prev,
.projectsSlider .swiper-pagination {
    position: unset;
}

.projectsSlider .swiper-pagination {
    margin-top: -23px;
}

.projectsSlider .swiper-pagination span {
    background: var(--primary);
    padding: 5px;
}

.projectsSlider .swiper-button-next::after,
.projectsSlider .swiper-button-prev::after {
    background: url(../images/icons/arrows1.webp) no-repeat center center;
    content: "";
    height: 40px;
    width: 40px;
    filter: invert(1);
    background-size: contain;
}

.projectsSlider .swiper-button-prev::after {
    background-image: url(../images/icons/arrows.webp);
}

.commonProjectBox {
    background: var(--white);
    border: 1px solid #e4e4e4;
}

.commonProjectBox .projectimg {
    position: relative;
    overflow: hidden;
    margin: 0;
}

.projectimg img {
    filter: brightness(0.8);
    width: 100%;
    transform: scale(1.2);
    animation: zoomOutEffect infinite 10s alternate-reverse;
}

.commonProjectBox .absDiv {
    font-size: 24px;
    color: var(--white);
    position: absolute;
    top: 26px;
    z-index: 2;
    left: 15px;
}

.commonProjectBox .projectname {
    font-size: 22px;
    padding-bottom: 8px;
}

.commonProjectBox .projectContent {
    padding: 22px 25px;
}

.commonProjectBox .proPrice {
    font-size: 18px;
    padding: 12px 0;
    border: 1px solid #fff0;
    border-top-color: #eee;
    color: var(--primary);
    border-bottom-color: #eee;
}

.commonProjectBox .proj-typo {
    font-size: 16px;
    padding-bottom: 8px;
    color: var(--primary);
}

.commonProjectBox .project-loc {
    font-size: 16px;
}

.commonProjectBox .projectBtns {
    background: var(--primary);
    color: var(--white);
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.commonProjectBox .projectBtns1 {
    background: #fff0;
    color: var(--primary);
    border: 1px solid var(--primary);
}

.commonProjectBox .projectBtns:hover {
    background: var(--black);
    color: var(--white);
}

.fixedSocLinks {
    position: fixed;
    right: 0;
    display: block;
    background: var(--primary);
    bottom: 15%;
    z-index: 9;
}

.fixedSocLinks .links {
    display: block;
    padding: 12px 14px;
    border-bottom: 1px solid var(--white);
    transition: all 0.5s ease;
}

.fixedSocLinks .links:last-child {
    border: 0;
}

.fixedSocLinks .links:hover {
    background-color: var(--black);
}

.fixedSocLinks .icons {
    width: 20px;
    filter: invert(1);
}

.contact-container {
    padding: 45px 0 0 0;
    background: #ffffff;
    font-size: 14px;
}

.contact-container a:hover {
    text-decoration: underline;
}

.contact-container .headinglg {
    color: var(--primary);
}

.contact-container .heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    color: var(--primary);
    text-align: center;
}

.contact-container .dev-cont {
    line-height: 27px;
}

.contact-container .footerfomrdiv {
    margin: 0;
}

.footer-from-div {
    border-bottom: 1px solid #115a9d;
    margin-bottom: 40px;
    padding-bottom: 25px;
}

.footer-from-div .pera {
    font-size: 16px;
    text-transform: capitalize;
}

.footer-from-div input {
    border: 0;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #e7dec5;
}

.footer-from-div input::placeholder {
    color: #000;
}

.footer-from-div .inputbox {
    margin-bottom: 15px;
}

.footer-from-div .btn {
    border: 0;
    padding: 10px 15px;
    background: var(--primary);
    color: #fff;
    width: 53%;
    margin-top: 10px;
}

.footernew {
    border-top: 1px solid #115a9d;
    margin-top: 6px;
    padding-top: 24px;
    text-align: center;
    padding-bottom: 20px;
    /* background-color: var(--white); */
    background-color: #a1a09c;
}

.footernew p {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
}

.footernew p a {
    color: #000;
}

.footerlogo {
    filter: invert(1);
}

.flexfooter {
    border-top: 1px solid #e1d3ac;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}

.flexfooter .heading {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 8px;
    font-weight: 700;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.flexfooter .cols {
    padding: 0 40px;
    border-right: 1px solid #e1d3ac;
}

.flexfooter .cols:last-child {
    border-right: 0;
}

.flexfooter .atext {
    display: block;
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    width: fit-content;
    margin: 0 auto;
}

.footer_pages_links {
    border-top: 1px solid #e1d3ac;
    padding: 25px 0;
    margin-top: 25px;
}

.footer_pages_links .linkscol {
    border-right: 1px solid #e1d3ac;
}

.footer_pages_links li {
    padding-bottom: 8px;
    word-break: break-all;
}

.footer_pages_links .linkscol:last-child {
    border: 0;
}

.footer_pages_links .heading {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.footer_pages_links a {
    color: var(--black);
    font-weight: 500;
    display: inline-block;
}

.footer_pages_links a:last-child {
    padding-bottom: 0;
    word-break: break-all;
}

.qrCodes .imgScan {
    width: 80px;
}

.qrCodes .text {
    font-size: 12px;
    display: block;
    word-break: break-all;
}

.mobile-section-footer.active {
    display: flex;
    gap: 0 5px;
    justify-content: space-between;
    text-align: center;
    padding: 10px;
}

.mobile-section-footer {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #115a9d;
    color: var(--white);
    padding: 5px 0;
}

.mobile-section-footer a {
    display: block;
    font-size: 16px;
    padding: 6px 8px;
    color: currentColor;
    border: 1px solid currentColor;
    flex: 1 0 30.2%;
}

.theModal .modal-content {
    /* padding: 35px 34px; */
    padding: 0px 15px 0 0;
}

.theModal .modal-dialog {
    max-width: 441px;
}

.theModal .modal-head-div {
    margin-bottom: 15px;
}

.theModal .modal-head {
    font-size: 35px;
    padding-bottom: 8px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.theModal .modal-para {
    font-size: 17px;
    text-align: center;
}

.theModal .coldiv {
    padding-bottom: 18px;
}

.theModal .form-control {
    /* padding: 22px 15px; */
    padding: 19px 15px;
}

.theModal .form-control:focus {
    box-shadow: unset;
    border-color: var(--primary);
    color: var(--primary);
}

.theModal .form-control:focus::placeholder {
    color: var(--primary);
}

.theModal .close {
    position: absolute;
    top: 0;
    right: 0;
    background: var(--primary);
    opacity: 1;
    z-index: 999;
}

.theModal .close svg {
    width: 39px;
    height: 39px;
}

.pagesBanner .img-div {
    filter: brightness(0.4);
}

.pagesBanner .bottom_gradient {
    background: linear-gradient(to top, rgb(134 111 87 / 51%), #fff0);
}

.pagesBanner .img-div img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.pagesBanner .bannerHeaidng {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    color: var(--white);
}

.crumbs {
    padding-top: 25px;
    z-index: 1;
    display: flex;
    gap: 15px;
    align-items: center;
}

.crumbs li {
    position: relative;
}

.crumbs a {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.crumbs span {
    color: var(--black);
}

.contactusFormdiv {
    padding: 50px 0;
}

.contactusFormdiv .container {
    max-width: 950px;
    position: relative;
}

.contactusFormdiv .mainHeading {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.contactusFormdiv .flex_in_div {
    gap: 0 13px;
    margin-bottom: 25px;
    background: #ffffff42;
    padding: 15px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.contactusFormdiv .icon {
    background: var(--primary);
    min-width: 45px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contactusFormdiv .flex_in_div img {
    height: 25px;
    filter: invert(1);
}

.contactusFormdiv .title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.contactusFormdiv .desc {
    font-size: 14px;
    line-height: 25px;
}

.contactusFormdiv .leftcontent {
    padding-right: 35px;
}

.contactusFormdiv .formSide {
    padding: 40px 55px;
    background: #b7926c21;
    border-radius: 9px;
}

.contactusFormdiv .inputbox {
    margin-bottom: 15px;
}

.contactusFormdiv .inputbox:last-child {
    margin-bottom: 0;
}

.contactusFormdiv .textFiled {
    padding: 13px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.contactusFormdiv .formSide .btn {
    background: var(--primary);
    display: block;
    width: 50%;
    margin: 0 auto;
    color: var(--white);
    padding: 8px;
}

.locationMap iframe {
    height: 500px;
}

.hideFromPage {
    display: none;
}

.menuIcon {
    display: none;
}

.menuIcon img {
    width: 37px;
}

.fixedIcons {
    position: fixed;
    z-index: 5;
    bottom: 15px;
    padding: 5px;
    background: #fffcf1;
    border-radius: 50%;
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 #29a71a;
    img {
        width: 60px;
        padding: 5px;
    }
    &.whatsapp {
        left: 15px;
    }
    &.phone {
        right: 15px;
        background: #122f27;
        img {
            filter: invert(1);
            padding: 10px;
        }
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

.pricelist-container .price-list-box {
    text-align: center;
    background-color: #fffefb;
    color: #000;
    max-width: 90%;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 8;
    margin-bottom: 35px;
}

.price-list-box::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 108%;
    left: 46%;
    margin-left: 18px;
    border-width: 25px;
    border-style: solid;
    border-color: var(--primary) transparent transparent;
    transform: rotate(0deg) translate(-50%, -50%);
}

.pricelist-container .price-list-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../images/pattern.png); */
    background-position: center;
    z-index: -1;
    filter: brightness(0);
    opacity: 0.4;
}

.pricelist-container .price-list-box h4 {
    font-size: 22px;
    text-transform: uppercase;
    color: #000;
    padding: 15px 5px;
    margin: 0;
    margin-top: 4px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #1e1d1d;
    border-bottom-style: dashed;
}

.pricelist-container .col-sm-12.col-md-6.col-lg-4 {
    margin-bottom: 20px;
    margin-top: 40px;
}

.pricelist-container .price-list-box h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 120%;
    height: 2px;
}

.pricelist-container .price-list-box h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    height: 2px;
}

.pricelist-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 3px;
}

.pricelist-container .price-list-box .type {
    font-size: 16px;
    width: calc(50% - 0px);
    display: grid;
    border: none;
    border-right: 1px solid #000;
    border-right-style: dashed;
}

.pricelist-container .price-list-box .type span {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.pricelist-container .price-list-box p.price-size {
    margin-top: 0;
    letter-spacing: 1px;
    width: calc(50% - 0px);
    font-size: 16px;
    display: grid;
}

.pricelist-container .price-list-box p.price-size span {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.pricelist-container .price-list-box p.price-start {
    display: grid;
    font-size: 19px;
    background-color: var(--primary);
    padding-top: 20px;
    padding-bottom: 20px;
    letter-spacing: 1px;
    color: #ffffff;
}

.pricelist-container .price-list-box p.price-start span {
    margin-top: 5px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricelist-container .price-list-box p.price-start .rupees-icon {
    width: auto;
    height: 29px;
    filter: invert(1);
}

.projectname img {
    filter: invert(1) brightness(21.5);
    width: 200px;
}

.modal-head img {
    width: 100px;
}

.overview-points {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
    gap: 1rem;
}

.ov-box {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    flex-basis: calc(50% - 1rem);
}

.ov-box img {
    width: 40px;
    height: auto;
    margin-right: 20px;
    margin-top: 2px;
}

.ov-box p {
    font-size: 13px;
    font-weight: 500;
    color: #121212;
    line-height: 20px;
    margin-bottom: 0px;
}

.banner-form .checkbox-section {
    color: #fff;
}

.contents h6 {
    margin-bottom: 15px;
    font-size: 20px;
}

.contents h2 {
    margin-bottom: 25px;
    font-size: 30px;
}

.overview-container .topimg {
    box-shadow: var(--shadow);
    border: 15px solid var(--white);
    width: 60%;
}

/* #customModal-videosec .modal-dialog {
    max-width: 800px;
}
#customModal-videosec .modal-content{
    padding: 0;
    background: transparent;
    border: 0;
}
#customModal-videosec .modal-head-div{
  margin-bottom: 0;
} */

.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* Shadow overlay */
    z-index: 1;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.e_brochure_section {
    background: #eeeeee;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1700px;
    }
}

@media (max-width: 1600px) {
    .content-over-banner .typology {
        font-size: 20px;
    }
    .content-over-banner .projectname {
        font-size: 28px;
    }
    .startingprice {
        font-size: 28px;
    }
    .key-highlights {
        margin-top: 0%;
    }
    .key-highlights .item {
        margin-bottom: 0;
    }
    .key-highlights .pera {
        font-size: 18px;
        border-color: #ffffff2e;
    }
    .banner-form {
        margin-top: 0;
    }
    .banner-form .heading {
        font-size: 21px;
        padding: 10px;
    }
    .fixedSocLinks .links {
        padding: 8px 8px;
    }
    .locationMap iframe {
        height: 350px;
    }
}

@media (max-width: 1380px) {
    .bnner-flex-btn {
        visibility: hidden;
    }
    .banner_content_wrapper {
        top: inherit !important;
        bottom: 10%;
    }
    .content-over-banner {
        left: 15px;
    }
    .key-highlights {
        padding-top: 0;
    }
    .key-highlights .item {
        padding: 0 5px 0 10px;
        margin-bottom: 7px;
    }
    .key-highlights .spans {
        padding-bottom: 3px;
    }
    .banner-form .heading {
        font-size: 21px;
        padding: 8px;
    }
    .fixedIcons {
        img {
            width: 45px;
        }
        &.whatsapp {
            left: 3px;
            bottom: 4px;
        }
        &.phone {
            right: 2px;
            bottom: 4px;
        }
    }
}

@media (max-width: 992px) {
    .menuIcon {
        display: block;
    }
    /* .header.active .menuIcon {
        filter: invert(1);
    } */
    .common-title {
        margin: 0 auto 14px auto;
    }
    .common-title::before {
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .common-heading {
        font-size: 21px;
        text-align: center;
    }
    .banner-section .img-slider {
        height: 350px;
        object-fit: cover;
    }
    .bottom_gradient {
        display: none;
    }
    .banner_content_wrapper {
        top: 32%;
        flex-wrap: wrap;
    }
    .content-over-banner {
        width: 100%;
        padding: 25px 10px;
        margin: 0 auto auto auto;
        left: 0;
        background: var(--black);
        display: grid;
        text-align: center;
        justify-content: center;
        height: auto;
    }
    .content-over-banner::after,
    .content-over-banner::before {
        display: none;
    }
    .content-over-banner .location {
        background: var(--primary);
        padding: 3px 5px;
    }
    .banner_content_wrapper {
        position: static;
        padding: 0;
    }
    .key-highlights {
        /* background: var(--primary); */
        max-width: 100%;
        flex-direction: row;
        align-items: center;
        padding-top: 0;
        height: fit-content;
        order: 2;
        margin-top: 0;
    }
    .key-highlights .points {
        width: 50%;
    }
    .key-highlights .item {
        padding: 0 10px 2px 5px;
        /* border: 1px solid #ffffff2e; */
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: left;
        gap: 10px;
    }
    
    .rew{
        text-align: center !important;
        position: relative;
        left: 57px;
    }
    .key-highlights .item:last-child {
        /* border: 1px solid #ffffff2e; */
    }
    .key-highlights .banner-form {
        width: 50%;
    }
    .banner-form {
        order: 3;
        max-width: 100%;
        /* background: #fffef9; */
        box-shadow: rgb(0 0 0 / 24%) 0px 1px 4px;
    }
    .bnner-flex-btn {
        bottom: 37%;
    }
    .content-over-banner .buttonsdiv {
        margin: 0;
    }
    .content-over-banner .custombtn {
        min-width: fit-content;
        padding: 5px 10px;
        font-size: 14px;
    }
    .content-over-banner .projectname {
        font-size: 22px;
        margin: 0 0 16px 0;
    }
    .content-over-banner .typology {
        font-size: 20px;
        width: auto;
    }
    .content-over-banner .startingprice {
        font-size: 22px;
        margin-bottom: 20px;
        /* margin-left: 41px; */
        width: auto;
    }
    .startingprice {
        font-size: 22px;
    }
    .startingprice span {
        font-size: 22px;
    }
    .key-highlights {
        flex-wrap: wrap;
        padding: 0px;
    }
    .key-highlights .points,
    .key-highlights .banner-form {
        width: 100%;
        max-width: 100%;
        background: var(--black);
    }
    .key-highlights .banner-form {
        background: var(--primary);
        padding: 27px;
    }
    .banner-form .heading {
        margin-bottom: 8px;
        background: #f9f7f0;
        color: #000;
        margin: 24px 0 0 0;
    }
    .banner-form .input_wrap {
        padding-top: 10px;
    }
    .banner-form input {
        margin-bottom: 10px;
        padding: 8px 15px;
    }
    .banner-form input:focus {
        box-shadow: unset;
    }
    .key-highlights .points .item {
        padding: 0 15px 10px 15px;
    }
}

@media (max-width: 767px) {
    .banner_content_wrapper .mob_img {
        filter: invert(1);
    }
    .e_brochure_section {
        margin-top: 30px;
    }
    
    .poupform1{
        display: none !important;
    }
    .contents h6 {
        text-align: center;
        margin-top: 8px;
    }
    .contents h2 {
        text-align: center;
        margin-top: 8px;
        margin-bottom: 10px;
    }
    .contents p {
        text-align: center;
    }
    .contents .vdo_btn {
        text-align: center;
    }
    .projectname img {
        filter: unset;
    }
    .carousel-item::after {
        background-color: transparent;
        background: unset;
        width: 100%;
    }
    .header_main {
        padding: 2px 0;
    }
    .navmenu-main {
        position: fixed;
        left: -100%;
        top: 0;
        bottom: 0;
        display: block !important;
        background: var(--black);
        width: 80%;
        transition: all 0.4s ease-in-out;
    }
    .navmenu-main.active {
        left: 0;
        background: var(--black);
    }
    .navmenu-main li a {
        font-size: 14px;
    }
    .haaderDropDwon {
        padding-left: 15px;
    }
    .header_main .logo {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #fff;
    }
    .inner-header-main {
        flex-wrap: wrap;
    }
    .navmenu-main .headerConNo {
        padding-left: 15px;
    }
    .bnner-flex-btn {
        visibility: visible;
    }
    .overview-container {
        padding: 30px 0;
        margin-top: 0;
    }
    .overview-container .cols {
        padding: 0;
    }
    .overview-container .pera {
        margin-bottom: 11px;
        text-align: center;
        font-size: 14px;
        line-height: 25px;
    }
    .overview-container .custombtn {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }
    .fixedSocLinks {
        bottom: inherit;
        top: 15%;
    }
    .fixedSocLinks .links {
        padding: 2px 6px;
        bottom: inherit;
        top: 15%;
    }
    .fixedSocLinks .icons {
        width: 10px;
    }
    .contactusFormdiv .textFiled {
        padding: 8px 10px;
    }
    .contactusFormdiv .leftcontent {
        padding-right: 15px;
    }
    .contactusFormdiv .flex_in_div {
        margin-bottom: 12px;
    }
    .contactusFormdiv .mainHeading {
        margin-bottom: 6px;
    }
    .contactusFormdiv .inputbox {
        margin-bottom: 8px;
    }
    .contactusFormdiv .formSide {
        padding: 15px;
    }
    .contact-container {
        padding-bottom: 44px;
    }
    .footernew {
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .footer-from-div .pera {
        padding-bottom: 15px;
    }
    .footerfomrdiv {
        margin: 0 auto;
    }
    .linkscol {
        padding: 10px;
        border-bottom: 1px solid #e1d3ac;
    }
    .footer_pages_links {
        padding: 0;
        margin-top: 12px;
    }
    .footer_pages_links .heading {
        font-size: 16px;
        margin-bottom: 0;
    }
    .theModal .modal-head {
        font-size: 27px;
    }
    .video-wrapper::before {
        background-color: transparent;
    }
    .theModal .modal-content {
        padding: 0px 15px 0 15px;
    }
}

@keyframes arrow-down {
    from {
        transform: translateY(-30px);
    }
    to {
        transform: translateY(0);
    }
}

.highlight_img {
    width: 100%;
    height: 75vh;
    object-fit: cover;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .banner_content_wrapper {
        top: 28%;
    }
}

@media (max-width: 767px) {
    .highlights-img {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .content-over-banner {
        background: #000;
        color: #fff;
    }
    .logo img {
        max-height: 60px;
    }
    .key-highlights .spans {
        padding-bottom: 0;
        text-shadow: 0 0 #000;
    }
    .key-highlights .pera {
        font-size: 12px;
    }
    .key-highlights .spans {
        font-size: 16px;
    }
    .banner-section .img-slider {
        filter: unset;
        padding-top: 65px;
    }
    .fixedIcons {
        &.whatsapp {
            bottom: 60px;
        }
    }
    .fixedIcons {
        &.phone {
            bottom: 60px;
        }
    }
    .fixedIcons {
        bottom: 45px;
        img {
            width: 30px;
        }
    }
    /*.key-highlights .item img {*/
    /*    filter: invert(1);*/
    /*}*/
    .pricelist-container .price-list-box p.price-size {
        margin-top: 0;
        letter-spacing: 0px;
        width: calc(50% - 2px);
        font-size: 14px;
        display: grid;
    }
    .pricelist-container .col-sm-12.col-md-6.col-lg-4 {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .pricelist-container .price-list-box p.price-start {
        font-size: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    /* .fixedIcons{
  display: none;
} */
    .banner-form .checkbox-section {
        color: #000 !important;
    }
    .carousel-item video {
        padding-top: 65px;
    }
}

.header.active {
    background: #ffffff;
    animation: slide-down 0.9s;
}

.header.active .logo img {
    filter: none;
}

.header.active .navmenu li a {
    color: #ffff;
}

@media (max-width: 967px) {
    .navmenu li a {
        color: #ffffff;
    }
    .header.active .navmenu li a {
        color: #ffffff;
    }
}

@keyframes zoomBoth {
    0%,
    100% {
        transform: scale(1);
        color: inherit;
    }
    50% {
        transform: scale(1.05);
        color: yellow;
    }
}

/* Apply zoom animation to the entire .pera (icon + text) in first li */

.item:first-of-type .pera {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    animation: zoomBoth 2s ease-in-out infinite;
    transition: color 0.3s ease;
}

/* Ensure icon doesn't override animation */

.item:first-of-type .pera img {
    transition: transform 0.3s ease;
}

.navmenu .book_a_visit .zoom-effect {
    animation: zoomBoths 2s ease-in-out infinite;
    transition: color 0.3s ease;
    /* display: inline-block; */
}

@keyframes zoomBoths {
    0%,
    100% {
        transform: scale(1);
        color: white;
    }
    50% {
        transform: scale(1.05);
        color: red;
    }
}