@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap);@import url(https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css);.react-calendar-heatmap text{fill:#aaa;font-size:10px}.react-calendar-heatmap .react-calendar-heatmap-small-text{font-size:5px}.react-calendar-heatmap rect:hover{stroke:#555;stroke-width:1px}.react-calendar-heatmap .color-empty{fill:#eee}.react-calendar-heatmap .color-filled{fill:#8cc665}.react-calendar-heatmap .color-github-0{fill:#eee}.react-calendar-heatmap .color-github-1{fill:#d6e685}.react-calendar-heatmap .color-github-2{fill:#8cc665}.react-calendar-heatmap .color-github-3{fill:#44a340}.react-calendar-heatmap .color-github-4{fill:#1e6823}.react-calendar-heatmap .color-gitlab-0{fill:#ededed}.react-calendar-heatmap .color-gitlab-1{fill:#acd5f2}.react-calendar-heatmap .color-gitlab-2{fill:#7fa8d1}.react-calendar-heatmap .color-gitlab-3{fill:#49729b}.react-calendar-heatmap .color-gitlab-4{fill:#254e77}body{color:#a9a9a9;font-family:Poppins,sans-serif}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:rgba(157,0,201,.322) hsla(0,0%,87%,.071);scrollbar-width:thin}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:hsla(0,0%,87%,.071)}::-webkit-scrollbar-thumb{background-color:rgba(157,0,201,.322);border:1px solid hsla(0,0%,100%,.376);border-radius:10px}.cover{align-items:center;background-color:#000;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.cover__video{height:auto;object-fit:cover;position:absolute;width:100%}.spinny-loader{display:inline-block;height:140px;margin:0 10px;position:relative;width:140px}.spinny-loader:after,.spinny-loader:before{animation-duration:.6s;animation-iteration-count:infinite;animation-name:spinny;animation-timing-function:ease-in-out;border-color:#445878 #0000;border-radius:200px;border-style:solid;border-width:15px;content:"";display:block;left:50%;position:absolute;top:50%}.spinny-loader:after{animation-direction:alternate-reverse;height:140px;width:140px}.spinny-loader:before{height:100px;width:100px}.spinny-circle{background-color:#445878;border-radius:200px;display:block;height:60px;left:50%;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);width:60px}@keyframes spinny{0%{transform:translate3d(-50%,-50%,0) rotate(0deg);transform-origin:50%}to{transform:translate3d(-50%,-50%,0) rotate(1turn)}}.navigation{background-color:#1b1f27;height:100vh;position:fixed;width:3.5rem;z-index:99}@media only screen and (max-width:56.25em){.navigation{bottom:0;height:3.5rem;width:100%}}.navigation__list{display:flex;flex-direction:column;justify-content:flex-start;list-style-type:none;padding-left:0;text-align:center;width:100%}@media only screen and (max-width:56.25em){.navigation__list{flex-direction:row;justify-content:center;justify-content:space-around}}.navigation__item{height:3.5rem;width:3.5rem}.navigation__item:hover{background-color:#fa26da66}.navigation__icon{color:#fff;display:block;font-size:1.5rem;height:3.5rem;line-height:2.5}.about__btns{display:flex;justify-content:center}.description--1{color:#fff;font-size:1.5rem;font-weight:100;-webkit-hyphens:auto;hyphens:auto;padding:0 3rem;text-align:center}@media only screen and (max-width:56.25em){.description--1{font-size:1.2rem;padding:3rem 5rem}}@media only screen and (max-width:37.5em){.description--1{font-size:1.1rem;padding:3rem}}.type--emphasis{color:#fa26da;font-weight:700}.title--1{color:#fa26da66;font-size:8rem;font-weight:700;text-align:center;text-transform:uppercase;width:100%}@media only screen and (max-width:75em){.title--1{font-size:5rem}}@media only screen and (max-width:56.25em){.title--1{font-size:5rem}}@media only screen and (max-width:37.5em){.title--1{font-size:3rem}}.title--2{color:#fa26da;font-size:1.5rem;padding:2rem 3rem}@media only screen and (max-width:56.25em){.title--2{text-align:center}}.skillcard__title{color:#a9a9a9;padding:.5rem 0}.skillcard__icon{color:#fa26da;font-size:2.5rem}.skillcard__des{-webkit-hyphens:auto;hyphens:auto;text-align:justify}.card-container{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;justify-items:left;width:100%}@media only screen and (max-width:56.25em){.card-container{padding:2rem}}.card{background-color:#444;border-radius:1.5rem;box-shadow:0 1.5rem 1.8rem #1b1f27e6;display:block;padding:1.5rem 2rem;transition:all .3s;width:18rem}.card:hover{box-shadow:0 1.8rem 2rem #1b1f27;transform:translateY(-.5rem)}@media only screen and (max-width:56.25em){.card{width:75%}}@media only screen and (max-width:37.5em){.card{width:100%}}.container{display:flex;flex-wrap:wrap;height:100vh}.container--left{background-color:#333;height:100vh;overflow-y:scroll;padding-bottom:3.5rem;padding-left:3.5rem;width:60%}@media only screen and (max-width:56.25em){.container--left{padding-left:0;width:100%}}.container--right{background-size:cover;height:100vh;position:fixed;right:0;top:0;width:40%}@media only screen and (max-width:56.25em){.container--right{display:none}}.btn,.btn:link,.btn:visited{background-color:#fa26da;border:none;border-radius:10rem;color:#fff;cursor:pointer;display:inline-block;margin:2rem;padding:.6rem 1rem;position:relative;text-decoration:none;text-transform:uppercase;transition:all .2s}.btn:hover{box-shadow:0 1rem 2rem #fa26da33;transform:translateY(-.3rem)}.btn:active,.btn:focus{box-shadow:0 .5rem 1rem #1b1f2733;outline:none;transform:translateY(-.1rem)}.tag-list{display:flex;flex-direction:column;flex-shrink:0;gap:1rem 0;overflow:hidden;padding:1.5rem 0;position:relative;width:100%}.loop-slider .inner{animation-direction:var(--direction);animation-duration:var(--duration);animation-iteration-count:infinite;animation-name:loop;animation-timing-function:linear;display:flex;width:fit-content}.tag{align-items:center;background-color:#444;border-radius:.4rem;box-shadow:0 .1rem .2rem #0003,0 .1rem .5rem #0000004d,0 .2rem 1.5rem #0006;color:#fa26da;display:flex;font-size:.9rem;gap:0 .2rem;margin-right:1rem;padding:.7rem 1rem}.tag span{color:#fa26da66;font-size:1.2rem}.fade{background:linear-gradient(90deg,#444,#0000 30%,#0000 70%,#444);inset:0;pointer-events:none;position:absolute}@keyframes loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.MuiImageListItemBar-title{color:#fa26da;text-decoration:none}.portfolio{background-size:cover;border-radius:1.5rem;box-shadow:0 1.5rem 1.8rem #1b1f27e6;cursor:pointer;display:grid;height:auto;overflow:hidden;transition:all .3s;width:17rem}.portfolio:hover{box-shadow:0 1.8rem 2rem #1b1f27;transform:translateY(-.5rem)}.portfolio__link{color:#fa26da;font-size:.9rem;font-weight:700;text-decoration:none;text-transform:uppercase}.portfolio__link:active,.portfolio__link:hover{color:#fff}.portfolio__textbox{background-color:#444;margin-top:10rem;padding:1.5rem}.portfolio__title{font-size:1rem}.portfolio__type{font-size:.9rem}.portfolio__des{font-size:.9rem;-webkit-hyphens:auto;hyphens:auto;text-align:justify}.pip{background-color:#9d00c980;border-radius:100%;height:17px;margin:7px;transition:all .3s ease-in;width:17px}.pip--on{background-color:#fa26da;transform:scale(1.1)}.clock{display:flex}.binary-digit-group{display:flex;margin:0 6px}.react-calendar-heatmap .color-scale-0{fill:#fa26da1a}.react-calendar-heatmap .color-scale-1{fill:#fa26da80}.react-calendar-heatmap .color-scale-2{fill:#fa26dab3}.react-calendar-heatmap .color-scale-3{fill:#fa26dae6}.react-calendar-heatmap .color-scale-4,.react-calendar-heatmap .color-scale-5{fill:#fa26da}.resume{display:flex;height:100%}.resume__detail{margin-top:3rem}.resume__left{background-color:#333;padding-left:3.5rem;width:50%}.resume__right{background-size:cover;width:50%}.information{padding:1rem 3rem;width:50%}.information__title{color:#d1d1d1}.information__sub{color:#d1d1d1;font-size:.8rem;padding-bottom:1rem}.information__des{-webkit-hyphens:auto;hyphens:auto;text-align:justify}
/*# sourceMappingURL=main.04edad6e.css.map*/