@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600&display=swap";.header-logo{display:flex;justify-content:center;align-items:center;padding:10px;position:relative;animation:fadeIn 1.5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.heading{font-size:100px;color:#1210104d;font-weight:900;position:absolute;z-index:0;left:50%;transform:translate(-50%);white-space:nowrap;pointer-events:none}.subtitle{font-weight:900;font-size:48px;color:#e54444!important;z-index:1;position:relative}.nav{display:flex;justify-content:space-between;align-items:center;background:#f5f5f5;padding:12px 30px;height:auto;gap:10px}.left-section,.right-section{flex:1;display:flex;align-items:center}.left-section{justify-content:flex-start}.right-section{justify-content:flex-end}.profile-img{width:70px;height:70px;border-radius:50%;border:4px solid rgb(42,45,45);transition:.3s ease;object-fit:cover}.profile-img:hover{transform:scale(1.08) rotate(10deg)}.resume-btn{background:linear-gradient(45deg,#00eee8,#e54444);color:#fff;border:none;padding:14px 28px;font-size:18px;font-weight:700;border-radius:25px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #1515154d;white-space:nowrap}.resume-btn:hover{transform:translateY(-4px);box-shadow:0 8px 25px #27272780}@media(max-width:768px){.heading{font-size:50px}.subtitle{font-size:28px;text-align:center}.nav{gap:10px;padding:15px}.left-section,.right-section{flex:unset;justify-content:center}.profile-img{width:60px;height:60px}.resume-btn{font-size:16px;padding:12px 22px;border-radius:20px}}@media(max-width:480px){.heading{font-size:38px}.subtitle{font-size:22px}.nav{gap:8px}.resume-btn{padding:10px 20px;font-size:15px}.profile-img{width:55px;height:55px}}.footer{padding:10px 10px 5px;text-align:center;background:#f5f5f5;opacity:0;transform:translateY(40px);transition:all 1s ease}.footer-show{opacity:1;transform:translateY(0)}.footer-text{font-weight:bolder;font-size:50px;color:#000;padding:10px;border-bottom:3px solid black}.footer-text a{text-decoration:none}.highlight-primary{color:#e04040;transition:all .3s ease}.highlight-secondary{color:#e609ab;transition:all .3s ease}.highlight-tertiary{color:#40a3e0;transition:all .3s ease}.highlight-primary:hover,.highlight-secondary:hover,.highlight-tertiary:hover{text-shadow:0 0 10px currentColor}.copyrights{display:flex;justify-content:center;font-weight:bolder;font-size:25px;color:#000;padding:20px!important}.hover-icon{position:relative;display:inline-block;cursor:pointer;margin:0 6px}.hover-icon .text{transition:opacity .3s ease,transform .3s ease}.hover-icon .icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:opacity .3s ease,transform .3s ease;font-size:50px}.hover-icon:hover .text{opacity:0;transform:scale(.8)}.hover-icon:hover .icon{opacity:1;transform:scale(1.2)}@media(max-width:768px){.footer-text{font-size:32px}.copyrights{font-size:20px;padding:15px!important}.hover-icon .icon{font-size:40px}}@media(max-width:480px){.footer{padding:5px 5px 2px}.footer-text{font-size:24px;border-bottom-width:2px}.copyrights{font-size:16px;padding:10px!important}.hover-icon{margin:0 4px}.hover-icon .icon{font-size:30px}}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:10px;text-align:center;background:#f5f5f5;transition:opacity .6s ease,transform .6s ease;opacity:1}.hero:not(.reveal){opacity:0;transform:translateY(20px)}.hero.reveal{opacity:1;transform:translateY(0)}.subtitle{font-weight:bolder;font-size:50px;z-index:1;position:relative;line-height:1.4;max-width:1100px}.normal{color:#151515}.highlight-primary{color:#ed2d2d!important}.highlight-secondary{color:#e9da0e!important}.typing:after{content:"|";margin-left:6px;animation:blink 1s infinite}@keyframes blink{0%,50%,to{opacity:1}25%,75%{opacity:0}}.btn-section{margin-top:40px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.btn{background:linear-gradient(45deg,#2d7ded,#e54444);color:#fff;border:none;padding:15px 30px;font-size:18px;font-weight:700;border-radius:25px;transition:all .3s ease;box-shadow:0 4px 15px #00eee84d;display:flex;align-items:center;gap:8px}.btn:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00eee880}.btn-section a{text-decoration:none}.icon{font-size:18px}@media(max-width:768px){.subtitle{font-size:32px}.btn-section{margin-top:30px}.btn{padding:12px 24px;font-size:16px}.icon{font-size:16px}}@media(max-width:480px){.hero{padding:4px}.subtitle{font-size:24px}.btn-section{margin-top:25px;gap:15px}.btn{padding:10px 20px;font-size:14px;border-radius:20px}.icon{font-size:14px}}.loader{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;justify-content:center;align-items:center;z-index:9999}.loader-bar{width:200px;height:10px;background-color:#f5f5f5;animation:loader-animation 2s ease-in-out forwards}@keyframes loader-animation{0%{width:0}to{width:200px}}@media(max-width:768px){.loader-bar{width:150px;animation:loader-animation-tablet 2s ease-in-out forwards}@keyframes loader-animation-tablet{0%{width:0}to{width:150px}}}@media(max-width:480px){.loader-bar{width:100px;animation:loader-animation-mobile 2s ease-in-out forwards}@keyframes loader-animation-mobile{0%{width:0}to{width:100px}}}.work-section{background:#f5f5f5;padding:10px 0 40px!important}.title{padding-top:50px;padding-bottom:30px;display:flex;justify-content:center;align-items:center;position:relative;animation:fadeIn 1.5s ease-in}.heading{font-size:120px;color:#564a4aa3;font-weight:bolder;position:absolute;z-index:0;left:50%;transform:translate(-50%)}.subtitle{font-weight:bolder;font-size:60px;color:#ff0;z-index:1;position:relative}.gap{height:20px;max-height:100%}.portfolio-table{width:100%;margin:auto;border-collapse:collapse;color:#4556e8!important;font-size:30px;font-weight:bolder;padding-top:20px!important}.portfolio-table tbody tr{position:relative;overflow:hidden}.portfolio-table tbody tr:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#0c0c0ce7;transition:left .4s ease;z-index:0}.portfolio-table tbody tr:hover:before{left:0}.portfolio-table td{position:relative;padding:16px;border-bottom:1px solid #222;z-index:1}.portfolio-table a{color:#e7e4e4!important;text-decoration:none;position:relative;z-index:1}@media(max-width:768px){.title{padding-top:40px;padding-bottom:20px}.heading{font-size:80px}.subtitle{font-size:40px}.portfolio-table{font-size:24px}.portfolio-table td{padding:14px}}@media(max-width:480px){.work-section{padding:10px 0 20px!important}.title{padding-top:30px;padding-bottom:15px}.heading{font-size:50px}.subtitle{font-size:28px}.portfolio-table{font-size:18px}.portfolio-table td{padding:12px 10px}}.skill-body{background:#fff;color:#000}@keyframes zoom-in{0%{transform:translateZ(-1000px);opacity:0;filter:blur(5px)}50%{transform:translateZ(0);opacity:1;filter:blur(0px)}to{transform:translateZ(1000px);opacity:0;filter:blur(5px)}}.stuck-grid{block-size:100svh;perspective:2000px;transform-style:preserve-3d;display:grid;grid:repeat(2,15dvh) / repeat(2,15dvw);place-items:center;position:sticky;top:0;overflow:clip;z-index:99;background:#fff;isolation:isolate}.stuck-grid>.grid-item{transform-style:preserve-3d;font-size:5vmin;font-weight:bolder;text-wrap:nowrap}@supports (animation-timeline: scroll()){@media(prefers-reduced-motion:no-preference){.stuck-grid>.grid-item{animation:zoom-in linear both;animation-timeline:scroll(root block);will-change:transform,opacity,filter}}}.stuck-grid>.grid-item.special.special{grid-row:2 / span 2;grid-column:2 / span 2}.stuck-grid>.grid-item>b{font-size:15vmin}.stuck-grid>.grid-item:nth-of-type(1){animation-range:40% 50%}.stuck-grid>.grid-item:nth-of-type(2){animation-range:20% 30%}.stuck-grid>.grid-item:nth-of-type(3){animation-range:52% 62%}.stuck-grid>.grid-item:nth-of-type(4){animation-range:50% 60%}.stuck-grid>.grid-item:nth-of-type(5){animation-range:45% 55%}.stuck-grid>.grid-item:nth-of-type(6){animation-range:10% 20%}.stuck-grid>.grid-item:nth-of-type(7){animation-range:90% 100%}.stuck-grid>.grid-item:nth-of-type(8){animation-range:30% 40%}.stuck-grid>.grid-item:nth-of-type(9){animation-range:80% 90%}.stuck-grid>.grid-item:nth-of-type(10){animation-range:70% 80%}.stuck-grid>.grid-item:nth-of-type(11){animation-range:-10% 50%}.stuck-grid>.grid-item:nth-of-type(12){animation-range:52% 62%}.stuck-grid>.grid-item:nth-of-type(13){animation-range:15% 25%}.stuck-grid>.grid-item:nth-of-type(14){animation-range:7% 17%}.stuck-grid>.grid-item:nth-of-type(15){animation-range:75% 85%}.stuck-grid>.grid-item:nth-of-type(16){animation-range:3% 13%}.stuck-grid>.grid-item:nth-of-type(17){animation-range:87% 97%}.stuck-grid>.grid-item:nth-of-type(18){animation-range:42% 52%}.stuck-grid>.grid-item:nth-of-type(19){animation-range:57% 67%}.stuck-grid>.grid-item:nth-of-type(20){animation-range:37% 47%}.stuck-grid>.grid-item:nth-of-type(21){animation-range:12% 22%}.stuck-grid>.grid-item:nth-of-type(22){animation-range:8% 18%}.stuck-grid>.grid-item:nth-of-type(23){animation-range:84% 94%}.stuck-grid>.grid-item:nth-of-type(24){animation-range:33% 43%}.stuck-grid>.grid-item:nth-of-type(25){animation-range:48% 58%}.stuck-grid>.grid-item:nth-of-type(26){animation-range:13% 23%}.stuck-grid>.grid-item:nth-of-type(27){animation-range:78% 88%}.stuck-grid>.grid-item:nth-of-type(28){animation-range:62% 72%}.stuck-grid>.grid-item:nth-of-type(29){animation-range:31% 41%}.stuck-grid>.grid-item:nth-of-type(30){animation-range:8% 18%}.stuck-grid>.grid-item:nth-of-type(31){animation-range:4% 14%}.stuck-grid>.grid-item:nth-of-type(32){animation-range:74% 84%}.stuck-grid>.grid-item:nth-of-type(33){animation-range:61% 71%}.stuck-grid>.grid-item:nth-of-type(34){animation-range:26% 36%}.stuck-grid>.grid-item:nth-of-type(35){animation-range:63% 73%}.stuck-grid>.grid-item:nth-of-type(36){animation-range:11% 21%}.stuck-grid>.grid-item:nth-of-type(37){animation-range:89% 99%}.stuck-grid>.grid-item:nth-of-type(38){animation-range:33% 43%}.stuck-grid>.grid-item:nth-of-type(39){animation-range:88% 98%}.stuck-grid>.grid-item:nth-of-type(40){animation-range:22% 32%}.stuck-grid>.grid-item:nth-of-type(41){animation-range:16% 26%}.stuck-grid>.grid-item:nth-of-type(42){animation-range:26% 36%}.stuck-grid>.grid-item:nth-of-type(43){animation-range:66% 76%}.stuck-grid>.grid-item:nth-of-type(44){animation-range:3% 13%}.stuck-grid>.grid-item:nth-of-type(45){animation-range:44% 54%}.stuck-grid>.grid-item:nth-of-type(46){animation-range:11% 21%}.stuck-grid>.grid-item:nth-of-type(47){animation-range:23% 33%}.stuck-grid>.grid-item:nth-of-type(48){animation-range:39% 49%}.stuck-grid>.grid-item:nth-of-type(49){animation-range:59% 69%}.stuck-grid>.grid-item:nth-of-type(50){animation-range:6% 16%}@supports (animation-timeline: scroll()){.stuck-grid>.grid-item:nth-of-type(1){grid-area:1/1}.stuck-grid>.grid-item:nth-of-type(2){grid-area:1/2}.stuck-grid>.grid-item:nth-of-type(3){grid-area:1/3}.stuck-grid>.grid-item:nth-of-type(4){grid-area:1/4}.stuck-grid>.grid-item:nth-of-type(5){grid-area:2/1}.stuck-grid>.grid-item:nth-of-type(6){grid-area:2/2}.stuck-grid>.grid-item:nth-of-type(7){grid-area:2/3}.stuck-grid>.grid-item:nth-of-type(8){grid-area:2/4}.stuck-grid>.grid-item:nth-of-type(9){grid-area:3/1}.stuck-grid>.grid-item:nth-of-type(10){grid-area:3/2}.stuck-grid>.grid-item:nth-of-type(11){grid-area:3/3}.stuck-grid>.grid-item:nth-of-type(12){grid-area:3/4}.stuck-grid>.grid-item:nth-of-type(13){grid-area:4/1}.stuck-grid>.grid-item:nth-of-type(14){grid-area:4/2}.stuck-grid>.grid-item:nth-of-type(15){grid-area:4/3}.stuck-grid>.grid-item:nth-of-type(16){grid-area:4/4}.stuck-grid>.grid-item:nth-of-type(17){grid-area:2/1}.stuck-grid>.grid-item:nth-of-type(18){grid-area:2/2}.stuck-grid>.grid-item:nth-of-type(19){grid-area:2/3}.stuck-grid>.grid-item:nth-of-type(20){grid-area:2/4}.stuck-grid>.grid-item:nth-of-type(21){grid-area:3/1}.stuck-grid>.grid-item:nth-of-type(22){grid-area:3/2}.stuck-grid>.grid-item:nth-of-type(23){grid-area:3/3}.stuck-grid>.grid-item:nth-of-type(24){grid-area:3/4}.stuck-grid>.grid-item:nth-of-type(25){grid-area:1/1}.stuck-grid>.grid-item:nth-of-type(26){grid-area:1/2}.stuck-grid>.grid-item:nth-of-type(27){grid-area:1/3}.stuck-grid>.grid-item:nth-of-type(28){grid-area:1/4}.stuck-grid>.grid-item:nth-of-type(29){grid-area:4/1}.stuck-grid>.grid-item:nth-of-type(30){grid-area:4/2}.stuck-grid>.grid-item:nth-of-type(31){grid-area:4/3}.stuck-grid>.grid-item:nth-of-type(32){grid-area:4/4}.stuck-grid>.grid-item:nth-of-type(33){grid-area:2/1}.stuck-grid>.grid-item:nth-of-type(34){grid-area:2/2}.stuck-grid>.grid-item:nth-of-type(35){grid-area:2/3}.stuck-grid>.grid-item:nth-of-type(36){grid-area:2/4}.stuck-grid>.grid-item:nth-of-type(37){grid-area:3/1}.stuck-grid>.grid-item:nth-of-type(38){grid-area:3/2}.stuck-grid>.grid-item:nth-of-type(39){grid-area:3/3}.stuck-grid>.grid-item:nth-of-type(40){grid-area:3/4}.stuck-grid>.grid-item:nth-of-type(41){grid-area:1/1}.stuck-grid>.grid-item:nth-of-type(42){grid-area:1/2}.stuck-grid>.grid-item:nth-of-type(43){grid-area:1/3}.stuck-grid>.grid-item:nth-of-type(44){grid-area:1/4}.stuck-grid>.grid-item:nth-of-type(45){grid-area:4/1}.stuck-grid>.grid-item:nth-of-type(46){grid-area:4/2}.stuck-grid>.grid-item:nth-of-type(47){grid-area:4/3}.stuck-grid>.grid-item:nth-of-type(48){grid-area:4/4}.stuck-grid>.grid-item:nth-of-type(49){grid-area:3/1}.stuck-grid>.grid-item:nth-of-type(50){grid-area:3/2}.stuck-grid>.grid-item:nth-of-type(51){grid-area:3/3}.stuck-grid>.grid-item:nth-of-type(52){grid-area:3/4}}@layer support{*{box-sizing:border-box;margin:0}html{block-size:100%;color-scheme:dark light}body{min-block-size:400vh;font-family:system-ui,sans-serif}}html,body{min-height:400vh}.skills-3d{height:100vh;position:relative}.skills-icons{text-align:start;margin-top:100px;padding-left:8px;position:relative;z-index:1}.skills-icons h2{padding:5px;font-weight:bolder;font-size:30px}.icon-row{display:flex;justify-content:flex-start;gap:25px;padding-bottom:10px}.icon-item{width:65px;height:65px;opacity:0;transform:translateY(10px);filter:blur(4px);transition:.45s ease}.icon-item.show{opacity:1;filter:blur(0);transform:translateY(0)}.skill-2{display:flex;flex-direction:row;width:100%}.bitemoji{position:relative}.bitemoji img{height:450px;width:auto;position:absolute;opacity:1;transform:scale(1);transition:transform .4s ease,opacity .4s ease}.bitemoji img:hover{opacity:.8;transform:scale(1.3);z-index:10}@media(max-width:768px){.stuck-grid{grid:repeat(2,20dvh) / repeat(2,25dvw)}.stuck-grid>.grid-item{font-size:6vmin}.stuck-grid>.grid-item>b{font-size:18vmin}.skills-icons{margin-top:60px;padding-left:15px}.skills-icons h2{font-size:24px}.icon-row{gap:20px}.icon-item{width:55px;height:55px}.bitemoji img{height:350px}}@media(max-width:480px){.stuck-grid{grid:repeat(2,25dvh) / repeat(2,40dvw)}.stuck-grid>.grid-item{font-size:8vmin}.stuck-grid>.grid-item>b{font-size:22vmin}.skill-2{flex-direction:column;align-items:center}.skills-icons{margin-top:40px;padding-left:10px;text-align:center}.skills-icons h2{font-size:20px}.icon-row{gap:15px;justify-content:center;flex-wrap:wrap}.icon-item{width:50px;height:50px}.bitemoji{margin-top:20px}.bitemoji img{position:static;height:250px}}body{overflow-x:hidden;background:#fff}#world{display:block}@media(max-width:480px){#word{display:none}}.contact-container{background:url(/assets/msg-D6wHja0t.gif) no-repeat center center/cover;padding:60px 20px;min-height:60vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.contact-title{font-size:40px;font-weight:700;margin-bottom:30px;color:#151515}.contact-form{width:100%;max-width:600px;display:flex;flex-direction:column;gap:20px}.contact-form textarea{width:100%;padding:15px;border-radius:14px;border:none;outline:none;background:transparent;font-size:18px;font-weight:500;color:#151515;box-shadow:0 4px 12px #00000014;transition:.3s ease}.contact-form textarea:focus{transform:translateY(-3px);box-shadow:0 8px 20px #00eee866}.contact-btn{display:flex;justify-content:center;align-items:center;background:transparent;color:#000;border:2px solid black;padding:15px 32px;font-size:18px;font-weight:700;border-radius:28px;transition:all .3s ease;cursor:pointer;box-shadow:0 4px 15px #00eee84d}.contact-btn:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00eee880}@media(max-width:768px){.contact-container{padding:40px 15px;min-height:50vh}.contact-title{font-size:32px;margin-bottom:20px}.contact-form textarea{font-size:16px}.contact-btn{padding:12px 28px;font-size:16px}}@media(max-width:480px){.contact-container{padding:30px 10px;min-height:40vh}.contact-title{font-size:24px;margin-bottom:15px}.contact-form{gap:15px}.contact-form textarea{font-size:14px;padding:12px}.contact-btn{padding:10px 24px;font-size:14px}}.hero-sec{width:100%;height:120vh;display:flex;justify-content:center;align-items:center;background:#fafafa;padding:40px}canvas{border-radius:28px}@media(max-width:768px){.hero-sec{height:100vh;padding:20px}}@media(max-width:480px){.hero-sec{height:80vh;padding:10px}canvas{border-radius:18px}}body{margin:0 auto;padding:0;background:#fff!important}.cat{position:fixed;bottom:40px;width:130px;animation:walkMove 15s linear infinite;pointer-events:none;z-index:9999;mix-blend-mode:multiply}@keyframes walkMove{0%{transform:translate(calc(100vw + 200px))}to{transform:translate(-200px)}}.cat.flip{transform:scaleX(-1)}@media(max-width:768px){.cat{bottom:20px;width:100px}}@media(max-width:480px){.cat{bottom:10px;width:80px}}*{font-family:Fredoka,sans-serif}body{margin:0 auto;padding:0;overflow-y:scroll}
