@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid #ffffff2e;justify-content:space-between;padding:1rem 2rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{cursor:pointer;justify-content:flex-start}.app__navbar-logo img{width:40px}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-end;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{-webkit-text-decoration-skip:ink;color:var(--blue-color);color:var(--gray-color);display:inline-block;flex-direction:column;font-weight:600;position:relative;text-decoration:none;text-decoration-skip-ink:auto;text-transform:uppercase;transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .3s ease-in-out}.app__navbar-links li a:active,.app__navbar-links li a:focus,.app__navbar-links li a:hover{color:var(--blue-color);outline:0}.app__navbar-links li a:active:after,.app__navbar-links li a:focus:after,.app__navbar-links li a:hover:after{width:100%}.app__navbar-links li a:active>*,.app__navbar-links li a:focus>*,.app__navbar-links li a:hover>*{color:var(--blue-color)!important;transition:all .25s cubic-bezier(.645,.045,.355,1)}.app__navbar-links li a:after{background-color:var(--blue-color);bottom:.3em;content:"";display:block;height:1px;opacity:.5;position:relative;transition:all .25s cubic-bezier(.645,.045,.355,1);width:0}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{align-items:center;background-color:var(--secondary-color);border-radius:50%;display:flex;height:35px;justify-content:center;position:relative;width:35px}.app__navbar-menu svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--green-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px #a8a8a826;display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.app__navbar-menu div svg{color:var(--black-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div ul{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style:none;margin:0;padding:0;width:100%}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--black-color);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--blue-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__navbar-left-section{cursor:pointer;height:100vh;left:0;position:fixed;top:70%;z-index:5}@media screen and (max-width:450px){.app__navbar-left-section{display:none}}.app__navbar-social-media{align-items:center;display:flex;flex-direction:column;gap:20px;padding-left:20px;position:relative}.app__navbar-social-media span{background-color:var(--black-color);height:400px;width:2px}.app__credits-div{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none;padding-bottom:30px}.app__credits-div a{-webkit-text-decoration-skip:ink;color:var(--blue-color);color:var(--gray-color);display:inline-block;flex-direction:column;position:relative;text-decoration:none;text-decoration-skip-ink:auto;transition:all .25s cubic-bezier(.645,.045,.355,1);transition:all .4s ease-in-out}.app__credits-div a:active,.app__credits-div a:focus,.app__credits-div a:hover{color:var(--blue-color);outline:0}.app__credits-div a:active:after,.app__credits-div a:focus:after,.app__credits-div a:hover:after{width:100%}.app__credits-div a:active>*,.app__credits-div a:focus>*,.app__credits-div a:hover>*{color:var(--blue-color)!important;transition:all .35s cubic-bezier(.645,.045,.355,1)}.app__credits-div a:after{background-color:var(--blue-color);bottom:.1em;content:"";display:block;height:1px;opacity:.5;position:relative;transition:all .35s cubic-bezier(.645,.045,.355,1);width:0}.app__button{border:2px solid var(--black-color);color:var(--black-color);cursor:pointer;display:block;font-family:sans-serif;font-size:18px;height:42px;letter-spacing:2px;line-height:40px;position:relative;text-align:center;text-decoration:none;transition:all .35s}.app__button span{position:relative;z-index:1}.app__button:after{background:var(--pink-color);content:"";height:100%;left:0;position:absolute;top:0;transition:all .35s;width:0}.app__button:hover{color:#fff}.app__button:hover:after{width:100%}.button_width_md{width:160px}.button_width_lg{width:180px}.button-mobile-only{display:none}@media screen and (max-width:450px){.button-mobile-only{display:block}}.app__footer{align-items:center;display:flex;flex:1 1;flex-direction:column;height:90vh;justify-content:center;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app_footer-content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px}@media screen and (max-width:450px){.app_footer-content{margin-top:10px}}.app_footer-content p{color:var(--black-color);font-size:20px;line-height:1.3;max-width:600px;padding-bottom:30px;padding-top:20px;text-align:center}@media screen and (max-width:450px){.app_footer-content p{padding-left:20px;padding-right:20px}}.app_footer-content .app_footer-button-wrapper{margin:20px}.app__skills{flex:1 1;flex-direction:column;height:100vh;padding-top:80px;width:100%}.app__skills-container{align-items:center;display:flex;flex-direction:row;justify-content:center;margin:3rem auto auto;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-right:5rem;max-width:800px}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-right:0}}.app__skills-item{flex-direction:column;margin:1rem;text-align:center;transition:all .3s ease-in-out}.app__skills-item div{background-color:hsla(0,0%,98%,.864);border:2px solid var(--black-color);border-radius:4px;height:70px;width:70px}.app__skills-item div img{width:60%}.app__skills-item div:hover{box-shadow:0 0 25px #c9cb91}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.app__skills-item div{height:70px;width:70px}}.app__skills-item p{color:var(--black-color);font-weight:500;margin-top:.5rem}@media screen and (min-width:2000px){.app__skills-item{margin:1rem 2rem}.app__skills-item p{margin-top:1rem}}#home{background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__hero{display:flex;flex:1 1;flex-direction:column;height:100vh;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__hero{padding-top:8rem}}@media screen and (max-width:450px){.app__hero{padding:6rem 1rem 2rem}}.app__hero-info{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;height:100%;justify-content:center;margin:0 2rem}@media screen and (max-width:1200px){.app__hero-info{margin-right:0;width:100%}}.app__hero-content{align-items:center;display:flex;flex-direction:column;width:100%}.app__hero-content span{font-size:2.5rem}@media screen and (min-width:2000px){.app__hero-content span{font-size:5rem}}@media screen and (max-width:1200px){.app__hero-content{align-items:flex-start;justify-content:flex-start;padding-left:20px;padding-right:20px}}@media screen and (max-width:450px){.app__hero-content{padding-left:0;padding-right:30px}}.app__hero-button-group{display:flex;gap:30px;margin-top:40px}@media screen and (max-width:1024px){.app__hero-button-group{padding-left:20px;padding-right:20px}}@media screen and (max-width:450px){.app__hero-button-group{flex-direction:column;gap:10px;padding-left:0;padding-right:30px;width:100%}.app__hero-button-group a{width:100%}}.app__hero-text-container{display:flex;flex-direction:column}.app__hero-head-text{color:var(--black-color);font-size:100px;font-weight:800;text-shadow:0 15px 5px #0000001a,10px 20px 5px #0000000d,-10px 20px 5px #0000000d;width:100%}@media screen and (max-width:1024px){.app__hero-head-text{font-size:80px}}@media screen and (max-width:768px){.app__hero-head-text{font-size:70px}}@media screen and (max-width:450px){.app__hero-head-text{font-size:40px}}.app__hero-subhead-text{color:var(--black-color);display:flex;font-size:70px;font-weight:800;height:118px;opacity:.6}@media screen and (max-width:1024px){.app__hero-subhead-text{font-size:50px;height:98px}}@media screen and (max-width:768px){.app__hero-subhead-text{font-size:40px;height:82px}}@media screen and (max-width:450px){.app__hero-subhead-text{font-size:25px;height:62px;margin-top:10px}}.app__hero-head-text-small{-webkit-text-stroke:1px;color:var(--secondary-color);font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serifz;font-size:26px;font-size:1rem;font-weight:500;letter-spacing:1px;line-height:1.5;opacity:.8;width:800px}@media screen and (max-width:1024px){.app__hero-head-text-small{font-size:16px;width:100%}}@media screen and (max-width:768px){.app__hero-head-text-small{font-size:14px;letter-spacing:.5px}}@media screen and (max-width:450px){.app__hero-head-text-small{font-size:14px;line-height:1.3}}.app__hero-social-media{display:none}@media screen and (max-width:450px){.app__hero-social-media{display:flex}}.app_hero-desc-link{color:var(--blue-color);margin-left:4px;margin-right:4px;text-decoration:none}#container{height:118px;position:absolute;text-align:center}@media screen and (max-width:1024px){#container{height:98px}}@media screen and (max-width:768px){#container{height:82px}}@media screen and (max-width:450px){#container{height:62px}}#cursor,#text{display:inline-block}#cursor{animation:blink .5s step-end infinite;background-color:var(--pink-color);height:70px;vertical-align:middle;width:5px}@media screen and (max-width:1024px){#cursor{height:50px}}@media screen and (max-width:768px){#cursor{height:40px}}@media screen and (max-width:450px){#cursor{height:25px}}@keyframes blink{0%,to{background-color:initial}50%{background-color:var(--pink-color)}to{background-color:var(--pink-color)}}.app__projects{flex:1 1;flex-direction:column;justify-items:center;min-height:100vh;padding-top:80px;width:100%}.app__projects-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__projects-filter .app__projects-filter-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;font-weight:800;margin:.5rem;padding:.5rem 1rem;transition:all .3s ease}.app__projects-filter .app__projects-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__projects-filter .app__projects-filter-item{border-radius:.85rem;padding:1rem 2rem}}.app__projects-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__projects-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:30px;max-width:1500px}@media screen and (min-width:1024px){.app__projects-portfolio{padding-left:20px;padding-right:20px}}.app__projects-portfolio .app__projects-item{background-color:var(--green-color);border:2px solid var(--black-color);border-radius:.5rem;color:var(--black-color);cursor:pointer;flex-direction:column;height:390px;justify-content:flex-start;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__projects-portfolio .app__projects-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__projects-portfolio .app__projects-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (min-width:1024px){.app__projects-portfolio .app__projects-item{margin:1rem}}@media screen and (max-width:300px){.app__projects-portfolio .app__projects-item{margin:1rem;width:100%}}.app__projects-img{height:230px;position:relative;width:100%}.app__projects-img img{border:2px solid var(--black-color);border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__projects-img{height:350px}}.app__projects-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__projects-hover,.app__projects-hover div{background-color:#00000080;transition:all .3s ease}.app__projects-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__projects-hover div svg{color:var(--white-color);height:50%;width:50%}.app__projects-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__projects-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__projects-content h4{margin-top:3rem}}.app__projects-content .app__projects-tag{background-color:var(--pink-color);border:2px solid var(--black-color);border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__projects-content .app__projects-tag p{color:var(--black-color)}.app__experiences{flex:1 1;flex-direction:column;min-height:100vh;padding-top:80px;width:100%}.app__experiences-container{display:flex;flex-direction:row;justify-content:center;margin:2rem auto 0;width:80%}@media screen and (max-width:450px){.app__experiences-container{padding-left:10px;padding-right:10px}}.app__experiences-timeline{margin:2em auto;max-width:46em;position:relative}.app__experiences-timeline:before{background-color:var(--black-color);content:"";height:100%;left:2em;margin-left:-1px;position:absolute;top:0;width:2px}.app__experiences-timeline-event{list-style:none;position:relative}.app__experiences-timeline-event:hover .app__experiences-timeline-event-icon{background-color:var(--pink-color);transform:rotate(-45deg)}.app__experiences-timeline-event:hover .app__experiences-timeline-event-thumbnail{box-shadow:inset 40em 0 0 0 var(--pink-color)}.app__experiences-timeline-event-copy{color:var(--black-color);left:4em;padding:2em;position:relative;top:-1.875em;width:80%}.app__experiences-timeline-event-copy h3{font-size:1.75em}@media screen and (max-width:450px){.app__experiences-timeline-event-copy h3{font-size:1.5em}}.app__experiences-timeline-event-copy h4{font-size:1.2em;margin-bottom:1.2em}@media screen and (max-width:450px){.app__experiences-timeline-event-copy h4{font-size:1em}}.app__experiences-timeline-event-copy p{white-space:pre-wrap}@media screen and (max-width:450px){.app__experiences-timeline-event-copy p{font-size:14px}}.app__experiences-timeline-event-icon{background-color:var(--black-color);display:block;height:1em;left:2em;margin:.5em .5em .5em -.5em;outline:10px solid #fff;position:absolute;top:0;transform:rotate(45deg);transition:transform .2s ease-in;width:1em}.app__experiences-timeline-event-thumbnail{background-color:var(--black-color);box-shadow:inset 0 0 0 0 var(--pink-color);color:#fff;display:inline-block;font-size:.75em;margin-bottom:1.2em;padding:.25em 1em .2em;transition:box-shadow .5s ease-in .1s}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{display:flex;flex-direction:row;min-height:100vh;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;padding:4rem 2rem;width:100%}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.head-text{color:var(--black-color);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2.5rem}}.p-text{color:var(--black-color);font-size:.8rem;line-height:1.5;text-align:left}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--black-color);font-size:1rem;font-weight:800;text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{flex-direction:column;justify-content:flex-end;padding:1rem}.app__social,.app__social div{align-items:center;display:flex}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social div svg{height:30px;width:30px}}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"Calibre","Inter","San Francisco","SF Pro Text",-apple-system,system-ui,sans-serif;--primary-color:#f1f7b5;--secondary-color:#0d2c52;--black-color:#062953;--lightGray-color:#e4e4e4;--gray-color:#425a82;--brown-color:#46364a;--white-color:#fff;--pink-color:#fd8a8a;--blue-color:#797ed0;--green-color:#a8d1d1}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.b5f5245b.css.map*/