@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.main-container{background:linear-gradient(135deg,#fff,#f0f2ff 50%,#d2d9f5);justify-content:flex-start;min-height:100vh;overflow-x:hidden;padding:2rem 0}.hero-section,.main-container{align-items:center;display:flex;flex-direction:column}.hero-section{min-height:50vh;position:relative;width:100%}.hero-section,.title{justify-content:center}.title{display:flex;flex-direction:column;font-family:IBM Plex Mono,monospace;margin-bottom:2rem;text-align:center}.h1{color:#333;font-size:2rem;font-weight:600;letter-spacing:.5rem;margin-bottom:.5rem;text-shadow:1px 1px 2px #0000001a}.h1,.h2{text-transform:uppercase}.h2{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3f51b5,#7986cb);-webkit-background-clip:text;color:#3f51b5;font-size:3.2rem;font-weight:700;letter-spacing:1.2rem;margin-top:-.5rem}.h3{color:#333;font-size:2.8rem;font-weight:600;letter-spacing:.8rem;margin-top:-1rem;text-transform:uppercase}.h4{color:#666;font-size:1rem;font-weight:400;letter-spacing:.3rem;margin-top:.5rem}.buttonLink{margin-top:2rem;text-decoration:none}.main-container button{background-color:#3f51b5;border:none;border-radius:30px;box-shadow:0 4px 10px #3f51b54d;color:#fff;cursor:pointer;font-weight:500;letter-spacing:.05rem;padding:.8rem 2rem;transition:all .3s ease}.main-container button:hover{background-color:#303f9f;box-shadow:0 6px 15px #3f51b566;transform:translateY(-2px)}.download-button{align-items:center;display:flex;gap:.5rem}.timeline-section{margin-top:3rem;max-width:1200px;opacity:0;transform:translateY(30px);transition:opacity .8s ease,transform .8s ease;width:90%}.timeline-section.visible{opacity:1;transform:translateY(0)}.section-title{color:#333;font-size:2rem;margin-bottom:2rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#3f51b5,#7986cb);border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.timeline-paper{padding:1rem;transition:transform .3s ease,box-shadow .3s ease}.timeline-paper:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.timeline-description{color:#666;margin-top:.5rem}@media (max-width:768px){.h1{font-size:1.6rem;letter-spacing:.3rem}.h2{font-size:2.5rem;letter-spacing:.8rem}.h3{font-size:2.2rem;letter-spacing:.6rem}.timeline-section{width:95%}}@media (max-width:480px){.h1{font-size:1.3rem;letter-spacing:.2rem}.h2{font-size:2rem;letter-spacing:.5rem}.h3{font-size:1.8rem;letter-spacing:.4rem}.section-title{font-size:1.6rem}}.h4{color:#000;font-size:1.3rem;letter-spacing:5px;margin-top:-8px;text-transform:uppercase}@media (max-width:528px){.main-container{align-items:center;display:flex;height:90vh;justify-content:center;width:100%}.main-container .buttonLink{margin-top:355px}.title{display:flex;flex-direction:column;font-family:IBM Plex Mono,monospace;justify-content:center;position:absolute;top:200px}.h1{font-size:1rem;letter-spacing:0}.h1,.h2{color:#000;text-transform:uppercase}.h2{font-size:2rem;letter-spacing:8px;margin-top:-8px}.h3{font-size:1.5rem;margin-top:-20px}.h3,.h4{color:#000;letter-spacing:5px;text-transform:uppercase}.h4{font-size:.9rem;margin-top:-8px}}.midias{display:flex;flex-direction:column;height:80vh;justify-content:center;margin-left:-50em;margin-top:5em;padding:0 60px;position:fixed;width:10%;z-index:999}.git,.ig,.link{animation:heartbeat 1.5s ease-in-out infinite both;color:#0035b0;font-size:2.8rem;padding:5px;transition:2s ease}.ig{color:#ff1493}.git{color:#0f0f0f}@keyframes heartbeat{0%{animation-timing-function:ease-out;transform:scale(1);transform-origin:center center}10%{animation-timing-function:ease-in;transform:scale(.91)}17%{animation-timing-function:ease-out;transform:scale(.98)}33%{animation-timing-function:ease-in;transform:scale(.87)}45%{animation-timing-function:ease-out;transform:scale(1)}}@media (max-width:528px){.midias{align-items:center;display:flex;flex-direction:row;gap:20px;height:80vh;justify-content:center;margin-left:18%;margin-top:13em;position:absolute;width:10%;z-index:999}.git,.ig,.link{animation:heartbeat 1.5s ease-in-out infinite both;font-size:2.5rem;padding:5px;transition:2s ease}}.container{align-items:center;animation:shadow-drop-2-center 3s cubic-bezier(.25,.46,.45,.94) infinite both;border-bottom:3px solid #7b7be3;display:flex;height:70px;justify-content:center}.logo-image{height:100px;width:100px}@keyframes shadow-drop-2-center{0%{box-shadow:0 0 0 0 #0000;transform:translateZ(0)}to{box-shadow:0 0 20px 0 #00000059;transform:translateZ(50px)}}.About{background:#fff;background:radial-gradient(circle,#fff 57%,#d2d9f5 94%,#c6ccff 100%);display:flex;height:135vh;justify-content:center;width:100%}.profile-image{height:230px;width:300px}.profile-container{align-items:center;animation:scale-in-center .8s cubic-bezier(.25,.46,.45,.94) both;bottom:-600px;display:flex;height:100px;justify-content:center;position:absolute;width:100px}@keyframes scale-in-center{0%{opacity:1;transform:scale(0)}to{opacity:1;transform:scale(1)}}@media (max-width:528px){.About{background:#fff;background:radial-gradient(circle,#fff 57%,#d2d9f5 94%,#c6ccff 100%);height:250vh;width:100%}.About,.profile-container{display:flex;justify-content:center}.profile-container{align-items:center;animation:scale-in-center .8s cubic-bezier(.25,.46,.45,.94) both;bottom:-400px;height:100px;position:absolute;width:100px}.profile-image{height:230px;width:200px}}.textInfoContainer{gap:25px;height:70vh;margin-top:500px;width:100vw}.skillOne,.textInfoContainer{display:flex;justify-content:center}.skillOne{align-items:center;background-color:hsla(0,0%,100%,.678);border:5px solid #274777;border-radius:99px 28px 28px 28px;box-shadow:2px 6px 4px 0 #000000bf;flex-direction:column;font-family:IBM Plex Mono,monospace;font-size:19px;height:60vh;overflow:hidden;text-align:center;width:30%}.skillOne ul{background-color:#fff0}.skillTwo{border:5px solid #274777;border-radius:28px 28px 28px 28px;height:70vh}.skillThree,.skillTwo{align-items:center;background-color:hsla(0,0%,100%,.678);box-shadow:2px 6px 4px 0 #000000bf;display:flex;flex-direction:column;font-family:IBM Plex Mono,monospace;font-size:19px;justify-content:center;overflow:hidden;text-align:center;width:30%}.skillThree{border:5px solid #274777;border-radius:28px 99px 28px 28px;height:60vh}@media (max-width:528px){.textInfoContainer{align-items:center;display:flex;flex-direction:column;height:180vh;justify-content:center;margin-top:504px;width:100vw}.skillOne,.skillThree,.skillTwo{height:150vh;width:100%}.text{animation:text-focus-in .5s cubic-bezier(.55,.085,.68,.53) both;color:#000;font-family:Russo One,sans-serif;font-size:1.4rem}@keyframes text-focus-in{0%{filter:blur(12px);opacity:0}to{filter:blur(0);opacity:1}}}.tools{margin-left:-16em;margin-top:3em}.tools,.tools-2{border-radius:20px;display:flex;flex-direction:column;height:40vh;justify-content:center;padding:0 60px;position:absolute;width:100px;z-index:999}.tools-2{margin-left:14em;margin-top:0}.tool-1{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;margin-bottom:20px;margin-left:0}.tool-2{animation:shake-horizontal 3s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:-50px}.tool-3{margin-top:20px}.tool-3,.tool-4{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:0}.tool-4{margin-bottom:20px}.tool-5{animation:shake-horizontal 3s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:50px}.tool-6{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:0;margin-top:20px}@keyframes shake-horizontal{0%,to{transform:translateX(0)}10%,30%,50%,70%{transform:translateX(-10px)}20%,40%,60%{transform:translateX(10px)}80%{transform:translateX(8px)}90%{transform:translateX(-8px)}}@media (max-width:528px){.tools{margin-left:-10em;margin-top:6em;width:100px}.tools,.tools-2{border-radius:20px;display:flex;flex-direction:column;gap:20px;height:40vh;justify-content:center;padding:0 60px;position:absolute;z-index:999}.tools-2{margin-left:10em;margin-top:0;width:0}.tool-1{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;margin-bottom:20px;margin-left:0}.tool-1,.tool-2{height:50px;width:50px}.tool-2{animation:shake-horizontal 3s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:-30px}.tool-3{margin-top:20px}.tool-3,.tool-4{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;height:50px;margin-left:0;width:50px}.tool-4{margin-bottom:20px}.tool-5{animation:shake-horizontal 3s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:20px}.tool-5,.tool-6{height:50px;width:50px}.tool-6{animation:shake-horizontal 4s cubic-bezier(.455,.03,.515,.955) infinite both;margin-left:0;margin-top:20px}}.projects{align-items:center;background:#fff;background:radial-gradient(circle,#fff 57%,#d2d9f5 94%,#c6ccff 100%);display:flex;flex-direction:column;justify-content:center;padding:4rem 0;width:100%}.projects-container{max-width:1200px;width:90%}.projects-title{margin-bottom:3rem!important;position:relative;text-align:center}.projects-title:after{background:linear-gradient(90deg,#4568dc,#b06ab3);border-radius:2px;bottom:-10px;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.project-card{border-radius:12px!important;box-shadow:0 8px 20px #0000001a!important;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease!important}.project-card:hover{box-shadow:0 15px 30px #00000026!important;transform:translateY(-10px)}.project-image{height:200px;object-fit:cover;object-position:top;transition:transform .5s ease}.project-card:hover .project-image{transform:scale(1.05)}.project-description{color:#555;line-height:1.5;margin-bottom:1rem}.tech-stack{gap:8px;margin-top:1rem}.tech-chip{background-color:#f0f4ff!important;border-radius:20px!important;color:#4568dc!important;font-weight:500!important;transition:all .2s ease}.tech-chip:hover{background-color:#4568dc!important;color:#fff!important}.card-actions{display:flex;gap:8px;justify-content:flex-start;margin-top:auto;padding:16px}.action-button{border-radius:20px!important;padding:6px 16px!important;text-transform:none!important;transition:all .2s ease!important}.action-button:hover{background-color:#4568dc!important;color:#fff!important}@media (max-width:900px){.projects-title{font-size:40px!important}}@media (max-width:600px){.projects-container{width:95%}.projects-title{font-size:32px!important}.project-image{height:180px}}.triangle{background:#05213e;height:10vh;position:relative}
/*# sourceMappingURL=main.11915cd9.css.map*/