.about{margin-top:25px;display:flex;flex-direction:column;padding:0 40px;position:relative;gap:10px}.about-title{text-align:center}.about-sections{display:flex;justify-content:space-around}.about-left{width:20%;display:flex;justify-content:center;padding:20px 0}.about-left img{height:350px;width:250px;object-fit:cover;object-position:top;border-radius:15px}.about-right{display:flex;flex-direction:column;justify-content:space-between;width:75%;padding:20px}.about-para{display:flex;flex-direction:column;margin-bottom:10px;gap:20px;font-size:17px;line-height:33px}.about-para p{font-weight:300;color:var(--text-color)}.about-skills{display:flex;flex-direction:column;gap:18px;font-size:16px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s;color:var(--card-text)}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-skill p{min-width:120px;text-transform:uppercase}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%)}.about-achivements{display:flex;justify-content:space-around;margin-top:20px}.achivement{width:calc(100% / 3);display:flex;flex-direction:column;align-items:center;gap:10px;letter-spacing:3px}.achivement h1{font-size:50px;font-weight:600;background:linear-gradient(270deg,#DF8908 50.41%,#B415FF 99.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.center-achivement{border-left:1px solid var(--achievement-border);border-right:1px solid var(--achievement-border)}.achivement:hover h1,.achivement:hover p{transform:scale(1.12);transition:.5s}@media (max-width:1000px){.about-left{display:none}.about-right{width:100%}.about-skills{margin-top:30px}.about-para p{font-size:16px;line-height:36px}.about-achivements{margin-top:0}.about-skill{gap:0}.about-skill p{font-size:17px}.achivement h1{font-size:37px}.achivement p{font-size:1.5vw;letter-spacing:2.5px}}@media (max-width:600px){.about{padding:0 30px}.about-right{padding:0}.about-para{margin-top:20px}.about-para p{font-size:14px;line-height:25px}.about-skill p{min-width:90px;font-size:14px}.about-achivements{margin-top:20px}.center-achivement{padding:0 5px}.achivement h1{font-size:30px}.achivement p{letter-spacing:2px;text-align:center}}.autotext-wrapper{display:inline-block;font-size:inherit;font-weight:inherit;position:relative}.autotext{background:linear-gradient(264deg,#DF8908 15.09%,#B415FF 106.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}[data-theme=light] .character-cursor{color:#333!important}[data-theme=dark] .character-cursor{color:#fff!important}@media (max-width:800px){.h1-autotext{font-size:45px}}@media (max-width:600px){.h1-autotext{font-size:40px}}.skills-container{width:100%;display:flex;flex-direction:column;align-items:center;margin:20px 0}.skills-heading{font-size:2rem;margin-bottom:20px;background:linear-gradient(264deg,#DF8908 -5.09%,#B415FF 106.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;align-self:flex-start}.skills-sphere-container{width:100%;display:flex;flex-direction:column;align-items:center;position:relative}.skills-sphere{width:100%;height:450px;cursor:grab;position:relative}.skills-sphere:active{cursor:grabbing}.skills-hint{position:absolute;bottom:10px;background:rgba(0,0,0,.5);color:#fff;padding:5px 15px;border-radius:20px;font-size:.8rem;opacity:.7;transition:opacity .3s ease}.skills-hint:hover{opacity:1}@media (min-width: 1024px){.skills-container{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px}.skills-heading{width:20%;font-size:2.5rem;margin-top:150px;margin-left:20px}.skills-sphere-container{width:80%}.skills-sphere{height:500px}}@media (max-width: 768px){.skills-heading{font-size:1.8rem;text-align:center;align-self:center}.skills-sphere{height:400px}}@media (max-width: 480px){.skills-sphere{height:350px}.skills-heading{font-size:1.5rem}}.contact{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px;margin:18px 150px}.icon{height:24px;fill:#fff}.contact-title{text-align:center}.contact-section{width:100%;display:flex;flex-wrap:wrap;justify-content:space-around}.contact-left{padding:30px 5px;max-width:40%;display:flex;flex-direction:column;gap:25px}.contact-left h1{font-size:60px;background:linear-gradient(270deg,#DF8908 80%,#B415FF 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:400}.contact-left p{font-size:17px;margin-bottom:10px}.contact-details{display:flex;flex-direction:column;gap:25px}.contact-detail{display:flex;gap:25px}.contact-right{min-width:50%;display:flex;flex-direction:column;gap:13px}.contact-right label{font-size:20px}.contact-right input{border:none;padding:15px;border-radius:5px;background:var(--input-bg);color:var(--input-color);outline:none;box-shadow:inset 0 2px 4px var(--shadow-color);transition:box-shadow .3s ease}.contact-right input:focus,.contact-right textarea:focus{box-shadow:inset 0 2px 4px #b415ff33}.contact-right textarea{border:none;padding:15px;border-radius:5px;background:var(--input-bg);color:var(--input-color);outline:none;resize:none;box-shadow:inset 0 2px 4px var(--shadow-color);transition:box-shadow .3s ease}.contact-right button{border:none;width:35%;color:#fff;font-size:1.2rem;background:linear-gradient(267deg,#DF8908 .36%,#B415FF 102.06%);padding:15px;border-radius:40px;cursor:pointer;transition:.3s;margin-top:15px}.contact-right button:hover{transform:scale(1.05)}@media (max-width:1000px){.contact{margin:32px 50px}}@media (max-width:800px){.contact-section{flex-direction:column}.contact-left{max-width:none;width:100%;padding-top:0}.contact-details{flex-direction:row;flex-wrap:wrap}.contact-left h1{font-size:38px}.contact-left p{font-size:16px;text-align:center;margin-bottom:0;text-align:start}.contact-detail{gap:12px}.contact-detail .icon{height:20px}.contact-detail p{font-size:12px;margin-bottom:0}.contact-detail{align-items:center}.contact-right{margin-top:10px}.contact-right label{font-size:17px}.contact-right button{font-size:3vw}}[data-theme=light] .icon{fill:#333}[data-theme=light] .contact-right input,[data-theme=light] .contact-right textarea{box-shadow:inset 0 2px 4px #df89081a;border:1px solid rgba(223,137,8,.1)}[data-theme=light] .contact-right input:focus,[data-theme=light] .contact-right textarea:focus{box-shadow:inset 0 2px 4px #b415ff1a;border:1px solid rgba(223,137,8,.3)}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--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 rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.project-section{padding:0 100px;margin-top:30px;display:flex;flex-direction:column;gap:50px}.project-autotext{text-align:center;font-weight:300}.projects{display:grid;grid-template-columns:1fr 1fr;gap:60px}.project{animation:fadeInUp .6s ease-out forwards;opacity:0;transform:translateY(20px)}.project:nth-child(1){animation-delay:.1s}.project:nth-child(2){animation-delay:.2s}.project:nth-child(3){animation-delay:.3s}.project:nth-child(4){animation-delay:.4s}.project:nth-child(5){animation-delay:.1s}.project:nth-child(6){animation-delay:.2s}.project:nth-child(7){animation-delay:.3s}.project:nth-child(8){animation-delay:.4s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.project-image{position:absolute;height:100%;width:100%;object-fit:cover;object-position:center;transition:.3s ease-in-out}.project-image:hover{transform:scale(1.07)}.project-hover{position:relative;background:var(--project-card-bg);height:100%;width:100%;display:flex;flex-direction:column;justify-content:space-between;height:40vh;border:1px solid var(--border-color);border-radius:5px;overflow:hidden;transition:.3s ease-in-out;box-shadow:1px 1px 20px 5px var(--shadow-color)}.project-hover:hover{border:1px solid var(--card-hover-border);box-shadow:0 8px 25px var(--shadow-color)}.project-hover:hover .project-image{animation:zoomOut .3s forwards}.project-hover h1{margin-top:12px;text-align:center;font-weight:400;background:linear-gradient(-140deg,#ff0fa7,#ee660c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.project-description{padding:0 30px;text-align:center;font-weight:300;line-height:30px;letter-spacing:2px}.visit{display:flex;padding:10px;align-items:center;justify-content:center;gap:20px;background:var(--card-bg);border-top:1px solid var(--border-color)}.visit p{font-size:24px;background:linear-gradient(40deg,#ff0fa7,#ee660c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.visit .button{font-size:30px;background:linear-gradient(-140deg,#ff0fa7,#ee660c);padding:2px 8px;border-radius:5px;cursor:pointer;transition:.3s ease}.visit .button:hover{transform:scale(1.1);background:linear-gradient(-140deg,#980060,#cd5200)}.button:hover .project-image{opacity:0}@keyframes zoomOut{0%{transform:scale(1);opacity:1}to{transform:scale(1.1);opacity:0;display:none}}@media (max-width:1100px){.project-section{padding:0 70px}.projects{gap:30px}.project-hover h1{font-size:28px}.project-description{font-size:16px;padding:0 20px;line-height:22px;letter-spacing:1.5px}}@media (max-width:900px){.projects{grid-template-columns:1fr}.project-hover{height:34vh}.project-hover h1{margin-top:5px;font-size:25px}.project-description{font-size:15px}}@media (max-width:600px){.project-section{padding:0 50px}.project-hover{height:20vh}.project-hover h1{font-size:18px}.project-description{font-size:10px;padding:0 5px;line-height:14px;letter-spacing:1px}.visit{padding:3px}.visit p{font-size:16px}.visit .button{font-size:18px}}[data-theme=light] .project-hover{box-shadow:0 8px 20px #df890826}[data-theme=light] .project-hover:hover{box-shadow:0 12px 30px #df890840}[data-theme=light] .visit{background:rgba(255,255,255,.9);border-top:1px solid rgba(223,137,8,.2)}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:1rem 0}.see-more-btn,.show-less-btn{background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #da7c254d}.see-more-btn:hover,.show-less-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #da7c2566}.see-more-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.see-more-btn:disabled:hover{transform:none;box-shadow:0 4px 15px #da7c254d}.show-less-btn{background:linear-gradient(267deg,#6c757d 0%,#495057 100%);box-shadow:0 4px 15px #6c757d4d}.show-less-btn:hover{box-shadow:0 8px 25px #6c757d66}@media (max-width: 768px){.pagination-controls{margin-top:1.5rem}.see-more-btn,.show-less-btn{padding:.6rem 1.2rem;font-size:.9rem}}.hero{display:flex;flex-direction:column;align-items:center;gap:18px}.hero-image{margin-top:40px;height:300px;width:300px;border-radius:50%;position:relative}.hero img{height:100%;width:100%;object-fit:cover;object-position:top;border-radius:50%}.hero-image:before{position:absolute;content:"";top:50%;left:50%;transform:translate(-50%,-50%);background-color:tomato;height:315px;width:315px;border-radius:50%;z-index:-1;transition:.3s;animation:animate 2s linear infinite}@keyframes animate{50%{filter:hue-rotate(320deg)}}.hero-h1{text-align:center;width:70%;font-size:70px;font-weight:600}.hero span{background:linear-gradient(267deg,#DA7C25 10%,#B923E1 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero strong{background:linear-gradient(to right,orange,white,rgb(2,102,2));-webkit-background-clip:text;background-clip:text;color:transparent}.hero p{text-align:center;font-size:24px;width:80%;line-height:40px}.hero-action{margin-top:20px;display:flex;width:100%;justify-content:center;gap:35px}.hero-action .btn{text-align:center;padding:15px 0;font-size:25px;border-radius:45px;width:20%;cursor:pointer;z-index:10;position:relative}.hero-connect{background:linear-gradient(277deg,#DA7C25 .2%,#a900d7 100%);min-width:180px}.hero-connect:hover{background:linear-gradient(277deg,#DA7C25 100%,#a900d7 .2%)}.hero-resume{position:relative;background:#000;min-width:180px}.hero-resume:before{position:absolute;content:"";background-color:tomato;width:105%;height:105%;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50px;z-index:-1;transition:.3s;animation:animate 2s linear infinite}.hero-resume:hover:before{animation:none}@keyframes animate{50%{filter:hue-rotate(350deg)}}@media (max-width:800px){.hero h1{font-size:50px;width:90%}.hero p{width:90%;font-size:22px;line-height:35px}.hero-action{gap:30px}.hero-action .btn{width:40%;font-size:20px;padding:13px 0}}@media (max-width:550px){.hero h1{font-size:38px;width:90%}.hero p{width:90%;font-size:16px}.hero-image{margin-bottom:10px;height:250px;width:250px}.hero-image:before{height:260px;width:260px}}.hero-parallax{width:100%;min-height:100vh;position:relative;overflow:visible;margin-bottom:100px}.hero-parallax:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--overlay-bg);z-index:1}.hero{position:relative;z-index:2;padding-top:80px;padding-bottom:80px;min-height:90vh;display:flex;flex-direction:column;align-items:center}[data-theme=light] .hero-parallax:before{background:rgba(255,255,255,.75)}[data-theme=dark] .hero-parallax:before{background:rgba(22,21,19,.85)}.image-selector{position:fixed;top:80px;left:0;width:100%;background:rgba(255,255,255,.9);padding:10px;z-index:1000;box-shadow:0 2px 10px #0000001a}.image-selector h3{text-align:center;margin-bottom:10px;color:#333}.image-options{display:flex;justify-content:space-around;padding:0 20px}.image-option{width:30%;cursor:pointer;border:2px solid transparent;border-radius:8px;overflow:hidden;transition:all .3s ease}.image-option.selected{border-color:#df8908;box-shadow:0 0 15px #df890880}.image-option img{width:100%;height:100px;object-fit:cover}.image-option span{display:block;text-align:center;padding:5px;background:#f0f0f0;color:#333}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.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{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style: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{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.testimonials-section{padding:50px 0;margin-top:50px;overflow:visible;position:relative;z-index:5}.testimonials-title{text-align:center;margin-bottom:40px;font-size:2rem;font-weight:600;background:linear-gradient(270deg,#DF8908 50.41%,#B415FF 99.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonials-swiper{width:100%;padding-top:50px;padding-bottom:70px;position:relative;z-index:6}.testimonial-slide{width:500px;height:300px;display:flex;align-items:center;justify-content:center}.testimonial-content{background:var(--card-bg);border-radius:15px;padding:30px;box-shadow:0 10px 20px var(--shadow-color);position:relative;border:1px solid var(--border-color);transition:all .3s ease;height:100%;display:flex;flex-direction:column;color:var(--text-color)}[data-theme=light] .testimonial-content{box-shadow:0 10px 25px #df890826}[data-theme=light] .testimonial-content:hover{box-shadow:0 15px 30px #df890840}.testimonial-quote{font-size:5rem;position:absolute;top:10px;left:20px;color:#b415ff33;font-family:serif}.testimonial-content>p{margin-top:20px;font-style:italic;line-height:1.6;flex-grow:1}.testimonial-author{display:flex;align-items:center;margin-top:20px}.testimonial-author img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #DF8908}.testimonial-author div{margin-left:15px}.testimonial-author h4{margin:0;font-size:1rem;background:linear-gradient(270deg,#DF8908 50.41%,#B415FF 99.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.testimonial-author p{margin:5px 0 0;font-size:.8rem;color:#ccc}.swiper-pagination{position:relative;bottom:-10px!important;z-index:10}.swiper-pagination-bullet{background:#DF8908;opacity:.4}.swiper-pagination-bullet-active{opacity:1;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%)}.swiper-button-next,.swiper-button-prev{color:#df8908;z-index:10}@media (max-width: 768px){.testimonial-slide{width:300px;height:350px}.testimonial-quote{font-size:3rem}.testimonials-section{margin-top:30px}}@media (max-width: 480px){.testimonial-slide{width:250px;height:400px}}.nav{display:flex;justify-content:space-between;align-items:center;padding:1vw 6vw 1vw 4vw;box-shadow:0 0 80px 20px var(--navbar-shadow);background-color:var(--navbar-bg);transition:background-color .3s ease,box-shadow .3s ease}.logo{height:4vw;width:4vw;object-fit:cover;object-position:center;border-radius:50%;margin:.5vw 0}.nav-content{display:flex;margin-right:5px;justify-content:space-between;align-items:center}.nav-list{display:flex;align-items:center;gap:5vw;list-style:none;font-size:1.5rem}.nav-btn{font-size:1.2rem;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);padding:15px;border-radius:40px;cursor:pointer;transition:.3s;color:var(--button-text)}.nav-btn:hover{transform:scale(1.1)}.nav-elem{position:relative;padding:10px 0}.nav-elem:after{position:absolute;content:"";height:.16rem;width:100%;left:0;bottom:0;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);transform:scaleX(0);transition:transform .3s ease}.nav-elem:hover:after{transform:scale(1)}.Decoration{font-weight:550;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);-webkit-background-clip:text;background-clip:text;color:transparent;text-decoration:none}.noDecoration{color:var(--text-color);text-decoration:none}.admin-link{opacity:.7;font-size:.9rem}.admin-link:hover{opacity:1}.admin-link a{display:flex;align-items:center;justify-content:center;min-width:30px}.nav-open{font-size:40px;display:none;margin-right:20px;cursor:pointer}.nav-close{margin-top:3vw;font-size:40px;font-weight:lighter;display:none;cursor:pointer}@media (max-width:1200px){.logo{height:50px;width:50px;border-radius:50%}.nav-elem{white-space:nowrap;font-size:20px}.nav-btn{font-size:15px;padding:12px}}@media (max-width:800px){.nav{padding-left:0}.nav-open,.nav-close{display:block}.logo{width:60px;height:60px;border-radius:50%}.nav-content{flex-direction:column;align-items:center;position:fixed;top:0;gap:30px;width:350px;height:100%;z-index:1000;transition:right .5s;right:-350px}[data-theme=dark] .nav-content{background-color:#1f0016}[data-theme=light] .nav-content{background-color:#f1f1f1;box-shadow:-5px 0 15px #0000001a}.nav-content ul{flex-direction:column;align-items:center}.nav-list li{font-size:20px;margin:10px 0}[data-theme=light] .nav-close{color:#333}[data-theme=dark] .nav-close{color:#fff}[data-theme=light] .nav-content .noDecoration{color:#333}[data-theme=dark] .nav-content .noDecoration{color:#fff}}.footer{display:flex;justify-content:space-between;align-items:center;padding:2vw 8vw;box-shadow:0 0 80px 20px var(--shadow-color);margin-top:5vh;background-color:var(--footer-bg);transition:background-color .3s ease,box-shadow .3s ease}.footer-text{display:flex;gap:12px;color:var(--text-color)}.footer .icons{display:flex;align-items:center;justify-content:space-between;min-width:200px}.icons .icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;cursor:pointer;transition:.2s ease-in;box-shadow:0 2px 5px var(--shadow-color);background:var(--icon-bg);overflow:hidden}.icon:hover{box-shadow:0 5px 15px var(--shadow-color);transform:translateY(-2px) scale(1.05)}.mainicon{height:100%;width:100%}[data-theme=light] .github{fill:#24292e;background:white}[data-theme=light] .twitter{fill:#fff;background:black}[data-theme=light] .linkedin{fill:#0a66c2;background:white}[data-theme=dark] .github{fill:#fff;background:transparent}[data-theme=dark] .twitter{fill:#fff;background:black}[data-theme=dark] .linkedin{fill:#0a66c2;background:white}.cursor,.cursor-follower{position:fixed;pointer-events:none;will-change:transform;z-index:9999;transform:translate(-50%,-50%);border-radius:50%;transition:transform .1s ease}.cursor{width:8px;height:8px;background:#B415FF;z-index:10000}.cursor-follower{width:40px;height:40px;border:2px solid rgba(223,137,8,.5);transition:transform .3s ease,width .3s ease,height .3s ease,border .3s ease}.cursor.hidden,.cursor-follower.hidden{opacity:0}.cursor.clicked{transform:translate(-50%,-50%) scale(.8);background:#DF8908}.cursor-follower.clicked{transform:translate(-50%,-50%) scale(1.2);border-color:#b415ffb3}.cursor.link-hovered{transform:translate(-50%,-50%) scale(1.5);background:#DF8908}.cursor-follower.link-hovered{width:60px;height:60px;border-color:#b415ff1a;background-color:#df89081a}@media (max-width: 768px){.cursor,.cursor-follower{display:none}}.particles-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1}#tsparticles{width:100%;height:100%}.theme-toggle{position:fixed;bottom:20px;right:20px;z-index:1000}#theme-toggle-checkbox{display:none}.toggle-label{cursor:pointer;display:block;width:60px;height:30px;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);border-radius:30px;position:relative;box-shadow:0 0 10px var(--shadow-color);transition:box-shadow .3s ease}[data-theme=light] .toggle-label{background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);box-shadow:0 0 15px #df89084d}.toggle-ball{position:absolute;width:26px;height:26px;background-color:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s ease,background-color .3s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 5px #0003}#theme-toggle-checkbox:checked+.toggle-label .toggle-ball{transform:translate(30px);background-color:#222}[data-theme=light] .toggle-ball{background-color:#fff}[data-theme=dark] .toggle-ball{background-color:#222}.toggle-icons{width:16px;height:16px;display:flex;align-items:center;justify-content:center;position:relative}.moon-icon,.sun-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:16px;height:16px;fill:#333;opacity:0;transition:opacity .3s ease,fill .3s ease}.moon-icon.active{opacity:1;fill:#f5f3ce}.sun-icon.active{opacity:1;fill:#ff9d00}@media (max-width: 768px){.theme-toggle{bottom:10px;right:10px}.toggle-label{width:50px;height:25px}.toggle-ball{width:21px;height:21px}#theme-toggle-checkbox:checked+.toggle-label .toggle-ball{transform:translate(25px)}.toggle-icons{width:14px;height:14px}}.scroll-to-top{position:fixed;bottom:20px;right:80px;z-index:999;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;box-shadow:0 2px 10px #0003}@media (max-width: 768px){.scroll-to-top{bottom:70px;right:20px;width:35px;height:35px}}*{margin:0;padding:0;box-sizing:border-box}:root[data-theme=light]{--bg-color: #f7f7f7;--text-color: #333333;--card-bg: rgba(255, 255, 255, .85);--border-color: rgba(223, 137, 8, .2);--shadow-color: rgba(180, 21, 255, .08);--navbar-bg: rgba(255, 255, 255, .95);--highlight-gradient: linear-gradient(267deg, #DA7C25 10%, #B923E1 100%);--project-card-bg: linear-gradient(145deg, #ffffff, #f0f0f0);--footer-bg: rgba(255, 255, 255, .95);--input-bg: #f0f2f5;--input-color: #333;--card-hover-border: rgba(223, 137, 8, .6);--icon-bg: linear-gradient(145deg, #ffffff, #f0f0f0);--button-text: #ffffff;--navbar-shadow: rgba(0, 0, 0, .08);--overlay-bg: rgba(250, 250, 250, .85);--skill-shadow: rgba(223, 137, 8, .2);--card-text: #333;--achievement-border: rgba(223, 137, 8, .3)}:root[data-theme=dark]{--bg-color: #161513;--text-color: white;--card-bg: rgba(36, 36, 36, .7);--border-color: rgba(180, 21, 255, .2);--shadow-color: rgba(0, 0, 0, .3);--navbar-bg: rgba(22, 21, 19, .9);--highlight-gradient: linear-gradient(267deg, #DA7C25 10%, #B923E1 100%);--project-card-bg: linear-gradient(45deg, #3f0028, #582300);--footer-bg: rgba(22, 21, 19, .9);--input-bg: #32323c;--input-color: #c3c3c3;--card-hover-border: rgb(255, 0, 89);--button-text: #ffffff;--navbar-shadow: #080808;--overlay-bg: rgba(22, 21, 19, .85);--skill-shadow: rgba(0, 0, 0, .3);--card-text: white;--achievement-border: rgba(255, 255, 255, .1)}body{font-family:Outfit,sans-serif;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);overflow-x:hidden;transition:background-color .3s ease,color .3s ease}#root{position:relative;overflow:hidden}section{position:relative;width:100%;margin-bottom:60px}[data-theme=light] .Typewriter__cursor{color:#333!important}[data-theme=dark] .Typewriter__cursor{color:#fff!important}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:var(--bg-color);color:var(--text-color);padding:2rem;text-align:center}.error-boundary h2{color:#e74c3c;margin-bottom:1rem}.error-boundary button{margin-top:1.5rem;padding:.7rem 1.5rem;background:linear-gradient(267deg,#DA7C25 .36%,#B923E1 102.06%);color:#fff;border:none;border-radius:5px;cursor:pointer;font-size:1rem;transition:transform .2s}.error-boundary button:hover{transform:scale(1.05)}.error-boundary details{margin-top:2rem;text-align:left;border:1px solid var(--border-color);padding:1rem;border-radius:5px;max-width:800px;width:100%}.error-boundary summary{cursor:pointer;color:#e74c3c;font-weight:700;margin-bottom:.5rem}.page-loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.loader-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
