.toggle{border:3px solid var(--orange);border-radius:1rem;cursor:pointer;display:flex;justify-content:space-between;padding:2px;position:relative}.toggle>*{color:var(--orange);height:1rem;width:1rem}.t-button{background:var(--orange);border-radius:100%;position:absolute}@media screen and (max-width:480px){.toggle{position:relative}}.n-wrapper{align-items:center;display:flex;justify-content:space-between;left:0;padding:0 3.5rem;position:fixed;right:0;top:0;transition:background .3s ease,box-shadow .3s ease;z-index:999}.n-spacer,.n-wrapper{height:70px}.n-scrolled{border-bottom:1px solid #0000000f;box-shadow:0 1px 0 #00000014}.n-scrolled:before{backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.n-left{align-items:center;display:flex;flex:1 1;gap:2rem;justify-content:left}.n-name{font-size:1.3rem;font-weight:700}.n-right{align-items:center;display:flex;flex:1 1;font-weight:400;justify-content:flex-end}.n-list{flex:10 1}.n-list>ul{display:flex;gap:2rem;margin-right:4rem}.n-list>ul :hover{color:var(--orange);cursor:pointer}.n-list>ul span{cursor:pointer;padding-bottom:4px;position:relative;transition:color .2s ease}.n-active{color:var(--orange)!important;font-weight:600}.n-active:after{background:var(--orange);border-radius:2px;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.n-button{flex:2 1}.n-hamburger{-webkit-tap-highlight-color:transparent;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;outline:none;padding:8px;z-index:1001}.n-hamburger span{background:var(--black);border-radius:3px;display:block;height:3px;transition:all .3s ease;width:25px}.n-hamburger.open span:first-child{transform:rotate(45deg) translate(5px,6px)}.n-hamburger.open span:nth-child(2){opacity:0}.n-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media screen and (max-width:768px){.n-wrapper{padding:0 1.2rem}.n-spacer,.n-wrapper{height:60px}.n-left{align-items:center;flex:initial;gap:.5rem}.n-name{font-size:1rem}.n-hamburger{display:flex;margin-left:auto}.n-right{align-items:center;background:#fff;bottom:0;flex-direction:column;gap:2rem;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transform:translateY(-20px);transition:opacity .3s ease,transform .3s ease;z-index:1000}.n-right.n-menu-open{opacity:1;pointer-events:auto;transform:translateY(0)}.n-list{flex:initial}.n-list>ul{align-items:center;flex-direction:column;gap:1.8rem;margin-right:0;padding:0}.n-list>ul span{font-size:1.3rem}.n-button{flex:initial;margin-top:1rem}}.Intro{display:flex;height:77vh;margin-top:6rem}.i-left{flex:1 1;gap:2rem;position:relative}.i-left,.i-name{display:flex;flex-direction:column}.i-name{gap:.25rem}.i-name>:first-child{color:var(--black);font-size:3rem;font-weight:700}.i-name>:nth-child(2){color:var(--orange);font-size:3rem;font-weight:700}.i-role{color:var(--orange)!important;font-size:1.5rem!important;font-weight:600!important;margin-top:.5rem;min-height:2rem}.cursor{animation:blink 1s step-end infinite;color:var(--orange);display:inline-block;font-weight:300;margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.i-desc{color:var(--gray)!important;font-size:14px!important;font-weight:400!important;line-height:1.6;margin-top:.5rem;max-width:90%}.i-button{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.i-icons{display:flex;gap:0;margin-left:-1rem;margin-top:-1rem}.i-icons>*{transform:scale(.5);transition:transform .3s ease}.i-icons>:hover{cursor:pointer;transform:scale(.6)}.i-boy{border-bottom-right-radius:40%;height:380px;margin-top:-1rem}.i-right{flex:1 1;position:relative}.i-right>*{position:absolute;z-index:1}.i-right>:first-child{left:-15%;top:-9%;transform:scale(.69)}.i-right>:nth-child(2){left:-3rem;top:-4.6rem;transform:scale(.67)}.i-right>:nth-child(3){left:28%;transform:scale(1.4)}.i-right>:nth-child(4){border-radius:50%;left:-24%;padding:0;top:-19%;transform:scale(.62)}.blur{background:#edd0ff;border-radius:50%;filter:blur(212px);filter:blur(72px);height:14rem;left:56%;position:absolute;top:-18%;width:22rem;z-index:-9}@media screen and (max-width:480px){.Intro{flex-direction:column;gap:7rem;height:64rem;margin-top:1rem}.i-right{left:-3rem;transform:scale(.8)}.i-v1{margin-left:-2.5rem}.i-right .blur{display:none}.floating-div:first-of-type{top:-7rem!important}.i-role{font-size:1.2rem!important}}.floatingDiv{align-items:center;background:#fff;border-radius:17px;box-shadow:var(--boxShadow);display:flex;height:4.5rem;justify-content:space-around;padding:0 28px 0 0}.floatingDiv>img{transform:scale(.4)}.floatingDiv>span{color:#000;font-family:sans-serif;font-size:16px}:root{--yellow:#f5c32c;--orange:#fca61f;--black:#242d49;--gray:#788097;--blueCard:#ddf8fe;--purple:#eed2ff;--boxShadow:0px 19px 60px #00000014;--orangeCard:#fca61f73;--smboxShadow:-79px 51px 60px #00000014;--gradient:linear-gradient(135deg,#fdc50f,#fb982f);--dark-bg:#0a0a0f;--dark-card:#16161d;--dark-border:#2a2a3a;--accent-blue:#60a5fa;--accent-green:#34d399;--accent-purple:#a78bfa}.App,body,html{overflow-x:hidden}.App{color:#242d49;color:var(--black);max-width:100%;padding:.5rem 3.5rem}.button{background:linear-gradient(180deg,#fdc50f 26.71%,#fb982f 99.36%);border:none;border-radius:34px;box-shadow:0 20px 24px 3px #fba1286b;color:#fff;font-size:16px;font-weight:600;letter-spacing:.5px;padding:11px 26px;transition:all .3s ease}.button:hover{background:#fff;border:1px solid #fca61f;border:1px solid var(--orange);box-shadow:0 24px 28px 3px #fba1284d;color:#fca61f;color:var(--orange);cursor:pointer;transform:translateY(-2px)}.section-heading{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem;text-align:center}.section-heading>span:first-child{color:#242d49;color:var(--black);font-size:2rem;font-weight:700}.section-heading>span:nth-child(2){color:#fca61f;color:var(--orange);font-size:2.5rem;font-weight:800}@media screen and (max-width:768px){.App{padding:.5rem 1rem}}.exp-section{padding:2rem 0;position:relative}.exp-header{align-items:center;display:flex;flex-direction:column;margin-bottom:2rem;padding-top:4rem}.exp-header>span:first-of-type{color:var(--black);font-size:2rem;font-weight:700}.exp-header>span:nth-of-type(2){color:var(--orange);font-size:2.5rem;font-weight:700}.experience{color:var(--black);gap:5rem;justify-content:center;padding:2rem 0 3rem;position:relative}.achievement,.experience{align-items:center;display:flex}.achievement{flex-direction:column}.circle{align-items:center;background:#fff;border-radius:100%;display:flex;font-size:1.5rem;font-weight:700;height:4rem;justify-content:center;margin-bottom:2rem;position:relative;width:4rem}.circle:before{background-image:linear-gradient(180deg,#87e6fb 0,#ffc05c);border-radius:100%;bottom:-8px;box-shadow:var(--boxShadow);content:"";left:-8px;position:absolute;right:-8px;top:-8px;z-index:-1}.achievement span:nth-of-type(2){color:var(--orange)}.timeline{margin:0 auto;max-width:900px;padding:2rem 0;position:relative}.timeline:before{background:linear-gradient(to bottom,var(--orange),#87e6fb);border-radius:3px;bottom:0;content:"";left:30px;position:absolute;top:0;width:3px}.timeline-item{margin-bottom:2.5rem;padding-left:60px;position:relative}.timeline-dot{background:var(--orange);border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 4px #fca61f4d;height:18px;left:22px;position:absolute;top:1.5rem;width:18px;z-index:1}.timeline-card{background:#fff;border:1px solid #e8e8ef;border-radius:16px;box-shadow:0 4px 20px #0000000f;padding:1.5rem;transition:all .3s ease}.timeline-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-3px)}.timeline-card.full-time{border-left:4px solid var(--orange)}.timeline-card.intern{border-left:4px solid #87e6fb}.timeline-card-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.timeline-card-header h3{color:var(--black);font-size:1.3rem;font-weight:700;margin:0}.timeline-role{color:var(--orange);display:block;font-size:.95rem;font-weight:600;margin-top:.2rem}.timeline-location{color:var(--gray);display:block;font-size:.8rem}.timeline-period{background:linear-gradient(135deg,#fdc50f,#fb982f);border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;padding:.3rem .8rem;white-space:nowrap}.timeline-categories{display:flex;flex-direction:column;gap:1rem}.timeline-cat{background:#fafbff;border:1px solid #f0f0f5;border-radius:10px;padding:.8rem}.cat-title{align-items:center;color:var(--black);display:flex;font-size:.95rem;font-weight:700;gap:.5rem;margin-bottom:.5rem}.timeline-cat ul{margin:0;padding-left:1.2rem}.timeline-cat li{color:#555;font-size:.85rem;line-height:1.7;margin-bottom:.3rem}.timeline-cat li::marker{color:var(--orange)}.blur5{background:#edd0ff;border-radius:50%;filter:blur(212px);height:24rem;left:25%;position:absolute;top:-18%;width:41rem;z-index:-9}@media screen and (max-width:480px){.exp-header{padding-top:.6rem}.exp-header>span:first-of-type{font-size:1.5rem}.exp-header>span:nth-of-type(2){font-size:1.8rem}.experience{display:flex;flex-direction:row;gap:2rem;padding:1rem 0 2rem}.achievement{zoom:.8}.timeline:before{left:15px}.timeline-item{padding-left:40px}.timeline-dot{height:14px;left:8px;width:14px}.timeline-card{padding:1rem}.timeline-card-header{flex-direction:column}.timeline-card-header h3{font-size:1.1rem}.timeline-cat li{font-size:.78rem}.blur5{display:none}}.edu-section{padding:4rem 2rem;position:relative}.edu-header{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.edu-header>span:first-child{color:var(--black);font-size:2rem;font-weight:700}.edu-header>span:nth-child(2){color:var(--orange);font-size:2.5rem;font-weight:800}.edu-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.edu-column h3{color:var(--black);font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.edu-card{background:#fff;border:1px solid #e8e8ef;border-radius:16px;box-shadow:0 2px 12px #0000000a;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem;transition:all .3s ease}.edu-card:hover{border-color:var(--orange);box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.cert-card{border-left:4px solid #87e6fb}.edu-icon{flex-shrink:0;font-size:2rem}.edu-info{flex:1 1}.edu-info h4{color:var(--black);font-size:1rem;font-weight:700;margin:0 0 .3rem}.edu-institution{color:var(--gray);display:block;font-size:.85rem;margin-bottom:.5rem}.edu-meta{display:flex;flex-wrap:wrap;gap:1rem}.edu-period{background:#f7f7fb;color:var(--gray)}.edu-grade,.edu-period{border-radius:12px;font-size:.78rem;padding:.2rem .6rem}.edu-grade{background:#fff8ee;color:var(--orange);font-weight:600}.cert-detail{color:#555;font-size:.82rem;line-height:1.5;margin:.5rem 0 0}@media screen and (max-width:480px){.edu-section{padding:2rem .5rem}.edu-content{gap:2rem;grid-template-columns:1fr}.edu-header>span:first-child{font-size:1.5rem}.edu-header>span:nth-child(2){font-size:1.8rem}.edu-card{padding:1rem}}.portfolio{align-items:center;display:flex;flex-direction:column;height:70vh;justify-content:center;padding:0 3rem}.portfolio span:first-of-type{color:var(--black);font-size:2rem;font-weight:700}.portfolio span:nth-of-type(2){color:var(--orange);font-size:2.5rem;font-weight:700}.portfolio-slider-wrapper{align-items:center;display:flex;gap:1rem;margin-top:3rem;width:100%}.portfolio-nav-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001f;color:var(--orange);cursor:pointer;display:flex;flex-shrink:0;font-size:1.6rem;font-weight:700;height:44px;justify-content:center;line-height:1;transition:all .3s ease;width:44px}.portfolio-nav-btn:hover{background:var(--orange);box-shadow:0 6px 20px #fca61f59;color:#fff;transform:scale(1.1)}.portfolio .swiper{flex:1 1;min-width:0;overflow:hidden!important}.portfolio-slider{width:100%}.portfolio-slider .swiper-slide{width:20rem}.portfolio img{border-radius:19px;filter:drop-shadow(-12px 15px 13px rgba(0,0,0,.25));width:19rem}@media screen and (max-width:480px){.portfolio{height:auto;padding:2rem 1rem}.portfolio span:first-of-type{font-size:1.5rem}.portfolio span:nth-of-type(2){font-size:1.8rem}.portfolio-slider-wrapper{gap:0;margin-top:1.5rem}.portfolio-nav-btn{display:none}.portfolio-slider .swiper-slide{display:flex;justify-content:center;width:100%!important}.portfolio img{max-width:280px;width:85%}}@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{-webkit-backface-visibility:hidden;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{-webkit-margin-start:var(--swiper-centered-offset-before);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{-webkit-margin-before:var(--swiper-centered-offset-before);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)}}.contact-form{display:flex;height:auto;margin-bottom:4rem;margin-top:4rem;min-height:80vh;padding:3rem 3rem 0}.c-right{display:flex;flex:1 1;justify-content:center;position:relative}.c-right>form{align-items:center;display:flex;flex-direction:column;gap:2rem}.c-right .user{border:2px solid var(--orange);border-radius:8px;font-size:16px;height:2rem;outline:none;padding:.3em;width:20rem}textarea{height:4rem!important}.contact-info{display:flex;flex-direction:column;gap:.8rem;margin-top:1.5rem}.contact-item{align-items:center;display:flex;font-size:.9rem;gap:.8rem}.contact-icon{font-size:1.2rem}.contact-item a{color:var(--orange);font-size:.9rem;text-decoration:none;transition:color .2s ease}.contact-item a:hover{color:#fb982f;text-decoration:underline}.contact-item span:not(.contact-icon){color:var(--gray);font-size:.9rem}.sucesstext{color:var(--orange);font-weight:600}.error{animation:shake .5s cubic-bezier(.36,.07,.19,.97) both;background-color:#ffe8e8;border:2px solid red}@keyframes shake{0%{transform:translateX(0)}10%,90%{transform:translateX(-10px)}20%,80%{transform:translateX(10px)}30%,50%,70%{transform:translateX(-10px)}40%,60%{transform:translateX(10px)}to{transform:translateX(0)}}.c-blur1{left:8rem;top:1rem}@media screen and (max-width:480px){.contact-form{flex-direction:column;gap:5rem;height:40rem;padding:0}.c-right .user{width:16rem}.sucesstext{margin-top:-1.2rem}.contact-info{margin-top:1rem}.contact-item{font-size:.8rem}}.footer{margin:-7rem -3.5rem -.5rem;position:relative}.f-content,.footer{align-items:center;display:flex}.f-content{color:#fff;flex-direction:column;gap:4rem;justify-content:center;margin-top:4rem;position:absolute;width:100%}.f-icons{display:flex;gap:2rem}@media screen and (max-width:480px){.f-content{transform:scale(.5)}}.t-wrapper{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100vh;justify-content:center;margin-top:2rem;padding:0 3rem;position:relative}.t-heading{align-self:start}.t-heading>*{font-size:2rem;font-weight:700}.t-heading span:nth-of-type(2){color:var(--orange)}.t-blur1{left:38rem;top:16rem}.t-blur2{left:0;top:9rem}.projects{align-items:center;background:#ffffff42;border:7px solid var(--blueCard);border-radius:20px;box-shadow:var(--boxShadow);display:flex;flex-direction:row;gap:1.5rem;height:12rem;justify-content:space-evenly;padding:2rem;width:50rem}.projects>img{border-radius:6%;height:8rem;transition:transform 1s;width:15rem}.projects>img:hover{transform:scale(1.2)}.projects>span{color:var(--gray)}.title{color:red;font-size:1.5rem;font-weight:700}.links{display:flex;flex-direction:row;gap:1rem}.links>a{color:var(--orange);text-decoration:none}.links>a:hover{color:#0051ff}.description{display:flex;flex-direction:column;flex-wrap:wrap}.t-wrapper .swiper{height:70%;width:100%}.t-wrapper .swiper-slide{align-items:center;display:flex;justify-content:center}.t-wrapper .swiper-pagination-bullet-active{background:var(--orange)}.projects-slider-wrapper{align-items:center;display:flex;gap:1rem;margin-top:2rem;width:100%}.projects-nav-btn{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 4px 15px #0000001f;color:var(--orange);cursor:pointer;display:flex;flex-shrink:0;font-size:1.6rem;font-weight:700;height:44px;justify-content:center;line-height:1;transition:all .3s ease;width:44px}.projects-nav-btn:hover{background:var(--orange);box-shadow:0 6px 20px #fca61f59;color:#fff;transform:scale(1.1)}.projects-nav-btn:active{transform:scale(.95)}@media screen and (max-width:480px){.t-wrapper{align-items:center;display:flex;height:auto;margin-top:3rem;min-height:90vh;padding:0 .5rem;position:relative}.t-heading{align-self:center;padding:0 1rem;text-align:center}.t-heading>*{font-size:1.5rem}.t-heading span:nth-of-type(3){display:block;font-size:.85rem;margin-top:.5rem}.projects{border:4px solid var(--blueCard);border-radius:16px;box-shadow:0 2px 10px #00000014;flex-direction:column;font-size:1rem;gap:1rem;height:auto;max-width:100%;min-height:auto;padding:1.2rem;width:95%}.projects>img{aspect-ratio:16/10;height:auto;max-width:280px;object-fit:cover;width:100%}.title{font-size:1rem;margin-top:.5rem;padding-bottom:.5rem}.description{font-size:.85rem;gap:.5rem;line-height:1.6;margin:0;text-align:left;width:100%}.techology{display:block;font-size:.8rem;line-height:1.5;padding-top:.5rem}.links{flex-wrap:wrap;font-size:.85rem;padding-top:.5rem}.swiper1{padding-bottom:2.5rem;width:100%}.t-wrapper .swiper{height:auto}.projects-nav-btn{display:none}.projects-slider-wrapper{gap:0}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.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{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;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:translateX(-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:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.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-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.about-section{padding:4rem 2rem;position:relative}.about-header{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.about-header>span:first-child{color:var(--black);font-size:2rem;font-weight:700}.about-header>span:nth-child(2){color:var(--orange);font-size:2.5rem;font-weight:800}.hr2{border:3px solid var(--orange);border-radius:5px;height:0;margin-top:.5rem;width:120px}.about-content{margin:0 auto;max-width:1100px}.about-bio{margin-bottom:3rem;text-align:center}.about-bio p{color:var(--black);font-size:1.05rem;line-height:1.8;margin:0 auto 1rem;max-width:800px}.about-extra{color:var(--gray);font-size:.95rem!important}.skills-container h3{color:var(--black);font-size:1.6rem;font-weight:700;margin-bottom:2rem;text-align:center}.skills-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.skill-category{background:#fff;border:1px solid #e8e8ef;border-radius:16px;box-shadow:0 2px 12px #0000000a;padding:1.5rem;transition:all .3s ease}.skill-category:hover{border-color:var(--orange);box-shadow:0 12px 30px #0000001a;transform:translateY(-4px)}.category-header{align-items:center;display:flex;gap:.6rem;margin-bottom:1rem}.category-icon{font-size:1.4rem}.category-title{color:var(--black);font-size:1rem;font-weight:700}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#f0f4ff;border:1px solid #e2e8f0;border-radius:20px;color:#4a5568;cursor:default;font-size:.8rem;font-weight:500;padding:.35rem .8rem;transition:all .2s ease}.skill-tag:hover{background:var(--orange);border-color:var(--orange);color:#fff;transform:scale(1.05)}.s-blur2{left:14rem;top:8rem}.s-blur1{left:-18rem;top:13rem}@media screen and (max-width:480px){.about-section{padding:2rem .5rem}.about-header>span:first-child{font-size:1.5rem}.about-header>span:nth-child(2){font-size:1.8rem}.about-bio p{font-size:.9rem;padding:0 .5rem}.skills-grid{gap:1rem;grid-template-columns:1fr}.skill-category{padding:1rem}.skills-container h3{font-size:1.3rem}}.awards-section{padding:4rem 2rem;position:relative}.awards-header{align-items:center;display:flex;flex-direction:column;margin-bottom:3rem}.awards-header>span:first-child{color:var(--black);font-size:2rem;font-weight:700}.awards-header>span:nth-child(2){color:var(--orange);font-size:2.5rem;font-weight:800}.awards-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1000px}.award-card{background:#fff;border:1px solid #e8e8ef;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.award-card:hover{border-color:var(--orange);box-shadow:0 16px 40px #0000001f;transform:translateY(-8px)}.award-icon-wrapper{align-items:center;border:2px solid;border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 1.2rem;transition:transform .3s ease;width:80px}.award-card:hover .award-icon-wrapper{transform:scale(1.1) rotate(5deg)}.award-icon{font-size:2.2rem}.award-card h3{color:var(--black);font-size:1.1rem;font-weight:700;margin:0 0 .3rem}.award-org{color:var(--orange);display:block;font-size:.85rem;font-weight:600;margin-bottom:.8rem}.award-card p{color:#666;font-size:.85rem;line-height:1.6;margin:0}@media screen and (max-width:480px){.awards-section{padding:2rem .5rem}.awards-grid{gap:1.5rem;grid-template-columns:1fr}.awards-header>span:first-child{font-size:1.5rem}.awards-header>span:nth-child(2){font-size:1.8rem}.award-card{padding:1.5rem 1rem}}
/*# sourceMappingURL=main.ee7651c2.css.map*/