@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&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}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%;margin:0}@media screen and (min-width:600px){body{font-size:18px}section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:6rem;position:relative}}@media screen and (max-width:599px){body{font-size:16px}section{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:2rem 1rem;position:relative}}body{background:#272b33;color:#fff;margin:0;min-width:320px;overflow-x:hidden;padding:0}body,button>span{font-family:Montserrat,sans-serif}.App{display:flex;flex-direction:column;min-height:100%}section h1{text-align:center}.loading-screen{align-items:center;background:#272b33;display:flex;height:100vh;justify-content:center}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #0be77933;border-radius:50%;border-top-color:#0be779;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (min-width:599px){.profile{height:120px;width:120px}}@media screen and (max-width:599px){.profile{height:100px;width:100px}}.home{height:100vh;justify-content:center;position:relative;text-align:center;z-index:1000}.home,.home-content{align-items:center;display:flex;flex-direction:column}.home-content{gap:32px}.greeting-inner{align-items:center;display:flex;flex-direction:column;gap:16px}.scroll-indicator{bottom:52px;left:50%;position:absolute;transform:translateX(-50%)}@media screen and (max-height:409px){.scroll-indicator{display:none}}.resume-btn{align-items:center;background:#0000;border:2px solid #0be779;border-radius:8px;color:#0be779;cursor:pointer;display:inline-flex;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;gap:10px;letter-spacing:1px;line-height:1;padding:13px 28px;text-decoration:none;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .25s ease,opacity .4s ease}.resume-btn:hover{background:#0be779;box-shadow:0 0 22px #0be77973;color:#272b33;transform:translateY(-2px)}.hide{display:none}.profile{border:.2rem solid #0be779;border-radius:50%}.greeting-text{margin:0}.name{color:#0be779}.scroll-down-btn{align-items:center;animation:scrollBounce 2s ease-in-out infinite;color:#fff;cursor:pointer;display:flex;flex-direction:column;gap:4px;transition:color .2s ease}.scroll-down-btn:hover{color:#0be779}.scroll-down-label{font-family:Montserrat,sans-serif;font-size:11px;font-weight:600;letter-spacing:3px;opacity:.8;text-transform:uppercase}@keyframes scrollBounce{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.wave-emoji{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:wave;display:inline-block;transform-origin:70% 70%}.particles{height:100vh;left:0;position:absolute;top:0;width:100%}@keyframes wave{0%{transform:rotate(0deg)}10%{transform:rotate(-10deg)}20%{transform:rotate(12deg)}30%{transform:rotate(-10deg)}40%{transform:rotate(9deg)}50%{transform:rotate(0deg)}to{transform:rotate(0deg)}}.navbar{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#23252aeb;border:1px solid #0be77940;border-radius:50px;box-shadow:0 4px 24px #00000059,0 0 0 1px #0be77914;display:flex;height:auto;left:50%;opacity:0;padding:0 8px;pointer-events:fill;position:fixed;top:16px;transform:translateX(-50%) translateY(-120px);transition:transform .45s cubic-bezier(.4,0,.2,1),opacity .45s cubic-bezier(.4,0,.2,1);white-space:nowrap;width:auto;z-index:2000}.navbar--visible{opacity:1;transform:translateX(-50%) translateY(0)}.navbar a{cursor:pointer;font-weight:600}.navlink-wrapper{width:auto}.navlinks{align-items:center;display:flex;gap:4px;padding:0}#hamburger-icon{cursor:pointer;height:16px;margin:0 auto;position:relative;transform:rotate(0deg);transition:.5s ease-in-out;width:25px}#hamburger-icon span{background:#fff;border-radius:9px;display:block;height:3px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.25s ease-in-out;width:100%}#hamburger-icon span:first-child{top:0}#hamburger-icon span:nth-child(2),#hamburger-icon span:nth-child(3){top:7px}#hamburger-icon span:nth-child(4){top:14px}#hamburger-icon.open span:first-child{left:50%;top:7px;width:0}#hamburger-icon.open span:nth-child(2){transform:rotate(45deg)}#hamburger-icon.open span:nth-child(3){transform:rotate(-45deg)}#hamburger-icon.open span:nth-child(4){left:50%;top:7px;width:0}.navlink-wrapper a{border-radius:50px;color:#ffffffbf;display:block;font-size:12px;letter-spacing:1px;padding:12px 18px;text-decoration:none;transition:background .35s cubic-bezier(.4,0,.2,1),color .35s cubic-bezier(.4,0,.2,1)}.navlink-wrapper a.active,.navlink-wrapper a:hover{background:#0be7791f;color:#0be779}@media screen and (min-width:600px){.hamburger,.mobilenav-wrapper{display:none}}@media screen and (max-width:599px){.navbar{border-radius:15px;left:auto;padding:0;right:16px;transform:translateX(0) translateY(-120px)}.navbar--visible{transform:translateX(0) translateY(0)}.navlinks{display:none}.hamburger{align-items:center;cursor:pointer;display:flex;flex-shrink:0;height:45px;justify-content:center;position:static;width:45px}}.mobilenav-wrapper{min-width:180px;position:absolute;right:0;top:calc(100% + 8px)}.mobilenav{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#23252af5;border:1px solid #0be77938;border-radius:16px;box-shadow:0 8px 32px #0006;overflow:hidden;transform-origin:top right}.mobilenav.on{opacity:1;transform:scale(1) translateY(0);transition:transform .25s ease,opacity .2s ease}.mobilenav.off{opacity:0;pointer-events:none;transform:scale(.92) translateY(-8px);transition:transform .2s ease,opacity .15s ease}.mobilenavlinks{display:flex;flex-direction:column;padding:6px}.mobilenavlink{padding:0}.mobilenavlinks a{border-radius:10px;color:#ffffffbf;display:block;font-size:12px;font-weight:600;letter-spacing:1px;padding:11px 16px;text-align:left;text-decoration:none;transition:background .2s ease,color .2s ease}.mobilenavlinks a.active,.mobilenavlinks a:hover{background:#0be7791f;color:#0be779}.about{background-color:#2c323f}@media screen and (max-width:599px){.about{justify-content:safe center}}.about-content{display:flex;justify-content:center;width:100%}.about-text{max-width:800px;text-align:justify;width:100%}.about-text>ul{list-style-type:none}.about-text>ul>li{margin-bottom:10px}.typewriter{align-items:center;display:flex}.typewriter-start{padding-right:5px}.typewriter>p{margin:0}.location-wrapper{align-items:center;background:#0be77914;border:1px solid #0be77940;border-radius:999px;cursor:default;display:inline-flex;gap:8px;margin-top:24px;padding:9px 18px 9px 13px;transition:background .25s ease,border-color .25s ease,box-shadow .25s ease,transform .2s ease}.location-wrapper:hover{background:#0be77929;border-color:#0be7798c;box-shadow:0 0 18px #0be77933;transform:translateY(-2px)}.location-flag{font-size:18px;line-height:1}.location-text{color:#ffffffd9;font-size:15px;font-weight:500;letter-spacing:.2px}.section-title{font-size:25pt;margin-bottom:10px;margin-top:0}.underline{border-top:4px solid #0be779;margin:0 auto 15px;width:70px}.experience{background-color:#2c323f;position:relative}@media screen and (max-width:599px){.experience{justify-content:flex-start}}.experience-content{margin:0 auto;max-width:1400px;width:100%}.experience-list{display:flex;flex-wrap:nowrap;gap:20px;justify-content:center;list-style:none;margin:0 auto;padding:0}.experience-list>li{border-radius:5px;flex:1 1;min-width:0}.experience-list>li>div{height:100%}@media screen and (max-width:700px){.experience-list{flex-wrap:wrap}.experience-list>li{flex:1 1 100%}.experience-list>li>div{height:auto}}.textLink{color:#0be779;cursor:pointer}.experience-link{cursor:default;height:100%;text-decoration:none}.experience-card,.experience-card-wrapper{height:100%;transition:.2s}.experience-card{align-items:center;background-color:#3b4353;border-radius:5px;cursor:pointer;min-height:158px;position:relative}.experience-card-wrapper:hover .experience-card{background-color:#474f63;transform:translateY(-10px)}.experience-card-top{align-items:center;display:flex;height:150px;justify-content:center;position:relative;width:100%}.experience-card-top>h2{color:#fff;font-size:22px;font-weight:700;margin:0 30px;position:absolute;text-align:center;text-decoration:none;top:30px;z-index:1}.image-wrapper{align-items:center;border-radius:50%;bottom:-50px;box-shadow:0 2px 16px 0 #00000040;display:flex;height:100px;justify-content:center;position:absolute;width:100px}.experience-card-bottom{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;height:calc(100% - 150px);justify-content:space-between;padding:65px 20px 20px;position:relative;text-align:center;width:100%}.experience-card-bottom h2{margin:0}.experience-card-bottom h3{font-size:18px;margin:20px 0}.experience-card-bottom ul{list-style-type:disc;text-align:left}.experience-card-bottom li{font-size:16px}.experience-card-tech{margin-top:20px}.experience-card-tech>ul{display:flex;flex-wrap:wrap;list-style-type:none;margin-left:-7px;margin-top:-7px}.experience-card-tech>ul>li{background-color:#5e6a80;border-radius:5px;font-size:12px;font-weight:600;margin-left:7px;margin-top:7px;padding:5px 10px}.experience-bg{background:linear-gradient(180deg,#39b175,#0be779);border-radius:5px 5px 0 0;height:100%;position:absolute;width:100%}.logo-bg{background:#fff;border-radius:50%}.company-logo{border-radius:50%;height:64px;object-fit:contain;pointer-events:none;width:64px;z-index:1}.company-location{color:#aaa;font-size:14px;margin:4px 0 0}.experience-dates{color:#0be779;font-size:14px;margin:6px 0 12px}@media screen and (max-width:599px){.experience-card-wrapper:hover .experience-card{background-color:#3b4353;transform:translateY(0)}.experience-card,.experience-card-wrapper,.experience-link{height:auto}.experience-card-bottom{height:auto;padding:65px 15px 20px}}.apps{background-color:#2c323f}.apps-content{padding:20px 0}.apps-description{color:#ccc;font-size:1rem;margin-bottom:32px;text-align:center}.apps-grid{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;padding-bottom:40px}.app-item{align-items:center;display:flex;flex-direction:column;text-decoration:none;transition:transform .2s ease;width:90px}.app-item:hover{transform:scale(1.08)}.app-icon{border-radius:18px;box-shadow:0 4px 14px #0006;height:80px;object-fit:cover;width:80px}.app-title{color:#fff;font-size:.78rem;line-height:1.3;margin-top:8px;text-align:center}.contact{background-color:#2c323f}.contact-footer{margin-top:auto;padding-bottom:8px;padding-top:32px}.copyright{align-items:center;display:flex;gap:8px;justify-content:center;margin:8px 0;text-align:center}.copyright--small{font-size:12px;opacity:.5}.footer-tech-icon{display:block;flex-shrink:0;height:22px;opacity:.9;width:22px}.footer-icon-wrap{align-items:center;cursor:default;display:inline-flex;position:relative}.footer-icon-wrap:after{background:#1e2129;border:1px solid #ffffff14;border-radius:6px;bottom:calc(100% + 6px);color:#fff;content:attr(data-tip);font-size:11px;font-weight:600;left:50%;letter-spacing:.5px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;transform:translateX(-50%) translateY(4px);transition:opacity .2s ease,transform .2s ease;white-space:nowrap}.footer-icon-wrap:hover:after{opacity:1;transform:translateX(-50%) translateY(0)}.links{display:flex;justify-content:space-evenly;margin:50px auto 0;max-width:600px;padding:20px}.links,.links a{align-items:center}.links a{border:2px solid #0000;border-radius:12px;display:inline-flex;justify-content:center;padding:10px;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.links a:hover{border-color:#0be779;box-shadow:0 0 22px #0be77973;transform:translateY(-2px)}.links img{display:block;height:40px;width:40px}.contact-form{margin:40px auto 0;max-width:500px;width:100%}.contact-form,.field-wrapper{display:flex;flex-direction:column}.field-error{align-items:center;color:#f87171;display:flex;font-size:11.5px;gap:5px;letter-spacing:.2px;min-height:20px;padding:3px 14px 6px}.field-error:before{background-color:#f87171;border-radius:50%;content:"";display:inline-block;flex-shrink:0;height:5px;opacity:0;width:5px}.field-error:not(:empty):before{opacity:1}@keyframes shake{0%,to{transform:translateX(0)}15%{transform:translateX(-6px)}30%{transform:translateX(6px)}45%{transform:translateX(-4px)}60%{transform:translateX(4px)}75%{transform:translateX(-2px)}90%{transform:translateX(2px)}}.submit-shake{animation:shake .45s ease}.email-success{color:#39b175;font-size:15px;font-weight:600;text-align:center}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 30px #3b4353!important;caret-color:#fff}.topButton{background-color:#39b175;border:none;border-radius:15px;bottom:20px;color:#fff;cursor:pointer;font-size:25px;outline:none;padding:10px;position:fixed;right:30px;z-index:99}.topButton i{display:flex}.topButton.on{opacity:1}.topButton.off,.topButton.on{transition:opacity .1s linear}.topButton.off{opacity:0}
/*# sourceMappingURL=main.b8b95af0.css.map*/