canvas{position:fixed;top:0;right:0;outline:none}.upper canvas{z-index:5;pointer-events:none}#home{position:relative;height:100vh;display:flex;align-items:center;margin-bottom:7.5vh}h1.titleWrapper{color:#fff;font-size:6.7vw;line-height:1;text-transform:capitalize;font-weight:800;display:flex;padding-top:17.5vh;padding-bottom:50px;flex-direction:column;height:75vh;justify-content:space-between}.titleWrapper :first-child{text-align:end;align-self:flex-start}.titleWrapper :last-child{align-self:flex-end;z-index:10}.titleWrapper .title-word{display:inline-block;overflow:clip}.titleWrapper .title-word .title-anim{display:inline-block}.titleWrapper .title-label{top:115px;left:-33px;transform:rotate(-8deg);position:absolute;font-size:.16em;background-color:#25357b;color:#fff;z-index:5;letter-spacing:6px;display:inline-block;vertical-align:middle;overflow:hidden;line-height:15px;border-radius:71px;padding:.65em 1.5em .55em;opacity:0;animation:float .6s ease-in-out 3.25s forwards}@media (max-width:1200px){.titleWrapper .title-label{display:none}}@keyframes float{0%{opacity:0;transform:rotate(-8deg) scale(1)}50%{opacity:1;transform:rotate(-8deg) translateY(-10px) scale(1.1)}to{opacity:1;transform:rotate(-8deg) translateY(0) scale(1)}}.titleWrapper .title-label:after{content:"";position:absolute;top:0;left:-30%;width:25%;height:100%;background:hsla(0,0%,100%,.5);animation:shine .8s linear 3.25s forwards}@keyframes shine{0%{left:-30%;opacity:0}50%{opacity:1}to{left:130%;opacity:0}}.hero-gif{position:absolute;left:50%;transform:translate(-50%,-50%);z-index:1;pointer-events:none;width:-moz-max-content;width:max-content;top:65%;opacity:.25;height:5%;animation:gif-anim 1.25s cubic-bezier(.45,0,.3,1.25) 1s forwards}.hero-gif img{position:relative!important}@keyframes gif-anim{0%{top:65%;height:5%;opacity:.25}50%{opacity:1}to{top:50%;height:600px;opacity:1}}@keyframes gif-anim-phone{0%{top:65%;height:5%;opacity:.25}50%{opacity:1}to{top:50%;height:55%;opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fadeUp15{opacity:0;animation:fadeUp .5s 1.2s forwards}.landing-paragraph{opacity:0;color:#adadad;font-weight:700;margin-bottom:1rem;animation:fadeUp .5s 3s forwards}@media (max-width:649px){.holder-hero{padding-bottom:4rem;overflow:visible}.hero-gif{animation:gif-anim-phone 1.25s cubic-bezier(.45,0,.3,1.25) 1s forwards}#home{margin-bottom:0}}@media (max-width:1200px){.landing-paragraph{text-align:center}}.about-container{position:relative;z-index:5;background-color:#101010;color:#fff;border-radius:55px;padding:75px 100px;overflow-x:clip}.about-wrapper{display:flex;padding-inline:0}.about-wrapper .about-grid{flex:53%;display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));grid-gap:16px}.about-grid .about-grid-item:after{content:"i - hover me";position:absolute;width:100px;height:20px;border:1px solid hsla(0,0%,69%,.3);color:hsla(0,0%,69%,.3);border-radius:69px;vertical-align:top;text-align:center;font-weight:700;font-style:italic;font-size:10px;line-height:20px;font-family:Georgia,serif;pointer-events:auto;bottom:15px;translate:-50% 0;left:50%;opacity:1;transition:opacity .3s ease}.about-grid .about-grid-item.scroll-hover:after,.about-grid .about-grid-item:hover:after{opacity:0}.about-grid .about-grid-item{aspect-ratio:1;min-width:100px;min-height:100px;padding:16px;border-radius:15px;border:1px solid #1d1d1d;overflow:hidden;position:relative;text-align:center;transition:all 1s ease}.about-grid-item .item-icon{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);aspect-ratio:1;width:45%;display:flex;justify-content:center;align-items:center;transition:all .5s ease}.about-grid-item:first-of-type:after{animation:glow 1s ease 0s infinite alternate}.about-grid-item:nth-of-type(2):after{animation:glow 1s ease 1.5s infinite alternate}.about-grid-item:nth-of-type(3):after{animation:glow 1s ease 2.5s infinite alternate}.about-grid-item:nth-of-type(4):after{animation:glow 1s ease 3.5s infinite alternate}.about-grid-item.scroll-hover .item-icon,.about-grid-item:hover .item-icon{left:50%;top:65%;width:35%;animation:none}@keyframes glow{0%{transform:translateY(0)}to{transform:translateY(5px)}}.about-grid-item .item-icon img{position:relative;z-index:1;width:100%}.about-grid-item span{position:absolute;border-radius:50%;left:0;top:35%;transform:translate(-50%,-50%);z-index:-1;width:85%;height:85%;background-color:#2525252b;transition:all .75s ease}.about-grid-item.scroll-hover span,.about-grid-item:hover span{left:50%;top:-10%;z-index:-1;width:145%;height:85%;background-color:#2525252b}.about-grid-item h4{font-weight:600;font-size:1.3em;text-wrap:nowrap;opacity:1;transition:all .75s ease;position:absolute;bottom:15%;left:50%;transform:translate(-50%)}.about-grid-item.scroll-hover h4,.about-grid-item:hover h4{bottom:0;opacity:0;transform:translate(-50%);animation:initial}.about-grid-item p{position:absolute;font-weight:400;font-size:.95em;padding-inline:10px;color:#bdbdbd;top:-50px;left:0;transition:all .75s ease}.about-grid-item.scroll-hover p,.about-grid-item:hover p{top:17px;left:0;right:0}.about-wrapper .about-content{flex:47%;padding-left:75px;display:flex;flex-direction:column;justify-content:space-between}.about-content h2{font-size:3.75em;font-weight:700;line-height:1.1;margin-bottom:44px}.about-content p{color:#bdbdbd}.about-content .explore{margin-top:16px}.about-content .explore:hover .icon-right.after:before{color:#fff}.social-container .codrops-top a{color:#7b7b7b}@media (max-width:991px){.about-wrapper{flex-direction:column-reverse}.about-wrapper .about-content{flex:47%;padding-left:0;padding-bottom:64px;display:flex;flex-direction:column;justify-content:space-between}.about-container{padding:75px 30px}.social-container{display:none}}.infinite-text-spacer{display:block;height:calc(8vw + 50px + 48px)}.infinite-text{position:absolute;bottom:50px;left:0}.infinite-text section{position:relative;white-space:nowrap;pointer-events:none}.infinite-text p{display:flex;align-items:center;line-height:118%;font-size:7.75vw;font-weight:800;color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:hsla(0,0%,100%,.25)}.infinite-text p:nth-of-type(2){position:absolute;left:100%;top:0}.infinite-text p span{display:block;position:relative;margin:0 5vw;height:4.5vw;width:4.5vw}.about-preview-paragraph .word{overflow-y:clip}#skills{position:relative;text-align:center;padding:95px 0;z-index:5;min-height:100vh;cursor:pointer}.skills-cards h3{font-size:18px}#cards img{max-height:125px;max-width:200px;margin:auto;display:inline-block}.skills-cards h2,.skills-cards h3{margin:0;font-weight:400}.card{display:inline-block;width:300px;height:-moz-fit-content;height:fit-content;padding:.75em;border-radius:15px;margin:10px;background:#ddd;text-align:left;box-shadow:0 5px 20px -10px #111;position:relative;transition:.4s ease;transform-style:flat}.card__caption{background-color:hsla(0,0%,100%,.65);color:#000;padding:1em;position:relative;border-radius:0 0 3px 3px}.card__image-container{background-color:rgba(0,0,0,.7);text-align:center;padding:2em;border-radius:7px 7px 0 0}.card_image{position:relative;display:block;height:140px}.card__type{position:absolute;top:0;right:1em;transform:translateY(-50%);color:#fff;text-transform:uppercase;letter-spacing:.1em;padding:.25em;line-height:1;border-radius:2px;background:#bbb}.card__label{font-size:10px;text-transform:uppercase;font-weight:400;display:block;margin-bottom:3px}.card__name{text-align:center;font-size:1.35em;font-weight:700;letter-spacing:.02em}.card__stats{margin:1em 0;width:100%}.card__stats th{text-align:right;font-weight:300}.card__stats td,.card__stats th{width:50%;padding:.25em .5em 0}.card__abilities{display:flex;justify-content:space-between}.card__ability{margin-top:.5em;font-size:1.2rem;line-height:1.2;flex:1 0}.card--normal{background:linear-gradient(110deg,#fdbb2d,#3a1c71);box-shadow:0 5px 20px -10px #3a1c71}.card--normal .card__type{background-color:#c08a53}.card--water{background:linear-gradient(120deg,#1cb5e0,#000851);box-shadow:0 5px 20px -10px #000851}.card--water .card__type{background-color:#026f8e}.card--wind{background:linear-gradient(120deg,#7ad1e9,#21759b);box-shadow:0 5px 20px -10px #21759b}.card--wind .card__type{background-color:#4ebad7}.card--electric{background:linear-gradient(90deg,#ffde00 34%,#e8ff99 83%)}.card--electric .card__type{background-color:#000}.card--fire{background:linear-gradient(0deg,#c71800 10%,#fcc245)}.card--fire .card__type{background-color:#c71800}.card--earth{background:linear-gradient(0deg,#cdd172 10%,#45fc6f)}.card--earth .card__type{background-color:#0f932e}.card--psychic{background:linear-gradient(140deg,#ffa7b6,#ff2c48 39%,#ffe3a7)}.card--psychic .card__type{background:#ff2c48}.card--dark{background:linear-gradient(20deg,#191919,#1f175a 33%,#515474)}.card--dark .card__type{background:#1f175a}.card--grass{background:linear-gradient(140deg,#c4da3d,#6e7f0e 69%,#275009)}.card--grass .card__type{background:#6e7f0e}.card--ice{background:linear-gradient(230deg,#80dde6,#50aad2 46%,#6fb8eb)}.card--ice .card__type{background:#275c82}.card--fairy{background:linear-gradient(45deg,#ffe6f0,#ffc5e0 34%,#ffa6b9 71%,#ff8a95)}.card--fairy .card__type{background:#ff8a95}.card:first-child{transform:translateY(0) rotate(4deg)}.card:nth-child(2){transform:translateY(0) rotate(-3deg)}.card:nth-child(3){transform:translateY(0) rotate(-2deg)}.card:nth-child(4){transform:translateY(0) rotate(3deg)}.card:nth-child(5){transform:translateY(0) rotate(1deg)}.card:nth-child(6){transform:translateY(0) rotate(-5deg)}.card:nth-child(7){transform:translateY(0) rotate(3deg)}.card:nth-child(8){transform:translateY(0) rotate(-3deg)}.card:nth-child(9){transform:translateY(0) rotate(2deg)}.card:nth-child(10){transform:translateY(0) rotate(-2deg)}.card:nth-child(11){transform:translateY(0) rotate(3deg)}.card:nth-child(12){transform:translateY(0) rotate(-1deg)}.card:nth-child(13){transform:translateY(0) rotate(-5deg)}.card:nth-child(14){transform:translateY(0) rotate(3deg)}.card:nth-child(15){transform:translateY(0) rotate(-3deg)}.card:nth-child(16){transform:translateY(0) rotate(2deg)}.card:nth-child(17){transform:translateY(0) rotate(-1deg)}.card:hover{z-index:5;box-shadow:0 13px 30px -15px #000;transform:translateY(-10px)}.skills-text{text-align:start;color:#fff;width:0;opacity:0;transition:all .5s ease}.skills-cards{position:relative;width:100%;transition:all .5s ease}.skills-text h2{font-size:3.5em;font-weight:700;line-height:1.1;margin-bottom:32px}@media (min-width:1200px){.top-display .skills-text{opacity:1;width:35%}.top-display .skills-cards{display:flex;justify-content:center;width:65%;min-width:-moz-fit-content;min-width:fit-content}.top-display .skills-cards .card:first-child{transform:translate(50px,-32px) rotate(-9deg);z-index:1}.top-display .skills-cards .card:nth-child(2){transform:translateY(10px) rotate(-3deg);z-index:2}.top-display .skills-cards .card:nth-child(3){transform:translate(-90px,-13px) rotate(16deg);z-index:1}.top-display .skills-cards .card:first-child:hover{transform:translate(45px,-40px) rotate(-11deg)}.top-display .skills-cards .card:nth-child(2):hover{transform:translateY(-10px) rotate(-3deg)}.top-display .skills-cards .card:nth-child(3):hover{transform:translate(-85px,-22px) rotate(17deg)}.skills-text .skill-stats__item{display:flex;justify-content:space-between;padding-top:24px;border-bottom:1px solid #fff}.skills-text .skill-stats__item h5{display:flex;justify-content:center;align-items:center;font-size:38px}.skills-text .skill-stats__item:first-child{padding-top:0}.skills-text .skill-stats__item:nth-child(3) .about-right__number{font-family:regular;font-size:100px}.skills-text .skill-stats__item:nth-child(3) .about-right__number span{line-height:110px;font-family:monospace}.skills-text .about-right__number{padding-bottom:clamp(24px,1.5vw,38px);margin-top:16px;overflow:hidden;font-size:56px}.skills-text .about-right__number span{display:flex}}@media (max-width:767px){.skills-text .about-right__number{font-size:56px;padding-bottom:16px}}