@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--color-primary: #2563eb;--color-primary-rgb: 37, 99, 235;--color-dark: rgba(28, 20, 5, .773);--color-text: #fff;--color-muted: #9fa5a5;--color-success: #33c648;--color-success-rgb:51, 198, 72;--color-warning: #ffa500;--color-danger: #fc605b;--color-white: #ffffff;--color-ui-1: #171717;--color-ui-2: #212121;--color-ui-2-rgb: 33, 33, 33;--transition: all .4s ease-in-out;--gray-border: solid .5px lightgray;--border-radius-3: 1.2rem;--border-radius-5: 51px;--gradient-1: linear-gradient( 260deg, var(--color-dark) 0%, var(--color-primary) 100% );--card-rgb: 180, 185, 188;--card-border-rgb: 131, 134, 135;--border-shadow: inset 0 0 .5px 1px hsla(0, 0%, 100%, .075), 0 0 0 1px hsla(0, 0%, 0%, .05), 0 .3px .4px hsla(0, 0%, 0%, .02), 0 .9px 1.5px hsla(0, 0%, 0%, .045), 0 3.5px 6px hsla(0, 0%, 0%, .09);--card-primary-shadow: var(--border-shadow), 0 0 30px rgba(var(--color-primary-rgb), .03);--polygon: polygon( 50px 0%, 100% 0, 100% calc(100% - 50px) , calc(100% - 50px) 100%, 0 100%, 0% 50px );--polygon-bevel: polygon( 50px 0%, calc(100% - 50px) 0%, 100% 50px, 100% calc(100% - 50px) , calc(100% - 50px) 100%, 50px 100%, 0% calc(100% - 50px) , 0% 50px )}*{margin:0;padding:0;box-sizing:border-box;border:none;outline:none}html,body{scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent;scroll-behavior:smooth;font-family:Poppins,sans-serif;color:var(--color-text);background:var(--color-ui-1);position:relative}body{width:100%;max-width:2000px;margin:auto;height:100%;min-height:100vh;overflow:hidden;overflow-y:auto}a{display:block;color:var(--color-text);text-decoration:none;cursor:pointer}h1,h2,h3,h4,h5{font-weight:500}img{min-height:100%;width:100%;object-fit:cover;display:block}.card{padding:20px;transition:var(--transition);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:var(--border-radius-3);background:linear-gradient(0deg,#32323233,#64646433)}.flex{display:flex}.flex__center{display:flex;align-items:center;justify-content:center}.btn{padding:15px 25px;border-radius:var(--border-radius-5);color:var(--color-text);font-size:14px;font-weight:500;background:var(--color-ui-2);text-align:center;cursor:pointer}.btn__shine{color:#9f9f9f;background:linear-gradient(to right,#9f9f9f 0,#fff,#868686 20%);background-position:0;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation-fill-mode:forwards;-webkit-text-size-adjust:none;font-weight:600;font-size:16px;animation:shine 3s infinite linear}@keyframes shine{0%{background-position:0}60%{background-position:180px}to{background-position:180px}}.shine{font-size:2em;font-weight:900;color:#ffffff4d;background-image:linear-gradient(-40deg,transparent 0%,transparent 40%,#fff 50%,transparent 60%,transparent 100%);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;background-size:50px;animation:zezzz 5s infinite}@keyframes zezzz{0%,10%{background-position:-100%}20%{background-position:top left}to{background-position:100%}}.color__primary{color:var(--color-primary)}.text__muted{color:var(--color-muted)}.g-text{background:linear-gradient(to right,var(--color-primary) 0%,var(--color-white) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.line__clamp__1{display:-webkit-box;text-overflow:ellipsis;overflow:hidden;-webkit-line-clamp:1;line-clamp:1}.section__wrapper{max-width:1190px;margin:auto;padding:80px 20px}.icon__container{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;max-width:2.5rem;max-height:2.5rem;font-size:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--border-radius-5);cursor:pointer;transition:var(--transition);color:var(--color-muted)}.icon__container:hover{transform:scale(1.1);background:var(--color-ui-2);color:var(--color-white)}.blur__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.section__header{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:40px;text-align:center}section{margin:60px 0;padding:0 20px}@media screen and (max-width:1024px){section{margin:50px 0}}@media screen and (max-width:768px){section{margin:40px 0}}@media screen and (max-width:480px){section{margin:30px 0}}.app__container{position:relative;overflow:hidden;min-height:100vh;background:#000}.pyramid{position:absolute;top:0;left:0;z-index:-1;width:100vw;height:100vh;pointer-events:none;opacity:.9}.navbar{display:flex;justify-content:space-between;padding:10px 20px;position:fixed;left:50%;top:20px;z-index:200;width:90%;transform:translate(-50%);border-radius:50px}.navbar .logo{cursor:pointer}.navbar .logo svg{width:30px;height:30px}.navbar .sidebar__middle{align-items:center;justify-content:center;gap:.8rem}.navbar .tab{padding:8px;font-size:18px;font-weight:500}.navbar .buttons__wrapper{gap:20px}.navbar .hire__btn{overflow:hidden;position:relative;padding-right:3.3rem;border-radius:.7rem;box-shadow:0 0 1.6rem -.6rem var(--color-ui-2);width:fit-content}.navbar .hire__btn .icon{background:var(--color-primary);color:var(--color-white);margin-left:1rem;height:2.2rem;width:2.2rem;border-radius:.7rem;box-shadow:.1rem .1rem .6rem .2rem var(--color-ui-2);position:absolute;right:.3rem;transition:width .3s ease}.navbar .hire__btn:hover .icon{width:calc(100% - .6rem)}.navbar .menu,.navbar .close__btn{font-size:25px;cursor:pointer;display:none}.aside__overlay{background:#01010180;position:fixed;top:0;left:0;height:100%;min-height:100vh;width:100%;z-index:201;-webkit-user-select:none;user-select:none;cursor:pointer}@media(max-width:900px){.navbar{top:0;width:100%;border-radius:0;background:rgba(var(--color-ui-2-rgb),.5);padding:10px 15px}.navbar .menu,.navbar .close__btn{display:flex}.navbar .sidebar{position:fixed;top:0;left:-100%;width:100%;max-width:320px;height:100vh;background:var(--color-ui-2);flex-direction:column;align-items:stretch;justify-content:flex-start;z-index:202;transition:left .3s ease-in-out;padding-top:20px}.navbar .sidebar.visible{left:0}.navbar .sidebar__middle{padding:20px;flex:1;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0}.navbar .buttons__wrapper{gap:10px}}#header,.section__wrapper,.column{overflow:visible}#header{padding:100px 0;margin:0 auto;min-height:100vh;display:flex;align-items:center;justify-content:center}.section__wrapper{width:100%;max-width:1200px;margin:0 auto;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.grid{display:grid;gap:2rem;width:100%}.upper{grid-template-columns:1fr 1fr;align-items:center;justify-content:center;width:100%}.column{display:flex;align-items:center;justify-content:center}.profile__wrapper{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;max-width:100%;width:clamp(180px,40vw,300px)}.breath__circle{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.profile__photo{position:relative;z-index:2;width:80%;height:auto;max-width:220px;object-fit:cover;transition:transform .3s ease,box-shadow .3s ease;outline:none;-webkit-user-select:none;user-select:none;border-radius:20%}.profile__photo:hover{transform:scale(1.05)}.profile__photo:focus-visible{outline:2px solid #5dade2}.lower{margin-top:2rem;padding:1rem;width:100%}.text__muted.description{text-align:center;font-size:1rem;color:#ccc;padding:1rem}@media(max-width:900px){.upper{grid-template-columns:1fr;text-align:center;gap:3rem}.column{padding:20px 0}.profile__wrapper{width:clamp(180px,45vw,250px)}.profile__photo{width:80%;max-width:180px}}@media(max-width:600px){#header{padding:60px 0 50px}.profile__wrapper{width:clamp(160px,50vw,200px)}.profile__photo{max-width:160px}.text__muted.description{font-size:.95rem;padding:.8rem}}@media(max-width:400px){.profile__wrapper{width:clamp(140px,60vw,180px)}.profile__photo{max-width:140px}.text__muted.description{font-size:.9rem}}.header-title-container{width:100%;max-width:600px;padding:.1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:0;overflow:visible}.header-title-container svg,.header-title-svg{width:90%;height:auto;display:block;margin:0;padding:0;line-height:1;overflow:visible;pointer-events:none;will-change:transform,opacity}.download-resume-button{margin-top:0;padding:.6rem 1.4rem;font-size:1rem;background:linear-gradient(135deg,#1868db,#1457ba);background-size:200% 200%;background-position:left;color:#fff;border:none;border-radius:8px;text-decoration:none;cursor:pointer;transition:background-position .5s ease,transform .3s ease,box-shadow .3s ease;animation:pulse 3s infinite;will-change:transform}.download-resume-button:hover{background-position:right;transform:scale(1.05);box-shadow:0 8px 16px #1868db66}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #1868db99}50%{transform:scale(1.02);box-shadow:0 0 10px #1868dbb3}to{transform:scale(1);box-shadow:0 0 #1868db99}}@media(max-width:768px){.download-resume-button{font-size:.9rem;padding:.5rem 1.2rem}}@media(max-width:480px){.download-resume-button{font-size:.85rem;padding:.4rem 1rem}}.code__block{position:relative;border-radius:12px;overflow:hidden;margin:20px 0;box-shadow:0 6px 20px #0000001a;border:1px solid rgba(255,255,255,.1);background:rgba(var(--color-primary-rgb),.03);max-width:100%;width:100%}.flex__center.dot__container{display:flex;gap:8px;padding:10px 16px;background-color:#0000000d;position:absolute;top:0;left:0;z-index:2;border-bottom:1px solid rgba(255,255,255,.05)}.code__block pre{margin-top:48px!important;overflow-x:auto;font-size:14px;line-height:1.6}.dot{width:12px;height:12px;border-radius:50%;background-color:#ff5f56;box-shadow:0 0 2px #0003;transition:transform .2s ease-in-out}.dot:nth-child(2){background-color:#ffbd2e}.dot:nth-child(3){background-color:#27c93f}.dot:hover{transform:scale(1.2)}.copy-btn{position:absolute;top:10px;right:16px;background:transparent;border:none;color:#00f7ff;font-size:13px;cursor:pointer;z-index:2;font-weight:500;transition:color .2s ease}.copy-btn:hover{color:#fff}@media(max-width:768px){.dot{width:10px;height:10px}.flex__center.dot__container{padding:8px 12px}.copy-btn{font-size:12px;top:8px;right:12px}.code__block pre{font-size:13px;margin-top:42px!important}}@media(max-width:480px){.dot{width:9px;height:9px}.code__block{border-radius:8px;margin:16px 0}.copy-btn{font-size:11px;top:6px;right:10px}.code__block pre{font-size:12.5px;margin-top:40px!important;padding:16px}}.fact__container{display:flex;flex-wrap:wrap;justify-content:center;gap:40px;padding:60px 20px;background:linear-gradient(135deg,#0f2027,#203a43,#2c5364);border-radius:20px;box-shadow:0 10px 40px #0003;color:#fff}.fact__item{flex:1 1 200px;max-width:280px;text-align:center;padding:24px;border-radius:16px;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .3s ease}.fact__item:hover{transform:translateY(-6px);background:#ffffff14}.odometer__wrap{display:flex;align-items:flex-end;justify-content:center;gap:6px;margin-bottom:10px}.odometer{font-size:48px;font-weight:800;color:#00f7ff;line-height:1;word-break:break-word}.suffix{font-size:28px;font-weight:600;color:#00f7ff;margin-bottom:4px}.label{font-size:16px;font-weight:500;color:#d0d0d0;letter-spacing:.6px;margin-top:8px}@media(max-width:768px){.fact__container{padding:40px 10px;gap:30px}.odometer{font-size:36px}.suffix{font-size:22px}.label{font-size:14px}}@media(max-width:480px){.fact__item{padding:16px;max-width:90%}.odometer{font-size:30px}.suffix{font-size:18px}.label{font-size:13px}}.odometer.odometer-auto-theme,.odometer.odometer-theme-default,.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit{display:inline-block;vertical-align:middle;*vertical-align: auto;*zoom: 1;*display: inline;position:relative}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer{display:inline-block;vertical-align:middle;*vertical-align: auto;*zoom: 1;*display: inline;visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner{text-align:left;display:block;position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon{display:block}.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner{display:block;-webkit-backface-visibility:hidden}.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value{display:block;-webkit-transform:translateZ(0)}.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value{position:absolute}.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s}.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner{-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%)}.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner{-webkit-transition:-webkit-transform 2s;-moz-transition:-moz-transform 2s;-ms-transition:-ms-transform 2s;-o-transition:-o-transform 2s;transition:transform 2s;-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.odometer.odometer-auto-theme,.odometer.odometer-theme-default{font-family:Helvetica Neue,sans-serif;line-height:1.1em}.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value{text-align:center}.social__handles__container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:20px 0}.social__handle{position:relative;width:56px;height:56px;border-radius:50%;background:#ffffff0d;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;transition:all .3s ease-in-out;box-shadow:0 4px 12px #0ff3;cursor:pointer}.social__handle:hover{background:var(--color-accent, #00f7ff);color:#000;transform:translateY(-6px) scale(1.1);box-shadow:0 6px 20px #0ff6}.tooltip{position:absolute;bottom:-32px;left:50%;transform:translate(-50%) translateY(10px);background:#111;color:#fff;padding:6px 12px;font-size:12px;white-space:nowrap;border-radius:6px;opacity:0;pointer-events:none;transition:all .25s ease;z-index:10}.social__handle:hover .tooltip{opacity:1;transform:translate(-50%) translateY(0)}@media(max-width:768px){.social__handle{width:48px;height:48px;font-size:20px}.tooltip{font-size:11px;bottom:-28px}}@media(max-width:480px){.social__handle{width:42px;height:42px;font-size:18px}.tooltip{font-size:10px;bottom:-24px}}.breath__circle{--background: linear-gradient(0deg, rgba(50, 50, 50, .2) 0%, rgba(100, 100, 100, .2) 100%);position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.breath__circle .breath{position:absolute;background:var(--background);border-radius:50%;border-top:1px solid rgba(100,100,100,1);box-shadow:#0000004d 0 10px 10px -0px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:ripple 2s infinite ease-in-out}.breath__circle .breath:nth-child(1){top:40%;right:40%;bottom:40%;left:40%;z-index:99}.breath__circle .breath:nth-child(2){top:30%;right:30%;bottom:30%;left:30%;z-index:98;animation-delay:.2s}.breath__circle .breath:nth-child(3){top:20%;right:20%;bottom:20%;left:20%;z-index:97;animation-delay:.4s}.breath__circle .breath:nth-child(4){top:10%;right:10%;bottom:10%;left:10%;z-index:96;animation-delay:.6s}.breath__circle .breath:nth-child(5){top:0%;right:0%;bottom:0%;left:0%;z-index:95;animation-delay:.8s}@keyframes ripple{0%{transform:scale(1);box-shadow:#0000004d 0 10px 10px -0px}50%{transform:scale(1.3);box-shadow:#0000004d 0 30px 20px -0px}to{transform:scale(1);box-shadow:#0000004d 0 10px 10px -0px}}.pyramid{position:relative;width:100%;height:100%;display:block;transform-style:preserve-3d;transform:rotateX(-20deg)}.pyramid .sides__container{position:relative;width:100%;height:100%;transform-style:preserve-3d;animation:spin 12s linear infinite}@keyframes spin{to{transform:rotateY(360deg)}}.pyramid .sides__container .side{width:700px;height:700px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;transform-origin:center top;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.pyramid .sides__container .side1{transform:rotate(-30deg) rotateY(90deg);background:conic-gradient(#2bdeac,#f028fd,#d8cce6,#2f2585)}.pyramid .sides__container .side2{transform:rotate(30deg) rotateY(90deg);background:conic-gradient(#2f2585,#d8cce6,#f028fd,#2bdeac)}.pyramid .sides__container .side3{transform:rotateX(30deg);background:conic-gradient(#2f2585,#d8cce6,#f028fd,#2bdeac)}.pyramid .sides__container .side4{transform:rotateX(-30deg);background:conic-gradient(#2bdeac,#f028fd,#d8cce6,#2f2585)}#about{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:10px 20px;box-sizing:border-box}#about .section__wrapper{display:grid;grid-template-columns:300px auto;gap:30px;border-radius:20px;padding:40px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 30px #0003;justify-items:center;align-items:center;max-width:1200px;width:100%;position:relative}#about .hole{position:absolute;top:-100px;left:50%;transform:translate(-50%);z-index:2}#about .about-column{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:50px 60px;color:var(--color-text);flex-grow:1;box-sizing:border-box;text-align:center}#about .shine{font-size:1.4rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:var(--color-accent);margin-bottom:12px;position:relative;overflow:hidden;display:inline-block}#about .shine:after{content:"";position:absolute;top:0;left:-75%;width:50%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.4),transparent);animation:shineMove 2s infinite}#about .title{font-size:2.5rem;font-weight:700;margin-bottom:20px;color:var(--color-text);animation:fadeInUp 1.4s ease forwards;animation-delay:.3s;animation-fill-mode:both}@media(min-width:1025px){#about .title{white-space:nowrap}}#about .color__primary{color:var(--color-primary)}#about .description{font-size:1.05rem;line-height:1.8;color:var(--color-muted);width:100%;letter-spacing:.3px;animation:fadeIn 1.5s ease-in-out;animation-delay:.6s;animation-fill-mode:both}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:30px;margin-top:40px;width:100%;max-width:600px;justify-content:center;align-items:center;justify-items:center}.skill-card{background:#ffffff0d;border-radius:16px;padding:20px 10px;text-align:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 5px 15px #0000001a;width:100px}.skill-card img{display:block;margin:0 auto;width:50px;height:50px;object-fit:contain}.skill-card span{color:var(--color-text);font-size:.9rem;font-weight:500;display:block;margin-top:8px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes shineMove{to{left:125%}}@media(max-width:1024px){#about{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;padding:10px 20px;box-sizing:border-box;margin:0 auto}#about .section__wrapper{grid-template-columns:1fr;padding:40px;gap:30px;justify-items:center;text-align:center}#about .about-column{padding:50px;align-items:center}#about .title{font-size:2rem}#about .description{font-size:.95rem;margin-bottom:20px}.skills-grid{gap:20px;max-width:100%}}.hole{width:200px;height:200px;max-width:100%;aspect-ratio:1/1;background:#0e0e0e;border-radius:100%}.hole:before,.hole:after{content:"";position:absolute;top:50%;background:transparent;box-shadow:0 -10px 0 0 var(--color-ui-1);width:50px;height:20px}.hole:before{left:-48px;border-top-right-radius:20px}.hole:after{right:-48px;border-top-left-radius:20px}.hole i{display:block;position:absolute;width:50px;height:50px;border-radius:140px;opacity:0;animation-name:scale;animation-duration:3s;animation-iteration-count:infinite;animation-timing-function:linear}.hole i:nth-child(1){animation-delay:.3s}.hole i:nth-child(2){animation-delay:.6s}.hole i:nth-child(3){animation-delay:.9s}.hole i:nth-child(4){animation-delay:1.2s}.hole i:nth-child(5){animation-delay:1.5s}.hole i:nth-child(6){animation-delay:1.8s}.hole i:nth-child(7){animation-delay:2.1s}.hole i:nth-child(8){animation-delay:2.4s}.hole i:nth-child(9){animation-delay:2.7s}.hole i:nth-child(10){animation-delay:3s}@keyframes scale{0%{transform:scale(2);opacity:0;box-shadow:0 0 50px #ffffff80}50%{transform:scale(1) translateY(-5px);opacity:1;box-shadow:0 8px 20px #ffffff80}to{transform:scale(.1) translateY(5px);opacity:0;box-shadow:0 10px 20px #fff0}}.section__wrapper{max-width:1200px;margin:0 auto;padding:4rem 1rem;display:flex;flex-direction:column;align-items:center}.section__header{margin-bottom:2.5rem;text-align:center}.section__header h2{font-size:2.5rem;font-weight:700;color:#fff}.shine{background:linear-gradient(90deg,#00f7ff,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services__box{background:#ffffff0a;padding:2rem;border-radius:20px;width:100%;box-shadow:0 8px 24px #00ffff1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08)}.services__group{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}@media(max-width:768px){.section__header h2{font-size:2rem}.services__box{padding:1.5rem}}@media(max-width:480px){.section__wrapper{padding:2.5rem .5rem}.section__header h2{font-size:1.75rem}.services__box{padding:1rem}}.service-card{--card-bg: rgba(var(--color-primary-rgb, 255, 255, 255), .05);--card-shadow: 0 6px 20px rgba(var(--color-primary-rgb, 0, 255, 255), .2);background:var(--card-bg);border:1px solid rgba(var(--color-primary-rgb, 255, 255, 255),.2);border-radius:20px;padding:2rem 1.5rem;width:100%;max-width:340px;min-height:400px;display:flex;flex-direction:column;align-items:center;gap:1.2rem;box-shadow:var(--card-shadow);transition:all .3s ease-in-out;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.service-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 28px rgba(var(--color-primary-rgb, 0, 255, 255),.3)}.icon-wrapper{font-size:2.8rem;background:rgba(var(--color-primary-rgb, 255, 255, 255),.1);color:var(--color-primary, #00f7ff);width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px rgba(var(--color-primary-rgb, 0, 255, 255),.3)}.card-title{font-size:1.3rem;font-weight:600;color:#fff;text-align:center}.card-title span{background:linear-gradient(to right,var(--color-primary, #00f7ff),#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.card-description{font-size:1rem;color:#ccc;text-align:center;line-height:1.5;padding:0 .5rem;flex-grow:1}.social-section{margin-top:auto;width:100%;display:flex;justify-content:center;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:1024px){.service-card{max-width:100%}}@media(max-width:768px){.icon-wrapper{font-size:2rem;width:52px;height:52px}.card-title{font-size:1.1rem}.card-description{font-size:.95rem}}@media(max-width:480px){.service-card{padding:1.5rem 1rem}.icon-wrapper{font-size:1.8rem;width:48px;height:48px}.card-title{font-size:1rem}.card-description{font-size:.9rem}}.skills__section{padding:4rem 1.5rem;background:linear-gradient(to right,#0f0c29,#302b63,#24243e);color:#fff}.section__wrapper{max-width:1200px;margin:0 auto;padding:3rem 2rem;border-radius:20px;background:#ffffff05;box-shadow:0 0 20px #ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);animation:glowBox 6s ease-in-out infinite alternate}.section__header{text-align:center;margin-bottom:2.5rem}.shine{font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 0 10px #00f7ff,0 0 20px #00f7ff;animation:pulseText 3s infinite}.skills__group__wrapper{display:flex;flex-direction:column;gap:3rem;padding:1rem 0}.skill__group__title{font-size:1.5rem;margin-bottom:1.5rem;color:#ffcc70;text-transform:uppercase;font-weight:600;padding-left:.5rem}.skill__container{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;padding:0 .5rem}.skill__card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:1.25rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;flex:1 1 calc(25% - 1.5rem);max-width:calc(25% - 1.5rem);min-width:180px;box-shadow:0 0 10px #00c9ff33;animation:glowCard 6s ease-in-out infinite alternate}.skill__card:hover{transform:scale(1.05);box-shadow:0 0 25px #00c9ff,0 0 35px #00c9ff}@keyframes glowBox{0%{box-shadow:0 0 10px #1de9b6,0 0 20px #1de9b6}to{box-shadow:0 0 20px #1de9b6,0 0 40px #1de9b6}}@keyframes glowCard{0%{box-shadow:0 0 10px #00c9ff33}to{box-shadow:0 0 20px #00c9ff66}}@keyframes pulseText{0%{text-shadow:0 0 10px #00f7ff}to{text-shadow:0 0 20px #00f7ff}}@media(max-width:1024px){.skill__card{flex:1 1 calc(33.33% - 1.5rem);max-width:calc(33.33% - 1.5rem)}}@media(max-width:768px){.skill__card{flex:1 1 calc(50% - 1.5rem);max-width:calc(50% - 1.5rem)}}@media(max-width:480px){.skill__card{flex:1 1 100%;max-width:100%}.shine{font-size:2rem}.skill__group__title{font-size:1.25rem}.section__wrapper{padding:2rem 1rem}}.skills__section{padding:4rem 1.5rem;margin-bottom:5rem;background:linear-gradient(to right,#0f0c29,#302b63,#24243e);color:#fff}.section__wrapper{padding:3rem 2rem;margin-bottom:5rem}.skill__card{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:1.5rem;padding:1.5rem;box-shadow:0 0 18px #0000001f;transition:all .3s ease;animation:fadeInUp .7s ease-in-out forwards;opacity:0}.skill__card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 8px 24px #00000040}.title{font-size:1.4rem;margin-bottom:1.2rem;text-align:center;color:#fff;opacity:0;animation:fadeIn 1s ease forwards;animation-delay:.2s}.skill__content{display:flex;flex-direction:column;gap:1.2rem;opacity:0;animation:fadeIn 1.2s ease forwards;animation-delay:.3s}.skill__details{display:flex;align-items:center;gap:1rem;background-color:#ffffff05;padding:.8rem 1rem;border-radius:1rem;transition:background-color .3s ease,transform .3s ease;opacity:0;transform:translateY(20px);animation:fadeInUp .7s ease-in-out forwards}.skill__details:hover{background-color:#ffffff0d;transform:translate(6px)}.skill__logo img{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 0 6px rgba(255,255,255,.2));animation:fadeScale .7s ease forwards;animation-delay:.2s;opacity:0}.skill__na{font-size:1rem;font-weight:600;color:#fff;opacity:0;animation:fadeInLeft .9s ease forwards;animation-delay:.4s}.text__muted{font-size:.85rem;color:#bbb;opacity:0;animation:fadeInLeft 1s ease forwards;animation-delay:.6s}@media screen and (max-width:600px){.skill__card{padding:1rem}.title{font-size:1.2rem}.skill__na{font-size:.95rem}.text__muted{font-size:.75rem}.skill__logo img{width:30px;height:30px}}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes fadeScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}#projects{padding:4rem 1rem;background-color:var(--color-background)}.section__wrapper{max-width:1200px;margin:0 auto;padding:0 1rem}.section__header{text-align:center;margin-bottom:2rem}.section__title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:var(--color-primary);text-transform:uppercase}.projects__container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;margin-top:2rem}.project__card{width:100%;height:100%;display:flex;flex-direction:column}.project__card{position:relative;box-shadow:var(--card-primary-shadow);clip-path:var(--polygon);background:var(--color-ui-1);padding:1rem;border-radius:1rem;transition:transform .3s ease}.project__card:hover{transform:translateY(-5px)}.project__card-top{background:var(--color-ui-2);border-radius:1rem;overflow:hidden;position:relative;z-index:2;clip-path:var(--polygon)}.project__image-wrapper{height:300px;overflow:hidden;border-radius:1rem}.project__image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project__image-wrapper:hover .project__image{transform:scale(1.1)}.project__card-bottom{margin-top:1rem;position:relative}.project__info{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.project__logo img{width:2.25rem;height:2.25rem;border-radius:5px;object-fit:contain;background:var(--color-ui-2)}.project__title{font-size:1rem;font-weight:600}.project__category{font-size:.875rem;color:var(--color-muted)}.project__description{font-size:.875rem;color:var(--color-text);margin:1rem 0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.project__stacks{display:flex;flex-wrap:wrap;gap:10px}.project__stack{padding:5px;width:30px;height:30px;background:rgba(var(--color-primary-rgb),.3);box-shadow:var(--card-primary-shadow);clip-path:var(--polygon);transition:transform .3s ease;display:flex;justify-content:center;align-items:center;cursor:pointer}.project__stack:hover{transform:scale(1.5)}.project__stack img{width:100%;height:100%;object-fit:contain}.project__card-link{text-decoration:none;color:inherit;transition:transform .3s ease;display:block}.project__card-link:hover{transform:translateY(-5px)}#testimonials{padding:60px 20px;background-color:var(--bg-primary);overflow:hidden}.section__wrapper{max-width:1200px;margin:0 auto}.section__header{text-align:center;margin-bottom:40px}.section__header h2{font-size:2.5rem;color:var(--text-primary)}.testimonial__slider{width:100%;overflow:hidden;position:relative}.testimonial__track{display:flex;flex-wrap:nowrap;width:max-content;animation:scrollLeft 40s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.testimonial__card{flex:0 0 300px;padding:30px 20px;background:var(--bg-secondary);border-radius:var(--border-radius-3);box-shadow:0 10px 25px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.testimonial__card+.testimonial__card{margin-left:0}.testimonial__card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #00000026}.testimonial__avatar{width:100px;height:120px;border-radius:12px;overflow:hidden;margin:0 auto 1rem;box-shadow:0 5px 15px #0000001a}.testimonial__avatar img{width:100%;height:100%;object-fit:cover}.testimonial__name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.testimonial__review{font-size:.95rem;color:var(--text-muted);line-height:1.5;padding:0 10px}@media(max-width:768px){.testimonial__card{flex:0 0 260px;padding:25px 15px}}@media(max-width:480px){.testimonial__card{flex:0 0 220px}.testimonial__name{font-size:1rem}.testimonial__review{font-size:.85rem}}.contact__section{padding:4rem 2rem;background-color:#0f0f0f;color:#fff;position:relative;z-index:1}.section__wrapper{max-width:1200px;margin:auto;position:relative}.title{font-size:2rem;text-align:center;margin-bottom:2rem}.shine{background:linear-gradient(to right,#00f2fe,#4facfe);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.contact__content__wrapper{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}@media screen and (max-width:768px){.contact__content__wrapper{grid-template-columns:1fr}}.stylish__box{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 0 20px #00ffff0d}.left__box{display:flex;flex-direction:column;gap:2rem}.contact__options{display:flex;flex-direction:column;gap:1.5rem}.option{display:flex;align-items:flex-start;gap:1rem;background:#ffffff08;padding:1rem;border-radius:1rem;transition:all .3s ease}.option:hover{background:#ffffff12;transform:translateY(-4px)}.contact__icon img{width:40px;height:40px;object-fit:contain}.contact__content{flex:1;display:flex;flex-direction:column;justify-content:space-between}.name{font-size:1.1rem;font-weight:600;color:#fff}.value{font-size:.9rem;color:#bbb;margin-top:.25rem}.btn{margin-top:.75rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;padding:.5rem 1rem;border-radius:.75rem;background-color:var(--primary-color, #007bff);color:#fff;text-decoration:none;transition:background-color .3s ease}.btn:hover{background-color:var(--primary-dark, #0056b3)}.icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:#fff}.social__handles{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.contact__form{display:flex;flex-direction:column;gap:1rem}.contact__form input,.contact__form textarea{padding:.75rem 1rem;border:none;border-radius:.75rem;font-size:1rem;background:#ffffff1a;color:#fff;outline:none;resize:none}.contact__form input::placeholder,.contact__form textarea::placeholder{color:#bbb}.submit__btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#00bcd4;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.submit__btn:hover{background-color:#0097a7}.pyramid__container{position:absolute;top:0;right:0;opacity:.05;z-index:0}footer{color:#fff;padding:3rem 1.5rem;text-align:center;position:relative;overflow:hidden}.section__wrapper{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:2.5rem;align-items:center}.nav{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;list-style:none;padding:0;margin:0}.tab{font-size:1rem;font-weight:500;color:#ccc;text-transform:uppercase;cursor:pointer;transition:all .3s ease;position:relative}.tab:hover,.tab.btn__shine{color:#00ffc3}.tab:after{content:"";display:block;width:0%;height:2px;background-color:#00ffc3;transition:width .3s ease;margin:0 auto}.tab:hover:after{width:100%}.social__icons{display:flex;gap:1.2rem;justify-content:center;align-items:center;flex-wrap:wrap}.social__icons a{color:#ccc;font-size:1.2rem;transition:color .3s ease}.social__icons a:hover{color:#00ffc3}.copyright{text-align:center;font-size:.95rem;color:#aaa}.text__muted{color:#777;margin-top:.4rem}.base__logo{margin-top:1.5rem}.full__name{font-size:1.5rem;font-weight:700;color:#fff;background:linear-gradient(90deg,#00ffc3,#007fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shine 4s linear infinite}@keyframes shine{0%{background-position:-200%}to{background-position:200%}}.shine{background-size:200% auto}@media screen and (max-width:768px){.nav{gap:1rem}.full__name{font-size:1.2rem}.tab{font-size:.9rem}.section__wrapper{gap:2rem}}.loader__container{height:100vh;width:100vw;background:#0f172a;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{border:6px solid #f3f3f3;border-top:6px solid #3b82f6;border-radius:50%;width:60px;height:60px;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}
