@import url(https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.not-found-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;min-height:100vh;padding:20px}.not-found-content{animation:fadeInUp .8s ease-out;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:600px;padding:60px 40px;text-align:center;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.error-icon{animation:pulse 2s infinite;color:#ff6b6b;font-size:5rem;margin-bottom:20px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.error-code{color:#2d3748;font-size:8rem;font-weight:900;line-height:1;margin:0;text-shadow:2px 2px 4px #0000001a}.error-title{color:#2d3748;font-size:2.5rem;font-weight:700;margin:20px 0}.error-message{color:#4a5568;font-size:1.2rem;line-height:1.6;margin-bottom:30px}.error-details{background:#f7fafc;border-radius:10px;margin:30px 0;padding:25px;text-align:left}.error-details p{color:#2d3748;font-weight:600;margin-bottom:15px}.error-details ul{list-style:none;margin:0;padding:0}.error-details li{color:#4a5568;margin-bottom:8px;padding-left:20px;position:relative}.error-details li:before{color:#667eea;content:"•";font-weight:700;left:0;position:absolute}.action-buttons{margin:40px 0 30px}.btn-home{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;box-shadow:0 4px 15px #667eea66;color:#fff;cursor:pointer;display:inline-flex;font-size:1.1rem;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn-home:hover{box-shadow:0 6px 20px #667eea99;transform:translateY(-2px)}.btn-home:active{transform:translateY(0)}.me-2{margin-right:8px}.auto-redirect{margin-top:30px}.auto-redirect p{margin:0}.auto-redirect small{color:#718096;font-style:italic}@media (max-width:768px){.not-found-content{margin:20px;padding:40px 20px}.error-code{font-size:6rem}.error-title{font-size:2rem}.error-icon{font-size:4rem}.error-details{padding:20px;text-align:center}.error-details ul{display:inline-block;text-align:left}}@media (max-width:480px){.error-code{font-size:4rem}.error-title{font-size:1.5rem}.btn-home,.error-message{font-size:1rem}.btn-home{padding:12px 24px}}.App{text-align:center}body{background-color:#000!important}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.errorcss{color:red!important}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.logo-img{height:50px;width:150px}.landing-header1{gap:8px;justify-content:flex-start}.drawer-head,.landing-header1{align-items:center;display:flex;flex-direction:row}.drawer-head{background-color:#000;justify-content:space-between;padding:16px 80px;width:100%!important}.header_new_main{gap:40px;justify-content:flex-end}.header-right-menu,.header_new_main{align-items:center;display:flex;flex-direction:row;padding:0}.header-right-menu{gap:24px;justify-content:center}.header-right-menu a{text-decoration:none}.land_header_leftmenus{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:15px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.land_header_signup{align-items:center;background-color:#000;border:1px solid #000;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:8px 12px}.land_header_signup:hover{background-color:#0003;border:1px solid #fff;border-radius:27px}.lan_had_con,.lan_had_con1{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:center}.lan_had_con{background-color:#761fe3;border:1.5px solid #761fe3;border-radius:8px;padding:15px 20px}.img-con{height:20px;width:20px}.con_lan_con{color:#000;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.gap10{gap:10px!important}.dropdown-content{align-items:center;background-color:#000;border:1px solid #761fe3;border-radius:10px;display:flex;flex-direction:row;gap:8px;min-width:100px;padding:15px;position:absolute;top:65px;width:130px;z-index:1}.css-19kzrtu{padding:0!important}.dropdown-content span{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-weight:400}.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.css-hyum1k-MuiToolbar-root{align-items:center;background-color:#000;display:flex;flex-direction:row;height:80px;justify-content:space-between;width:100%!important}.MuiBox-root.css-k008qs{height:0}.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-colorInherit.MuiIconButton-edgeStart.MuiIconButton-sizeMedium.css-1nqqqbg-MuiButtonBase-root-MuiIconButton-root{width:100%}.css-1a6wk1{background-color:#000!important;height:100%!important}.MuiButtonBase-root.MuiListItemButton-root.MuiListItemButton-gutters.MuiListItemButton-root.MuiListItemButton-gutters.css-1e3yyp2-MuiButtonBase-root-MuiListItemButton-root{padding:18px 32px}.hero_section{background:#000;background:linear-gradient(180deg,#000,#0e0600);height:auto;padding:140px 0;width:100%!important}.hero_main{align-items:center;display:flex}.hero_left{gap:50px}.hero_left,.hero_lft_top{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:0}.hero_lft_top{flex-grow:0;gap:32px}.hero_head{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.46px;line-height:1.43;text-align:left}.hero_subhead{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:0}.hero_sub_inner{text-align:left}.hero_sub_inner,.prop_sub_inner{color:#ddd;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.18px;line-height:1.33}.prop_sub_inner{text-align:center}.hero_lft_bot{align-items:center;background-color:#761fe3;border:1.5px solid #761fe3;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:12px 24px}.hero_start{color:#000;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.hero_right{height:auto;text-align:center;width:100%}.hero_right_img{height:100%;width:100%}.ychoose_section{height:auto;padding:120px 0 0;width:100%}.ychoose_top{text-align:center;width:100%}.ychoose_head{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:40px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.8px;line-height:1.35;text-align:center}.ycho_lft_frst{margin-top:16px}.ycho_lft_frst,.ycho_lft_scnd{align-items:end;background-color:#121212;border:.5px solid #5f5f5f;border-radius:12px;display:flex;height:400px;padding:20px}.ycho_lft_scnd{margin-top:96px}.ycho_inner{justify-content:flex-start}.mar_top_inner,.ycho_inner{align-items:flex-start;display:flex;flex-direction:column;gap:12px;padding:0;width:100%}.mar_top_inner{height:100%;justify-content:end}.ychoose_img{height:60px;width:60px}.ychose_in_hed{color:#fff;font-size:24px;font-weight:700;letter-spacing:.48px;line-height:1.25}.ychose_in_hed,.ychose_in_sbhed{font-family:Plus Jakarta Sans,sans-serif;font-stretch:normal;font-style:normal;text-align:left}.ychose_in_sbhed{color:#ddd;font-size:16px;font-weight:500;letter-spacing:.32px;line-height:1.38}.hotpics_section{height:auto;padding:120px 0 0;width:100%}.hotpic_main{background-color:#000;border:1px solid #761fe3;border-radius:20px;padding:20px 60px}.hotpic_main,.hotpic_top{align-items:center;display:flex;flex-direction:column;justify-content:center}.hotpic_top{gap:12px;padding:0;width:100%}.hot_row{display:flex;height:auto;justify-content:space-evenly;width:100%}.hot_card{min-height:400px;padding:0 0 18px}.dash_card,.hot_card{background-color:#000;border:.5px solid #5f5f5f;border-radius:8px;width:100%}.dash_card,.port_card{min-height:310px;padding:0 0 12px}.port_card{background-color:#000;border:.5px solid #5f5f5f;border-radius:12px;width:100%}.Hot_pics_img{height:230px}.Hot_pics_img,.dash_pics_img{border-radius:8px 8px 0 0;width:100%}.dash_pics_img{height:170px}.market_pics_img{border-radius:8px 8px 0 0;height:190px;width:100%}.portfolio_pics_img{border-radius:12px 12px 0 0;height:170px;width:100%}.hotpic_bot{margin:32px 18px 0}.dashpic_bot,.hotpic_bot{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;padding:0}.dashpic_bot{margin:28px 8px 0}.hotpic_bot_hd{align-items:flex-start;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;margin-bottom:20px;padding:0;width:100%}.pls_16_dd{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:16px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.16px;line-height:1.5;text-align:left}.hot_loc{align-items:center;display:flex;flex-direction:row;gap:5px;justify-content:center;padding:0}.hot_lc_img{color:#ddd;height:16px;width:16px}.pls_14_dd{color:#b5b5b5;font-weight:400;letter-spacing:.14px;line-height:1.43}.pls_14_dd,.pls_14_ff{font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;text-align:center}.pls_14_ff{color:#fff;font-weight:700;letter-spacing:.2px;line-height:1.6}.hotpic_bot_sbhd{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0;width:100%}.pls_20_ff{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:.2px;line-height:1.6;text-align:center}.hot_view_mn{align-items:center;background-color:#0003;border:1px solid #761fe3;border-radius:27px;cursor:pointer;display:flex;flex-direction:row;gap:10px;justify-content:center;padding:6px 12px}.hot_view{color:#761fe3;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.hot_mn_viw{align-items:center;background-color:#761fe3;border:1.5px solid #761fe3;border-radius:32px;cursor:pointer;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:10px 20px}.Prop_section{height:auto;padding:100px 0;width:100%!important}.prop_top{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:0}.pls_20_dd{color:#ddd;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.4px;line-height:1.6;text-align:center}.prop_card_frst{margin-top:96px}.prop_card_frst,.prop_card_scnd{align-items:center;display:flex;flex-direction:column;gap:32px;justify-content:center;padding:0}.prop_card_scnd{margin-top:16px}.prop_img{height:530px;width:100%}.prop_bot{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;padding:0 12px}.footer_main{background-color:#0e0500;padding:20px 80px}.foot_logo_img{height:40px;width:190px}.plus_18_ff{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:18px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:.36px;line-height:1.33;text-align:center}.foot_row{display:flex;flex-direction:row;justify-content:space-between}.Foot_ass_img{height:185px;width:100%}hr{background-color:#5f5f5f;height:1px;margin:0!important}.hero_left a{text-decoration:none}.asidemeni{background:#000;border-right:1px solid #5f5f5f;min-height:100vh;padding:14px;position:-webkit-sticky;position:sticky;top:0;width:225px;z-index:30}.mennu_side{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:0}.mennu_side a{text-decoration:none;width:100%}.mennu_side a.active{align-items:flex-start;background-repeat:no-repeat;border:1px solid #761fe3;border-radius:10px;flex-direction:column;gap:20px;padding:0;width:100%!important}.chat-optionside,.mennu_side a.active{display:flex;justify-content:flex-start}.chat-optionside{align-items:center;border-radius:32px;flex-direction:row;gap:16px;padding:8px 12px}.menu_items_fex{align-items:center;border-radius:50%;display:flex;justify-content:center}.svg-side{width:20px}.mennu_sidemain a{text-decoration:none;width:100%!important}.svg-side{color:#fff!important}.mennu_sidemain{display:flex;flex-direction:column;justify-content:space-between;padding:24px 0;position:relative}.pos-abs{bottom:-25px;position:absolute;width:100%}.side-lo-div{cursor:pointer;width:100%}.side-name{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.inhead_main{border-bottom:1px solid #5f5f5f;padding:20px 28px;text-align:end;width:100%}.pos_sticky{background-color:#000;position:-webkit-sticky;position:sticky;top:0;z-index:20}.inhead_icon{align-items:center;background-color:#0e0e0e;border-radius:50%;display:flex;height:32px;justify-content:center;width:32px}.inhead_user_icon{height:18px;width:18px}.inheader-right-menu{align-items:center;display:flex;flex-direction:row;gap:24px;justify-content:end;padding:0}.dash-head{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:20px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.dash_frst{display:flex;justify-content:center}.dash_scnd_part{align-items:center;background-color:#000;border:1px solid #5f5f5f;border-radius:12px;display:flex;flex-direction:column;padding:32px 24px;width:100%}.dash_align_left{align-items:start!important;display:flex;justify-content:start;width:100%}.dash_frst_inmain{height:auto;width:100%}.five_luxe_banner img{width:100%}.dash_frst_frst,.dash_frst_frth,.dash_frst_scnd,.dash_frst_thrd{border:1px solid #761fe3;border-radius:8px;height:125px;padding:28px}.plus_12_ff{font-weight:600;line-height:2.67}.dash_zero{color:#00e13f;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.12px;line-height:2.17;text-align:center}.mark_top_img{height:100%;width:100%}.mark_tab_scnd{align-items:center;display:flex;flex-direction:row;gap:8px;justify-content:center;padding:0}.market_in_main{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;margin:12px 12px 0;padding:0}.market_in_fstln{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0;width:100%}.plus_14_ff{font-size:14px;letter-spacing:.14px;line-height:1.43}.plus_12_ff,.plus_14_ff{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-stretch:normal;font-style:normal;font-weight:500;text-align:center}.plus_12_ff{font-size:12px;letter-spacing:.12px;line-height:1.67}.custom-slider{-webkit-appearance:none;appearance:none;background:linear-gradient(90deg,#761fe3 60%,#ddd 0);border-radius:5px;height:8px;margin:0;outline:none;overflow:hidden;position:relative;width:70%}.custom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#0000;cursor:pointer;height:0;width:0}.custom-slider::-moz-range-thumb{background:#0000;cursor:pointer;height:0;width:0}.custom-slider-container{position:relative;width:70%}.custom-slider-container:before{background:#761fe3;border-radius:5px;content:"";height:8px;left:0;position:absolute;top:0;width:0;width:var(--value,0);z-index:1}.plus_12_b5{color:#b5b5b5;font-family:Plus Jakarta Sans,sans-serif;font-size:12px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.12px;line-height:1.33;text-align:center}.market_percen{color:#761fe3}.nav-tabs{border-bottom:none!important}.nav-tabs,.tab-content,.tab-pane{width:100%!important}.mark_tab_btn{border:none!important}.mark_tab_btn,.nav-tabs li{background-color:initial!important}.nav-tabs li{padding:0 24px;position:relative}.nav-tabs li:after{background-color:#5f5f5f;content:"";height:18px;position:absolute;right:0;top:5px;width:2px;z-index:0}.nav-tabs li a.active .mark_tab_btn{border-bottom:3px solid #761fe3!important;padding-bottom:8px}.nav-tabs li a.active.active .plus_14_ff{color:#761fe3;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.14px;line-height:1.43;text-align:center}.nav-tabs .mar_cls_none{background-color:initial!important;border:none!important}.mar_tab_img{height:12px;width:12px}.mark_pagi{align-items:center;display:flex;justify-content:center;width:100%}.paginationcss{margin:0}.paginationcss .pagination{list-style:none;margin:0!important}.paginationcss .pagination a:focus{outline:none}.pagination a{text-decoration:none}.page-link{background-color:initial!important;border:none!important;color:#b5b5b5!important}.page-item.active .page-link{border:none!important;color:#fff!important}.page-item.active:focus{outline:none!important}.page-item.active .page-link:focus{border:none!important;outline:none!important}.trans-table{background-color:initial;border:1px solid #761fe3;border-radius:12px;padding:0!important}.trans-table,.w_100{width:100%!important}.trans-table .trans-head th{background-color:#111;color:#fff;font-family:PlusJakartaSans;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:.26px;line-height:normal;padding:20px 10px;text-align:center}.trans-table tbody tr{border-bottom:1px solid #5f5f5f}.trans-table tbody td{padding:22px 20px;text-align:center}.profile_row{align-items:center}.prof_main,.profile_row{display:flex;justify-content:center}.prof_main{width:100%}.prof_prof_main{align-items:center;background-color:#0e0e0e;border:5px solid #1a1a1b;border-radius:50%;display:flex;height:70px;justify-content:center;position:relative;width:70px}.prof_prof_img{height:35px;width:35px}.prof_abs{align-items:center;background-color:#1a1a1b;border-radius:50%;bottom:-5px;display:flex;height:26px;justify-content:center;position:absolute;right:-5px;width:26px}.prof_cam{height:14px;width:14px}.prof_top_main{gap:20px}.prof_in_top,.prof_top_main{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;padding:0}.prof_in_top{gap:12px}.prof_sbhead{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:0}.prof_hed{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:normal;text-align:left}.prof_hd_input,.prof_sbhed{color:#fffc;font-family:Plus Jakarta Sans,sans-serif;font-size:13px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.prof_hd_input{background-color:#111;border:none;border-radius:31px;min-width:450px;padding:12px 20px}.prof_hd_input:focus-visible{outline:none}.flex_input_posion{position:relative;text-align:center;width:100%!important}.flex_input_posion .prof_inp_img{color:#fff;cursor:pointer;height:20px;position:absolute;right:15px;top:10px}.prof_scnd_part{align-items:flex-start;display:flex;flex-direction:column;gap:16px;justify-content:flex-start;padding:0;width:100%}.prof_scprt_frst{align-items:center;background-color:#111;border:.5px solid #5f5f5f;border-radius:8px;display:flex;flex-direction:row;justify-content:space-between;padding:16px 20px;width:100%}.prof_scprt_scnd{background-color:#000;border:.5px solid #5f5f5f;border-radius:12px;width:100%}.prof_cont{align-items:center;background-color:#111;border-radius:12px 12px 0 0;flex-direction:row;justify-content:flex-start;padding:12px}.lf14_nrml_ff{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:14px;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:normal;text-align:left}.prof_cont_det{padding:24px 20px}.prof_con_name{align-items:center;display:flex;flex-direction:row;gap:12px;justify-content:center;padding:0}.prfcon_user_icon{height:16px;width:16px}.custom-switch .react-switch-handle{background-color:#000!important}.custom-switch .react-switch-bg{padding:2px}.prof_initial{flex-direction:column;gap:32px;justify-content:flex-start;padding:0}.prof_initial,.view_btn{align-items:center;display:flex}.view_btn{border:1px solid #761fe3;border-radius:27px;color:#761fe3;cursor:pointer;flex-direction:row;gap:10px;justify-content:center;margin:0 auto;padding:4px 12px}.css-1dmh62e-JoySheet-root,.css-lcfsdz-JoySheet-root{background:#000!important}.connect_a_connect_text{color:#fff;font-size:20px;font-weight:700;text-align:center}.connect_a_connect_text2{color:#fff;font-size:14px;font-weight:600;text-align:center}.meta_mask_btn{align-items:center;border:1px solid #5f5f5f;border-radius:8px;color:#fff;display:flex;font-size:14px;gap:10px;justify-content:center;margin:20px 70px;padding:16px}svg.MuiSvgIcon-root.MuiSvgIcon-sizeMd.css-1r2bn3-JoySvgIcon-root{border:1px solid #fff;border-radius:50%;color:#fff;font-size:26px;padding:4px}.css-1q7cahy-JoyModalClose-root:hover{background:#0000!important}.five_luxe_content h3{color:#fff;font-size:20px;font-weight:600}.five_luxe_content p{background-color:#f6fa3b4d;border-radius:25px;color:#f6fa3b;font-size:12px;padding:4px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.five_luxe_content{display:flex;gap:10px}.five_luxe{display:flex;justify-content:space-between;padding:12px 40px}.starts_in{color:#00e13f;font-size:16px}.starts_timer{color:#fff;font-size:20px;font-weight:600}.sqft_content_text{display:flex;gap:25px}.sqft_content_text p{border-right:2px solid #5f5f5f;color:#fff;font-size:14px;padding-right:10px}.border_none{border:none!important}.sqft_content{align-items:baseline;border-bottom:1px solid #5f5f5f;display:flex;justify-content:space-between;padding:0 40px}.five_luxe_banner{margin-top:40px}.listed_content p{color:#fff;font-size:14px}.listed_content p span{color:#ccc;font-size:12px;margin-left:5px}.listed_content i{color:#761fe3}.listed_content_item{display:flex;gap:8px;margin-top:15px}.listed_content{display:flex;gap:40px}.funding_statistics_box{background-color:#000;border:1px solid #5f5f5f;border-radius:16px;margin-top:40px;padding:0 0 46px}.funding_statistics_box.investment{padding:0 0 20px}.funding_statistics_box h3{background-color:#111;border-radius:16px 16px 0 0;color:#fff;font-size:18px;font-weight:600;margin:0 0 32px;padding:20px}.total_raise{align-items:center;display:flex;justify-content:space-between;padding:0 20px}.total_raise p{color:#761fe3;font-size:14px}.total_raise{color:#fff;font-size:16px}.border_funding{border:3px solid #5f5f5f;border-radius:8px;display:flex;margin:0 auto;width:90%}.investors_content{align-items:center;display:flex;justify-content:space-between;padding:20px;text-align:center}.investors_content div{border-right:1px solid #5f5f5f;padding-right:40px}.investors_content p{color:#fff;font-size:14px}.investors_content h4{color:#ccc;font-size:14px}.annual_return_content h4{color:#fff;font-size:18px}.annual_return_content div{display:flex;justify-content:space-between;padding:0 20px}.annual_return_content{border:1px solid #5f5f5f;border-radius:8px;margin:20px 20px 0;padding:12px}.hot_view_mn a{border:none;text-decoration:none}.annual_return_content p{color:#fff;font-size:14px}.padding_inner{padding:0 26px}.this_listing_content p{color:#761fe3;font-size:16px;text-align:center}.this_listing_content h4{color:#fff;font-size:22px;font-weight:600;text-align:center}.wallet_deposit_btn{background-color:#761fe3;border:none;border-radius:4px;color:#000;font-weight:600;gap:8px;padding:6px 12px}.wallet_balance_input h4{color:#fff;font-size:16px;font-weight:400}.wallet_balance_input{padding:0 20px}.wallet_balance_input_content i{color:#fff;font-size:22px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.wallet_balance_input_content input{background:#0000;border:none;color:#fff;font-size:16px;width:50px}.wallet_balance_input_content input:focus{outline:none}.wallet_balance_input_content{border:1px solid #5f5f5f;border-radius:8px;display:flex;justify-content:space-between;padding:4px 4px 4px 12px}.estimated_earnings_title{color:#fff;padding:20px}.projected_return{display:flex;justify-content:space-between}.projected_return p{color:#fff;font-size:15px}.estimated_earnings_content{background-color:#111;border-radius:8px;margin:0 20px 30px;padding:12px}.wallet_invest_button{background-color:#761fe3;border:none;border-radius:8px;margin:20px;padding:8px 12px;width:92%}.timeline_outline_content{display:flex;gap:10px;margin:0 25px}.start_listing h4{color:#fff;font-size:18px}.start_listing p{color:#ccc;font-size:14px}.timeline_outline_content img{height:100%}.start_listing{margin-bottom:36px}.dubai_market_content h4{color:#fff;font-size:18px}.dubai_market_content p{color:#ccc;font-size:15px}.dubai_market_content{display:flex;gap:15px;padding-right:40px}.dubai_market_content img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#Detail1{display:flex;margin:20px}.full_ounter_border{background-color:#000;border:1px solid #5f5f5f;border-radius:16px;height:auto!important;padding:24px 5px 80px 14px}.details_border{border:1px solid #5f5f5f;display:flex;margin:0 auto;width:94%}.dubai_market_content.Ultra{margin-top:25px}.details_description{margin:20px 40px}.details_description h3{color:#fff;font-size:20px;font-weight:400}.details_description p{color:#ccc;font-size:16px;margin:25px 0}.invest_map_location{margin-top:20px;padding:0 25px}.invest_map_location h4{color:#fff;font-size:18px;font-weight:400}.invest_map_location p{color:#761fe3;display:flex;gap:5px}.invest_padding_bottom{padding-bottom:80px}.drawer-head,.logo-img.drawer_logo{display:none}.MuiTypography-root.MuiTypography-h6.css-lzi043-MuiTypography-root{display:flex}.transaction_padding_top{padding-top:30px!important}.tops{padding-top:70px!important}.tops .dash-head{color:#fff;font-family:Plus Jakarta Sans,sans-serif;font-size:30px;font-weight:600;text-align:left}.adds{color:#fff!important;font-size:25px!important}.headerss{align-items:center;display:flex;justify-content:space-between}.filters{background-color:#111;border:1px solid #761fe3;border-radius:10px;color:#fff;outline:none;padding:10px}.ycho_lft_frst:hover,.ycho_lft_scnd:hover{background-color:#000;border-color:#761fe3}.ycho_lft_frst:hover .ycho_inner img,.ycho_lft_scnd:hover .ycho_inner img{filter:brightness(0) saturate(100%) invert(76%) sepia(50%) saturate(6993%) hue-rotate(347deg) brightness(98%) contrast(95%)}@media screen and (max-width:850px){.drawer-head{padding:8px 24px}.total_dash_card{display:flex;flex-direction:column!important}.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.css-hyum1k-MuiToolbar-root{padding:0}.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-colorInherit.MuiIconButton-edgeStart.MuiIconButton-sizeMedium.css-1nqqqbg-MuiButtonBase-root-MuiIconButton-root{width:100%}.MuiBox-root.css-130f8nx{display:none}.hero_left{padding:0 20px}}@media screen and (max-width:1000px){.ycho_lft_scnd{margin-top:16px}.hero_right_img{margin:25px 0 0}.dash_frst_frth,.dash_frst_scnd,.dash_frst_thrd{margin-top:10px}}@media (max-width:1280px){.header-right-menu a,.header_new_main{display:none}.wallet_balance_input_content div{display:flex;gap:10px}.start_listing{margin-bottom:14px}.dubai_market_content{padding-right:0}.funding_statistics_box{padding-bottom:20px}.MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.css-hyum1k-MuiToolbar-root{display:inline}}@media(max-width:1024px){.start_listing h4{font-size:16px}.estimated_earnings_content{margin:0 10px}.start_listing p{color:#ccc;font-size:12px}.dash_card{margin-bottom:25px}.asidemeni{width:180px}.side-name{font-size:14px}.dash-head{font-size:18px}.pls_16_dd{font-size:15px}.dash_scnd_part{padding:20px 8px}.hotpic_bot_sbhd{flex-direction:column}.foot_logo_img{height:52px;width:160px}.dash_frst_frst,.dash_frst_frth,.dash_frst_scnd,.dash_frst_thrd{background-position:50%;padding:20px}.dash_align_left{padding:0 40px}.padding_inner{padding:0}.total_raise h4{font-size:16px}.full_ounter_border{margin:0 12px}}@media(max-width:768px){.hero_head{font-size:40px}.hero_sub_inner{font-size:16px}.ychoose_head{font-size:34px}.ycho_lft_frst,.ycho_lft_scnd{height:260px}.ychose_in_hed{font-size:22px}.asidemeni{display:none}.display_flex{flex-direction:column;padding:0 20px}.full_ounter_border{margin-top:25px;padding-bottom:80px}.drawer-head,.logo-img.drawer_logo{display:inline!important}.drawer-head{align-items:center;display:flex!important;justify-content:space-between}.MuiTypography-root.MuiTypography-h6.css-lzi043-MuiTypography-root{display:none}.dash_card{display:flex;flex-direction:column;margin:0 auto;width:80%}.details_description p br{display:none}.start_listing{margin-bottom:46px}}@media(max-width:540px){.prof_hd_input{min-width:315px}.total_dash_content p span{color:#fff!important;font-size:20px!important;font-weight:600}.total_dash_card{padding:10px!important}.nav-tabs li{padding:0 12px}.hero_head{font-size:30px}.hero_sub_inner{font-size:15px}.hero_start{font-size:14px}.ychoose_section{padding:40px 0 0}.ychoose_head{font-size:28px}.ycho_lft_frst{height:290px}.ycho_lft_scnd{height:300px}.ychose_in_hed{font-size:20px}.ychose_in_sbhed{font-size:15px}.hotpic_main{padding:20px}.hot_card{margin-bottom:20px}.pls_20_dd{font-size:15px}.pls_20_dd br{display:none}.prop_sub_inner{font-size:15px}.footer_main{padding:20px}.hero_section{padding:100px 0 0}.dash_card{margin-bottom:20px;width:100%}.five_luxe_banner img{width:100%}.display_flex{flex-direction:column}.five_luxe_content h3{font-size:18px}.five_luxe_content p{font-size:12px;margin-bottom:0;padding:4px 12px}.five_luxe{padding:12px 20px}.sqft_content{padding:0 20px}.starts_timer{font-size:14px}.sqft_content_text p{font-size:13px;padding-right:5px}.sqft_content_text{gap:10px}#Detail1{flex-direction:column}.start_listing{margin-bottom:16px}.wallet_balance_input{padding:0 8px}.wallet_balance_input_content{padding:4px}.wallet_balance_input_content div{display:flex;width:90px}.wallet_balance_input_content input{margin-left:8px}.wallet_invest_button{margin:12px;width:92%}.estimated_earnings_title{padding:12px}.estimated_earnings_content{margin:0 12px 20px;padding:10px}.total_raise h4{font-size:16px}.investors_content div{padding-right:20px}.nav-tabs li{padding:0 10px}.full_ounter_border{margin-top:25px;padding-bottom:80px}.dubai_market_content{padding-right:0}.start_listing h4{font-size:16px}.timeline_outline_content img{display:none}.invest_map_location{height:20vh!important}.annual_return_content div,.padding_inner{padding:0}.display_flex .col-lg-4,.display_flex .col-lg-4 .col-lg-12{padding:0!important}.css-1dmh62e-JoySheet-root{min-width:323px!important}}@media(max-width:360px){.nav-tabs li{padding:0 6px}}.admin_login_card{align-items:center;display:flex;height:100vh;justify-content:center}.admin_login_main{border-radius:12px;height:100%;padding:34px 38px;text-align:center}.admin_login_imput,.admin_login_main{background-color:#000;border:1px solid #5f5f5f;width:100%}.admin_login_imput{border-radius:7px;color:#ddd;padding:12px}.admin_login_imput:focus-visible{outline:none}.switch{display:inline-block;height:17px;position:relative;width:30px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:2px;content:"";height:13px;left:2px;width:13px}input:checked+.slider{background-color:#761fe3}input:focus+.slider{box-shadow:0 0 1px #761fe3}.currencyinput{border:1px solid #761fe3!important;border-radius:10px;color:#fff!important;padding:30px 20px}.currencyinput .form-control{background-color:#000;border:1px solid #5f5f5f;box-shadow:none!important;color:#495057;outline:none;padding:20px!important}.currencyinput .radio{display:flex;gap:30px;margin-bottom:20px}.currencyinput .help-block{color:#ff6b6b}.tops button{background-color:#761fe3;border:1px solid #761fe3!important;border-radius:10px;color:#fff!important;outline:none;padding:5px 15px}.ck.ck-editor__main>.ck-editor__editable{background:#787878;max-height:450px!important;min-height:250px!important;overflow-y:scroll}.ck.ck-button:not(.ck-disabled):hover,a.ck.ck-button:not(.ck-disabled):hover{background:#000!important}.ck.ck-toolbar{background:#1f1f1f;border-bottom:1px solid #d1d1d1;padding:6px 8px 2px;white-space:normal}.ck.ck-toolbar button{border:none!important;outline:none!important}input:checked+.slider:before{transform:translateX(13px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.css-5poeop,.css-i72qxf{background-color:#000!important}