@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Poppins:700);.app__about{flex:1 1;width:100%;flex-direction:column}.app__profiles{align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item,.app__profiles{display:flex;justify-content:center}.app__profile-item{width:190px;align-items:center;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}.app__profile-item h2,.app__profile-item p{text-align:center}@media screen and (min-width:2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{width:100%;height:320px;border-radius:15px;object-fit:cover}}.description{display:flex;flex-direction:column;text-align:center}.description span{padding-bottom:1rem;padding-top:1rem}.app__navbar{width:100%;justify-content:flex-end;padding:1rem 2rem;background:hsla(0,0%,100%,.25);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid hsla(0,0%,100%,.18);z-index:2}.app__navbar,.toggleMenu{display:flex;align-items:center;position:relative}.toggleMenu{width:35px;height:35px;border-radius:50%;justify-content:center;background-color:var(--secondary-color)}@media screen and (min-width:900px){.toggleMenu{display:none}}.toggleMenu svg{width:70%;height:70%;color:var(--white-color)}.app__navbar-logo{display:flex;justify-content:flex-end;align-items:center}.app__navbar-logo img{width:90px;height:20px}@media screen and (min-width:2000px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-links{flex:1 1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.hamburgerMenu{position:fixed;top:0;right:0;z-index:5;padding:1rem;width:45%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background-color:var(--white-color);box-shadow:0 0 20px hsla(0,0%,65.9%,.15)}.hamburgerMenu svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem}.hamburgerMenu ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.hamburgerMenu ul li{margin:1rem}.hamburgerMenu ul li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.hamburgerMenu ul li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.hamburgerMenu{display:none}}.app__footer{flex:1 1;width:100%;flex-direction:column}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4em 2rem 2rem}.app__footer-cards .app__footer-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:#fef4f5;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.app__footer-cards .app__footer-card p{font-weight:500}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:500}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-cards .app__footer-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem;justify-content:center;align-items:center}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:#fff;font-family:var(--font-base);color:var(--secondary-color);outline:none}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;margin:2rem 0 0;font-family:var(--font-base);transition:cubic-bezier(.55,.085,.68,.53);cursor:pointer}.app__footer-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__footer-form{width:100%;margin:1rem 0}}.contactForm{width:80%}.contactForm,.header--container{display:flex;flex-direction:column;justify-content:center}.header--container{min-height:100vh;align-items:center;padding:1rem}.intro{font-size:2em;text-align:center;padding-bottom:3rem}@media only screen and (min-width:768px){.intro{font-size:2.5em}}@media only screen and (min-width:889px){.intro{font-size:3.5em}}.purple{color:#3323c6}button{margin-bottom:1rem;position:relative;display:inline-block;cursor:pointer;outline:none;border:0;vertical-align:middle;text-decoration:none;background:transparent;padding:0;font-size:inherit;font-family:inherit}button.learn-more{width:12rem;height:auto}button.learn-more .circle{transition:all .45s cubic-bezier(.65,0,.076,1);position:relative;display:block;margin:0;width:3rem;height:3rem;background:#282936;border-radius:1.625rem}button.learn-more .circle .icon{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;bottom:0;margin:auto;background:#fff}button.learn-more .circle .icon.arrow{transition:all .45s cubic-bezier(.65,0,.076,1);left:.625rem;width:1.125rem;height:.125rem;background:none}button.learn-more .circle .icon.arrow:before{position:absolute;content:"";top:-.25rem;right:.0625rem;width:.625rem;height:.625rem;border-top:.125rem solid #fff;border-right:.125rem solid #fff;-webkit-transform:rotate(45deg);transform:rotate(45deg)}button.learn-more .button-text{transition:all .45s cubic-bezier(.65,0,.076,1);position:absolute;top:0;left:0;right:0;bottom:0;padding:.75rem 0;margin:0 0 0 1.85rem;color:#282936;font-weight:700;line-height:1.6;text-align:center;text-transform:uppercase}button:hover .circle{width:100%}button:hover .circle .icon.arrow{background:#fff;-webkit-transform:translate(1rem);transform:translate(1rem)}button:hover .button-text{color:#fff}.app__skills{flex:1 1;width:100%;flex-direction:column;background-color:var(--white-color)}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:column}.app__skills-list{flex:1 1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-right:5rem}@media screen and (max-width:900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all .2s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:#fff}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width:450px){.app__skills-item div{width:70px;height:70px}}.app__skills-item p{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}}.app__skills-exp{flex:1 1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.skills-tooltip{max-width:300px!important;background-color:var(--white-color)!important;box-shadow:0 0 25px rgba(0,0,0,.1)!important;border-radius:5px!important;padding:1rem!important;color:var(--gray-color)!important;text-align:center!important;line-height:1.5!important;opacity:1!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;max-width:500px!important;line-height:2!important}}app__works{flex:1 1;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;font-weight:800;cursor:pointer;transition:all .3s ease;margin:.5rem}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-portfolio{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:#fff;color:#000;cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px rgba(0,0,0,.2)}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{height:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;border-radius:.5rem;opacity:0}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);transition:all .3s ease}.app__work-hover div{width:50px;height:50px;border-radius:50%;color:#fff;margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column-reverse}.app__work-content h4{margin-top:.5rem;line-height:1.5}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:#fff;top:-25px}.highlight{background-color:#000}.item-not-active{background-color:#fff;color:#000}.item-active{color:#fff;background-color:var(--secondary-color)}.white{color:#fff}.furtherInfo{display:flex;flex:1 1;width:100%;flex-direction:column;align-items:center;padding:2rem;background:#fff;border-radius:10px;max-width:1000px}.furtherInfo h3{padding-bottom:1rem}.liveButton{background-color:var(--secondary-color);padding:.7rem;border-radius:10px;margin-bottom:1rem;cursor:pointer;color:#fff}.liveButton p{justify-content:center}.iframe-wrapper{position:relative;padding-top:56.25%;width:100%}.iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.iframe-container{width:100%;max-width:700px}.gitlink{display:flex;grid-column-gap:10px;-webkit-column-gap:10px;column-gap:10px;color:#000}.project-title{font-size:x-large}.gitIcon{margin-left:.5rem}.title-close{display:flex;justify-content:center;width:500px;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem;margin-bottom:1rem}.underlineTitle{text-decoration:underline}/ .everything{margin:0;overflow:hidden;position:relative;background:#e4e4e4;display:flex;align-items:center;width:100%;padding:11rem 6rem}h1{color:#000;font-size:18vmin;line-height:1;text-transform:uppercase;padding-bottom:5rem;z-index:3;position:relative}.heading,h1{font-weight:700;letter-spacing:2px;font-family:Poppins,sans-serif}.heading{display:flex;flex-direction:row;font-size:5.4vmin;line-height:1.3;z-index:5;justify-content:center;align-items:center}h2{color:#e4e4e4}@-webkit-keyframes animate{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}@keyframes animate{0%{-webkit-transform:translateY(0) rotate(0deg);transform:translateY(0) rotate(0deg);opacity:1;border-radius:0}to{-webkit-transform:translateY(-1000px) rotate(2turn);transform:translateY(-1000px) rotate(2turn);opacity:0;border-radius:50%}}.background{position:fixed;width:100vw;height:100vh;top:0;left:0;margin:0;padding:0;background:#e4e4e4;overflow:hidden}.background li{position:absolute;display:block;list-style:none;width:20px;height:20px;background:hsla(0,0%,100%,.2);-webkit-animation:animate 19s linear infinite;animation:animate 19s linear infinite}.background li:nth-child(0){left:65%;width:144px;height:144px;bottom:-144px;-webkit-animation-delay:1s;animation-delay:1s}.background li:first-child{left:28%;width:183px;height:183px;bottom:-183px;-webkit-animation-delay:4s;animation-delay:4s}.background li:nth-child(2){left:89%;width:164px;height:164px;bottom:-164px;-webkit-animation-delay:7s;animation-delay:7s}.background li:nth-child(3){left:48%;width:127px;height:127px;bottom:-127px;-webkit-animation-delay:6s;animation-delay:6s}.background li:nth-child(4){left:37%;width:150px;height:150px;bottom:-150px;-webkit-animation-delay:18s;animation-delay:18s}.background li:nth-child(5){left:23%;width:188px;height:188px;bottom:-188px;-webkit-animation-delay:15s;animation-delay:15s}.background li:nth-child(6){left:70%;width:180px;height:180px;bottom:-180px;-webkit-animation-delay:7s;animation-delay:7s}.background li:nth-child(7){left:51%;width:127px;height:127px;bottom:-127px;-webkit-animation-delay:8s;animation-delay:8s}.background li:nth-child(8){left:21%;width:113px;height:113px;bottom:-113px;-webkit-animation-delay:5s;animation-delay:5s}.background li:nth-child(9){left:46%;width:159px;height:159px;bottom:-159px;-webkit-animation-delay:40s;animation-delay:40s}@media screen and (max-width:1400px){h1{font-size:13.5vmin}.heading{font-size:4.05vmin}}@media screen and (max-width:1350px){.heading{flex-direction:column;justify-content:center}}@media screen and (max-width:450px){.everything{padding:9rem 1rem}}.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{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1 1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase}.copyright p,.head-text{color:var(--black-color)}.head-text{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:2rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);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{justify-content:flex-end;flex-direction:column;padding:1rem}.app__social,.app__social div{display:flex;align-items:center}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);justify-content:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.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{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:70%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"Poppins",sans-serif;--primary-color:#e4e4e4;--secondary-color:#3323c6;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}h1,h2,h3,h4,h5 span,p{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}
/*# sourceMappingURL=main.ee87591a.chunk.css.map */