@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Thin.woff2) format("woff2"), url(../fonts/Metropolis-Thin.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Black.woff2) format("woff2"), url(../fonts/Metropolis-Black.woff) format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Bold.woff2) format("woff2"), url(../fonts/Metropolis-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Medium.woff2) format("woff2"), url(../fonts/Metropolis-Medium.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Metropolis";
    src: url(../fonts/Metropolis-Regular.woff2) format("woff2"), url(../fonts/Metropolis-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

/* Nav */
#navbarserenade #navbarserenade-inner {
    max-width: 100%;
    margin: 0 auto;
}


#navbarserenade.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

#navbarserenade.is-minimized {
    transform: translateY(-65px);
}

#navbarserenade.is-maximized {
    transform: none;
}

#navbarserenade .top-section {
    background: none;
}

#navbarserenade .bottom-section {
    background: none;

}

.active-dropdown {
    color: #ff9007;
}


.mobile-menu {
    transform: translateX(100%);
    transition: 0.3s;
}

.mobile-menu.slide-in {
    transform: none;
}

.mobile-menu a {
    margin-top: 1.25rem;
}

.nav-down {
    top: 0;
}

.nav-up {
    top: -40px;
}

.btmNav {
    background: #101131;
    color: #fadcbb;
    display: flex;
    top: 64px;
    position: absolute;
      font-family: "Metropolis";
      font-weight: 400;
      letter-spacing: 0.07em;
    width: 100%;
    font-size: 0.74rem;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 3%) 0px 14px 28px, rgb(0 0 0 / 27%) 0px 10px 10px;
}

.btmNav .logo {
    background-color: #101131;

    width: 15%;
    display: flex;
    align-items: center;
    justify-content: center
}

.btmNav .logo a img {
    height: 37px;
    object-fit: contain;
    width: 70%;
    display: block;
    margin: auto;
}

.btmNav .logo a {
    color: #FFF;
    text-decoration: none;

}

.showbb {
    display: inline-block !important;
}

.btmNav ul {
    margin: 0;
    display: flex;
    align-items: center;
    margin-left: 10px;
    justify-content: space-evenly;
    width: 60%;
}

.btmNav ul li {
    list-style: none;
}

.btmNav ul li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    text-transform: capitalize;

}

.lang_wrapper {
      width: 18vw;
    text-align: end;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 2em;
}
.regBtn {
    background: linear-gradient(45deg, rgb(205 134 98),rgb(235 171 129), rgb(205 134 98));
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    gap: 9px;
    cursor: pointer;
    color: #fff;
    width: 12%;
    

}

.regBtn a {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 7px;
    color: #fff;
}

.topnav {
    overflow: hidden;
    background-color: #eee;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 13px 16px;
    text-decoration: none;
    font-size: 17px;

}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav .logo {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 7px 10px 3px 10px;
    margin-top: 2px;
    text-decoration: none;
    font-size: 17px;
}

.topnav .logo img {
    width: 166px;
    height: auto;
}



.topnav button {
    display: none;
}


.dropdown-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.dropdown {
    display: flex;
    width: 73.55%;
}

.dropdown a {
    cursor: pointer;
    display: flex;
    height: 53px;
    align-items: center;
    justify-content: center;
}

.dropbtn {
    display: none;
}


.navContainer {
    width: 100%;
    display: flex;
}

#topBtn.showbb {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

