*{background-color:#000;font-family:Verdana,Geneva,Tahoma,sans-serif}.Toastify__toast{background-color:#000!important;border:2px solid #00e6ff!important;border-radius:5px;color:#04ffea!important;font-size:16px;padding:12px 20px}.Toastify__toast--success{background-color:#000!important;border-color:#00fff7!important;color:#0fe!important}.Toastify__toast--error{border-color:#02f2ff!important;color:#dc3545!important}.Toastify__progress-bar,.Toastify__progress-bar--error,.Toastify__progress-bar--success,.Toastify__toast--error{background-color:#000!important}.Toastify__toast-icon{background-color:initial!important;color:inherit!important}.Toastify__close-button{color:#0fe!important}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-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{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;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{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;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)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin: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{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.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-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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:#e74d3c;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:#e74d3c;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{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.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{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.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;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);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;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)}}.navbar{align-items:center;background-color:#000;border:1px solid #00e1ff;border-radius:30px;color:#fff;display:flex;font-family:Arial,Helvetica,sans-serif;justify-content:space-between;padding:8px 20px;position:static;top:0;z-index:1000}.navbar-logo a{color:#fff;font-size:1.5em;font-weight:700;text-decoration:none}.navbar-links{align-items:center;display:flex;font-weight:700;gap:15px}.navbar-links a{color:#fff;font-size:1rem;padding-bottom:5px;position:relative;text-decoration:none;transition:color .3s ease}.navbar-links a:not(.login-button):not(.logout-button):after{background-color:#00e1ff;bottom:-2px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease-in-out;width:0}.navbar-links a:not(.login-button):not(.logout-button).active:after,.navbar-links a:not(.login-button):not(.logout-button):hover:after{width:100%}.navbar-links a:not(.login-button):not(.logout-button):hover{color:#fd9c00}.login-button{background-color:#00ffe1;border-radius:5px;color:#000!important;display:inline-block;font-weight:700;padding:8px 12px;text-align:center;text-decoration:none}.logout-button{background-color:#ebf706;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:15px;font-weight:600;padding:8px 15px;transition:background-color .3s ease}.logout-button:hover{background-color:#a59200}.logout-button:focus{box-shadow:0 0 5px #ff4d4dcc;outline:none}.logout-button:active{background-color:#c00;transform:scale(.98)}.hamburger{cursor:pointer;display:none}.close-icon,.hamburger-icon{color:#fff;font-size:2em}@media screen and (max-width:768px){.navbar-links{background-color:#000;border-radius:8px;display:none;flex-direction:column;gap:0;position:static;text-align:center;width:100%}.navbar-links.active{display:flex}.navbar-links a{margin:10px 0}.hamburger{display:block}.logout-button{font-size:16px;margin:15px 0;padding:10px 20px}.login-button{margin:10px 0}}.footer{align-items:center;background-color:#000;border:1px solid #00ffe1;border-radius:8px;color:#404040;display:flex;flex-direction:column;margin-bottom:8px;margin-top:10px;padding:10px;text-align:center}.footer-logo a{font-size:1.5em;font-weight:700;text-decoration:none}.logo-part.Ai{color:#00ffe5}.logo-part.Models{color:#ffdd01}.footer-text{margin-bottom:5px;max-width:90%}.footer-copyright{color:#fff;font-size:.9em;font-weight:bolder}@media screen and (max-width:768px){.footer{padding:15px}.footer-logo,.footer-text{margin-bottom:15px}}.chatbot-wrapper{border-radius:50%;bottom:20px;position:fixed;right:20px;z-index:1000}.chatbot-icon{align-items:center;background-color:#000;border:2px solid #0fec;border-radius:50%;color:#00f2ff;cursor:pointer;display:flex;height:50px;justify-content:center;width:50px}.chat-container{border:2px solid #00fffb;border-radius:10px;bottom:2px;box-shadow:0 4px 8px #00ffd580;display:flex;flex-direction:column;height:95vh;overflow:hidden;position:fixed;right:1px;width:65vh}.chat-header{background:#000;border-bottom:2px solid #00f2ff;border-top-left-radius:10px;border-top-right-radius:10px;color:#fff;justify-content:space-between;padding:10px}.chat-header,.chat-header-text{align-items:center;display:flex}.chat-header-text{background-color:#000;color:#fff700;font-size:18px;height:40px;justify-content:center;text-align:center;width:100%}.chat-box{background-color:#1e1e1e;display:flex;flex-direction:column;flex-grow:1;min-height:0;overflow-y:auto}.chat-box::-webkit-scrollbar{width:6px}.chat-box::-webkit-scrollbar-thumb{background-color:#00f2ff;border-radius:10px}.chat-message{word-wrap:break-word;border-radius:18px;box-shadow:0 3px 6px #0003;font-size:large;margin:8px 10px;max-width:75%;padding:12px 16px}.chat-message.user{align-self:flex-end;background:#03ffee;border-bottom-right-radius:5px}.chat-message.bot,.chat-message.user{color:#000;font-size:medium;font-weight:500}.chat-message.bot{align-self:flex-start;background:#fbff00;border-bottom-left-radius:5px}.chat-message.typing{color:#888;font-style:italic}.voice-button{align-items:center!important;background-color:#000!important;border:none!important;border-radius:50%!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:1.2em!important;height:40px!important;justify-content:center!important;transition:background .3s ease-in-out!important;width:40px!important}.voice-button:hover{border:2px solid #00fce3!important}.chat-input{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border-top:1px solid #ccc;display:flex;flex-shrink:0;padding:10px}.chat-input input{border:1px solid #ccc;border-radius:5px;color:#fff;flex:1 1;padding:8px}.chat-input button{background:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;margin-left:5px;padding:8px 12px}.close-button{background:#0000;border:none;color:#fff;cursor:pointer}@media screen and (max-width:600px){.chat-container{bottom:10px;height:80vh;left:5%;right:5%;width:90%}.chat-header{font-size:16px;padding:8px}.chat-box{padding:8px}.chat-message{font-size:14px;max-width:85%;padding:10px 14px}.chat-input{padding:8px}.chat-input input{font-size:14px;padding:6px}.chat-input button{font-size:14px;padding:6px 10px}.chatbot-icon{height:45px;width:45px}}.home1container{align-items:center;display:flex;justify-content:space-between;padding:0 20px}.home1text{border-radius:10px;flex:1 1;padding:40px}.home1text h1{display:inline-block;font-size:2rem;margin-bottom:20px}.cursor{color:#0b79c3;display:inline-block;margin-left:5px;transition:opacity .5s}.home1text p{color:#fff;font-size:1.2rem;margin-bottom:30px}.m{background-color:#00f7ff;border:none;border-radius:5px;color:#000;display:inline-flex;font-size:1rem;font-weight:700;padding:12px 30px}.home1text button:hover{background-color:#0b5fa3;color:#fff}.home1image{display:flex;flex:1 1;justify-content:flex-end;padding:30px}.home1image img{border-radius:10px;box-shadow:0 4px 10px #0003;max-width:500px;width:90%}.features-section{background:#000;border-radius:25px;padding:10px 20px 30px;text-align:center}.features-section h1{color:#0fe;display:inline-block;font-size:2rem;margin-bottom:30px;position:relative}.features-section h1:after{background-color:#0fe;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}.features-section h1:hover:after{transform:scaleX(1);transform-origin:bottom left}.features-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.feature{border-radius:10px;box-shadow:0 4px 10px #ebe7e74d;color:#fff;padding:20px}.feature h2{color:#0b79c3;font-size:1.5rem;margin-bottom:15px}.feature p{background-color:initial;color:#fff;font-size:1rem}.feature-icon{background-color:initial;color:#d4ff00;font-size:3rem;margin-bottom:20px}.offsets{padding:2rem;text-align:center}.offsets h1{color:#00fffb;display:inline-block;font-size:2rem;margin-bottom:30px;position:relative}.offsets h1:after{background-color:#00fffb;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}.offsets h1:hover:after{transform:scaleX(1);transform-origin:bottom left}.offsets-container{align-items:center;display:flex;overflow:hidden;position:relative}.offsets-header{color:#2b25a3}.offsets-slider{display:flex;transition:transform .5s ease-in-out}.offset{box-sizing:border-box;min-width:100%;text-align:center}.offset img{border-radius:20px;height:auto;width:50%}.offset h2{color:#3682cd;margin:1rem 0}.offset p{color:#fff;font-family:Arial,Helvetica,sans-serif}.arrow{color:#333;cursor:pointer;font-size:2rem;position:absolute;top:50%;-webkit-user-select:none;user-select:none;z-index:1}.arrow:hover{color:#00f7ff}.arrow:first-of-type{left:1rem}.arrow:last-of-type{right:1rem}.process{align-items:center;background-color:#000;border:1px solid #0ef;border-radius:20px;display:flex;gap:40px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:40px}.process img{border-radius:10px;height:auto;width:300px}.process h1{color:#0ef;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:20px;position:relative}.process h1:after{background-color:#0ef;bottom:-5px;content:"";height:2px;left:0;position:absolute;transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease-out;width:100%}.process h1:hover:after{transform:scaleX(1);transform-origin:bottom left}.process p{color:#555;font-size:1rem;line-height:1.6;max-width:600px}.contact-us{background-color:#000;border-radius:10px;margin-bottom:50px;padding:1px 20px}.contact-us h2{color:#00eaff;font-size:2rem;margin-bottom:30px;text-align:center}.contact-form{display:flex;flex-direction:column;margin:0 auto;max-width:40%;padding-bottom:30px}.contact-form label{color:#323232;font-weight:700;margin-bottom:10px}.contact-form input,.contact-form textarea{border:1px solid #ddd;border-radius:5px;color:#000;font-size:1rem;margin-bottom:20px;padding:10px;width:100%}.contact-form input:focus,.contact-form textarea:focus{background-color:#333;border-color:#00eaff;color:#fff}.contact-form button{background-color:#ffff04;border:none;border-radius:5px;color:#000;cursor:pointer;display:block;font-size:1rem;font-weight:700;margin:0 auto;padding:10px;transition:background-color .3s ease;width:40%}.contact-form button:hover{background-color:#c7b300}@media (max-width:1024px){.features-grid{grid-template-columns:repeat(2,1fr)}.offsets-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.offsets-slider{display:block;width:100%}.offset{background-color:#000;border:1px solid #0ef;border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:20px;max-width:350px;padding:15px;text-align:center;width:100%}.offset img{border-radius:10px;margin-bottom:10px;object-fit:cover}.offset h2{font-size:1.2rem;margin-bottom:10px}.offset p{color:#555;font-size:.9rem}.arrow{display:none}}@media (max-width:768px){.home1container{flex-direction:column;text-align:center}.home1text{padding:10px}.home1image{justify-content:center;margin-top:20px}.home1text h1{font-size:2rem}.home1text p{font-size:1rem}.home1text button{font-size:.9rem;padding:10px 20px}.features-grid{grid-template-columns:1fr}.process{align-items:center;flex-direction:column;gap:10px;justify-content:center;padding:20px;text-align:center}.process img{width:100%}.process h1{font-size:2rem}.process p{font-size:.9rem}.contact-us h2{font-size:1.8rem}.contact-form{max-width:80%;padding:0 20px}}@media (max-width:480px){.home1text h1{font-size:1.8rem}.home1text p{font-size:.9rem}.home1text button{font-size:.8rem;padding:8px 18px}.home1image img{width:100%}.contact-us h2{font-size:1.5rem}.contact-form input,.contact-form textarea{font-size:.9rem}.contact-form button{font-size:.9rem;max-width:80%;padding:8px}}#market-page{background-color:#000;color:#fff;display:flex;flex-direction:column;min-height:100vh}.market-container{margin:auto;max-width:1200px;padding:20px}.market-title{color:#f7f700;font-size:2rem;margin-bottom:20px;margin-top:5px;text-align:center}.market-content{display:flex;gap:20px}.filter-box{background-color:#1e1e1e;border:2px solid #7a7a7a;border-radius:10px;box-shadow:0 4px 8px #ffffff1a;height:fit-content;padding:15px 15px 40px;position:sticky;top:20px;width:250px}.filter-box h3{background-color:#1e1e1e;color:#00fefe;font-size:1.4rem;margin-bottom:10px;text-align:center}.filter-box label{background-color:#1e1e1e;color:#464646;display:block;font-size:1rem;margin-top:10px}.filter-box select{background-color:#333;border:1px solid #555;border-radius:5px;color:#fff;margin-top:5px;padding:8px;width:100%}.model-grid{display:flex;flex:1 1;flex-direction:column;gap:20px}.model-card{align-items:center;background-color:#252525;border:1px solid #01faf2;border-radius:10px;box-shadow:0 4px 8px #ffffff1a;display:flex;justify-content:space-between;padding:15px;transition:transform .3s ease-in-out}.model-details{background-color:#252525;flex:1 1;padding:10px}.model-name{color:#01ffff;font-size:1.5rem;margin-bottom:5px}.model-info,.model-name{background-color:#252525;text-align:center}.model-info{color:#b0b0b0;font-size:1rem;margin:5px 0;text-transform:capitalize}.model-price{background-color:#252525;color:#ff9800;font-size:1.2rem;font-weight:700;text-align:center}.buy-button{align-items:center;background-color:#ff9800;border:none;border-radius:5px;color:#121212;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:center;margin-left:auto;margin-right:auto;margin-top:10px;padding:10px 15px}.buy-button:hover{background-color:#ffb74d}.model-description-box{background-color:#252525;flex:1 1;padding:10px;text-align:left}.model-description{color:silver;font-size:1rem;margin-bottom:10px}.model-description,.model-info-head,.no-models-message{background-color:#252525}.no-models-message{border-radius:20px;color:#576867;margin-top:100px;padding:10px}@media (max-width:768px){.market-content,.model-card{flex-direction:column}.model-card,.model-description-box{text-align:center}.buy-button{width:100%}.no-models-message{margin-top:5px}.filter-box{margin:0 auto 25px;padding:15px 15px 50px;position:relative;text-align:center;width:90%}.filter-box h3{font-size:1.3rem;margin-bottom:10px}.filter-box label{display:block;font-size:1rem;margin:10px 0 5px;text-align:left}.filter-box select{background-color:#333;border:1px solid #555;border-radius:5px;color:#fff;font-size:1rem;padding:10px;width:100%}}.authentication-wrapper{align-items:center;display:flex;justify-content:center;padding:20px;width:95%}.authentication-box{background:#000;border-radius:12px;box-shadow:0 0 12px #02f8f880;display:flex;max-width:850px;overflow:hidden;transition:transform .3s ease-in-out;width:100%}.authentication-image-container{align-items:center;background:#000;display:flex;flex:1 1;justify-content:center;padding:15px}.authentication-image{border:1px solid #0fd;border-radius:10px;height:100%;object-fit:cover;width:100%}.authentication-form-container{background:#000;border-radius:30px;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:15px;padding:20px}.login-form-section,.signup-form-section{border-radius:10px;color:#fff}.form-heading{color:skyblue;font-size:24px;font-weight:700;text-align:center}.input-field{border-radius:6px}.input-field,.input-field1{border:1px solid #0fd;color:#fff;font-size:13px;margin:10px 5px 10px 7px;padding:10px;width:90%}.input-field1{border-radius:6px}.password-container{align-items:center;display:flex;margin-right:7px;position:relative}.password-container .input-field{flex:1 1}.show-hide-password-btn{background:#000;border:none;border-radius:20px;color:gray;cursor:pointer;font-size:18px;position:absolute;right:10px}.primary-button-login{background:#03f2ea;border:none;border-radius:6px;color:#000;cursor:pointer;display:block;font-size:14px;font-weight:700;margin:10px auto auto;padding:7px 12px;text-align:center;transition:.3s;width:95%}.primary-button-login:hover{background:#038679}.google-authentication{align-items:center;background:#000;border-radius:8px;box-shadow:0 4px 8px #0003;display:flex;justify-content:center;margin-left:auto;margin-right:auto;padding:15px;width:fit-content}.google-authentication button{border-radius:6px;cursor:pointer;font-size:16px;font-weight:700;padding:10px;width:100%}.form-toggle-text{font-size:14px;margin-top:15px;text-align:center}.toggle-link{color:#e9f507;cursor:pointer;font-weight:700}@media (max-width:768px){.authentication-box{flex-direction:column;margin-right:22px}.input-field1{width:82%}.google-authentication{align-items:center;background:#000;border-radius:8px;box-shadow:0 4px 8px #0003;display:flex;justify-content:center;margin:10px auto;padding:15px;width:80%}.google-authentication button{border-radius:6px;cursor:pointer;font-size:16px;font-weight:700;padding:12px 20px;width:100%}.authentication-image-container{display:none}}@media screen and (max-width:720px) and (min-width:500px){.input-field1{width:90%}}.profile-page{color:#fff;padding:20px}.profile-header{justify-content:space-between;margin-bottom:20px}.profile-header,.profile-image{align-items:center;display:flex}.profile-image{background-color:#f7b924;border-radius:50%;color:#000;font-size:50px;font-weight:bolder;height:80px;justify-content:center;margin-right:20px;width:80px}.profile-info{color:aqua;flex-grow:1}.profile-info p{margin:5px 0}.not-connected{color:red}.edit-icon{color:#00fff2;cursor:pointer;font-size:25px;transition:color .3s ease}.edit-icon:hover{color:#fce302}.edit-modal{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal-content{background:#343434;border-radius:10px;box-shadow:0 4px 8px rgba(3,62,54,.965);width:300px}.modal-content h2{background:#000;color:#0fc;margin:0 0 10px;text-align:center}.input-field-edit{background-color:#000;border:1px solid #fff;border-radius:5px;margin-bottom:10px;padding:10px;width:95%}.modal-buttons{background-color:#343434;margin-top:12px;width:100%}.primary-button,.secondary-button{flex:1 1;margin:0 5px;padding:8px 10px}.primary-button{background-color:#00efd8;font-weight:700}.secondary-button{background-color:#f2fe01;font-weight:700}.loader{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:40px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:40px;z-index:9999}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.upload-modal{align-items:center;background-color:#00000080;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%}.modal-content{background-color:#000;border:2px solid #00f7ff;border-radius:8px;box-shadow:0 4px 10px #00f2fecc;max-height:90vh;max-width:500px;overflow-y:auto;padding:20px;width:90%}.modal-content::-webkit-scrollbar{width:8px}.modal-content::-webkit-scrollbar-track{background:#1e1e1e;border-radius:5px}.modal-content::-webkit-scrollbar-thumb{background:#008787;border-radius:5px}.modal-content::-webkit-scrollbar-thumb:hover{background:#666}.modal-content{scrollbar-color:#444 #1e1e1e;scrollbar-width:thin}.upload-button{background-color:#00f7ff;border:none;border-radius:10px;color:#000;cursor:pointer;display:block;font-weight:700;margin:20px auto;padding:10px;text-align:center;width:40%}.upload-modal h2{background-color:#000;color:#00f2ff;margin-bottom:20px;text-align:center}.input-field,.input-field1{background-color:#1e1e1e;border:1px solid #00f7ff;border-radius:5px;color:#fff;margin:10px 0;padding:10px;width:calc(100% - 20px)}.input-field{width:100%}.modal-buttons{background-color:#000;display:flex;justify-content:space-between;margin-top:20px}.primary-button,.secondary-button{border:none;border-radius:5px;cursor:pointer;font-weight:700;padding:10px 20px}.primary-button{background-color:#03fae1;color:#000}.secondary-button{background-color:#fffb00;color:#000}.primary-button:hover,.secondary-button:hover{opacity:.8}@media (max-width:768px){.profile-header{align-items:center;flex-direction:column;position:relative;text-align:center}.profile-image{font-size:35px;height:100px;margin-bottom:10px;width:100px}.profile-info{width:90%}.profile-info p{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-icon{position:absolute;right:10px;top:10px}.edit-modal{align-items:center;display:flex;height:100vh;justify-content:center;left:50%;position:fixed;top:0;transform:translateX(-50%);width:95%}.upload-modal .modal-content{margin:10px;width:90%}}.connect-wallet-button{background-color:#fcfc00;border:none;border-radius:5px;color:#000;cursor:pointer;font-size:12px;font-weight:700;padding:7px 10px;transition:background .3s ease,transform .2s ease}.connect-wallet-button:hover{background-color:#bdba00}.connect-wallet-button:active{transform:scale(.95)}.connect-wallet-button:disabled{background-color:#efcbcb;cursor:not-allowed}.disconnect-wallet-button{background-color:#ff4d4d;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:10px 15px;transition:background .3s ease,transform .2s ease}.disconnect-wallet-button:hover{background-color:#c00;transform:scale(1.05)}.user-models-box{gap:20px}.user-model-card,.user-models-box{align-items:center;display:flex;flex-direction:column;width:100%}.user-model-card{background:#000;border-radius:10px;box-shadow:0 0 10px #00fafacc;justify-content:center;max-width:800px;padding:10px;text-align:center}.user-models-heading{color:#04fffb;font-size:24px;margin-bottom:30px;text-align:center}.user-model-name{color:#fc0;font-size:20px;font-weight:700}.user-model-category,.user-model-price,.user-model-sale-status{color:#ddd;font-size:16px;margin:5px 0}.user-model-link{color:#1e90ff;display:inline-block;margin-top:10px;text-decoration:none}.user-model-link:hover{color:#00bfff}.user-model-edit-container{display:flex;flex-direction:column;margin-top:10px}.user-model-price-input{background:#333;border:1px solid #555;border-radius:5px;color:#fff;margin-bottom:8px;padding:8px}.user-model-cancel-btn,.user-model-edit-btn,.user-model-update-btn{background:#01fcfc;border:none;border-radius:5px;color:#000;cursor:pointer;font-weight:700;margin:5px;padding:8px 12px;transition:.2s}.user-model-edit-btn{background:#01edfa;color:#000}.user-model-update-btn:hover{background:#00a49c}.user-model-edit-btn:hover{background:#00bfff}.user-model-cancel-btn{background:#fffb01;color:#000}.user-model-cancel-btn:hover{background:#c5ae00}.user-no-models-message{align-items:center;background-color:#000;color:#ff0;display:flex;justify-content:center;padding:10px;text-align:center;width:100%}@media (max-width:768px){.user-models-box{align-items:center;display:flex;justify-content:center;margin:auto;width:90%}.user-models-heading{font-size:20px}.user-model-name{font-size:18px}.user-model-category,.user-model-price,.user-model-sale-status{font-size:14px}.user-model-cancel-btn,.user-model-price-input,.user-model-update-btn{font-size:14px;padding:6px 10px}}@media (max-width:1024px){.user-model-card{max-width:90%}}@media (max-width:768px){.user-model-card{max-width:95%;padding:15px}}@media (max-width:480px){.user-model-card{max-width:100%;padding:10px}}
/*# sourceMappingURL=main.48a2c7e8.css.map*/