:root{--size: 400px;--px: 30px;--nh: 64px;--theme: #B33768;--theme2: #0A8BBA;--bg: #E8FFE5;--font1: "Dancing script";--font2: "Fanwood Text", serif;font-size:16px;font-weight:400;font-family:system-ui,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;position:relative;vertical-align:middle}html{scroll-behavior:smooth;scroll-padding-top:80px}body{padding:0;margin:0;min-height:100vh;overflow-x:hidden}.bg-theme{background-color:#2575b6}.mainContainer{max-width:1600px;margin-left:auto;margin-right:auto}.px-base{padding-left:var(--px);padding-right:var(--px)}.flex1{display:flex;align-items:center;justify-content:center}.center1{top:50%;left:50%;transform:translate(-50%,-50%)}.joinBtn{background-color:var(--theme2);color:#fff;border-radius:4px;padding:8px 18px;cursor:pointer;margin:30px 0 0;font-weight:500;text-transform:capitalize}.navbar{z-index:1000}#Navbar{border-bottom:1px solid rgba(0,0,0,.2);height:var(--nh);width:100%;background-color:#fff;position:fixed;top:0;left:0;z-index:1000;display:flex;justify-content:space-between;font-size:14px}#Navbar .openSidebarBtn{display:none;padding:0;cursor:pointer}#Navbar .openSidebarBtn svg{width:25px}#Navbar .logo{display:flex;align-items:center}#Navbar .navs{display:flex}#Navbar nav{height:100%}#Navbar nav,#Sidebar nav{min-height:var(--nh);display:flex;align-items:center;padding:0 15px}#Navbar nav a,#Sidebar nav a{display:flex;gap:10px;white-space:nowrap;align-items:center}#Navbar nav svg,#Sidebar nav svg{vertical-align:bottom}#Navbar nav.selected,#Sidebar nav.selected{background-color:#eee}#Navbar .wappBtn,#Sidebar .wappBtn{padding:7px 10px;background-color:var(--theme);color:#fff;border-radius:5px}#Navbar .wappBtn svg,#Sidebar .wappBtn svg{fill:#fff}#Sidebar{transform:translate(100%);transition:.3s}#Sidebar svg{display:none}#Sidebar nav{padding:0 30px}#Sidebar nav:not(:last-child){border-bottom:1px solid rgba(0,0,0,.2)}#Sidebar.active{transform:translate(0)}#Header{height:calc(100vh - var(--nh));margin-top:var(--nh);min-height:500px;max-height:calc(900px - var(--nh));color:#fff;display:flex;flex-flow:column;justify-content:center}#Header .bgImg{content:"";position:absolute;inset:0;background-image:url(./h1-efd97edc.jpg);background-position:50% center;background-size:auto 100%;transform:scaleX(-1);z-index:-2}#Header:before{content:"";z-index:-1;position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,.2) 100%)}#Header:after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 0%,transparent 70%,white 100%);pointer-events:none}#Header h1{font-family:var(--font1);font-size:60px;font-weight:700}#Header p{font-size:18px;font-weight:400;width:500px;opacity:.8;line-height:170%;margin:20px 0 50px}#Header .actionBtn{font-weight:500;padding:7px 20px 9px;border-radius:6px}#Header .contactBtn{background-color:#fff;color:#000;font-weight:500;padding:7px 20px;border-radius:6px}h2{font-family:var(--font2);font-size:35px;font-weight:700}#Prices h2{margin-bottom:30px}#Prices .left p{line-height:170%;opacity:.8;font-weight:500}#Prices .right{display:flex;align-items:center;justify-content:center;flex-flow:column}#Prices .right table th,#Prices .right table td{padding:10px 25px;border:1px solid;border-collapse:collapse;border-color:#979797}#Prices .right table tbody tr:nth-child(odd){background-color:#eee}#Prices .right table .priceBtn{padding:5px 12px 7px;cursor:pointer;border-radius:3px;background-color:#000;color:#fff;white-space:nowrap;margin:5px}#Prices .right .btns{display:flex;gap:20px;margin-top:50px}#Prices .right .contactBtn{display:flex;gap:15px;padding:7px 20px 6px;font-weight:500;border-radius:6px}#Prices .right .contactBtn svg{width:25px}#Prices .right .contactBtn:nth-child(1){background-color:var(--theme);color:#fff}.contactBtn1{background-color:var(--theme);padding:7px 20px;border-radius:6px;color:#fff;margin:0 auto;width:max-content}#Gallery .heading{display:flex;flex-flow:column;align-items:center}#Gallery h2{margin-bottom:15px}#Gallery .gal{width:360px;height:200px;border-radius:5px;overflow:hidden;display:inline-block;margin:0 5px}#Gallery .gal .label{background-color:var(--theme2);position:absolute;bottom:0;left:0;right:0;color:#fff;text-align:center;padding:5px 0}#Gallery .gal .label p:nth-child(1){font-weight:600}#Gallery .gal .label p:nth-child(2){font-size:12px}#Gallery .row{position:absolute;top:0px;left:0px;overflow:hidden;display:flex}#Gallery .slider1{height:200px;overflow:hidden;width:100%}#Gallery .slider1 .row{left:unset;right:0}#Gallery .slider1 .row{animation:bannermove1 20s linear infinite}#Gallery .slider2{height:200px;overflow:hidden;width:100%}#Gallery .slider2 .row{animation:bannermove2 20s linear infinite}.Amenities{display:grid;grid-template-columns:auto auto auto auto;column-gap:30px;justify-content:center;background-color:#eee;margin:0 auto;width:max-content;padding:0 30px 30px;border-radius:4px;font-size:16px;font-weight:500;color:#000000e6}.Amenities>div{width:250px;display:flex;align-items:center;justify-content:flex-start;gap:20px;border-bottom:1px solid rgba(0,0,0,.2);padding:20px 0}.Amenities>div:last-child,.Amenities>div:nth-last-child(2){border-bottom:none;padding-bottom:0}.Amenities img{width:25px}@keyframes bannermove1{0%{transform:translate(0)}to{transform:translate(50%)}}@keyframes bannermove2{0%{transform:translate(0)}to{transform:translate(-50%)}}#VR{background-color:var(--bg);margin-top:200px;padding:170px 0 50px}#VR .vr{width:450px;height:250px;max-width:90%;border-radius:5px;position:absolute;top:-50%;overflow:hidden;left:50%;transform:translate(-50%,-70%);background-image:url(./gal-3fc115fd.png);background-size:cover}#VR .vr .label{padding:15px 0;width:100%;top:50%;transform:translateY(-50%);position:absolute;background-color:#0009;display:flex;flex-flow:column;align-items:center;justify-content:center;font-weight:700;font-size:20px;color:#fff;text-align:center;cursor:pointer}#VR .vr .label svg{width:40px;margin-bottom:5px}#VR .vr .label p:last-child{font-weight:500;font-size:16px}#VR h2{margin:0 auto 20px;text-align:center;width:500px}#VR .swiper{width:1100px;max-width:100%;margin:0 auto}#VR .swiper-slide{display:flex;justify-content:center}#VR .feature{display:flex;text-align:center;width:300px;align-items:center}#VR .feature .heading{font-weight:500;margin-bottom:5px}#VR .feature p:not(.heading){font-size:14px;color:#000000e6}#VR .feature img{width:40px;height:100px}ul{list-style-type:disc}.olAlphabet{list-style-type:upper-alpha}.olNumber{list-style-type:decimal}#FloorPlan{margin-top:50px;font-size:14px}#FloorPlan ul,#FloorPlan ol{margin-left:15px;margin-bottom:10px;font-size:12px;opacity:.8;line-height:1.7}#FloorPlan h2{margin-bottom:15px}#FloorPlan ul{font-size:14px}#FloorPlan .note{font-size:12px;margin-top:20px}#FloorPlan strong{line-height:3}#FloorPlan img{border-radius:5px}#FloorPlan .olNumber,#FloorPlan .olAlphabet{display:grid;grid-template-columns:50% 50%}#FloorPlan .right h2{font-size:20px;font-weight:500;font-family:inherit;margin-bottom:10px}#FloorPlan .floorPlans{display:flex;gap:15px;margin-bottom:30px}#FloorPlan .floorPlans .floorPlan{width:250px;height:180px;border-radius:5px;overflow:hidden}#FloorPlan .floorPlans .floorPlan img{filter:blur(2px)}#FloorPlan .floorPlans .floorPlan .title{z-index:5;position:absolute;width:100%;bottom:0;height:40px;background-color:#000;display:flex;align-items:center;justify-content:center;color:#fff}#FloorPlan .floorPlans .floorPlan .contactBtn{background-color:var(--theme);padding:5px 10px;border-radius:3px;position:absolute;left:50%;top:50%;transition:.3s;color:#fff;transform:translate(-50%,290%);cursor:pointer}#FloorPlan .floorPlans .floorPlan:hover .contactBtn{transform:translate(-50%,-50%)}#Story{margin-top:70px;margin-bottom:100px}#Story>div{background-color:var(--bg)}#Story h2{max-width:550px;margin:0 auto 15px;line-height:1.4}#Story .right{display:flex;flex-flow:column;text-align:center;padding:30px;overflow:hidden;border-top-right-radius:5px;border-bottom-right-radius:5px}#Story .left{border-radius:5px;overflow:hidden}#Story .left img{height:100%;position:absolute;left:-50%;max-width:unset}#Story .contactBtn{background-color:var(--theme);padding:7px 15px;border-radius:4px;color:#fff;margin:0 auto;cursor:pointer}.popupBg{position:fixed;inset:0;z-index:1000000;background-color:#0009;display:flex;align-items:center;justify-content:center;transition:.3s;pointer-events:none;opacity:0}.popupBg .popup{text-transform:capitalize;transition:.4s;transform:translateY(200px);background-color:#fff;border-radius:5px;overflow:hidden;max-width:90%}.popupBg .popup .closePopup{position:absolute;top:10px;right:15px;width:15px;cursor:pointer;z-index:10}.popupBg .popup .closePopup>*{pointer-events:none}.popupBg .popup .closePopup path{fill:#fff}.popupBg .popup .title{background-color:#000;height:40px;font-size:20px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:500;width:100%}.popupBg .popup p{font-weight:500;margin:10px 0;width:100%;text-align:center}.popupBg .popup .right{width:67%}.popupBg .popup .right p span{color:var(--theme);vertical-align:top}.popupBg .popup .right form{padding:0 15px;display:flex;flex-flow:column;margin-bottom:15px}.popupBg .popup .right form input{height:45px;font-size:14px;width:100%;border-bottom:1px solid rgba(0,0,0,.2)}.popupBg .popup .right form button{padding:5px 16px;border-radius:4px;background-color:#000;color:#fff;margin:20px auto 0;font-size:14px;text-transform:capitalize}.popupBg .popup .left{background-color:#eee;display:flex;flex-flow:column;justify-content:center;align-items:center;width:33%}.popupBg .popup .left svg{height:25px}.popupBg .popup .left>div{display:flex;justify-content:center;flex-flow:column;align-items:center;font-size:14px;gap:10px;margin-bottom:15px}.popupBg.active{opacity:1;pointer-events:auto}.popupBg.active .popup{transform:translateY(0)}@media screen and (max-width: 1240px){#Header:before{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.2) 100%)}#Prices{flex-flow:column;row-gap:40px}#Prices .left,#Prices .right{width:100%;align-items:flex-start}.Amenities{grid-template-columns:repeat(auto-fill,250px);max-width:100%}.Amenities>div:nth-last-child(2){border-bottom:1px solid rgba(0,0,0,.2);padding-bottom:20px}}@media screen and (max-width: 1000px){#Navbar nav{display:none}#Navbar .openSidebarBtn{display:flex}}@media screen and (max-width: 900px){#FloorPlan,#Story>div{flex-flow:column}#FloorPlan>.right,#FloorPlan>.left,#Story>div>.right,#Story>div>.left{width:100%}#FloorPlan img,#Story>div img{position:relative!important;max-height:400px;left:0!important;border-radius:5px}#Story>div{padding-top:30px}#Story>div img{margin:0 auto}.Amenities{grid-template-columns:auto auto}.Amenities>div{width:200px}.Amenities>div:nth-last-child(2){border-bottom:none;padding-bottom:0}}@media screen and (max-width: 700px){h2{font-size:27px}#Header:before{background:linear-gradient(90deg,rgba(0,0,0,.7) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.5) 100%)}#Header h1{font-size:30px;font-family:inherit}#Header p{font-size:16px;max-width:100%;font-weight:500;z-index:10;margin:15px 0 30px}#Header .contactBtn{z-index:10}#Header .actionBtn{display:none}}@media screen and (max-width: 560px){h2{max-width:100%;font-size:20px;font-family:inherit;text-align:center}.popupBg .popup .title{font-size:17px}.Amenities{font-size:14px;padding:0 15px 15px;font-weight:400;width:100%;column-gap:10px}.Amenities img{width:18px}.Amenities>div{width:100%;gap:10px;padding:15px 0}#Story>div{padding-top:0}#Prices table{zoom:.8}#Prices .btns{flex-flow:column}#Prices .right .contactBtn svg{width:18px}#FloorPlan .right h2{font-size:18px}.contactBtn{padding:10px!important;text-align:center;font-size:14px!important;line-height:1;align-items:center;border-radius:3px!important}#Gallery .slider1,#Gallery .slider2{height:170px}#Gallery .gal{width:300px;height:170px}#VR .vr{height:200px}#VR .feature{align-items:flex-start}#VR .feature .heading{font-size:14px}#VR .feature p:not(.heading){font-size:12px}#VR .feature img{width:30px;height:80px}}
