@import url(https://fonts.googleapis.com/css2?family=Aladin&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);: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)}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}:root{--primary-orange:#f0732d;--white:#fff;--grey:#f2f2f2;--text-grey:#747474;--black:#111;--border-grey:#e7e7e7}[data-theme=dark]{--white:#111;--black:#fff}body,html{background-color:#fff;background-color:var(--white);color:#111;color:var(--black);font-family:Poppins,sans-serif;margin:0;scroll-behavior:smooth;transition:background-color .5s,color .5s}body h1,body h2,body h3,body h4,body h5,body h6,body p,html h1,html h2,html h3,html h4,html h5,html h6,html p{margin:0;padding:0}body{padding:16px}body.no-scroll{overflow:hidden!important}.home-wrapper{align-items:center;display:flex;flex-direction:column;gap:64px;justify-content:flex-start;margin:0 auto;max-width:1400px;width:100%}.black{color:#111;color:var(--black)}::selection{background:#fef2eb;color:#f0732d;color:var(--primary-orange)}[data-theme=dark] ::selection{background:#111}img{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}@media screen and (max-width:800px){body{cursor:default!important}.custom-mouse{display:none!important}.home-wrapper{gap:24px;padding-bottom:82px}}.btn{border:2px solid #0000;border-radius:36px;cursor:pointer;font-size:16px;font-weight:600;gap:12px;padding:8px 24px;transition:all .3s ease}.btn,.btn .icon{align-items:center;display:flex;justify-content:center}.btn.primary{background-color:#fff;background-color:var(--white);border:2px solid #111;border:2px solid var(--black);color:#fff;color:var(--white);display:flex;overflow:hidden;position:relative;transition:all .3s;z-index:1}.btn.primary:after{background-color:#111;background-color:var(--black);width:100%;z-index:-2}.btn.primary:after,.btn.primary:before{bottom:0;content:"";height:100%;left:0;position:absolute}.btn.primary:before{background-color:#fff;background-color:var(--white);transition:all .3s;width:0;z-index:-1}.btn.primary:hover{border-color:#e7e7e7;border-color:var(--border-grey);color:#111;color:var(--black)}.btn.primary:hover:before{width:100%}.btn.outline{border:2px solid #e7e7e7;border:2px solid var(--border-grey);color:#111;color:var(--black);display:flex;overflow:hidden;position:relative;transition:all .3s;z-index:1}.btn.outline:after{background-color:#fff;background-color:var(--white);width:100%;z-index:-2}.btn.outline:after,.btn.outline:before{bottom:0;content:"";height:100%;left:0;position:absolute}.btn.outline:before{background-color:#111;background-color:var(--black);transition:all .3s;width:0;z-index:-1}.btn.outline:hover{border:2px solid #111;border:2px solid var(--black);color:#fff;color:var(--white)}.btn.outline:hover:before{width:100%}.btn:active{transform:scale(.95)}.toggle-button{align-items:center;background-color:#f2f2f2cc;border:none;border-radius:50%;color:#111;cursor:pointer;display:flex;font-size:1.5rem;justify-content:center;max-height:50px;max-width:50px;padding:10px;position:fixed;right:16px;top:16px;transition:background-color .3s,color .3s;z-index:9998}[data-theme=dark] .toggle-button{background-color:#111c;border:2px solid #fff;color:#fff}@media screen and (max-width:600px){.toggle-button{bottom:calc(0dvh + 24px);right:16px;top:auto}}.custom-mouse{align-items:center;background-color:#111;background-color:var(--black);border-radius:50%;display:flex;height:10px;justify-content:center;left:0;pointer-events:none;position:absolute;top:0;transform:translate(-50%,-50%);transition:width .3s,height .3s,opacity .3s,background-color .3s;width:10px;z-index:9999}.custom-mouse p{color:#fff;font-size:12px}@media screen and (max-width:600px){.custom-mouse{display:none}}.footer-wrapper{width:100%}.footer{align-items:center;background-color:#111;background-color:var(--black);border-radius:100px;color:#fff;color:var(--white);display:flex;justify-content:space-between;margin:0 auto;padding:12px 24px}.footer .left-heading{font-size:18px;font-weight:600}.footer .right-icons{align-items:center;display:flex;gap:16px;justify-content:flex-end}.footer .right-icons div{height:24px}.footer .right-icons .icon{color:#fff;color:var(--white);cursor:pointer;font-size:24px;margin:0}[data-theme=dark] .footer{background-color:#fff;background-color:var(--white);border:2px solid #111;border:2px solid var(--black)}[data-theme=dark] .footer .icon,[data-theme=dark] .footer .left-heading{color:#111;color:var(--black)}.horizontal-scroller{background:#111;background:var(--black);height:5px;left:0;position:fixed;right:0;top:0;transform-origin:0;z-index:9999}.navbar{align-items:center;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#f2f2f2cc;border-radius:36px;display:flex;gap:12px;justify-content:flex-start;min-width:175px;overflow:hidden;padding:12px 36px;position:fixed;top:16px;width:auto;z-index:9998}.navbar .heading{font-size:18px;font-weight:600;white-space:nowrap}.navbar .menu-icon{align-items:center;cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:center;position:relative;width:20px}.navbar .menu-icon .line{background-color:#111;background-color:var(--black);height:2.5px;position:absolute;transform-origin:center;width:20px}.navbar .links{display:flex;gap:12px;margin-left:auto}.navbar .links p{color:#111;color:var(--black);cursor:pointer;font-size:16px;font-weight:500;padding:2px;text-decoration:none;transition:all .3s}.navbar .links p.hidden{display:none}.navbar .links p:hover{background-color:#fff;background-color:var(--white);border-radius:24px;padding:2px 20px}[data-theme=dark] .navbar{background-color:#111c;border:2px solid #fff}[data-theme=dark] .navbar .links p{color:#747474}[data-theme=dark] .navbar .links p:hover{background-color:#1e1e1e;color:#fff}@media screen and (max-width:600px){.navbar{gap:12px;padding:12px 24px}.navbar .heading{font-size:16px}.navbar .links{display:flex;gap:12px;margin-right:auto}.navbar .links p{font-size:14px}[data-theme=dark] .navbar{background-color:#111c;border:2px solid #fff}[data-theme=dark] .navbar .links p{color:#fff}[data-theme=dark] .navbar .links p:hover{background-color:#1e1e1e;color:#fff}}.robot-canvas{background-color:#0000!important;cursor:grab;height:300px!important;width:300px!important}.car-canvas{background-color:#000c!important;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:9999}.car-canvas .ball-text{position:absolute;right:24px;top:24px;width:500px}.car-canvas .ball-text .heading{color:#111;font-size:36px;font-weight:700;text-align:right}.car-canvas .ball-text .desc{color:#111;font-size:24px;font-weight:500;line-height:48px;text-align:right}.car-canvas .ball-text .small-desc{color:#111;font-size:24px;font-weight:400}.car-canvas .ball-text code{background-color:#0009;border-radius:4px;color:#fff;font-size:22px;font-weight:500;padding:4px}.hero-section{align-items:center;gap:0;justify-content:flex-start;margin-top:108px}.hero-section,.hero-section .heading-section{display:flex;flex-direction:column;width:100%}.hero-section .heading-section{gap:24px;max-width:900px}.hero-section .heading-section .heading{font-size:56px;font-weight:600px;line-height:64px;max-width:900px;text-align:center}.hero-section .heading-section .desc{color:#747474;color:var(--text-grey);font-size:18px;font-weight:400;text-align:center}.hero-section .heading-section .btn-flex{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.hero-section .heading-section .btn-flex .icon-link{font-size:24px;padding:4px}.hero-section .heading-section .btn-flex .icon-arrow{align-items:center;background-color:#f2f2f2;background-color:var(--grey);border-radius:50%;color:#111;display:flex;font-size:24px;justify-content:center;padding:4px}.hero-section .heading-section .bottom-text{color:#747474;color:var(--text-grey);margin-top:24px;min-height:48px;text-align:center;width:100%}@media screen and (max-width:600px){.hero-section{margin-top:48px}.hero-section .heading-section{gap:20px;max-width:100%}.hero-section .heading-section .heading{font-size:32px;font-weight:600px;line-height:42px;text-align:center}.hero-section .heading-section .desc{color:#747474;color:var(--text-grey);font-size:18px;font-weight:400;text-align:center}.hero-section .heading-section .btn-flex{align-items:center;display:flex;gap:16px;justify-content:center;width:100%}.hero-section .heading-section .btn-flex .icon-link{font-size:24px;padding:4px}.hero-section .heading-section .btn-flex .icon-arrow{align-items:center;background-color:#f2f2f2;background-color:var(--grey);border-radius:50%;color:#111;display:flex;font-size:24px;justify-content:center;padding:4px}.hero-section .heading-section .bottom-text{color:#747474;color:var(--text-grey);margin-top:24px;min-height:72px;text-align:center}}.skills-container{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 64px);justify-content:center;max-height:1000px;min-height:800px;overflow:hidden;position:relative;width:100%}.skills-container .main-text{color:#111;color:var(--black);font-size:24px;font-weight:600;margin-bottom:20px;text-align:center}.skills-container .bubble{align-items:center;display:flex;height:80px;justify-content:center;position:absolute;width:80px}@media screen and (max-width:600px){.skills-container{min-height:800px}.skills-container .bubble{height:60px;width:60px}}.work-carousel{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.work-carousel .carousel-container{align-items:center;background-color:#111;background-color:var(--black);border-radius:36px;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:space-between;overflow-x:auto;padding:36px 16px;position:relative;width:100%}.work-carousel .carousel-container .heading{color:#fff;color:var(--white);font-size:24px}.work-carousel .carousel-container .heading a{color:#fff;color:var(--white);text-decoration:none}.work-carousel .carousel-container .desc{color:#fff;color:var(--white);font-size:16px;text-align:center}.work-carousel .carousel-container .images-container{overflow:hidden;width:100%}.work-carousel .carousel-container .images-container .swiper{height:400px;width:577px}.work-carousel .carousel-container .images-container .swiper-slide{align-items:center;display:flex;justify-content:center}.work-carousel .carousel-container .images-container .swiper-slide .carousel-image{border-radius:16px;height:337px;width:577px}[data-theme=dark] .work-carousel .carousel-container{background-color:#1e1e1e}[data-theme=dark] .work-carousel .carousel-container .desc,[data-theme=dark] .work-carousel .carousel-container .heading,[data-theme=dark] .work-carousel .carousel-container a{color:#111;color:var(--black)}@media screen and (max-width:600px){.work-carousel .carousel-container{border-radius:18px;gap:12px;padding:24px 16px}.work-carousel .carousel-container .heading{font-size:20px;text-align:center}.work-carousel .carousel-container .desc{font-size:14px}.work-carousel .carousel-container .images-container{overflow:hidden;width:100%}.work-carousel .carousel-container .images-container .swiper{height:250px;width:300px}.work-carousel .carousel-container .images-container .swiper-slide{align-items:center;display:flex;justify-content:center}.work-carousel .carousel-container .images-container .swiper-slide .carousel-image{border-radius:8px;height:200px;object-fit:cover;width:300px}[data-theme=dark] .work-carousel .carousel-container{background-color:#1e1e1e}[data-theme=dark] .work-carousel .carousel-container .desc,[data-theme=dark] .work-carousel .carousel-container .heading,[data-theme=dark] .work-carousel .carousel-container a{color:#111;color:var(--black)}}.numbers-and-stats{align-items:center;display:flex;flex-direction:column;gap:48px;justify-content:flex-start;margin:64px 0;width:100%}.numbers-and-stats .center-text{text-align:center}.numbers-and-stats .center-text .text-p{color:#111;color:var(--black);font-size:24px;font-weight:600;text-align:center}.numbers-and-stats .card-container{height:130px;position:relative;width:130px;z-index:1000}.numbers-and-stats .card-container .card{height:130px;position:absolute;top:0;width:130px}.numbers-and-stats .card-container .card .card-content{background-color:#333;border-radius:30px;height:100%;width:100%}.numbers-and-stats .card-container .card .card-content .icon-img{height:100%;width:100%}.numbers-and-stats .card-container .card.front-card{z-index:10}.numbers-and-stats .card-container .card.back-card{z-index:0}.numbers-and-stats .card-text{color:#111;color:var(--black);font-size:36px;font-weight:700;text-align:center}.numbers-and-stats .card-text .orange{color:#f0732d}@media screen and (max-width:600px){.numbers-and-stats{gap:24px;height:auto;margin:24px 0;position:static;top:auto}.numbers-and-stats .center-text .text-p{font-size:20px}.numbers-and-stats .card-container,.numbers-and-stats .card-container .card{height:75px;width:75px}.numbers-and-stats .card-container .card .card-content{background-color:#333;border-radius:12px;height:100%;width:100%}.numbers-and-stats .card-text{color:#111;color:var(--black);font-size:24px;font-weight:700;text-align:center}.numbers-and-stats .card-text .orange{color:#f0732d}}.vertical-skills-container{align-items:flex-start;display:flex;flex-direction:column;gap:18px;justify-content:flex-start;min-height:200vh;position:relative;width:100%}.vertical-skills-container .heading{color:#111;color:var(--black);font-size:56px;font-weight:600;text-align:center;width:100%}.vertical-skills-container .bubble-row{align-items:center;display:flex;gap:24px;justify-content:flex-start;position:relative;width:100%}.vertical-skills-container .bubble-row .bubble{height:80px;width:80px}.vertical-skills-container .bubble-row .name-and-progress{display:flex;flex-direction:column;gap:0;width:100%}.vertical-skills-container .bubble-row .name-and-progress .bubble-text{color:#111;color:var(--black);font-size:18px}.vertical-skills-container .bubble-row .name-and-progress .progress-bar-flex{display:flex;gap:18px;width:100%}.vertical-skills-container .bubble-row .name-and-progress .progress-bar-flex .progress-bar{background-color:#f2f2f2;border-radius:5px;height:10px;margin-top:10px;position:relative;width:100%}.vertical-skills-container .bubble-row .name-and-progress .progress-bar-flex .progress-bar .progress{background-color:#111;border-radius:5px;height:100%;width:50%}.tabs{align-items:center;background-color:#f2f2f2;background-color:var(--grey);border-radius:48px;display:flex;justify-content:center;padding:8px;width:fit-content}.tabs .tab{color:#747474;color:var(--text-grey);cursor:pointer;font-size:16px;font-weight:600;margin:0 10px;padding:10px 20px;position:relative}.tabs .tab.active{color:#111;color:var(--black);z-index:1}.tabs .tab .active-tab-indicator{background-color:#fff;background-color:var(--white);border-radius:25px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}[data-theme=dark] .tabs{background-color:#fff;background-color:var(--white);border:2px solid #111;border:2px solid var(--black)}[data-theme=dark] .tabs .tab .active-tab-indicator{background-color:#1e1e1e}@media screen and (max-width:600px){.tabs{padding:6px}.tabs .tab{font-size:14px;margin:0 8px;padding:8px 16px;position:relative}[data-theme=dark] .tabs{background-color:#fff;background-color:var(--white);border:2px solid #111;border:2px solid var(--black)}[data-theme=dark] .tabs .tab .active-tab-indicator{background-color:#1e1e1e}}.find-my-work{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center;width:100%}.find-my-work .heading{color:#111;color:var(--black);font-size:36px;font-weight:600;margin-bottom:20px;text-align:center}.find-my-work .work-content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;justify-content:center;max-width:100%;padding:36px 0;width:100%}.find-my-work .work-content::-webkit-scrollbar{display:none}@media screen and (max-width:600px){.find-my-work .heading{font-size:20px;margin-bottom:16px}.find-my-work .work-content{gap:18px;padding:24px 0}}.card-modal-component{align-items:center;display:flex;flex-direction:column}.card-modal-component .website-link-icon{color:#007bff;font-size:1rem;margin-left:.5rem;text-decoration:none;transition:color .3s ease}.card-modal-component .website-link-icon:hover{color:#0056b3}.card-modal-component .main-card{align-items:center;background-color:#f2f2f2;border-radius:18px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:12px;height:auto;min-width:400px;padding:12px;transition:box-shadow .2s ease-in-out}.card-modal-component .main-card:hover [data-theme=light]{box-shadow:0 6px 10px #00000026}.card-modal-component .main-card .card-img{border-radius:14px;cursor:pointer;height:200px;object-fit:cover;width:400px}.card-modal-component .main-card .card-heading-flex{align-items:center;display:flex;gap:6px;justify-content:space-between;margin:0 auto;overflow-x:none;width:calc(100% - 8px)}.card-modal-component .main-card .card-heading-flex .heading{align-items:center;color:#111;color:var(--black);display:flex;font-size:16px;margin:0}.card-modal-component .main-card .card-heading-flex .icon{color:#111;color:var(--black);cursor:pointer;font-size:20px;margin:0}.card-modal-component .modal-overlay{align-items:center;background-color:#000c;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.card-modal-component .modal-overlay .modal-content{align-items:center;background-color:#fff;background-color:var(--white);border-radius:10px;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:12px 18px 24px;width:100%}.card-modal-component .modal-overlay .modal-content .heading,.card-modal-component .modal-overlay .modal-content .heading-2{align-items:center;color:#111;color:var(--black);display:flex;font-size:24px;margin:0;text-align:center}.card-modal-component .modal-overlay .modal-content .heading-2{font-size:18px}.card-modal-component .modal-overlay .modal-content .desc{color:#747474;max-width:700px;text-align:center;width:100%}[data-theme=dark] .card-modal-component .main-card{background-color:#1e1e1e}[data-theme=dark] .card-modal-component .modal-overlay{background-color:#000000f2}@media screen and (max-width:600px){.card-modal-component{padding:0 16px;width:100%}.card-modal-component .main-card{border-radius:12px;gap:10px;min-width:300px;padding:10px;width:100%}.card-modal-component .main-card .card-img{border-radius:12px;height:100%;min-height:160px;min-width:300px;width:100%}.card-modal-component .main-card .card-heading-flex{gap:6px}.card-modal-component .main-card .card-heading-flex .heading{font-size:14px}.card-modal-component .main-card .card-heading-flex .icon{font-size:16px}.card-modal-component .modal-overlay .modal-content{gap:12px;padding:10px 16px 18px}.card-modal-component .modal-overlay .modal-content .heading,.card-modal-component .modal-overlay .modal-content .heading-2{font-size:18px}.card-modal-component .modal-overlay .modal-content .desc{font-size:14px;max-width:300px;width:100%}}.mac-buttons-flex{align-items:center;display:flex;gap:6px;justify-content:flex-start;margin-right:auto;width:fit-content}.mac-buttons-flex .mac-button{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:14px;justify-content:center;transition:all .3s ease;width:14px}.mac-buttons-flex .mac-button .icon{font-size:10px}.mac-buttons-flex .mac-button .icon.expand-icon{transform:rotate(-45deg)}.mac-buttons-flex:hover .mac-button .icon{color:#111}.horizontal-skills-parent{align-items:center;display:flex;flex-direction:column;gap:24px;justify-content:center;margin:64px 0;width:100%}.horizontal-skills-parent .horizontal-skills-wrapper{align-items:center;display:flex;gap:0 24px;justify-content:flex-start;overflow:hidden;position:relative;width:100%}.horizontal-skills-parent .horizontal-skills-wrapper::-webkit-scrollbar{display:none}.horizontal-skills-parent .horizontal-skills-wrapper .icon{flex-shrink:0;height:120px;min-width:120px}@media screen and (max-width:600px){.horizontal-skills-parent{gap:18px;margin:24px 0;width:100%}.horizontal-skills-parent .horizontal-skills-wrapper{gap:0 18px}.horizontal-skills-parent .horizontal-skills-wrapper .icon{flex-shrink:0;height:60px;min-width:60px}}.work-experience-main-wrapper{align-items:flex-start;display:flex;height:220vh;position:relative;width:100%}.work-experience-main-wrapper .fixed-heading{font-size:48px;position:absolute;text-align:center;top:100px;width:100%;z-index:1}.work-experience-main-wrapper .fixed-heading .orange{color:#f0732d}.work-experience-main-wrapper .left-column{height:100vh;position:sticky;top:0;width:50%}.work-experience-main-wrapper .right-column{margin:auto;padding:50px;width:50%}.work-experience-main-wrapper .work-experience-section{margin-bottom:150px;opacity:0;text-align:center!important;transform:translateY(100px)}.work-experience-main-wrapper .work-experience-section .job-title{font-size:28px;font-weight:700}.work-experience-main-wrapper .work-experience-section .job-title .orange{color:#f0732d}.work-experience-main-wrapper .work-experience-section .duration{font-size:18px;font-weight:700}.work-experience-main-wrapper .work-experience-section .work-ex{color:#747474;font-size:16px;font-weight:400;margin-top:8px}.work-experience-main-wrapper .work-experience-section .work-ex .black{color:#111;color:var(--black);font-weight:500}.work-experience-main-wrapper .parts-assembling{align-items:center;cursor:grab;display:flex;flex-direction:column;height:100vh;justify-content:center;max-height:1000px;width:100%}@media screen and (max-width:600px){.work-experience-main-wrapper{align-items:flex-start;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin-bottom:0;position:static;width:100%}.work-experience-main-wrapper .fixed-heading{font-size:24px;margin-bottom:24px;position:static;text-align:center;width:100%;z-index:1}.work-experience-main-wrapper .fixed-heading .orange{color:#f0732d}.work-experience-main-wrapper .left-column{display:none}.work-experience-main-wrapper .right-column{margin:0;padding:0;width:100%}.work-experience-main-wrapper .right-column .work-experience-section{margin-bottom:48px;opacity:1;text-align:center!important;transform:translateY(0)}.work-experience-main-wrapper .right-column .work-experience-section .job-title{font-size:24px;font-weight:700}.work-experience-main-wrapper .right-column .work-experience-section .job-title .orange{color:#f0732d}.work-experience-main-wrapper .right-column .work-experience-section .duration{font-size:16px;font-weight:700}.work-experience-main-wrapper .right-column .work-experience-section .work-ex{color:#747474;font-size:14px;font-weight:400;margin-top:8px}.work-experience-main-wrapper .right-column .work-experience-section .work-ex .black{color:#111;color:var(--black);font-weight:500}.work-experience-main-wrapper .parts-assembling{align-items:center;cursor:pointer;display:flex;display:none;flex-direction:column;height:500px;justify-content:center;margin-top:80px;width:100%}}
/*# sourceMappingURL=main.d5165507.css.map*/