.gaptop {
   
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Body */

body {
    font-family: "Metropolis", sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #121336;
}
p {
    font-size: 0.95rem;
    color: #fff;
}
.bgmain {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
}
.main-headings {
       position: absolute;
    top: 120px;
    padding-top: 0;
    left: 0;
    right: 0;
    /* background: aliceblue; */
    z-index: 3;
    height: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.bbrip3 {
    width: 22vw;
}
.masterpiece {
    width: 35vw;
}
.headingmain {
    font-weight: 700;
    text-align: center;
   background: linear-gradient(90deg, #cf8862 20%, #f6c7a9 50%, #ce8761 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.28em;
}
.hm1 {
    font-size: 1.08em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    letter-spacing: 0.1em;
}
.heading h1, .heading h2 {
    background: linear-gradient(90deg, #cf8862 20%, #f6c7a9 50%, #ce8761 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.65rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin: auto;
    margin-bottom: 0;
    filter: drop-shadow(0 0 6px black);
}
.heading h1 
{
     max-width: 26ch;
}

p.headingsub {
     background: linear-gradient(90deg, #cf8862 20%, #f6c7a9 50%, #ce8761 65%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 1.05rem;
    letter-spacing: 0.05em;
    text-transform:uppercase ;
}

.solutions-title {
    color: #ffffff;
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 1.85rem);
    letter-spacing: 0.05em;
    line-height: 1.4;
    
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0.75rem;
}

.feature-icon {
    width: 28px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.feature-title {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0;
    background: linear-gradient(90deg, #cf8862 0%, #f6c7a9 50%, #ce8761 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 14ch;
    min-height: 45px;
    display: flex;
    align-items: flex-end;
}

.feature-divider {
    width: 100%;
    max-width: 200px;
    height: 1.5px;
    background: linear-gradient(90deg, #cf8862 0%, #f6c7a9 50%, #ce8761 100%);
    margin: 1px auto 14px auto;
}

.feature-desc {
    color: #ffffff;
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
    max-width: 320px;
}
.transportIcon {
      width: 103px;
    object-fit: contain;
    object-position: left bottom;
    height: 39px;
}
.con-cont {
    display: flex;
    flex-wrap: wrap;
    gap:3%;

}
.conn-item {
    flex: 1 1 46%;
    color: #fff;
    font-size: 0.7em;
    line-height: 1.15;
}
.connectivity-group {
        max-width: 368px;
}
.conn_ww {
    width: fit-content;
}
.conn-item:not(:last-child) {
    border-bottom: 1px solid #ffdfad;
}
.gold-km {
    color: #ffdfad;
    font-weight: 700;
}

.astimg {
    width: 80px;
    height: 100px;
    object-fit: contain;
}

.masterpiece-features .itemcol {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 1rem 0.5rem;
    position: relative;
}

.astimg {
       height: 44px;
    width: 104px;
    object-fit: contain;
    margin-bottom: 0.75rem;
}

.itemcol-title {
       font-size: 0.95rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.25;
    text-transform: uppercase;
    background: linear-gradient(90deg, #cf8862 0%, #f6c7a9 50%, #ce8761 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.35rem;
}

.itemcol-desc {
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}
.overviewimg {
    max-width: 100%;
    height: auto;
}

    .zoomicon {
          position: absolute;
    inset: 0;
    width: 3em;
    height: 3em;
    object-fit: contain;
    display: block;
    margin: auto;
    bottom: 26%;
          animation: pulsessopacweb 2s infinite ease-in-out;
    }
@keyframes pulsessopacweb {

  0%,
  100% {
    transform: scale(1);
     opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
    filter: drop-shadow(0px 1.7px 0px white) drop-shadow(0px -3px 2px yellow)  drop-shadow(0px -0px 10px yellow)
  }
}

#siteplanpopup .hystmodal__window {
    margin: 0 auto;
    padding: 10px;
    transform: unset;
    width: 960px;
    max-width: 95vw;
}

.content_masterplan {
    display: none;
}

.zoombtn {
    background: transparent;
    cursor: pointer;
    width: 100%;
}

.backbtn {
    background: #0d0f2b;
    color: #e4a882;
    border: 1.5px solid #b88655;
    padding: 8px 22px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-radius: 30px;
    cursor: pointer;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    display: block;
    margin: auto;
    gap: 8px;
}

.backbtn:hover {
    background: linear-gradient(90deg, #cf8862 0%, #f6c7a9 50%, #ce8761 100%);
    color: #0d0f2b;
    border-color: #f6c7a9;
}


.type-floorplan .heading {
    position: relative;
    z-index: 4;
}
.hdg_grad {
    font-size: 1.1rem;
       font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.25;
    background: linear-gradient(90deg, #cf8862 0%, #f6c7a9 50%, #ce8761 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.hdsub {
    letter-spacing: 0.2em;
}
.artimp {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem;
    margin: 0;
            text-shadow: 2px 2px black;
}
.artimp {
    font-size: 0.9rem;
}

.floorPlanCard {
    display: flex;
    flex-direction: column;
}

.floorPlanGrid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 4rem;
}

.planType {
    color: #bd4832;
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 8px;

}

.planDetails {
    display: flex;
    /* flex-direction: column; */
    gap: 0;
}

.planStat {
    display: flex;
    flex-direction: column;
    gap: 0;
    text-align: center;
            padding: 0 1.5rem;
}
.planStat h3 {
    font-size: 1.15rem;
    text-align: center;
    color: #d5925d;
    letter-spacing: 0.08em;
}
.fpicon {
    width: 94px;
    height: 49px;
    object-fit: contain;
    margin: auto;
    display: block;
    margin-bottom: 1.2rem;
}
.floorplan_image {
    /* max-width: 860px; */
    margin: auto;
    display: block;
}
 .planStat:not(:first-child) {
    border-left: 1px solid #d5925d;
}
.btnPp span.arrow,
.btnFp span.arrow {
    background: url(../images/arrow-white.webp) no-repeat center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 3dvi;
    display: block;
    margin: 5px auto;
    transition: transform 0.3s ease;
}

.btnPp,
.btnFp {
    border: 0;
    background: #D5925D;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 700;
    cursor: pointer;
    width: 100px;
    height: 100px;

    position: absolute;
    top: 40%;
    right: 10px;
}
.btnPp {
    right: auto;
    left: 10px;
}

.spinner-border {
    color: #e8b090;
}
.spinner-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}

.type-floorplan {
    overflow: hidden;
}

form#frmLeadGen input[type="text"], 
form#frmLeadGen input[type="email"], 
form#frmLeadGen input[type="tel"] {
    background: black;
    border: white solid 1px;
    padding: 10px 20px;
    text-align: center;
    color: white;
    display: block;
    margin: 10px auto;
    width: 600px;
    max-width: 100%;
}

.submitBtnre {
    background: #D5925D;
    color: #fff;
    width: auto;
    height: 40px;
    padding: 0 52px;
    border-radius: 50px;
    border: 0;
    font-weight: bold;
    letter-spacing: 2px;
}

.sales-gallery p.text-white {
    font-size: 17px;
}

.sales-gallery .flex-row a {
    display: block;
    padding: 8px;
    background: white;
    border-radius: 15px;
}

.overviewimg,
.typeimage {
    width: 100vw;
}

@media screen and (min-width:992px) {
    .concolumn {
        position: relative;
        left: 10%;
        padding: 2rem 0;
    }
    p.mx1 {
        max-width: 68ch;
        text-align: center;
        margin: auto;

    }
     .masterpiece-features .itemcol:not(:first-child)::before {
        content: "";
        position: absolute;
        left: 0;
        top: 15%;
        height: 70%;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.4);
    }
    .masterpiece-features {
        max-width: 80%;
        margin: auto;
    }
    .spec-box {
        max-width: 48vw;
        margin: auto;
        margin-top: 1.5rem;
    }
    .typeimage {
    margin-top: -15%;
}
}
@media screen and (max-width: 1024px) {
    .lang_wrapper {
                width: auto;
        text-align: end;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #ffffff;
        background: linear-gradient(45deg, #d98256, #f0ab7f, #ffb98c, #d98256, #f0ab7f);
        width: fit-content;
        padding: 0 17px;
        border-radius: 5px;
        margin-left: auto;
        margin-top: 1rem;
        border-bottom: 0;
    }
    .btmNav .logo a img {
        width: 90%;
    }
       .lang_wrapper span > a {
        border-bottom: 0;
       }

    .regBtn {
        padding: 10px 0;
        width: 56%;
    }

    .navContainer {
        width: 100%;
        justify-content: space-between;
    }

    .btmNav {
        display: flex;
        justify-content: space-between;
        height: 64px;
    }

    .btmNav ul {
        margin: 0;
        display: inline-block;
        align-items: center;
        margin-left: 10px;
        justify-content: space-evenly;
        width: 60%;
    }

    .dropbtn {
        color: #ffffff;
        border: none;
        cursor: pointer;
        display: flex;
        width: 50%;
        align-items: center;
        justify-content: center;
        gap: 9px;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


    .dropdown {
        position: relative;
        display: contents;
        width: 100%;
    }

    .dropdown-content {
        display: none;
        position: absolute;
        background-color: #101131;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 6px;
        text-decoration: none;
        display: block;
        border-bottom: 1px solid #fff;
        height: unset;
    }


    .dropdown .dropdown-content {
        display: none;
        list-style-type: none;
        color: #f2f2f2;
        width: 100%;
        transition: 0.2s;
        top: 45px;
        padding: 40px 30px;
        z-index: -1;
    }

    .btmNav .logo {
        padding: 0 1px;
        width: 48%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .crown {
        width: 84px;
    }
    .bbrip3 {
        width: 300px;
    }
    .masterpiece {
        width: 520px;
    }

}






@media screen and (max-width:768px) {
   .heading h1, .heading h2 {
        font-size: 5vw;
    }
    p {
    font-size: 3.2vw;
    }

.itemcol-title {
    font-size: 3.5vw;
}
.itemcol-desc {
    font-size: 3.3vw;
}
    .artimp {
        font-size: 0.76rem;
    }
    .bgmain {
            height: 164dvi;
    }
    .masterpiece-features .itemcol {
        width: 50%;
    }
    .draggable2 {
        width: 100%;
        overflow: auto;
        margin-top: -8%;
    }
    .overviewimg {
        width: 282vw;
        max-width: unset;
        margin-top: 0;
    }
    .mc3::after {
        background: url(https://imagedelivery.net/TdjZsXzzZt_je48pBzV3SA/1ab0ff06-e2a6-497f-2942-87a8f857ef00/w=90);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        content: "";
        position: absolute;
        inset: 0;
        width: 10vw;
        height: 9vw;
        top: auto;
        z-index: 9;
        margin: auto;
        margin-bottom: 1rem;
        pointer-events: none;
    } 
}

@media screen and (max-width: 767px) {
    form#frmLeadGen {
        padding-left: 15px;
        padding-right: 15px;
    }

    .planStat {
        padding: 0px 8px;
    }
    img.fpicon {
        width: 25vw;
        height: auto;
    }
    .planStat h3 {
        font-size: 14px;
    }

    .btnPp, 
    .btnFp {
        width: 65px;
        height: 65px;
        z-index: 1;
        top: 280px;
        font-size: 12px;
    }
    .floorplan_image {
        margin-top: 50px;
    }

    .artimp {
        font-size: 11px;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media screen and (max-width:600px) {
    .astimg {
    height: 35px;
    width: 62px;
    
    }
    .main-headings {
        top: 77px;
    }
        .crown {
        width: 2em;
    }
       .bbrip3 {
        width: 50vw;
    }
        .masterpiece {
        width: 80vw;
    }
    .headingmain {
        font-size: 3.7vw;
    }
    .hm1 {
    font-size: 3vw;
    }
}


@media screen and (max-width: 768px) {
    .feature-title {
        font-size: 1.05rem;
    }
    .feature-desc {
        font-size: 0.9rem;
    }
    .hdg_grad {
    font-size: 3.7vw;
    }
}

@media screen and (max-width: 425px) {
        .btmNav {
       font-size: 2.8vw;
    }
}


