body,html{overflow-x:clip}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#010101;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.App{display:flex;flex-direction:column;height:100%;margin:20px}.summary{top:-4rem}.projectscss{align-items:center;background:#000;display:flex;justify-content:center}.scale-up-center{-webkit-animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both;animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@-webkit-keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes scale-up-center{0%{-webkit-transform:scale(.5);transform:scale(.5)}to{-webkit-transform:scale(1);transform:scale(1)}}.chartcontainer{align-items:center;box-shadow:0 4px 8px 0 rgba(0,0,0,.2);display:flex;flex-direction:row;justify-content:center;margin:50px 2rem 2rem;padding:2px 16px;text-align:center}.gridchart{flex:1 1}.charttitle{color:#9acd32;font-size:x-large;font-style:italic;font-weight:700;margin-bottom:80px;position:relative;z-index:0}.chartleft{display:flex;flex:1 1;padding-left:30px;padding-right:30px;width:100%}.chartright{flex:1 1;min-height:0}#chartcontainer>div{margin:1rem;padding:1rem;width:7rem}#chartcontainer span{font-size:2rem;font-weight:700}#chartcontainer h4{font-size:1rem;font-weight:400;margin:1rem 0 0}@media screen and (max-width:768px) and (min-width:500px){.chartcontainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.gridchart{width:100%}.chartleft{padding:0;width:80%}.charttitle{font-size:large;font-style:italic;font-weight:400}}@media screen and (max-width:499px) and (min-width:250px){.chartcontainer{align-items:center;display:flex;flex-direction:column;justify-content:center}.gridchart{width:100%}.chartleft{padding:0;width:110%}.charttitle{font-size:large;font-style:italic;font-weight:400}}@media screen and (max-width:1000px) and (min-width:769px){.chartleft{width:120%}.gridchart{width:390px}}.contacts{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:50px;position:relative;z-index:0}.contacts h2{color:#9acd32;font-size:20px}form{align-items:center;display:flex;flex-direction:column;gap:30px;height:70%;justify-content:space-around;width:70%}form input{border-color:#b5f6b5 green;border-radius:8px;height:40px}form input,form textarea{background-color:#000;box-shadow:0 7px 10px rgba(188,246,73,.3);color:#fff;font-size:14px;width:350px}form textarea{border-color:#d4eba6 #678567;border-radius:10px;height:200px}form input:focus,form textarea:focus{outline:none}button{background-color:#9acd32;border:none;border-radius:10px;color:#000;cursor:pointer;font-weight:500;height:30px;width:150px}button:focus{outline:none}span{color:#9acd32}@media screen and (max-width:1000px) and (min-width:769px){form input{height:35px;width:300px}form textarea{height:200px;width:300px}}@media screen and (max-width:450px){form input{height:45px;width:280px}form textarea{height:150px;width:280px}}.timeline{margin:80px;max-width:1200px;position:relative;z-index:0}.edu{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:150px}.edutitle{color:#9acd32;font-size:30px;font-style:italic;position:relative;z-index:0}.educontainer{-webkit-animation:linedown 2s linear forwards;animation:linedown 2s linear forwards;opacity:0;padding:10px 50px;position:relative;width:50%}@-webkit-keyframes linedown{0%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes linedown{0%{opacity:1;-webkit-transform:translateY(-30px);transform:translateY(-30px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.educontainer:first-child{-webkit-animation-delay:0s;animation-delay:0s}.educontainer:nth-child(2){-webkit-animation-delay:1s;animation-delay:1s}.educontainer:nth-child(3){-webkit-animation-delay:2s;animation-delay:2s}.educontainer:nth-child(4){-webkit-animation-delay:3s;animation-delay:3s}.textbox{background:#000;border-radius:6px;box-shadow:.5px .5px 10px 1px #9acd32;font-size:15px;padding:5px;position:relative}.textbox:hover{box-shadow:1px 1px 20px 2px #9acd32;-webkit-transform:scale(1.025);transform:scale(1.025)}.leftcontainer{left:0}.rightcontainer{left:50%}.rightcontainer .eduicon{left:-18px}.eduicon{border-radius:50%;color:#9acd32;position:absolute;right:-22px;top:75px;width:40px;z-index:10}.timeline.active:after{-webkit-animation:linemove 2s linear forwards;animation:linemove 2s linear forwards;background:#839b7f;content:"";height:100%;left:50%;margin-left:-3px;position:absolute;top:0;width:1px;z-index:-1}@-webkit-keyframes linemove{0%{height:0}to{height:100%}}@keyframes linemove{0%{height:0}to{height:100%}}.textbox h2{color:#fff;font-size:large;font-weight:600}.textbox small{color:#fff;display:inline-block;margin-bottom:15px}.textbox p{color:#fff;font-style:italic}.leftarrow{border-left:15px solid #f7f6f6;right:-15px}.leftarrow,.rightarrow{border-bottom:15px solid transparent;border-top:15px solid transparent;height:0;position:absolute;top:65px;width:0;z-index:1}.rightarrow{border-right:15px solid #f7f6f6;left:-15px}@media screen and (max-width:768px){.timeline{margin:50px}.timeline.active:after{left:10px}.educontainer{padding-left:80px;padding-right:25px;width:100%}.textbox{font-size:13px}.textbox small{margin-bottom:10px}.rightcontainer{left:0}.leftcontainer .eduicon,.rightcontainer .eduicon{left:-8px}.leftarrow,.rightarrow{border-left:0;border-right:15px solid #fff;left:-15px}.edutitle{font-size:20px;text-align:center}}.navigationbar{align-items:center;background:rgba(0,0,0,.9);border-bottom:.1px solid #000;box-shadow:0 2px 0 0 rgba(94,214,90,.2);display:flex;height:5rem;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:3}.likescount,.likescountmv{align-items:center;display:flex;flex-direction:row;gap:10px}.likeresult{color:#fff}.logo{-webkit-animation:slideRight .5s ease forwards;animation:slideRight .5s ease forwards;height:5rem;object-fit:cover;opacity:0;width:7rem}.menulist{-webkit-animation:slideTop .5s ease forwards;animation:slideTop .5s ease forwards;-webkit-animation-delay:calc(.2s*var(--i));animation-delay:calc(.2s*var(--i));color:#f9f6f6;cursor:pointer;font-size:larger;font-style:italic;font-weight:400;margin:1rem;opacity:0}.menulist:hover{border-bottom:2px solid #adff2f;color:#adff2f;padding-bottom:.5rem}.activemenu{border-bottom:3px solid #adff2f;color:#adff2f;padding:.5rem}.likebutton{color:#fff}.like{color:red}.filllike,.outlinelike{color:#9acd32}.mobileview{align-items:center;display:none;flex-direction:row;height:1.8rem;justify-content:center;object-fit:cover}.navigationmenu{background-color:rgba(154,205,50,.3);border-radius:1rem;cursor:pointer;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:190px;min-width:15rem;padding:.5rem;position:absolute;right:2rem;top:4.8rem;z-index:2}.listnavmenu{color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:larger;font-style:italic;font-weight:500;margin:.25rem;padding:.5rem 3rem}@media screen and (max-width:700px){.mobileview{align-items:center;display:flex;justify-content:center}.likescount{display:none}.navigationbar{justify-content:space-between}.menu,.menubutton{display:none}}@-webkit-keyframes slideTop{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideTop{0%{opacity:0;-webkit-transform:translateY(100px);transform:translateY(100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.arrowicon{display:none}.arrowicon.arleft{left:12px}.arrowicon.arright{padding-right:0}.prolink{color:#000;cursor:pointer;text-decoration:none}.prolink:hover{border-bottom:2px dotted #0b0b0b;color:#000;padding-bottom:.2rem}.projectsbody{flex-direction:row;padding:10px 35px 0}.projectcard,.projectsbody{align-items:center;display:flex;justify-content:center}.projectcard{border-radius:10px;height:270px;overflow:hidden;padding:2rem 1rem;position:relative;transition:all .5s ease-in-out;width:200px}.projectcard:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(130,255,46,.6);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .5s;width:100%;z-index:2}.projectcard:hover{-webkit-transform:translateY(-10px);transform:translateY(-10px)}.projectcard:hover:before{opacity:1}.wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.wrapper>div{box-sizing:border-box;display:flex;flex:25% 0;gap:20px;margin:30px;padding:10px}.projectcard img{-webkit-filter:brightness(80%);filter:brightness(80%);height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}.projectcard .projectinfo{color:#0c0c0c;opacity:0;position:relative;-webkit-transform:translateY(30px);transform:translateY(30px);transition:all .5s;z-index:3}.projectcard:hover .projectinfo{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.projectcard .projectinfo h1{line-height:40px;margin-bottom:10px}.projectcard .projectinfo p{font-size:15px;letter-spacing:1px;margin-bottom:20px}.projectcard .projectinfo .btn{background:#fff;border-radius:20px;color:#000;cursor:pointer;font-size:12px;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:.4s ease-in-out}.projectcard .projectinfo .btn:hover{background:#fc5185;box-shadow:0 7px 10px rgba(0,0,0,.5);color:#fff}.projecttitle{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#edff4a 50%,#82ff2e);-webkit-background-clip:text;font-size:50px;font-style:italic}.ptitle{align-items:center;display:flex;justify-content:center;min-height:20vh;padding-bottom:0;position:relative;z-index:0}@media screen and (max-width:1065px) and (min-width:830px){.wrapper{width:100%}}@media screen and (max-width:829px){.wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.wrapper>div{box-sizing:border-box;display:flex;flex:40% 0}.projectcard{height:180px}.arrowicon{display:none}.projectcard .projectinfo h1{font-size:medium;line-height:20px;margin-bottom:10px}}@media screen and (max-width:599px){.wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:80%}.wrapper>div{box-sizing:border-box;display:flex;flex:40% 1}.projectcard{height:180px}.arrowicon{display:none}}@media screen and (max-width:400px){.wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;width:100%}.wrapper>div{box-sizing:border-box;display:flex;flex:40% 1}.projectcard{height:180px}.arrowicon{display:none}}@media screen and (max-width:440px){.projectcard .projectinfo h1{font-size:medium;line-height:20px;margin-bottom:10px}}.menubody{align-items:center;display:flex;justify-content:center;margin-top:0;min-height:100%}.container{-webkit-tap-highlight-color:transparent;border:2px solid transparent;border-radius:50%;height:500px;position:relative;width:500px}.container .icon{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;width:100%}.container .icon .imgbox{color:#9acd32;height:40px;left:6%;position:absolute;-webkit-transform:rotate(calc(40deg*var(--i)));transform:rotate(calc(40deg*var(--i)));-webkit-transform-origin:172px;transform-origin:172px;transition:.5s;width:40px;z-index:100}.container .icon .imgbox:before{border-radius:50%;content:"";height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(.9);transform:scale(.9);transition:.5s;width:100%;z-index:-1}.container .icon .imgbox:hover .menuicon{font-size:90px;opacity:0;transition:0s}@-webkit-keyframes rotateImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes rotateImg{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.imgbox:hover .icontext{color:#fff;display:flex;font-size:larger}.container .icon .imgbox span{align-items:center;border-radius:50%;height:100%;left:0;object-fit:cover;position:absolute;top:0;-webkit-transform:rotate(calc(-40deg*var(--i)));transform:rotate(calc(-40deg*var(--i)));transition:.5s;width:100%}.imagecontent{align-items:center;display:flex;inset:0;justify-content:center;overflow:hidden;position:absolute;right:100px;top:-30px}.imagecontent .img{top:30px}@media screen and (max-width:530px) and (min-width:421px){.imagecontent{right:100px}}@media screen and (max-width:420px){.imagecontent{align-items:center;display:flex;justify-content:center;left:170px;overflow:visible;position:absolute;top:-30px}.container{border:2px solid transparent;border-radius:50%;height:500px;position:relative;width:50px}}.icontext{-webkit-animation:text .3s ease-in-out forwards;animation:text .3s ease-in-out forwards;bottom:68px;display:none;font-size:x-small;height:16px;left:0;position:relative;text-align:center;width:100%}.intro{display:flex;margin-top:70px;top:10rem}.left{flex:1 1;flex-direction:column}.left,.right{display:flex;padding-left:5%}.right{-webkit-animation:zoomIn 1s ease forwards,floatImage 4s ease-in-out infinite;animation:zoomIn 1s ease forwards,floatImage 4s ease-in-out infinite;-webkit-animation-delay:1s,3s;animation-delay:1s,3s;flex:0.7 1;opacity:0}.resumecontainer{display:flex;margin-top:25px;text-decoration:none;width:100px;z-index:0}.summarymedia{display:flex;flex-direction:column}.resumeitem{align-items:center;background-color:#9acd32;border:1px solid transparent;border-radius:5px;color:#010101;display:flex;gap:9px;height:40px;text-align:center;width:100px}.itemlink{color:#010101;padding-bottom:1px;padding-left:5px;text-decoration:none}.resumedwlbutton{display:flex;flex-direction:row}.dwldone{color:#090909;visibility:hidden}.itemlink:target{color:red}.resumeitemclicked{align-items:center;background-color:#9acd32;border:1px solid transparent;border-radius:5px;color:#010101;display:flex;gap:9px;height:40px;text-align:center;width:100px}.resumeitemclicked .itemlink{opacity:0}.resumeitemclicked .resumedwlbutton{-webkit-animation:floatDownload 1s ease-out forwards;animation:floatDownload 1s ease-out forwards;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.resumeitemclicked .dwldone{-webkit-animation:floatDownloaddone 1s ease-out forwards;animation:floatDownloaddone 1s ease-out forwards;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;visibility:visible}.downloadicon{color:#000;cursor:pointer}.smediaicons{color:pink;display:flex;flex-direction:row;gap:20px;justify-content:flex-start;margin-top:30px;z-index:0}.mediainsta{background:#d6249f;background:radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);border-radius:8px;box-shadow:0 3px 10px rgba(0,0,0,.25);height:25px;text-align:center;vertical-align:middle}.medialinkedin{color:#0a66c2}.mediagithub{color:#fff}.mediamail{color:#ff0}.summarywrapper{color:#e5e2e2;display:flex;flex-direction:column;flex-wrap:wrap;height:100%;justify-content:center;line-height:100%;width:100%}.devtitle{color:#fff}.ityped-cursor{-webkit-animation:blink 1s infinite;animation:blink 1s infinite;color:#fff}@-webkit-keyframes blink{50%{opacity:1}to{opacity:0}}.summarywrapper h1{-webkit-text-fill-color:transparent;background:#82ff2e;background:linear-gradient(90deg,#edff4a 50%,#82ff2e);-webkit-background-clip:text;font-size:60px;font-style:italic;margin:10px 40px;max-width:-webkit-max-content;max-width:max-content;width:100%}.summarywrapper h2{font-size:35px}.summarywrapper h2,.summarywrapper h3{-webkit-animation:slideBottom 1s ease forwards;animation:slideBottom 1s ease forwards;-webkit-animation-delay:.1s;animation-delay:.1s;opacity:0}.summarywrapper h3{font-size:30px;height:35px;margin:25px 0 0}.summarywrapper p{-webkit-animation:slideLeft 1s ease forwards;animation:slideLeft 1s ease forwards;-webkit-animation-delay:.1s;animation-delay:.1s;font-size:medium;font-weight:400;height:35px;margin:0;opacity:0}.skillcontainer{align-items:flex-end;display:flex;float:left;justify-content:center}.drilogo{-webkit-animation:slideRight 1s ease forwards;animation:slideRight 1s ease forwards;-webkit-animation-delay:.1s;animation-delay:.1s;margin-top:25px;opacity:0}.drilogo b{color:#9acd32;font-size:60px;font-style:italic;margin:10px 40px;max-width:-webkit-max-content;max-width:max-content;width:100%}.drilogo b span{-webkit-animation:blink 2s linear infinite;animation:blink 2s linear infinite}.drilogo b span:nth-of-type(2){-webkit-animation:blink 3s linear infinite;animation:blink 3s linear infinite}@keyframes blink{78%{color:inherit;text-shadow:inherit}79%{color:#333}80%{text-shadow:none}81%{color:inherit;text-shadow:inherit}82%{color:#333;text-shadow:none}83%{color:inherit;text-shadow:inherit}92%{color:#333;text-shadow:none}92.5%{color:inherit;text-shadow:inherit}}@-webkit-keyframes slideUp{0%{-webkit-transform:translateY(300px);transform:translateY(300px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideUp{0%{-webkit-transform:translateY(300px);transform:translateY(300px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes slideRight{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideRight{0%{opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes slideLeft{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes slideBottom{0%{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slideBottom{0%{opacity:0;-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(0);transform:scale(0)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes floatImage{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-24px);transform:translateY(-24px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes floatImage{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-24px);transform:translateY(-24px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes floatDownload{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-24px);transform:translateX(-24px)}}@keyframes floatDownload{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{opacity:0;-webkit-transform:translateX(-24px);transform:translateX(-24px)}}@-webkit-keyframes floatDownloaddone{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-70px);transform:translateX(-70px)}}@keyframes floatDownloaddone{0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(-70px);transform:translateX(-70px)}}@media screen and (max-width:429px){.intro{align-items:flex-start;display:flex;flex-direction:column}.left{padding-left:8%}.right{padding-left:0}.summarymedia{padding-bottom:50px}}@media screen and (max-width:768px) and (min-width:601px){.intro{align-items:center;display:flex;flex-direction:column}.left{padding-left:8%}.right{padding-left:18%}.summarymedia{padding-bottom:50px}}@media screen and (max-width:600px) and (min-width:430px){.intro{align-items:center;display:flex;flex-direction:column}.left{padding-left:8%}.right{padding-left:0}.summarymedia{padding-bottom:50px}}
/*# sourceMappingURL=main.016bab5d.css.map*/