@import"https://fonts.googleapis.com/css2?family=Noto+Sans:wght@700&family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap";@font-face{font-family:Museo Sans;src:url(/my/assets/MuseoSans-300-DgPB18k4.otf)}@font-face{font-family:Poppins-SemiBold;src:url(/my/assets/Poppins-SemiBold-CSd7JmI0.ttf)}@font-face{font-family:Poppins-Regular;src:url(/my/assets/Poppins-Regular-B_IAGKbp.ttf)}@font-face{font-family:Poppins-Medium;src:url(/my/assets/Poppins-Medium-C23aIspn.ttf)}body{margin:0;background-color:#f5f5f5;color:#333;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);overflow:hidden;width:100svw;height:100svh;scrollbar-width:none}main{overflow:hidden;width:100svw;height:100svh;scrollbar-width:none}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;line-height:1.5;font-weight:400;--primary-color: #253fad;--primary-filter: brightness(0) saturate(100%) invert(23%) sepia(27%) saturate(4708%) hue-rotate(212deg) brightness(95%) contrast(95%);--button-hover-color: #3166e8}button{font-family:inherit;font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;background-color:transparent;border:none;cursor:pointer}*{scrollbar-width:thin;scrollbar-color:rgba(4,12,57,.79) rgb(241,241,241);margin:0;padding:0}.show{display:block!important}.deactivated{pointer-events:none!important;color:#adadad!important}.show-flex{display:flex!important}.hide{display:none!important}#chatbase-bubble-button{display:none}.top-menu{position:relative;top:15px;background-color:transparent;display:flex;flex-direction:row;justify-content:center;align-items:flex-start;z-index:11}.top-menu .top-menu-left{position:absolute;left:20px;transition:filter .4s ease;display:flex}.top-menu .top-menu-left button{background:none;border:0;height:100%;width:170px}.top-menu .top-menu-left button img{filter:drop-shadow(0 0 .5px rgba(0,0,0,.4));width:100%;height:100%;object-fit:contain;vertical-align:middle}.top-menu .top-menu-left:hover img{filter:brightness(1.5)}.top-menu .top-menu-right{position:absolute;right:20px;display:flex;align-items:center;gap:5px}.top-menu .top-menu-right .setting-btn{position:relative;margin:0 5px;width:25px;height:25px;border:0;background-color:#9ba2e400;padding:0;display:flex;align-items:center;justify-content:center}.top-menu .top-menu-right .setting-btn img{filter:drop-shadow(0 0 10px rgba(0,0,0,.4));width:25px;height:25px;object-fit:contain;cursor:pointer;transition:transform .5s ease-in-out}.top-menu .top-menu-right .setting-btn :hover{transform:rotate(360deg)}.top-menu .top-menu-right .login-btn{box-shadow:0 0 10px #0006;width:125px;height:35px;border-radius:50px;border:0;background:linear-gradient(90deg,#33c2ff,#07f);color:#fff}.top-menu .top-menu-right .login-btn span{display:block}.top-menu .top-menu-right .login-btn img{display:none}.top-menu .top-menu-right .user-profile{width:35px;height:35px;border-radius:50px;border:0;background:linear-gradient(90deg,#33c2ff,#07f);color:#fff;display:flex;align-items:center;justify-content:center}.top-menu .top-menu-right .setting{display:none;width:290px;position:absolute;top:57px;right:0;background-color:#3a3a3a;color:#fff;padding:0 10px}.top-menu .top-menu-right .setting .toggle-container{bottom:-50px;right:20px;display:flex;justify-content:space-between;align-items:center;padding:15px 5px}.top-menu .top-menu-right .setting .toggle-container .settings{position:relative;width:100%;text-align:left;font-weight:700;cursor:pointer}.top-menu .top-menu-right .setting .toggle-container .settings:after{content:url(../assets/topmenu/close.svg);width:15px;height:15px;position:absolute;top:2px;right:0;transform:scale(1);transition:transform .3s ease}.top-menu .top-menu-right .setting .toggle-container .settings:hover:after{transform:scale(1.5)}.top-menu .top-menu-right .setting .toggle-container .toggle-full-screen{position:relative;padding-left:30px}.top-menu .top-menu-right .setting .toggle-container .toggle-full-screen:before{content:url(../assets/topmenu/fullscreen.svg);width:20px;height:20px;position:absolute;top:2px;left:0}.top-menu .top-menu-right .setting .toggle-container p{margin-right:10px;color:#fff;margin-bottom:0%;text-align:left}.top-menu .top-menu-right .setting .toggle-container .profile-menu-header{font-weight:700;display:flex;align-items:center}.top-menu .top-menu-right .setting .toggle-container .profile-menu-header:after{content:url(../assets/topmenu/close.svg);width:15px;height:20px;position:absolute;right:25px;transform:scale(1);transition:transform .3s ease}.top-menu .top-menu-right .setting .toggle-container .profile-menu-header:hover:after{transform:scale(1.5)}.top-menu .top-menu-right .setting hr{margin:0}.top-menu .top-menu-right .setting .profile-menu-button{width:100%;background:none;border:none}.top-menu .top-menu-right .setting .user-account-container{cursor:pointer}.top-menu .top-menu-right .setting .profile-logout{padding:10px 15px}.top-menu .toggle{display:none}.top-menu .toggle-label{width:45px;height:20px;background-color:#7c7c7c;border-radius:25px;position:relative;cursor:pointer;transition:background-color .3s}.top-menu .toggle-label:after{content:"";width:18px;height:18px;background-color:#fff;border-radius:50%;position:absolute;top:0;left:0;transition:transform .3s;align-self:anchor-center;transform:translate(2px)}.top-menu .toggle:checked+.toggle-label{background-color:#fff}.top-menu .toggle:checked+.toggle-label:after{transform:translate(25px);background-color:var(--primary-color)}.top-menu .active-top-menu{background-color:#9ba2e4}.top-menu .active-top-menu img{filter:brightness(0) invert(1)}@keyframes spin-clockwise{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-anticlockwise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes scale-up-down{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.active-scale{animation:scale-up-down .6s ease-in-out infinite}.amenities-anim img{filter:brightness(0) invert(1)}.amenities-anim .indicator{opacity:1!important}@media only screen and (max-width: 768px){.top-menu .top-menu-left{position:absolute;left:20px;transition:filter .4s ease;display:flex}.top-menu .top-menu-left button{height:25px;width:120px}.top-menu .top-menu-left button img{width:100%;height:100%;object-fit:contain}.top-menu .top-menu-left:hover img{filter:brightness(1.5)}.top-menu .top-menu-right{position:absolute;right:0;width:100%;justify-content:flex-end;padding-right:10px}.top-menu .top-menu-right .login-btn{width:80px;height:25px;border-radius:50px;border:0;background-color:var(--button-hover-color);color:#fff;font-size:.8rem}.top-menu .top-menu-right .login-btn span{display:block}.top-menu .top-menu-right .login-btn img{display:none}.top-menu .top-menu-right .setting{z-index:10}.top-menu .top-menu-right .setting .toggle-container{bottom:-50px;right:20px;display:flex;justify-content:space-between;align-items:center;padding:10px 5px}.top-menu .top-menu-right .setting .toggle-container .settings{position:relative;width:100%;text-align:left;font-weight:700}.top-menu .top-menu-right .setting .toggle-container .settings:after{content:url(../assets/icon/close.svg);width:15px;height:15px;position:absolute;top:2px;right:0;transform:scale(1);transition:transform .3s ease}.top-menu .top-menu-right .setting .toggle-container .settings:hover:after{transform:scale(1.5)}.top-menu .top-menu-right .setting .toggle-container .full-screen{position:relative;padding-left:30px}.top-menu .top-menu-right .setting .toggle-container .full-screen:before{content:url(../assets/icon/fullscreen.svg);width:20px;height:20px;position:absolute;top:2px;left:0}.top-menu .top-menu-right .setting hr{margin:0}.top-menu .toggle{display:none}.top-menu .active-top-menu{background-color:#9ba2e4}.top-menu .active-top-menu img{filter:brightness(0) invert(1)}.train-filter-container,.jb-filter-container{width:90vw;height:42px;top:45px;left:50%;transform:translate(-50%);background-color:#2b2b2e;border-radius:50px;display:none;justify-content:space-evenly;align-items:center;position:absolute;z-index:2;margin:0 5px}.train-filter-container button,.jb-filter-container button{margin:unset;width:50px;height:50px;border-radius:50px;border:0;background-color:#9ba2e400;position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column}.train-filter-container button img,.jb-filter-container button img{position:relative;width:25%;height:50%;object-fit:contain;transition:.5s;z-index:2}.train-filter-container button span,.jb-filter-container button span{position:relative;opacity:1;transition:.5s;font-size:10px}.train-filter-container button .train-indicator,.jb-filter-container button .train-indicator{width:80%;height:80%;border-radius:50px;position:absolute;background-color:#9ba2e4;border:#131316 1px solid;opacity:0;transition:.5s;left:unset;bottom:unset}.train-filter-container .train-filter-active .train-indicator,.jb-filter-container .train-filter-active .train-indicator{opacity:1!important;background-color:#fff!important}.amenities-anim{background-color:var(--primary-color)!important}.amenities-anim img{filter:brightness(0) invert(1)}.amenities-anim span{color:#fff!important}.amenities-anim .indicator{opacity:1!important}}@media screen and (max-width: 480px){.top-menu .top-menu-right .setting{width:calc(100% - 40px);margin-inline:20px}.top-menu .top-menu-right .setting .toggle-container{padding:10px 20px}.top-menu .top-menu-right .setting .toggle-container .settings:after{display:none}}.allprojects-section{position:absolute;width:auto;height:calc(100% - 60px);bottom:0;transition:transform .3s ease-in-out;z-index:11}.allprojects-section .lhs-menu{position:relative;width:auto;height:100%}.allprojects-section .lhs-menu .project-menu{width:400px;display:flex;flex-direction:column;list-style:none;margin:0%;border-radius:0 10px 10px 0;background:#ffffffe6;overflow:hidden}.allprojects-section .lhs-menu .project-menu .project-heading{height:50px;width:100%;background-color:var(--primary-color);color:#fff;font-weight:700;display:flex;justify-content:center;align-items:center}.allprojects-section .lhs-menu .project-menu .project-heading h6{font-size:1.25rem;font-weight:700;margin:0}.allprojects-section .lhs-menu .project-menu .project-heading i{cursor:pointer;font-size:1.2rem;position:absolute;color:#fff}.allprojects-section .lhs-menu .project-menu .project-heading .back-menu{left:20px}.allprojects-section .lhs-menu .project-menu .project-heading .close-menu{right:20px}.allprojects-section .lhs-menu .project-menu .mobile-minimize{display:none}.allprojects-section .lhs-menu .project-menu .project-area-card-holder{padding:30px;overflow-y:auto;display:flex;flex-direction:column}.allprojects-section .lhs-menu .project-menu .project-area-card-holder h6{font-weight:400;margin-top:0;margin-bottom:.5rem;line-height:1.2;font-size:1rem}.allprojects-section .lhs-menu .project-menu .project-area-card-holder button{width:100%;padding-left:10px;position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;overflow:hidden;font-size:.813rem;height:60px;font-weight:500;gap:20px}.allprojects-section .lhs-menu .project-menu .project-area-card-holder button .project-location-text{font-size:1rem;font-weight:400}.allprojects-section .lhs-menu .project-menu .project-area-card-holder button .project-menu-image{width:30px}.allprojects-section hr{margin:0}.slide-out{transform:translate(-110%)!important;display:none!important}.slide-out-chatbot{transform:translate(110%)!important;display:none!important}.slide-out-amenities{transform:translate(120%)!important;display:none!important}.minimize{transform:translate(-100%)!important}.active-project{background-color:#d8e3ef!important;color:#000!important}.disabled-project{color:#c3c3c3!important;background-color:gray!important;cursor:not-allowed!important}.v3d-annotation{background:#fff0;background-image:url(../assets/gifs/circle.gif);background-size:cover;background-position:center;width:30px;height:30px;color:#fff;border:none;pointer-events:none;margin-left:-8px}.v3d-annotation-transparent{opacity:0}.v3d-simple-preloader-logo{background-image:url(../assets/gifs/preload-logo.gif);background-position:center;background-size:cover}.v3d-simple-preloader-background{background-color:#000;z-index:100;display:none}.annotation-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none}.custom-annotation-container{position:absolute;z-index:1}.custom-annotation-block{display:inline-flex;align-items:center}.custom-annotation{display:inline-flex;align-items:center;gap:5px;padding:5px 15px 5px 10px;background-color:#fffc;border-radius:10px;position:relative;top:-13px;right:18px;pointer-events:auto}.custom-annotation svg{vertical-align:top}.custom-annotation-text{font-family:Arial,sans-serif;font-size:.75rem;font-weight:400;color:#000;position:relative;-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-annotation-img{width:16px;height:16px;position:relative}.custom-pointer-line{position:relative;border-top:2px solid #ffffff;width:40px;transform:rotate(-40deg)}.custom-annotation-dot{position:relative;width:10px;height:10px;background-color:#fff;border-radius:50%}.location-label-text{color:#fff}.project-parts-card{position:absolute;display:none;top:40%;right:15%;background:#ffffffd2;padding:25px 15px;border-radius:20px;width:400px}.project-parts-card button{position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);font-size:1.125rem;color:var(--primary-color);line-height:1;width:30px;height:30px;border:none;background-color:#fff0}.project-parts-card h6{color:var(--primary-color);width:50%;text-align:center;margin:0 auto}.project-parts-card img{max-width:100%;max-height:100%;object-fit:contain}@media only screen and (max-width: 550px){.allprojects-section{height:unset}.allprojects-section .lhs-menu{position:relative;width:auto;height:100%}.allprojects-section .lhs-menu .project-menu{width:100vw;border-radius:0}.allprojects-section .lhs-menu .project-menu .project-heading{padding-top:10px}.allprojects-section .lhs-menu .project-menu .project-heading h6{font-size:.938rem}.allprojects-section .lhs-menu .project-menu .project-heading i{font-size:1.25rem;right:20px;top:20px}.allprojects-section .lhs-menu .project-menu .mobile-minimize{display:block;width:55px;height:4px;position:absolute;top:8px;z-index:999;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;cursor:pointer}.allprojects-section .lhs-menu .project-menu .recent-projects{display:none;padding-top:10px;padding-left:20px;width:100%;height:270px}.allprojects-section .lhs-menu .project-menu .recent-projects h6{font-weight:700}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder{width:100%;height:auto;overflow-y:auto;display:flex;flex-wrap:wrap;justify-content:center}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card{cursor:pointer;opacity:0;width:230px;height:200px;display:flex;flex-direction:column;background:#040c39;background:linear-gradient(135deg,#040c39 31%,#3192eb99);border-radius:10px;margin:10px;animation-name:cardfadeIn;animation-duration:4s}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card .project-image img{width:100%;height:80px;object-fit:cover;border-radius:10px 10px 0 0}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card .project-info{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;margin-left:5px}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card .project-info .project-name{font-size:.875rem;color:#000;font-weight:700}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card .project-info .project-description{color:var(--primary-color);font-size:.875rem;text-wrap:nowrap}.allprojects-section .lhs-menu .project-menu .recent-projects .recent-project-card-holder .project-card:hover{background:linear-gradient(135deg,#040c39 31%,#3192eb)}}.menu-section{position:absolute;width:auto;height:calc(100% - 60px);bottom:0;transition:transform .3s ease-in-out;z-index:13;overflow:hidden}.menu-section .lhs-menu{position:relative;width:auto;height:100%;display:flex;flex-direction:row;align-items:center}.menu-section .lhs-menu .list-menu{width:550px;height:100%;border-radius:0 20px 0 0;background:#ffffffe6;display:flex;flex-direction:column}.menu-section .lhs-menu .list-menu .search-container{width:100%;height:10%}.menu-section .lhs-menu .list-menu .search-container #searchInput{width:100%;border-radius:50px;border:rgba(0,0,0,.158) solid 1px;color:#fff;background:#040c39c9;padding:10px}.menu-section .lhs-menu .list-menu .area-heading{height:50px;width:100%;background-color:var(--primary-color);border-radius:0 20px 0 0;color:#fff;font-weight:700;display:flex;justify-content:space-around;align-items:center}.menu-section .lhs-menu .list-menu .area-heading h6{font-size:20px;font-weight:700;margin:0}.menu-section .lhs-menu .list-menu .area-heading i{cursor:pointer;font-size:1.2rem;position:absolute;color:#fff;z-index:12}.menu-section .lhs-menu .list-menu .area-heading .back-menu{left:20px}.menu-section .lhs-menu .list-menu .area-heading .close-menu{right:20px}.menu-section .lhs-menu .list-menu .mobile-minimize{display:none}.menu-section .lhs-menu .list-menu .project-card-holder{width:100%;height:calc(100% - 60px);overflow-y:auto;display:flex;flex-wrap:wrap;align-content:flex-start;scrollbar-width:none;padding-inline:14px}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card{cursor:pointer;width:240px;height:200px;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;margin:10px;border:solid 1px #d8d8d8;position:relative}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-image img{width:100%;height:130px;object-fit:cover;border-radius:10px 10px 0 0}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;margin-left:5px}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .project-name{font-size:14px;color:#000;font-weight:700}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .project-description{color:var(--primary-color);font-size:14px;text-wrap:nowrap}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .short-content{list-style:none;width:100%;padding:0;display:flex;margin:0;gap:10px}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .short-content li{display:flex;align-items:center}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .short-content li img{width:10px;height:10px;object-fit:contain}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .short-content li span{font-size:8px}.menu-section .lhs-menu .list-menu .project-card-holder .project-selection{content:url(../assets/projectcard/send.svg);position:absolute;bottom:50px;right:20px;width:30px;height:30px}.menu-section .lhs-menu .list-menu .project-card-holder .project-card:hover{background:var(--primary-color)}.menu-section .lhs-menu .list-menu .project-card-holder .project-card:hover .project-info .project-description{color:#fff}.menu-section .lhs-menu .list-menu .project-add{width:100%;height:10%;color:#fff;cursor:pointer;text-align:center;background:#040c39c9;border-radius:10px}.menu-section .lhs-menu .list-menu .project-add span{color:#00a2f8;font-size:24px;font-weight:700}.menu-section .lhs-menu .individual-menu{display:none;margin-left:10px;width:370px;height:70%;flex-direction:column;justify-content:flex-start;align-items:center;list-style:none;padding:0%;border-radius:20px;background:#4780eb1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;border-right:1px solid rgba(255,255,255,.2)}.menu-section .lhs-menu .individual-menu .individual-menu-views{background:#040c39c9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;border-right:1px solid rgba(255,255,255,.2);padding:10px;color:#00a2f8;z-index:10}.menu-section .lhs-menu .individual-menu .close-individual-menu{font-size:30px;position:absolute;right:20px;top:20px;color:#fff;z-index:1}.menu-section .lhs-menu .individual-menu .individual-menu-content{position:relative;width:100%;height:100%;overflow-y:auto;border-radius:20px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-image img{width:100%;height:300px;object-fit:cover}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-project-info{width:100%;padding:10px 20px 30px;display:flex;flex-direction:column;background:#040c39;background:linear-gradient(135deg,#040c39 31%,#3192eb99)}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-project-info .project-name{color:#00a2f8;font-weight:700}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-project-info .project-description{color:#fff;text-wrap:nowrap}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection{padding:20px;display:flex;justify-content:space-around;color:#fff}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview{padding:0 20px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview ul{padding:0;list-style:none;width:100%;display:flex;flex-direction:column;justify-content:space-between}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview ul li{display:flex;align-items:flex-start;margin:10px 0;color:#fff}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview ul li i{margin-top:5px;color:#040c39c9}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview ul li span{margin-left:15px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview ul li span a{color:#fff}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-overview .individual-selection-card{padding:35px 0;width:100%;margin-bottom:10px;background:#040c39c9;cursor:pointer;color:#00a2f8;text-align:center;border-radius:20px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about{display:none;padding:0 20px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about ul{list-style:none;padding:0%}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about ul li{display:flex;justify-content:space-between;color:#fff}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about ul hr{margin:10px}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about .individual-selection-unitstatus .individual-selection-card{padding:35px 0;width:100%;margin-bottom:10px;cursor:pointer;color:#fff;text-align:center;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 30px #0000001a;border-right:1px solid rgba(255,255,255,.2)}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about .individual-selection-unitstatus .individual-selection-available{background:#00800066}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about .individual-selection-unitstatus .individual-selection-reserved{background:#ff06}.menu-section .lhs-menu .individual-menu .individual-menu-content .individual-selection-about .individual-selection-unitstatus .individual-selection-sold{background:#f006}.menu-section .toggle-menu-section{width:20px;height:100px;position:absolute;right:-20px;top:50%;background-color:#faebd7}.menu-section .filter-menu-container{display:flex;flex-direction:column;gap:10px;align-items:center;justify-content:center;width:100%;padding:20px}.menu-section .filter-menu-toggle-container{position:relative;display:flex;width:240px;height:45px;background-color:#fff;border-radius:20px;overflow:hidden;border:solid 1px #d8d8d8;transition:width cubic-bezier(.4,0,.2,1) .5s}.menu-section .filter-menu-toggle-container .toggle-input{display:none}.menu-section .filter-menu-toggle-container .toggle-label{flex:1;text-align:center;line-height:40px;cursor:pointer;z-index:1;transition:color .3s;font-weight:700}.menu-section .filter-menu-toggle-container .toggle-button{position:absolute;top:4px;left:2px;width:68px;height:36px;background-color:var(--primary-color);border-radius:18px;transition:transform .3s;transform:translate(165px)}.menu-section #rent~label[for=rent]{color:#cbcbcb}.menu-section #buy:checked~.toggle-button{transform:translate(5px)}.menu-section #rent:checked~.toggle-button{transform:translate(85px)}.menu-section #all:checked~.toggle-button{transform:translate(165px)}.menu-section #buy:checked~label[for=buy]{color:#fff;font-weight:700}.menu-section #rent:checked~label[for=rent]{color:#fff;font-weight:700}.menu-section #all:checked~label[for=all]{color:#fff;font-weight:700}.menu-section .filter-menu-search{transition:width cubic-bezier(.4,0,.2,1) .5s;width:100%;display:flex;justify-content:center;align-items:center}.menu-section .filter-menu-search i{position:absolute;left:35px;color:var(--primary-color);font-size:20px}.menu-section .filter-menu-search input{width:100%;height:100%;border:1px solid #d8d8d8;padding:10px 10px 10px 50px;border-radius:10px}.menu-section .filter-menu-search input:focus{outline:none}.menu-section .css-13cymwt-control{height:45px;overflow:hidden}.menu-section .css-t3ipsp-control{height:45px}.menu-section .css-1jqq78o-placeholder{white-space:nowrap}.menu-section .css-13cymwt-control{flex-wrap:nowrap!important}@media only screen and (max-width: 550px){.menu-section{width:100vw;z-index:102}.menu-section .lhs-menu .list-menu{width:100vw}.menu-section .lhs-menu .list-menu .area-heading{height:60px;padding-top:10px;border-radius:unset}.menu-section .lhs-menu .list-menu .area-heading h6{font-size:15px}.menu-section .lhs-menu .list-menu .area-heading i{font-size:18px;top:20px}.menu-section .lhs-menu .list-menu .mobile-minimize{display:block;width:55px;height:4px;position:absolute;top:8px;z-index:999;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;cursor:pointer}.menu-section .lhs-menu .list-menu .project-card-holder{justify-content:center}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container{width:90%}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card{width:90%}.menu-section .lhs-menu .list-menu .project-card-holder .project-card-container .project-card .project-info .project-name{font-size:12px}.menu-section .lhs-menu .list-menu .project-card-holder .project-selection{bottom:50px;right:20px;width:25px;height:25px}}.loading-hero{position:absolute;width:100%;height:100%}.loading-hero .loading-container{position:relative;width:100%;min-height:100svh;display:flex;flex-direction:column;justify-content:center;background-color:#000;z-index:100}.loading-hero .loading-container.loading-finished{background-color:#373737cc}.loading-hero video{position:absolute;top:0;left:0;width:100%;height:100svh;object-fit:cover}.loading-hero .content{height:100%;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-inline:100px;transform:translateY(-35px)}.loading-hero .content .text{display:flex;flex-direction:column;align-items:center;text-shadow:0px 0px 5px #fff}.loading-hero .content h3{font-family:Poppins,sans-serif;font-size:1.5rem}.loading-hero .content h1{font-size:4.5rem;line-height:1.2;text-align:center;font-family:Poppins-SemiBold}.landing-btns-container{display:none;align-items:center;justify-content:space-between;gap:50px;margin-top:30px}.landing-btns-container .landing-btn{border:1px solid #fff;background:none;border-radius:10px;width:150px;height:35px;color:#fff}.landing-btns-container .landing-btn:hover{background:linear-gradient(90deg,#33c2ff,#07f);border:none}.loading-finished-btn{display:flex;justify-content:center}.loading-bar-container{width:100%;background-color:#f3f3f3;border-radius:5px;overflow:hidden;height:5px;bottom:0;position:absolute;z-index:101}.loading-bar{width:0;height:100%;background:linear-gradient(90deg,#33c2ff,#07f);transition:width .3s;border-radius:5px}.loading-text-container{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;position:absolute;bottom:0;z-index:101;color:#fff;font-size:1.3rem}.loading-text-location{text-align:center;font-size:1.7rem;margin-bottom:3rem}.loading-text-location.loading-finished{font-size:1.2rem;margin-bottom:5rem}.tutorial-screen{position:fixed;top:0;left:0;width:100%;height:100%;display:none;z-index:100}.tutorial-screen-active{display:block}.tutorial-screen .tutorial-highlight{position:absolute;background:transparent;box-shadow:0 0 0 9999px #373737cc;border-radius:8px}.tutorial-container{position:absolute;width:450px;background:#ffffffe6;border-radius:8px;padding:5px 10px 20px;box-shadow:0 4px 8px #0000001a;font-family:museo-sans,sans-serif;display:flex;flex-direction:column;align-items:center;gap:10px;transform:translate(-50%,-50%);left:50%;top:50%}.tutorial-close{width:15px;height:25px;align-self:flex-end;cursor:pointer}.tutorial-close-icon{filter:brightness(0) saturate(100%) invert(44%) sepia(11%) saturate(86%) hue-rotate(187deg) brightness(95%) contrast(95%)}.tutorial-content{display:flex;align-items:center;justify-content:space-evenly;gap:10px;width:100%}.tutorial-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background-color:var(--primary-color);color:#fff;font-size:16px;font-weight:700}.tutorial-text{color:#333;font-size:14px;line-height:1.5;width:70%}.tutorial-navigator{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px}.tutorial-navigator-arrow{width:32px;height:32px;background-size:contain;cursor:pointer;position:relative}.arrow-left{background-image:url(../assets/loadingscreen/arrow-prev.svg);right:100px}.arrow-right{background-image:url(../assets/loadingscreen/arrow-next.svg);left:100px}.tutorial-navigator-btn{width:12px;height:12px;background-size:contain;cursor:pointer;background-image:url(../assets/loadingscreen/radio-button-unchecked.svg)}.tutorial-navigator-btn.active{background-image:url(../assets/loadingscreen/radio-button-checked.svg)}@media screen and (max-width: 768px){.loading-hero .content{padding-inline:20px;transform:translateY(0)}.loading-hero .content h1{font-size:3rem}.landing-btns-container{gap:20px}.landing-btns-container .landing-btn{width:100px}.tutorial-container{max-width:300px;width:100%}.arrow-left{right:30px}.arrow-right{left:30px}}.individual-menu-section{position:absolute;width:auto;height:calc(100% - 100px);bottom:0;transition:transform .3s ease-in-out;z-index:12}.individual-menu-section .lhs-menu{position:relative;width:auto;height:100%}.individual-menu-section .lhs-menu .individual-project-menu{width:550px;height:100%;background-color:#fff;display:flex;flex-direction:column;margin:0%;border-radius:0 20px 0 0}.individual-menu-section .lhs-menu .individual-project-menu .minimize-individual-btn-container{position:absolute;right:0;transform:translate(100%);top:50%}.individual-menu-section .lhs-menu .individual-project-menu .minimize-individual-btn-container .minimize-individual-btn{color:var(--primary-color);background-color:#fff;border-radius:0 10px 10px 0;height:50px;width:20px;border:none;box-shadow:#000 0 2px 4px}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading{height:50px;width:100%;background-color:var(--primary-color);border-radius:0 20px 0 0;color:#fff;font-weight:700;position:relative;display:flex;align-items:center;justify-content:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading i{cursor:pointer;font-size:1.2rem;position:absolute;color:#fff;z-index:10}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .back-menu{left:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .next-project,.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .close-menu{right:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .mobile-minimize,.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .toggle-input{display:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .toggle-label{text-align:center;line-height:40px;cursor:pointer;color:#fff;z-index:1;transition:color .3s;display:flex;align-items:center;margin-left:2px;justify-content:center;width:20%}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .toggle-label i{position:relative}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu{width:100%;height:calc(100% - 50px);overflow:auto}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow-y:auto}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer{position:fixed;width:540px;height:fit-content;bottom:0;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 10px #0000001a}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer .detail-footer-content{display:flex;align-items:center;justify-content:space-between;padding:10px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer .price-footer h6{color:var(--primary-color);font-size:1.2em}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer .project-website{cursor:pointer;color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);border-radius:10px;padding:10px 50px;transition:background-color .5s ease;text-decoration:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer .project-website:hover{background-color:var(--primary-color);color:#fff}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content1{width:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content1 .individual-image{width:100%;height:27vh;overflow:hidden}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content1 .individual-image #carouselExampleIndicators{position:relative;height:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content1 .individual-image #carouselExampleIndicators img{width:100%;height:100%;object-fit:cover}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-cut-line{width:100%;height:10px;background-color:#d8d1eb;margin-bottom:30px;flex-shrink:0}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details p{font-family:museo-sans,sans-serif;font-style:normal;font-weight:700;margin:unset}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2{margin-top:20px;width:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info{width:100%;height:100%;padding:10px 20px 30px;display:flex;flex-direction:column;justify-content:flex-start}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1{display:flex;width:100%;justify-content:space-between;margin-bottom:25px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .project-info1-left{display:flex;align-items:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .project-info1-left .like-container{margin-left:10px;display:flex;align-items:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .project-info1-left .like-container .heart-icon{width:28px;cursor:pointer;transition:all .3s ease;transform:scale(1)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .project-info1-left .like-container .heart-icon:hover{transform:scale(1.2)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .project-info1-left .like-container .like-count{margin-left:5px;color:#9b9b9b}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .individual-views{background-color:var(--primary-color);color:#fff;padding:1px 28px;border:1px solid var(--primary-color);border-radius:20px;display:flex;align-items:center;min-width:100px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info1 .individual-share a img{width:70px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2{margin-bottom:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-name{font-size:30px;margin-bottom:10px;display:flex;justify-content:space-between}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-name button{color:var(--primary-color);background-color:#fff;display:flex;height:45px;width:45px;align-items:center;justify-content:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-name button i{transform:scale(1);transition:all .3s ease}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-name button i:hover{transform:scale(1.2)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-location{text-wrap:wrap;position:relative;display:flex;justify-content:flex-start}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-location-icon{max-width:15px;height:auto;filter:brightness(0) saturate(100%) invert(33%) sepia(11%) saturate(6797%) hue-rotate(217deg) brightness(91%) contrast(89%)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info2 .project-location-text{padding-left:10px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns{width:100%;display:flex;margin-bottom:20px;gap:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn{width:70px;height:70px;background:#fff;border:2px solid rgb(180,180,180);border-radius:10px;transition:all .3s ease}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn:disabled{background:silver;border:2px solid rgb(109,109,109);pointer-events:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn:disabled img{filter:grayscale(100%)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn:disabled .project-info-btn-text{color:#6d6d6d}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn-external{width:70px;height:70px;background:#fff;border:2px solid rgb(180,180,180);border-radius:10px;transition:all .3s ease}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn-external img{height:80%;width:80%;margin-bottom:0}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn-icon{width:40%;margin-bottom:10%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn-text{font-size:12px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn:hover{background-color:var(--primary-color);border:2px solid var(--primary-color);color:#fff}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(115deg) brightness(103%) contrast(101%)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info-btns .project-info-btn-external:hover{background-color:var(--primary-color);border:2px solid var(--primary-color);color:#fff}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info3{list-style:none;display:flex;padding:5px;margin-bottom:30px;background-color:#e4eff9;border-radius:20px;width:auto;flex-wrap:wrap}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info3 li{display:flex;align-items:center;margin:5px 0 5px 15px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info3 li img{width:25px;height:25px;object-fit:contain}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info3 li p{font-size:18px;margin-left:5px;width:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info4{margin-bottom:40px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info4 .project-info-4-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;grid-gap:10px;margin-bottom:30px;width:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info4 .project-info-4-grid .project-info-4-grid-column-2{color:var(--primary-color)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info4 .project-detail-description{font-weight:unset;font-size:14px;line-height:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info5 .project-price{font-size:36px;color:#7276d1;font-family:Bahnschrift,sans-serif}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-card{width:100%;padding:10px 20px 30px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-card .individual-content-card-title{font-size:30px;color:var(--primary-color);margin-bottom:30px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-highlight .individual-content-highlight-row{display:flex;margin-bottom:10px;align-items:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-highlight .individual-content-highlight-row img{width:auto;height:30px;margin-right:10px;filter:brightness(0) saturate(100%) invert(32%) sepia(85%) saturate(514%) hue-rotate(203deg) brightness(102%) contrast(94%)}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-highlight .individual-content-highlight-row p{font-weight:unset}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content-info-breakline{background-color:#000;width:100%;height:1px;margin-top:10px;margin-bottom:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content4-info .individual-content4-info-title{color:var(--primary-color);font-size:16px;margin-bottom:2px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content4-info .individual-content4-info-head{font-size:28px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content5-info-title{font-size:30px;margin-bottom:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-content5-info-body{font-weight:unset;line-height:20px;font-size:14px;margin-bottom:60px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance{display:block;padding:20px 30px;width:100%;height:100%}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1{border:1px solid rgb(94,94,94);box-shadow:1px;border-radius:10px;padding:10px;margin-bottom:50px;overflow-y:auto;max-height:80vh;scrollbar-width:none;-ms-overflow-style:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distance1::-webkit-scrollbar{display:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distances{padding-bottom:10px;border-bottom:1px solid black;margin-bottom:20px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distances img{width:20px;height:20px;object-fit:contain;margin-right:5px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distance-values{list-style:none;display:flex;justify-content:center;align-items:center;padding:0 10px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distance-values li{display:flex;flex-direction:column;justify-content:space-around;text-align:center;padding:0 10px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distance-values li p{color:gray;margin-bottom:0!important}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance1 .individual-menu-distance-values li h6{color:var(--primary-color);font-size:24px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance2{text-align:center}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .individual-menu-distance2 button{padding:20px;border:0;background:none;font-weight:700}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .distance-button-container{display:flex;gap:10px;justify-content:center;margin-top:30px;margin-bottom:30px}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .distance-button{background-color:#fff;color:#000;border:2px solid var(--primary-color);border-radius:25px;padding:10px 20px;font-size:16px;cursor:pointer;transition:background-color .3s ease}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-distance .distance-button.active{background-color:var(--primary-color);color:#fff}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-compare{display:flex;overflow-y:auto;height:100%}.individual-menu-section .project-heading-btns-container{display:flex;width:100%;flex-direction:row;justify-content:space-evenly;align-items:center;z-index:1;height:65%;margin:0 30px}.individual-menu-section .project-heading-btn{display:flex;align-items:center;border:none;background-color:unset;gap:5px;border-radius:20px;height:100%;width:23%;justify-content:center;-webkit-user-select:none;user-select:none}.individual-menu-section .project-heading-btn-icon{width:20px}.individual-menu-section .project-heading-btn-text{color:#fff;font-weight:700}.individual-menu-section .project-heading-btn:disabled{opacity:.6}.individual-menu-section .project-heading-btn:disabled .project-heading-btn-icon{filter:brightness(0) saturate(100%) invert(69%) sepia(7%) saturate(3%) hue-rotate(330deg) brightness(90%) contrast(88%)}.individual-menu-section .project-heading-btn:disabled .project-heading-btn-text{color:#9d9d9d}.individual-menu-section .project-heading-btn.active{background-color:var(--button-hover-color)}.individual-menu-section .project-heading-minimized-name{position:relative;font-size:20px;font-weight:100}@keyframes changeBackgroundColor{0%{background-color:#001f3f}50%{background-color:#040c39c9}to{background-color:#001f3f}}@keyframes cardfadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{background-color:var(--primary-color);color:#fff}50%{background-color:#fff;color:var(--primary-color)}to{background-color:var(--primary-color);color:#fff}}.carousel-inner,.carousel-item{height:100%}@media only screen and (max-width: 550px){.individual-menu-section{width:100vw;height:calc(100% - 100px);transition:transform .3s ease-in-out;z-index:101}.individual-menu-section .lhs-menu .individual-project-menu{width:100vw;height:100%;background-color:#fff;display:flex;flex-direction:column;margin:0%;border-radius:0 20px 0 0}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content2 .individual-project-info .individual-project-info5 .project-price{font-size:2rem}.individual-menu-section .lhs-menu .individual-project-menu .minimize-individual-container{display:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading{padding-top:10px;border-radius:unset}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading i{font-size:18px}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .mobile-minimize{display:block;width:55px;height:4px;position:absolute;top:8px;z-index:999;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:20px;cursor:pointer}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .toggle-input{display:none}.individual-menu-section .lhs-menu .individual-project-menu .individual-project-heading .toggle-label{font-size:12px!important;margin-left:0}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu{width:100vw;overflow-y:scroll}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .detail-footer{width:100vw}.individual-menu-section .lhs-menu .individual-project-menu .individual-menu .individual-menu-details .individual-menu-content1 .individual-image #carouselExampleIndicators{width:100vw}.individual-menu-section .project-heading-btn{gap:2px}.individual-menu-section .project-heading-btn-text{font-size:small}.individual-menu-section .project-heading-btn-icon{width:13px}.slide-out{transform:translateY(200%)!important;display:none!important}.minimize{transform:translateY(90%)}}.distance-container{font-family:Arial,sans-serif;margin:0;padding:0 20px}.distance-container .txt_field{position:relative;border-bottom:1px solid black;padding:20px 0;display:flex;align-items:center}.distance-container .txt_field img{height:20px;display:inline-block;vertical-align:middle;padding-right:10px}.distance-container .txt_field input{width:100%;margin:5px;padding:5px 15px;font-size:16px;border:none;background:none;outline:none}.distance-container .input-container{display:flex;align-items:center;background-color:#e9f2ff;border-radius:20px;width:300px}.distance-container button{width:100%;height:50px;border:1px solid;background:var(--primary-color);border-radius:25px;font-size:18px;color:#e9f4fb;font-weight:700;cursor:pointer;outline:none;margin-top:30px}.distance-container button:hover{border-color:var(--primary-color);transition:.5s}.distance-container #result{margin-top:20px;display:flex;justify-content:space-around;align-items:center;padding:10px}.distance-container .result-item{flex:1;text-align:center}.distance-container .label{font-size:.9em;color:#7d7d7d;margin-bottom:5px}.distance-container .distance-text,.distance-container .duration-text{font-size:2em;font-weight:700;color:var(--primary-color);margin:10px}.distance-container .result-item:first-child{border-right:1px solid black;padding-right:20px}.distance-container .result-item:last-child{padding-left:20px}@media only screen and (max-width: 430px){.distance-container{padding:0}.distance-container #distance,.distance-container #duration{font-size:1.5em;margin:10px 0}}.individual-menu-chatbot{position:relative;display:flex;flex-direction:column;align-items:center;font-size:30px;height:100%}.individual-menu-chatbot .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:#6d4fc2;width:100%}.individual-menu-chatbot .chat-header .header-info{display:flex;gap:10px;align-items:center;height:24px}.individual-menu-chatbot .chat-header .header-info svg{fill:#fff;height:30px}.individual-menu-chatbot .chat-header .header-info h2{color:#fff;margin:0;font-size:1.3rem}.individual-menu-chatbot .chat-body{display:flex;flex-direction:column;gap:20px;width:100%;margin-bottom:82px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#ddd3f9 transparent}.individual-menu-chatbot .chat-body .message{display:flex;gap:11px;align-items:center}.individual-menu-chatbot .chat-body .message.error .message-text{color:red}.individual-menu-chatbot .chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:#6d4fc2;border-radius:50%}.individual-menu-chatbot .chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.individual-menu-chatbot .chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.individual-menu-chatbot .chat-body .user-message{flex-direction:column;align-items:flex-end}.individual-menu-chatbot .chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.individual-menu-chatbot .chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 25px;overflow:hidden;max-height:30%;display:flex;flex-direction:column}.individual-menu-chatbot .chat-footer .chat-form{display:flex;align-items:center;flex-grow:1;background:#fff;border-radius:32px;outline:1px solid #cccce5;box-shadow:0 0 8px #0000000f;max-height:100%;overflow:auto}.individual-menu-chatbot .chat-footer .chat-form:focus-within{outline:2px solid #6d4fc2}.individual-menu-chatbot .chat-form .message-input{border:none;outline:none;width:100%;min-height:46px;max-height:150px;padding:8px 17px;font-size:.95rem;line-height:1.2;box-sizing:border-box;resize:none;overflow-y:auto}.individual-menu-chatbot .chat-form button{position:absolute;right:30px;height:35px;width:35px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:#fff;border-radius:50%;background:#6d4fc2;transition:.2s ease}.individual-menu-chatbot .credit-text{padding-left:20px;font-size:.9rem;position:absolute;color:#888;bottom:2px}.individual-menu-chatbot .chat-collect-lead-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.individual-menu-chatbot .chat-collect-lead-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:90%;max-width:500px}.individual-menu-chatbot .chat-collect-lead-header{border-radius:10px 10px 0 0;background-color:var(--primary-color);padding:20px}.individual-menu-chatbot .chat-collect-lead-header h2{margin:0;font-size:1.5rem;color:#fff}.individual-menu-chatbot .chat-collect-lead-form form{padding:20px;display:flex;flex-direction:column;gap:15px}.individual-menu-chatbot .chat-collect-lead-form label{font-size:1rem;color:#333}.individual-menu-chatbot .chat-collect-lead-form input{border:1px solid #ccc;border-radius:5px;font-size:1rem;width:100%;box-sizing:border-box}.individual-menu-chatbot .chat-collect-lead-form input[name=name]{padding-block:6px;padding-inline:12px}.individual-menu-chatbot .chat-collect-lead-form button{font-size:1rem;color:#fff;background-color:var(--primary-color);align-self:center;width:50%;border:none;border-radius:50px;padding:10px 20px;cursor:pointer}.compare-container{display:flex;padding:10px}.compare-container .compare-item{width:50%;padding:10px}.compare-container .compare-break-line{width:100%;height:1.5px;background-color:#d8d1eb;margin-bottom:30px;flex-shrink:0}.compare-container .compare-image-container{width:100%;margin-bottom:20px}.compare-container .compare-image-container .compare-image{width:100%;height:120px;object-fit:cover;border-radius:10px}.compare-container .compare-content-1{width:100%;display:flex;flex-direction:column;margin-bottom:40px;height:100px}.compare-container .compare-content-1 .compare-content-1-title{font-family:museo-sans,sans-serif;font-size:24px;color:#5e5bca;margin-bottom:10px;font-weight:700}.compare-container .compare-content-1 .compare-content-1-body{font-family:museo-sans,sans-serif;font-size:16px;color:#8b8b8b}.compare-container .compare-content-2{width:100%;display:flex;flex-direction:column;height:90px}.compare-container .compare-content-2 .compare-content-2-title{font-family:museo-sans,sans-serif;font-size:14px;color:#8b8b8b;margin-bottom:10px}.compare-container .compare-content-2 .compare-content-2-body{font-family:museo-sans,sans-serif;font-size:18px;color:#5e5bca;font-weight:700}.compare-container .compare-content-3{width:100%;display:flex;flex-direction:column;height:90px}.compare-container .compare-content-3 .compare-content-3-title{font-family:museo-sans,sans-serif;font-size:14px;color:#8b8b8b;margin-bottom:10px}.compare-container .compare-content-3 .compare-content-3-body{font-family:museo-sans,sans-serif;font-size:18px;color:#5e5bca;font-weight:700}.compare-container .compare-content-4{width:100%;display:flex;height:90px}.compare-container .compare-content-4 .compare-content-4-container{width:33%;height:100%;display:flex;flex-direction:column;align-items:center}.compare-container .compare-content-4 .compare-content-4-title{font-family:museo-sans,sans-serif;font-size:12px;color:#8b8b8b;margin-bottom:10px}.compare-container .compare-content-4 .compare-content-4-body{font-family:museo-sans,sans-serif;font-size:20px;color:#5e5bca;font-weight:700}.compare-container .compare-content-5{width:100%;display:flex;flex-direction:column}.compare-container .compare-content-5 .compare-content-5-title{font-family:museo-sans,sans-serif;font-size:14px;color:#8b8b8b;margin-bottom:10px}.compare-container .compare-content-5 .compare-content-5-body{font-family:museo-sans,sans-serif;font-size:32px;color:#5e5bca;margin-bottom:40px;font-weight:700}.compare-container .compare-item-select{display:flex;flex-direction:column;align-items:center}.compare-container .compare-select-btns{margin-top:100px;height:50px;width:50px;border:none;border-radius:10px;background:#5e5bca}.compare-container .compare-select-btns img{width:70%}.compare-container .compare-select-text{color:#5e5bca;font-size:24px;text-align:center;margin-top:40px}.compare-container .compare-close-right{position:absolute;width:20px;transform:translate(-120%,20%);cursor:pointer}@media screen and (max-width: 550px){.compare-container .compare-content-1{height:150px}.compare-container .compare-content-2,.compare-container .compare-content-3,.compare-container .compare-content-4{height:120px}}.widget-bottom-right{-webkit-user-select:none;user-select:none;position:absolute;bottom:40px;right:20px;display:flex;flex-direction:column;gap:20px;z-index:10;align-items:center}#compass-wrapper{width:48px;height:48px;background-color:#fff9;border-radius:50%;display:flex;justify-content:space-around;align-items:center;transition:transform .3s ease;cursor:pointer}#compass-wrapper button{background:transparent;border:none}#compass-wrapper .compass-pointer{width:10px;height:32px}#compass-wrapper .compass-btn-right img{transform:scaleX(-1)}.weather-wrapper{position:relative;width:50px;height:50px;background-color:#fff9;border-radius:50%;display:flex;justify-content:space-around;align-items:center}.weather-image{position:absolute;width:100%;top:calc(0px - 55%)}.weather-text{font-weight:700;font-size:12px}.mapType-wrapper{position:relative;width:50px;height:50px;background-color:#fff9;border-radius:50%;display:flex;justify-content:space-around;align-items:center;transition:transform .3s ease;cursor:pointer}.mapType-wrapper .mapType-text{font-weight:700;font-size:1.3rem;pointer-events:none}@media screen and (max-width: 768px){.widget-bottom-right{bottom:unset;top:65px;right:10px}#compass-wrapper,.weather-wrapper{width:35px;height:35px}.mapType-wrapper{width:35px;height:35px}.mapType-wrapper .mapType-text{font-size:1rem}}@media (hover: hover) and (pointer: fine){#compass-wrapper:hover,#mapType-wrapper:hover{transform:scale(1.1)}}.widget{display:flex;justify-content:center}.bottom-menu{position:absolute;bottom:10px;width:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:11;gap:5px}.widget-bottom-n-btn-container{background-color:#ffffffe6;border-radius:50px;display:flex;flex-direction:row;align-items:center;gap:25px;padding:7px 25px}.widget-bottom-n-btn{width:30px;height:30px}.widget-bottom-n-btn img{width:90%;height:90%}.bottom-menu-links{display:flex;align-items:center;gap:5px}.bottom-menu-links p{margin:0;color:#fff}.bottom-menu-links a{color:#fff}@media (max-width: 480px){.bottom-menu{bottom:2px;z-index:10;gap:0}.bottom-menu-links{font-size:.7rem}}.login-section{display:none;margin:0;padding:0;height:100vh;width:100vw;overflow:hidden;box-sizing:border-box;background-color:#00000080;position:absolute;z-index:20}.login-page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;background:#fff;border-radius:20px;box-shadow:10px 10px 15px #0000000d}.login-page .login-heading{background-color:var(--primary-color);border-radius:20px 20px 0 0;color:#fff;font-weight:700;text-align:center;padding:20px;position:relative}.login-page .login-heading .h2{font-size:2rem}.login-page .login-heading i{font-size:30px;position:absolute;right:20px;top:20px;color:#fff;cursor:pointer;display:flex;height:30px;width:30px;align-items:center;justify-content:center}.login-page form{padding:0 40px;box-sizing:border-box}.login-page form .txt_field{position:relative;border-bottom:2px solid #adadad;margin-block:30px 20px}.login-page .txt_field input{width:100%;padding:0 5px;height:40px;font-size:16px;border:none;background:none;outline:none}.login-page .txt_field label{position:absolute;top:50%;left:5px;color:#adadad;transform:translateY(-50%);font-size:16px;pointer-events:none;transition:.5s}.login-page .txt_field span:before{content:"";position:absolute;top:40px;left:0;width:0%;height:2px;background:#2691d9;transition:.5s}.login-page .txt_field input:focus~label,.login-page .txt_field input:valid~label{top:-5px;color:#2691d9}.login-page .txt_field input:focus~span:before,.login-page .txt_field input:valid~span:before{width:100%}.login-page .pass{margin-bottom:20px;color:#5e5bca;cursor:pointer}.login-page .pass:hover{text-decoration:underline}.login-page button[type=submit]{width:100%;height:50px;border:1px solid;background:var(--primary-color);border-radius:25px;font-size:18px;color:#e9f4fb;font-weight:700;cursor:pointer;outline:none}.login-page button[type=submit]:hover{border-color:var(--primary-color);transition:.5s}.login-page .signup_link{margin:30px 0;text-align:center;font-size:16px;color:#666}.login-page .signup_link button{background-color:transparent;border:none;color:#0d6efd;pointer-events:none}.login-page .signup_link a:hover{text-decoration:underline}@media only screen and (max-width: 768px){.login-page{width:90vw;max-width:400px}}.forgot-password-modal{display:none;margin:0;padding:0;height:100vh;width:100%;overflow:hidden;box-sizing:border-box;background-color:#00000080;position:absolute;z-index:20}.forgot-password-page{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:400px;background:#fff;border-radius:20px;box-shadow:10px 10px 15px #0000000d}.forgot-password-heading{background-color:var(--primary-color);border-radius:20px 20px 0 0;color:#fff;font-weight:700;text-align:center;padding:20px;position:relative}.forgot-password-heading .h2{font-size:2rem}.forgot-password-heading i{font-size:30px;position:absolute;right:20px;top:10px;color:#fff;cursor:pointer}.forgot-password-page form{padding:40px;box-sizing:border-box}.forgot-password-page form .txt_field{position:relative;border-bottom:2px solid #adadad;margin:30px 0}.forgot-password-page .txt_field input{width:100%;padding:0 5px;height:40px;font-size:16px;border:none;background:none;outline:none}.forgot-password-page .txt_field label{position:absolute;top:50%;left:5px;color:#adadad;transform:translateY(-50%);font-size:16px;pointer-events:none;transition:.5s}.forgot-password-page .txt_field span:before{content:"";position:absolute;top:40px;left:0;width:0%;height:2px;background:#2691d9;transition:.5s}.forgot-password-page .txt_field input:focus~label,.forgot-password-page .txt_field input:valid~label{top:-5px;color:#2691d9}.forgot-password-page .txt_field input:focus~span:before,.forgot-password-page .txt_field input:valid~span:before{width:100%}.forgot-password-page button[type=submit]{width:100%;height:50px;border:1px solid;background:var(--primary-color);border-radius:25px;font-size:18px;color:#e9f4fb;font-weight:700;cursor:pointer;outline:none}.forgot-password-page button[type=submit]:hover{border-color:var(--primary-color);transition:.5s}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.user-signup-modal{display:none;position:fixed;z-index:999;margin:0;padding:0;left:0;top:0;width:100%;height:100%;background-color:#00000080}.user-signup-modal .user-signup-modal-content{background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:550px;border-radius:20px;box-shadow:10px 10px 15px #0000000d}.user-signup-modal .user-signup-heading{background-color:var(--primary-color);border-radius:20px 20px 0 0;color:#fff;font-weight:700;text-align:center;padding:20px;position:relative}.user-signup-modal .user-signup-heading .close-btn{font-size:30px;position:absolute;right:20px;top:20px;color:#fff;cursor:pointer;display:flex;height:30px;width:30px;align-items:center;justify-content:center}.user-signup-modal .user-signup-title{padding:0 20px 20px}.user-signup-modal .txt_field{margin:20px 0;display:flex;flex-direction:column}.user-signup-modal .txt_field input{padding:10px 20px;border:none;border-radius:25px;background-color:#e9f2ff;font-size:16px;color:#555;box-shadow:inset 0 0 5px #0000001a}.user-signup-modal .txt_field input::placeholder{color:#888}.user-signup-modal .txt_field input:focus{outline:none;box-shadow:inset 0 0 8px #00000026}.user-signup-modal .txt_field.double-fields{display:flex;gap:10px;flex-direction:row;justify-content:space-between}.user-signup-modal .double-fields .double{width:100%;display:flex;flex-direction:column}.user-signup-modal .txt_field.double-fields input{width:100%}.user-signup-modal .txt_field.double-fields .signup-password,.user-signup-modal .txt_field.double-fields .signup-confirm-password{padding:10px 40px 10px 20px}.user-signup-modal button[type=submit]{width:100%;height:50px;border:1px solid;background:var(--primary-color);border-radius:25px;font-size:18px;color:#e9f4fb;font-weight:700;cursor:pointer;outline:none;margin:20px 0}.user-signup-modal button[type=submit]:hover{border-color:var(--primary-color);transition:.5s}.user-signup-modal .user-login-button{text-align:center}.user-signup-modal .user-login-button button{background-color:transparent;border:none;color:#0d6efd}.user-signup-modal .user-login-button button:hover{text-decoration:underline}.user-signup-modal .privacy-policy{margin:0 20px;display:flex;align-items:center}.user-signup-modal .privacy-policy .privacy-policy-text{font-size:14px;color:#555;margin:0 10px}.user-signup-modal .iti{display:flex!important}.user-signup-modal input[type=tel]{width:100%;padding-left:60px}.user-signup-modal #contact{width:100%}.user-signup-modal label{margin:0 20px}.user-signup-modal .password-container{position:relative;width:100%}.user-signup-modal #reg-password,.user-signup-modal #reg-confirm-password{padding-right:15%}.user-signup-modal .eye-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:20px;color:#555}.user-signup-modal .tab-container{display:flex;justify-content:space-around;width:100%}.user-signup-modal .tab{width:50%;padding:15px 0;font-size:15px;background:#e0e0e0;border:none;font-weight:700;cursor:pointer;transition:.3s}.user-signup-modal .active{background:#fff;color:#5e5bca}.react-tel-input{background:transparent!important}.react-tel-input .flag-dropdown{background:transparent;border:none;margin-left:10px}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:transparent}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{background-color:transparent}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background:transparent}.dashboard-section{display:none;height:100%;width:100%;overflow:hidden;box-sizing:border-box;background-color:#00000080;position:absolute;z-index:20}.dashboard-section .dashboard-container{display:flex;height:100%;width:100%;position:relative;z-index:10;padding:50px}.dashboard-section .dashboard-container .dashboard-close-btn{font-size:30px;position:absolute;right:50px;color:#000;cursor:pointer;padding:20px}.dashboard-section .dashboard-container hr{border:1px solid #e8e8e8}.dashboard-section .sidebar{background-color:#000;color:#fff;width:250px;display:flex;flex-direction:column;align-items:flex-start;border-radius:10px 0 0 10px}.dashboard-section .sidebar-heading{padding:10px 30px;margin-bottom:10px}.dashboard-section .sidebar-heading p{margin:0}.dashboard-section .sidebar h2{margin:0;font-size:24px;padding:5px}.dashboard-section .sidebar-menu{width:100%;height:100%;min-width:200px}.dashboard-section .sidebar-menu ul{display:flex;flex-direction:column;justify-content:space-between;height:100%}.dashboard-section .sidebar ul{list-style:none;padding:0}.dashboard-section .sidebar ul li{margin-bottom:10px}.dashboard-section .sidebar ul li button{color:#fff;text-decoration:none;font-size:18px;display:flex;padding:10px 35px;transition:background-color .3s ease;border:none;background-color:transparent;width:100%;text-align:left;gap:10px}.dashboard-section .sidebar ul li button img{width:28px}.dashboard-section .sidebar ul li a:hover{background-color:var(--primary-color);text-decoration:none}.dashboard-section .sidebar ul li button.active{background-color:var(--primary-color)}.dashboard-section .main-content{flex-grow:1;padding:20px;background-color:#fff;overflow-y:auto;border-radius:0 10px 10px 0;scrollbar-width:none}.dashboard-section .profile-section{display:none}.dashboard-section .profile-section .profile-section-container{padding:0 20px;display:flex;flex-direction:column;gap:30px}.dashboard-section .profile-section .profile-section-container .profile-details-header{padding-top:20px}.dashboard-section .profile-section .profile-section-container .profile-details-header h3{margin:0;font-size:24px;color:#333}.dashboard-section .profile-section .profile-section-container .profile-header{display:flex;flex-direction:row;align-items:center;padding:20px;border:solid 1px #e8e8e8;border-radius:10px}.dashboard-section .profile-section .profile-section-container .profile-name-image{margin:0 5px;border-radius:50%;width:80px;height:80px;border:0;background-color:#9ba2e4;color:#fff;display:flex;align-items:center;justify-content:center}.dashboard-section .profile-section .profile-section-container .user-info{display:flex;flex-direction:row;align-items:center;gap:20px}.dashboard-section .profile-section .profile-section-container .user-info h2{margin:0;font-size:24px}.dashboard-section .profile-section .profile-section-container .user-info p{margin:5px 0;color:#666}.dashboard-section .profile-section .profile-section-container .profile-name-role{display:flex;flex-direction:column;align-items:flex-start}.dashboard-section .profile-section .profile-section-container .profile-name-role h3{font-size:1.2rem;color:#898989;margin-block:5px 0px}.dashboard-section .profile-section .profile-section-container .profile-details{background-color:#fff;display:flex;flex-direction:column;padding:20px;border:solid 1px #e8e8e8;border-radius:10px;gap:10px}.dashboard-section .profile-section .profile-section-container .profile-details .profile-header-wrapper{display:flex;justify-content:space-between}.dashboard-section .profile-section .profile-section-container .profile-details form{display:flex;flex-direction:column;width:100%}.dashboard-section .profile-section .profile-section-container .profile-details form .profile-name-wrapper{display:flex;gap:20px;flex-direction:row}.dashboard-section .profile-section .profile-section-container .profile-details form .profile-contacts-wrapper{display:flex;flex-direction:row;gap:20px}.dashboard-section .profile-section .profile-section-container .profile-details .profile-edit button{background-color:transparent;color:#a8a8a8;border:solid 1px #a8a8a8;padding:2px 10px;border-radius:5px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:5px}.dashboard-section .profile-section .profile-section-container .profile-details .profile-edit button img{width:25px}.dashboard-section .profile-section .profile-section-container .profile-details .profile-save button{background-color:red;color:#fff;border:solid 1px #a8a8a8;padding:2px 10px;border-radius:5px;display:flex;flex-direction:row;justify-content:center;gap:5px}.dashboard-section .profile-section .profile-section-container .profile-details .profile-save button img{width:25px}.dashboard-section .profile-section .profile-section-container .profile-details-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:100%}.dashboard-section .profile-section .profile-section-container .profile-details-wrapper .profile-personal-form{display:flex;flex-direction:row}.dashboard-section .profile-section .profile-section-container .profile-address{background-color:#fff;display:flex;flex-direction:column;padding:20px;border:solid 1px #e8e8e8;border-radius:10px;gap:10px}.dashboard-section .profile-section .profile-section-container .profile-address .profile-header-wrapper{display:flex;justify-content:space-between}.dashboard-section .profile-section .profile-section-container .profile-address form{flex-direction:row;display:flex;gap:20px;width:100%}.dashboard-section .profile-section .profile-section-container .form-group{margin-bottom:20px;display:flex;flex-direction:column;align-items:flex-start;height:50px;min-width:210px;width:100%;position:relative}.dashboard-section .profile-section .profile-section-container .form-group label{display:block;color:#333;font-weight:300}.dashboard-section .profile-section .profile-section-container .form-group input{margin:0;font-weight:400;background-color:transparent;border:none;width:100%}.dashboard-section .profile-section .profile-section-container .fa-circle-check{color:#4fb46f;position:absolute;bottom:6px;right:2px}.dashboard-section .profile-section .profile-section-container .form-group input.active{border:solid 1px #e8e8e8}.dashboard-section .profile-section .profile-section-container #profile-occupation{width:calc(50% - 10px)}.dashboard-section .changepassword-section{padding:0 20px;display:none;height:80%}.dashboard-section .changepassword-section .changepassword-details-header{padding:20px 0}.dashboard-section .changepassword-section .changepassword-details-header h3{margin:0;font-size:24px;color:#333}.dashboard-section .changepassword-section .changepassword-wrapper{height:100%}.dashboard-section .changepassword-section .changepassword-wrapper #changepassword-form{display:flex;flex-direction:column;align-items:flex-start;gap:25px;height:100%}.dashboard-section .changepassword-section .changepassword-wrapper #changepassword-form .form-group-list{display:flex;flex-direction:column;align-items:flex-start;gap:25px;height:100%;width:100%}.dashboard-section .changepassword-section .changepassword-wrapper #changepassword-form .forgot-password-dashboard{color:#5e5bca;cursor:pointer}.dashboard-section .changepassword-section .changepassword-wrapper #changepassword-form .forgot-password-dashboard:hover{text-decoration:underline}.dashboard-section .changepassword-section .changepassword-wrapper .form-group{display:flex;flex-direction:column;align-items:flex-start;min-width:200px;height:50px;position:relative}.dashboard-section .changepassword-section .changepassword-wrapper .form-group input{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;padding:5px 30px 5px 10px;width:350px;border:solid 1px #00000038;border-radius:3px}.dashboard-section .changepassword-section .changepassword-wrapper .changepassword-save-changes-btn{border-radius:10px;border:0;background-color:var(--primary-color);color:#fff;padding:10px 20px}.dashboard-section .changepassword-section .form-group-input{position:relative;width:100%}.dashboard-section .changepassword-section .eye-icon{position:absolute;cursor:pointer;font-size:20px;color:#555;right:0;padding:1px 5px}.dashboard-section .changepassword-section .eye-icon i{font-size:17px;color:#000;cursor:pointer}.dashboard-section .wishlist-section{padding:0 20px;display:none}.dashboard-section .wishlist-section .wishlist-details-header{padding:20px 0}.dashboard-section .wishlist-section .wishlist-details-header h3{margin:0;font-size:24px;color:#333}.dashboard-section .wishlist-section .wishlist-wrapper .wishlist-items{width:100%;height:calc(100% - 60px);overflow-y:auto;display:flex;flex-wrap:wrap;justify-content:flex-start;scrollbar-width:none}.dashboard-section .subscriptionplan-section{padding:0 20px;display:none}.dashboard-section .subscriptionplan-section .subscriptionplan-details-header{padding:20px 0}.dashboard-section .subscriptionplan-section .subscriptionplan-details-header h3{margin:0;font-size:24px;color:#333}.wishlist-project-card{cursor:pointer;opacity:0;width:240px;height:200px;display:flex;flex-direction:column;background-color:#fff;border-radius:10px;margin:10px;animation:cardfadeIn .5s forwards;box-shadow:2px 2px 2px 2px #add8e6}.wishlist-project-card .project-image img{width:100%;height:130px;object-fit:cover;border-radius:10px 10px 0 0}.wishlist-project-card .project-fav{position:absolute;top:10px;right:20px;width:30px;height:30px}.wishlist-project-card .project-fav .heart-icon{width:30px;cursor:pointer}.wishlist-project-card .project-info{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;margin-left:5px}.wishlist-project-card .project-info .project-name{font-size:14px;color:#000;font-weight:700}.wishlist-project-card .project-info .project-description{color:var(--primary-color);font-size:14px;text-wrap:nowrap}.wishlist-project-card .project-info .short-content{list-style:none;width:100%;padding:0;display:flex;margin:0;gap:10px}.wishlist-project-card .project-info .short-content li{display:flex;align-items:center}.wishlist-project-card .project-info .short-content li img{width:10px;height:10px;object-fit:contain}.wishlist-project-card .project-info .short-content li span{font-size:8px}.wishlist-project-card:after{content:url(../assets/dashboard/send.svg);position:absolute;bottom:50px;right:20px;width:30px;height:30px}.wishlist-project-card:hover{background:var(--primary-color)}.wishlist-project-card:hover .project-info .project-description{color:#fff}@media screen and (max-width: 768px){.dashboard-section .changepassword-section .changepassword-wrapper .form-group{width:100%;max-width:400px}.dashboard-section .changepassword-section .changepassword-wrapper .form-group input{min-width:250px;width:100%}.dashboard-section .dashboard-container .dashboard-close-btn{color:#fff;right:0;font-size:20px}.dashboard-section .profile-section .profile-section-container #profile-occupation{width:100%}.dashboard-section .profile-section .profile-section-container .profile-details form .profile-contacts-wrapper{flex-direction:column;flex-wrap:wrap;gap:0}.dashboard-section .sidebar-menu{overflow:scroll;scrollbar-width:none}.dashboard-section .main-content{border-radius:0}.dashboard-section .sidebar-heading{padding:0;width:100%}.dashboard-section .dashboard-container{flex-direction:column;height:90%;bottom:0;position:absolute;top:auto;left:auto;transform:unset;padding:0}.dashboard-section .dashboard-container i{color:#fff}.dashboard-section .sidebar{width:100%;border-radius:20px 20px 0 0;padding:15px}.dashboard-section .sidebar ul{margin:0}.dashboard-section .sidebar ul li{margin:0;width:100%;min-width:150px}.dashboard-section .sidebar ul li a{font-size:15px;text-align:center}.dashboard-section .sidebar ul .sidebar-menu-list{display:flex;flex-direction:row;justify-content:space-between}.dashboard-section .sidebar ul .sidebar-menu-logout{display:none}.dashboard-section .sidebar ul li button{padding:0;justify-content:center}.dashboard-section .sidebar h2{font-size:18px;justify-self:center}}@media screen and (max-width: 480px){.dashboard-section .changepassword-section .changepassword-wrapper .changepassword-save-changes{width:100%}.dashboard-section .changepassword-section .changepassword-wrapper .changepassword-save-changes .changepassword-save-changes-btn{width:100%}.dashboard-section .profile-section .profile-section-container .form-group{min-width:auto}.dashboard-section .wishlist-section .wishlist-wrapper .wishlist-items{justify-content:center}}.interact-dots-container{width:100%;height:100%;position:absolute;top:0;left:0;pointer-events:none}.interact-dots-container .interact-dot-container{position:absolute;display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:#fff;border-radius:50%;cursor:pointer;pointer-events:auto;left:60vw;transition:all .3s ease}.interact-dots-container .interact-dot-container:hover{background-color:var(--primary-color)}.interact-dots-container .interact-dot-container:hover img{filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(115deg) brightness(103%) contrast(101%)}.interact-dots-container .interact-dot-context{position:absolute;display:flex;justify-content:center;background-color:#ffffff7f;border-radius:30px;left:calc(60vw + 50px);padding:2px 10px;font-weight:700;font-size:10px}.interact-dots-container .interact-dot-icon{width:70%;height:auto}.interact-dots-container .interact-dot-container.disabled{pointer-events:none;background-color:#adadad}.interact-dots-container .interact-dot-container.disabled img{filter:grayscale(100%)}.interact-dots-container .interact-dot-context.disabled{color:gray}.map-loader{height:calc(100svh - env(safe-area-inset-top) - env(safe-area-inset-bottom));width:100%}.map-loader iframe{height:100svh;width:100%;border:none}.external-iframe-container{position:fixed;width:100vw;height:100vh;background-color:#0000007a;z-index:100;justify-content:center;align-items:center;padding:50px}.external-iframe-content{width:100%;height:100%;position:relative}.external-iframe-content iframe{position:absolute;border:0;width:100%;height:100%}.close-external-iframe-btn{position:absolute;top:25px;right:25px;width:50px;height:50px;background:#000091;background:radial-gradient(circle,#000091,#0040ce 28%,#0074ff);border-radius:50%;z-index:2;display:flex;align-items:center;justify-content:center}.close-external-iframe-btn i{font-size:40px;color:#fff}.external-iframe-loader{position:absolute;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:#000;z-index:1}.external-iframe-loader .external-iframe-loader-spinner{width:50px;height:50px;border:10px solid rgba(0,0,0,.1);border-top:9px solid #5e5bca;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width: 768px){.external-iframe-container{padding:15px}.close-external-iframe-btn{top:5px;right:5px;width:35px;height:35px}.close-external-iframe-btn i{font-size:25px}}.individual-landmark-menu-section{position:absolute;width:auto;height:calc(100% - 100px);bottom:0;transition:transform .3s ease-in-out;z-index:12}.individual-landmark-menu-section .lhs-menu{position:relative;width:auto;height:100%}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu{width:550px;height:100%;background-color:#fff;display:flex;flex-direction:column;margin:0%;border-radius:0 20px 0 0}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-project-heading{height:60px;width:100%;background-color:var(--primary-color);border-radius:0 20px 0 0;color:#fff;font-weight:700;position:relative;display:flex;align-items:center}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-project-heading .close-individual-landmark-menu{cursor:pointer;font-size:30px;position:absolute;right:20px;top:16px;color:#fff;z-index:10}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu{width:100%;height:calc(100% - 60px)}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details{position:relative;display:flex;flex-direction:column;width:100%;height:100%}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content1{width:100%;height:30%}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content1 .individual-landmark-image{width:100%;height:100%;overflow:hidden}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content1 .individual-landmark-image #carouselExampleIndicatorsLandmark{position:relative;height:100%}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content1 .individual-landmark-image #carouselExampleIndicatorsLandmark img{width:100%;height:100%;object-fit:cover}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2{width:100%;height:70%}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info{overflow-y:auto;width:100%;height:100%;padding:10px 20px 70px;display:flex;flex-direction:column;justify-content:flex-start}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 #landmarks-card-name{font-size:30px;font-weight:700}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 #landmarks-card-time{text-wrap:wrap;position:relative}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p{position:relative;font-weight:700;font-size:14px;padding-left:30px;text-align:justify}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:before{content:"•";position:absolute;left:0;top:0;font-size:18px;color:var(--primary-color);line-height:1;width:20px;height:20px}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:nth-of-type(1):before{content:url(../assets/landmarks/icons/lan1.svg)}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:nth-of-type(2):before{content:url(../assets/landmarks/icons/lan2.svg)}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:nth-of-type(3):before{content:url(../assets/landmarks/icons/lan3.svg)}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:nth-of-type(4):before{content:url(../assets/landmarks/icons/lan4.svg)}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p:nth-of-type(5):before{display:none}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .detail-footer{position:fixed;width:540px;height:fit-content;bottom:0;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 10px #0000001a}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .detail-footer .detail-footer-content{display:flex;align-items:center;justify-content:flex-end;padding:10px}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .detail-footer .project-website{color:var(--primary-color);background-color:#fff;border:1px solid var(--primary-color);border-radius:10px;padding:10px 50px;transition:background-color .5s ease;text-decoration:none;position:relative}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .detail-footer .project-website:hover{background-color:var(--primary-color);color:#fff}@media only screen and (max-width: 768px){.individual-landmark-menu-section{width:100vw;height:calc(100% - 100px);transition:transform .3s ease-in-out}.individual-landmark-menu-section .lhs-menu{width:100vw}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu{width:100vw}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-project-heading{border-radius:unset}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-project-heading .close-individual-landmark-menu{font-size:20px;top:15px}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .detail-footer{width:100vw}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 #landmarks-card-name{font-size:20px;margin-bottom:10px}.individual-landmark-menu-section .lhs-menu .individual-landmark-project-menu .individual-landmark-menu .individual-landmark-menu-details .individual-landmark-menu-content2 .individual-landmark-project-info .individual-landmark-project-info2 p{font-size:12px;text-align:justify}}.rain-video{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1;opacity:.1;display:none;object-fit:cover;pointer-events:none}@media only screen and (max-width: 768px){.rain-video{object-position:10% 50%}}.register-modal{font-family:museo-sans,sans-serif;display:none;justify-content:center;align-items:center;position:fixed;z-index:999;left:0;top:0;width:100%;height:100%;background-color:#00000080}.register-modal .register-modal-content{position:absolute;width:550px;height:auto;background:#fff;border-radius:20px;box-shadow:10px 10px 15px #0000000d}.register-modal .register-heading{background-color:var(--primary-color);border-radius:20px 20px 0 0;color:#fff;display:flex;flex-direction:column;align-items:center}.register-modal .register-heading .title-text{margin-top:1.5vh;font-size:24px;font-weight:700}.register-modal .register-heading p{width:70%;text-align:center}.register-modal .register-title{display:flex;flex-direction:column;align-items:center;padding:10px 0}.register-modal .register-heading i{font-size:30px;position:absolute;right:20px;top:15px;color:#fff;cursor:pointer}.register-modal .tab-container{display:flex;justify-content:space-around;margin-top:10px;width:100%}.register-modal .tab{width:50%;padding:15px 0;font-size:15px;background:#e0e0e0;border:none;font-weight:700;cursor:pointer;transition:.3s}.register-modal .tab.active{background:#fff;color:#5e5bca}.register-modal .purple-line{position:relative;width:105%;left:-2.5%;height:2.5px;background-color:#e7e6f7;margin-top:30px}.register-modal .form{display:flex;flex-direction:column;padding:20px 40px}.register-modal .form input,.register-modal .form select,.register-modal .form textarea{padding:10px;margin-top:.5vh;border-radius:5px;border:none;background-color:#e9f2ff;font-size:14px}.register-modal .form textarea{resize:none;margin-top:1vh;min-height:9vh}.register-modal .form label{margin-top:1vh}.register-modal .room-options{display:flex;gap:15px;margin-top:10px}.register-modal .room-options input[type=radio]{display:none}.register-modal .room-options .active{background-color:var(--primary-color);color:#fff}.register-modal .room-options button{width:2vw;height:4vh;border:none;border-radius:4px;cursor:pointer;background-color:#e9f2ff;transition:.3s;color:#000}.register-modal .room-options button:hover{background-color:var(--primary-color);color:#fff}.register-modal .checkbox-group{display:flex;flex-direction:column;gap:10px;margin-top:8px}.register-modal .checkbox-group label{margin-top:unset;cursor:pointer;display:flex;align-items:center;gap:5px}.register-modal .checkbox-group input[type=checkbox]{display:none}.register-modal .checkbox-group .checkmark{display:inline-block;width:16px;height:16px;background-color:#e7f1fe;border-radius:4px;position:relative}.register-modal .checkbox-group .checkmark img{width:100%;height:auto;display:none}.register-modal .checkbox-group input[type=checkbox]:checked+.checkmark img{display:flex}.register-modal .register-submit-btn{margin-top:30px;padding:10px;color:#fff;cursor:pointer;border:1px solid;background:var(--primary-color);border-radius:15px;font-size:18px;font-weight:700}.register-modal .register-submit-btn:hover{border-color:var(--primary-color);transition:.5s}.register-modal .explore-more-login-button{background-color:transparent;border:none;padding:10px;width:100%;cursor:unset!important;font-size:16px;margin-bottom:20px}.register-modal .explore-more-login-text{cursor:pointer}.register-modal .register-agent-links{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:5px;font-size:12px}.register-modal .register-agent-links p{margin:0;color:#000}.register-modal .register-agent-links a{color:--primary-color}@media only screen and (max-width: 768px){.register-modal .register-modal-content{width:90vw}.register-modal .form{padding:10px 20px}}.chatbot-global{position:absolute;max-width:400px;width:100%;right:0;display:flex;flex-direction:column;align-items:flex-end;gap:10px;height:calc(100% - 60px);bottom:0;transition:transform .3s ease-in-out;z-index:11}.chatbot-global .chatbot-container{position:relative;display:flex;flex-direction:column;align-items:center;font-size:30px;height:100%;width:100%;background-color:#fff;border-radius:20px 0 0}.chatbot-global .chatbot-container .chat-header{display:flex;padding:15px 22px;align-items:center;justify-content:space-between;background:#6d4fc2;width:100%;border-radius:20px 0 0}.chatbot-global .chatbot-container .chat-header .header-info{display:flex;gap:10px;align-items:center;height:24px}.chatbot-global .chatbot-container .chat-header .header-info svg{fill:#fff;height:30px}.chatbot-global .chatbot-container .chat-header .header-info h2{color:#fff;margin:0;font-size:1.3rem}.chatbot-global .chatbot-container .header-btns{display:flex;gap:10px;align-items:center}.chatbot-global .chatbot-container .chatbot-btn{display:flex;color:#fff;font-size:1.9rem}.chatbot-global .chatbot-container .chatbot-btn.reset{font-size:1.5rem}.chatbot-global .chatbot-container .chat-body{display:flex;flex-direction:column;gap:20px;width:100%;margin-bottom:82px;overflow-y:auto;padding:25px 22px;scrollbar-width:thin;scrollbar-color:#ddd3f9 transparent}.chatbot-global .chatbot-container .chat-body .message{display:flex;gap:11px;align-items:center}.chatbot-global .chatbot-container .chat-body .message.error .message-text{color:red}.chatbot-global .chatbot-container .chat-body .bot-message svg{height:35px;width:35px;padding:6px;flex-shrink:0;fill:#fff;align-self:flex-end;margin-bottom:2px;background:#6d4fc2;border-radius:50%}.chatbot-global .chatbot-container .chat-body .message .message-text{padding:12px 16px;max-width:75%;word-wrap:break-word;white-space:pre-line;font-size:.95rem}.chatbot-global .chatbot-container .chat-body .bot-message .message-text{background:#f6f2ff;border-radius:13px 13px 13px 3px}.chatbot-global .chatbot-container .chat-body .user-message{flex-direction:column;align-items:flex-end}.chatbot-global .chatbot-container .chat-body .user-message .message-text{color:#fff;background:#6d4fc2;border-radius:13px 13px 3px}.chatbot-global .chatbot-container .chat-footer{position:absolute;bottom:0;width:100%;background:#fff;padding:15px 22px 25px;overflow:hidden;max-height:30%;display:flex;flex-direction:column}.chatbot-global .chatbot-container .chat-footer .chat-form{display:flex;align-items:center;flex-grow:1;background:#fff;border-radius:32px;outline:1px solid #cccce5;box-shadow:0 0 8px #0000000f;max-height:100%;overflow:auto}.chatbot-global .chatbot-container .chat-footer .chat-form:focus-within{outline:2px solid #6d4fc2}.chatbot-global .chatbot-container .chat-form .message-input{border:none;outline:none;width:100%;min-height:46px;max-height:150px;padding:8px 17px;font-size:.95rem;line-height:1.2;box-sizing:border-box;resize:none;overflow-y:auto}.chatbot-global .chatbot-container .chat-form button{position:absolute;right:30px;height:35px;width:35px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.15rem;color:#fff;border-radius:50%;background:#6d4fc2;transition:.2s ease}.chatbot-global .chatbot-container .credit-text{padding-left:20px;font-size:.9rem;position:absolute;color:#888;bottom:2px}.chatbot-global .chatbot-container .chat-collect-lead-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.chatbot-global .chatbot-container .chat-collect-lead-container{background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;width:90%;max-width:500px}.chatbot-global .chatbot-container .chat-collect-lead-header{border-radius:10px 10px 0 0;background-color:var(--primary-color);padding:20px}.chatbot-global .chatbot-container .chat-collect-lead-header h2{margin:0;font-size:1.5rem;color:#fff}.chatbot-global .chatbot-container .chat-collect-lead-form form{padding:20px;display:flex;flex-direction:column;gap:15px}.chatbot-global .chatbot-container .chat-collect-lead-form label{font-size:1rem;color:#333}.chatbot-global .chatbot-container .chat-collect-lead-form input{border:1px solid #ccc;border-radius:5px;font-size:1rem;width:100%;box-sizing:border-box}.chatbot-global .chatbot-container .chat-collect-lead-form input[name=name]{padding-block:6px;padding-inline:12px}.chatbot-global .chatbot-container .chat-collect-lead-form button{font-size:1rem;color:#fff;background-color:var(--primary-color);align-self:center;width:50%;border:none;border-radius:50px;padding:10px 20px;cursor:pointer}@media screen and (max-width: 768px){.chatbot-global{padding:20px;height:500px;bottom:75px}.chatbot-global .chatbot-iframe{border-radius:0}.chatbot-global .chatbot-container{border-radius:0}.chatbot-global .chatbot-container .chat-header{border-radius:0}}.external-selection-overlay{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:20}.external-selection-container{position:absolute;width:550px;background-color:#fff;border-radius:20px;padding:10px 20px 20px;display:flex;flex-direction:column;gap:10px;z-index:1}.external-selection-header{width:100%;display:flex;justify-content:flex-end;align-items:center}.external-selection-header button{border:none;background:none;font-size:30px}.external-selection-content{display:grid;gap:7px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.external-selection-content button{display:flex;border-radius:10px;background:none;box-shadow:3px 2px 3px #888;border:1px solid grey;padding:5px;align-items:center}.external-selection-btn{width:100%}.external-selection-btn img{width:35px;height:35px}.external-selection-btn p{margin-bottom:0;font-family:museo-sans,sans-serif;font-size:1rem;margin-left:1rem}.external-selection-btn:hover{background-color:var(--primary-color);color:#fff}@media (max-width: 550px){.external-selection-container{width:max-content;z-index:102}}.amenities-menu{position:absolute;top:50%;right:10px;transform:translateY(-50%);display:flex;flex-direction:row;gap:10px}.amenities-menu .amenities-btns{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#f8f8f8;border-radius:10px;padding:15px 0;gap:10px;width:50px;transition:transform .3s ease-in-out}.amenities-menu .amenities-btn{position:relative;width:40px;padding:5px;display:flex;flex-direction:column;align-items:center;transition:background-color .3s ease-in-out}.amenities-menu .amenities-btn img{height:25px}.amenities-menu .amenities-btn span{font-size:50%}.amenities-menu .indicator{position:absolute;bottom:1px;border-top:2px solid black;height:0;width:30px;transform:scale(0);transition:transform .3s ease-in-out}.amenities-menu .indicator.active{transform:scale(1)}@media screen and (max-width: 768px){.amenities-menu{top:unset;bottom:90px;flex-direction:column;transform:unset;width:100svw;right:unset}.amenities-menu .amenities-btns{border-radius:0;flex-direction:row;padding:0 25px;gap:20px;width:100%;overflow-x:auto;background-color:unset;scrollbar-width:none}.amenities-menu .amenities-btn{width:auto;min-width:100px;padding:5px 18px;flex-direction:row;justify-content:center;background-color:#fffc;border-radius:50px;gap:7px}.amenities-menu .amenities-btn img{height:17px;margin-bottom:2px}.amenities-menu .amenities-btn span{font-size:75%;font-weight:700}.amenities-menu .amenities-btn.active{background-color:var(--primary-color)!important}.amenities-menu .amenities-btn.active img{filter:brightness(0) invert(1)}.amenities-menu .amenities-btn.active span{color:#fff!important}.amenities-menu .indicator{display:none}}@media (hover: hover) and (pointer: fine){.amenities-menu .amenities-btn:hover{background-color:#cecece}}.map-container{display:flex;position:absolute;width:100%;height:100%;top:0;left:0;align-items:center;justify-content:center}.map-container .map{width:100%;height:100%;position:relative}.custom-marker{background-color:#253fad;padding:4px 8px;border-radius:4px;color:#fff;font-size:14px;white-space:nowrap;box-shadow:0 2px 6px #0000004d;cursor:pointer;transition:transform .2s ease;display:flex;flex-direction:column;align-items:center}.custom-marker img{width:7rem}.custom-marker:hover{transform:scale(1.1);background-color:#4fb8e6}
