*{font-family:Consolas;list-style:none;margin:0;padding:0;scroll-behavior:smooth;text-decoration:none}:root{--background-Color:#252529;--text-Color:#fff}body{background-color:#252529;background-color:var(--background-Color)}a,body{color:#fff;color:var(--text-Color)}.loading{display:grid;height:100vh;place-items:center}@-webkit-keyframes backgroundColorChange{0%{background-color:#7272f0}33%{background-color:#d6d686}66%{background-color:#4bcc4b}to{background-color:#7272f0}}@keyframes backgroundColorChange{0%{background-color:#7272f0}33%{background-color:#d6d686}66%{background-color:#4bcc4b}to{background-color:#7272f0}}.nav{background-color:#1b1b1d;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1}.nav,.nav-header{display:flex;flex-wrap:wrap}.nav-header{font-size:3rem;margin-left:5rem}.nav-categories{display:flex;flex-wrap:wrap;font-size:1.5rem;gap:2rem;margin:auto;text-align:center}.nav-item{position:relative;text-transform:uppercase}.nav-item:hover{color:#7272f0;cursor:pointer;transition:.3s}.nav-item:after{background-color:#fff;content:"";height:100%;left:-.75rem;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center;transition:.3s;width:.1rem}.nav-item:hover:after{background-color:#7272f0;-webkit-transform:scale(1);transform:scale(1)}.home-wrapper{align-items:center;background-color:#252529;background-image:linear-gradient(45deg,#252529,#535370);background-repeat:no-repeat;display:flex;flex-wrap:wrap;min-height:100vh;position:relative}.home-content-wrapper{margin-bottom:10rem;margin-left:20rem;position:relative;text-transform:uppercase}.home-header{font-size:6rem}.home-title{-webkit-animation:colorChange 7s infinite;animation:colorChange 7s infinite;font-size:2.5rem;text-align:start}.arrow{-webkit-animation:bounce 1s;animation:bounce 1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;bottom:5%;-webkit-filter:invert(91%) sepia(9%) saturate(157%) hue-rotate(340deg) brightness(94%) contrast(92%);filter:invert(91%) sepia(9%) saturate(157%) hue-rotate(340deg) brightness(94%) contrast(92%);left:50%;position:absolute}.arrow:hover{cursor:pointer;-webkit-filter:invert(45%) sepia(46%) saturate(854%) hue-rotate(202deg) brightness(98%) contrast(92%);filter:invert(45%) sepia(46%) saturate(854%) hue-rotate(202deg) brightness(98%) contrast(92%)}@-webkit-keyframes colorChange{0%{color:#7272f0}33%{color:#d6d686}66%{color:#4bcc4b}to{color:#7272f0}}@keyframes colorChange{0%{color:#7272f0}33%{color:#d6d686}66%{color:#4bcc4b}to{color:#7272f0}}@-webkit-keyframes bounce{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,1.5rem,0);transform:translate3d(0,1.5rem,0)}}@keyframes bounce{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,1.5rem,0);transform:translate3d(0,1.5rem,0)}}@media screen and (max-width:1000px){.home-content-wrapper{margin-left:0}.home-header{font-size:4rem;max-width:50%}.home-title{font-size:1.25rem}.arrow{-webkit-animation:bounce 1s;animation:bounce 1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;bottom:5%;-webkit-filter:invert(91%) sepia(9%) saturate(157%) hue-rotate(340deg) brightness(94%) contrast(92%);filter:invert(91%) sepia(9%) saturate(157%) hue-rotate(340deg) brightness(94%) contrast(92%);left:45%;position:absolute}}.about-section{margin:5rem 0;max-width:100%;padding-top:4rem}.section-header{font-size:2rem;margin-left:23rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.section-header:after{-webkit-animation:backgroundColorChange 15s infinite;animation:backgroundColorChange 15s infinite;bottom:0;content:"";height:.1rem;left:0;position:absolute;width:100%}.about-content{display:flex;font-size:2rem;margin-left:22rem;max-width:60%;padding:1rem}.about-content p{display:flex;flex-direction:column}.about-content h3{color:#7272f0;display:flex;justify-content:center;margin-top:2rem;position:relative}.about-content ul{font-size:1.25rem}.skills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:auto}.skills div{width:50%}.skills h4{color:#72f08d}.skills h4,.skills ul{text-align:center}.about-image{border-radius:1rem;margin-left:2rem;max-height:20rem;max-width:16rem;opacity:35%;transition:.3s}.about-image:hover{opacity:1}@media screen and (max-width:1600px){.about-section{margin:0;padding-top:4rem}.section-header{font-size:1.5rem;margin:auto}.section-header,h3{text-align:center}.about-content{flex-direction:column;flex-wrap:wrap;font-size:1.2rem;margin-left:0;min-width:100%;padding:.1rem}.about-content h5{font-size:1rem;max-width:80%}.about-image{margin:1rem auto auto;opacity:1}}.section-wrapper{margin:2rem 10rem;padding-top:4rem}.section-title{margin-bottom:.5rem;margin-left:13rem}.section-wrapper span{color:#959799;font-size:1.25rem}.project-section-header{font-size:2rem;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.project-section-header:after{-webkit-animation:backgroundColorChange 15s infinite;animation:backgroundColorChange 15s infinite;bottom:0;content:"";height:.1rem;left:0;position:absolute;width:100%}@media screen and (max-width:1600px){.section-wrapper{margin:1rem 0;padding-top:4rem}.section-title{margin-bottom:.5rem;margin-left:0;text-align:center}.project-section-header{font-size:2rem;margin:auto;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.card-wrapper{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:auto auto 3rem;max-width:75%}.card{background-color:#313135;border-radius:.25rem}.card,.card-image{overflow:hidden}.card-image .image{border-radius:.25rem;border-bottom-left-radius:0;border-bottom-right-radius:0;transition:all .3s ease-in-out;width:35rem}.card:hover .image{-webkit-transform:scale(1.1);transform:scale(1.1)}.card-deploy{color:#898994;font-size:1.2rem;text-decoration:underline}.card-deploy:hover{color:#7272f0}.card-footer{margin:1rem .5rem;position:relative}.card-footer .card-tech{color:#4bcc4b;font-size:1rem;font-weight:700;position:absolute;top:-1.8rem}.card-footer h4{font-size:1.5rem;margin-top:2rem}.card-links{display:flex}.card-github{color:#898994;font-size:1.2rem;margin-left:auto;text-decoration:underline}.card-github:hover{color:#7272f0}.button-wrapper{display:flex;margin-top:1rem;width:100%}.viewBtn{background-color:initial;border:1px solid #fff;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1.25rem;margin:auto;padding:0 2.5rem;transition:.3s;width:20%}.viewBtn:hover{background-color:#7272f0;color:#000}@media screen and (max-width:1600px){.card-wrapper{max-width:90%}.card-footer .card-tech{font-size:.9rem}.card-footer h4{font-size:1.2rem}}@media screen and (max-width:800px){.viewBtn{width:70%}}.footer{background-color:#1b1b1d}.footer-content{align-items:center;display:flex;gap:2rem;min-height:5rem}.footer-credit,.footer-links{font-size:1.25rem;margin-left:auto}.footer-links{display:flex;gap:2rem;margin-right:auto;text-transform:uppercase}.link-item{position:relative}.link-item:hover{color:#7272f0;cursor:pointer;transition:.3s}.link-item:after{background-color:#fff;content:"";height:100%;left:-.75rem;position:absolute;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:center;transform-origin:center;transition:.3s;width:.1rem}.link-item:hover:after{background-color:#7272f0;-webkit-transform:scale(1);transform:scale(1)}@media screen and (max-width:1600px){.footer-content{display:block;gap:4rem;text-align:center}.footer-links{flex-direction:row;font-size:1.1rem;gap:0}.link-item{margin:.5rem auto auto}}
/*# sourceMappingURL=main.e2cca26c.css.map*/