@import url(https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@700&family=Lato:wght@700;900&family=Poppins:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400&family=Roboto+Slab:wght@400;500&family=Source+Code+Pro:wght@600&family=Ubuntu&display=swap);.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:var(--navbar-glass-bg);border:1px solid var(--navbar-glass-border);justify-content:space-between;padding:1rem 2rem;position:fixed;transition:background .3s ease,border-color .3s ease;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo{justify-content:flex-start;min-width:200px}.app__navbar-logo img{height:auto;width:clamp(130px,10vw,280px)}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:25%;height:5px;margin-bottom:5px;transition:all .3s ease-in-out;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;font-family:var(--font-poppins);font-size:.9rem;font-weight:500;text-decoration:none;text-transform:uppercase;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);transform:scaleX(10)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-right{align-items:center;display:flex;gap:.75rem;justify-content:flex-end;min-width:200px}@media screen and (max-width:900px){.app__navbar-right{display:none}}.app__navbar-theme-toggle svg{animation:theme-icon-spin .5s ease forwards;transition:filter .3s ease}.app__navbar-theme-toggle:hover svg{filter:drop-shadow(0 0 6px var(--secondary-color))}@keyframes theme-icon-spin{0%{opacity:0;transform:rotate(-90deg) scale(.5)}to{opacity:1;transform:rotate(0deg) scale(1)}}.app__navbar-resume-btn{background-color:var(--white-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-code);font-size:clamp(.75rem,.8vw,1rem);margin-right:auto;padding:clamp(.35rem,.5vw,.6rem) clamp(.7rem,1vw,1.2rem);text-decoration:none;text-transform:uppercase;transition:all .2s ease}.app__navbar-resume-btn:hover{background-color:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:30px;color:#fff}[data-theme=dark] .app__navbar-resume-btn{background-color:#0000;border-color:#fff;color:#fff}[data-theme=dark] .app__navbar-resume-btn:hover{background-color:#fff;border-color:#fff;color:var(--secondary-color)}.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:#fff;height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background-color:var(--mobile-menu-bg);background-size:cover;bottom:0;box-shadow:0 0 20px var(--shadow-color);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(--secondary-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(--gray-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(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__navbar-menu-bottom{align-items:center;display:flex;flex-direction:row;gap:.75rem;margin-top:auto;padding:1rem 0}.app__about{flex:1 1;flex-direction:column;width:100%}.app__about h2{font-family:var(--font-roboto-slab);margin:3rem 0}.app__about span{font-family:var(--font-code)}@media screen and (max-width:900px){.app__about h2{margin-top:0}}.app__profiles{align-items:flex-start;display:flex;flex:1 1;font-family:var(--font-roboto-slab);justify-content:center;margin-top:2rem}.app__profiles-desc{margin:1rem;width:120%}.app__profiles-desc h2{text-align:left}.app__profiles-desc p{color:var(--black-color);font-size:1.2rem;margin-bottom:1.5rem;text-align:left}.app__profiles-desc p span{color:var(--secondary-color);font-family:var(--font-code)}@media screen and (max-width:1200px){.app__profiles-desc{width:auto}.app__profiles-desc h2{font-size:2.5rem}.app__profiles-desc p{font-size:1rem}}@media screen and (max-width:900px){.app__profiles-desc h2{font-size:2rem}.app__profiles-desc p{font-size:.9rem}}[data-theme=dark] .app__profiles-desc p{color:#fff}.app__profiles-items{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__profiles-items h4{font-family:var(--font-poppins);font-size:2rem}.app__profiles-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:2rem}.app__profiles-item img{border-radius:15px;height:clamp(150px,12vw,280px);object-fit:cover;width:clamp(150px,12vw,280px)}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer h2{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__footer{margin-top:1rem}.app__footer h2{font-size:1.8rem}}@media screen and (max-width:768px){.app__footer h2{font-size:1.4rem}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4rem 2rem 2rem;width:clamp(320px,60%,900px)}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--footer-card-bg);border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:270px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card a{color:var(--gray-color);font-family:var(--font-poppins);font-weight:600;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--lightPink-color)}@media screen and (max-width:1200px){.app__footer-cards .app__footer-card{width:100px}.app__footer-cards .app__footer-card img{height:30px;width:30px}.app__footer-cards .app__footer-card a{font-size:12px}}@media screen and (max-width:768px){.app__footer-cards .app__footer-card h2{font-size:1rem}}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:1200px){.app__footer-cards{margin-top:1.5rem}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:var(--footer-card-alt-bg)}.app__footer-form{flex-direction:column;margin:1rem 2rem;width:clamp(320px,60%,900px)}.app__footer-form div{background-color:var(--secondary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form div input,.app__footer-form div textarea{background-color:var(--white-color);border:none;border-radius:7px;color:var(--black-color);font-family:var(--font-code);outline:none;padding:.95rem;width:100%}.app__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}[data-theme=dark] .app__footer-form div{background-color:#fff}.app__footer-form button{background-color:var(--white-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--secondary-color);cursor:pointer;font-family:var(--font-code);font-size:.9rem;font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;text-transform:uppercase;transition:all .2s ease}.app__footer-form button:hover{background-color:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:30px;color:#fff}[data-theme=dark] .app__footer-form button{background-color:#0000;border-color:#fff;color:#fff}[data-theme=dark] .app__footer-form button:hover{background-color:#fff;border-color:#fff;color:var(--secondary-color)}@media screen and (max-width:1200px){.app__footer-form button{margin:1rem 0 0}.app__footer-form{margin:0;width:80%}}@media screen and (max-width:768px){.app__footer-form{width:100%}.app__footer-form div{margin:.5rem 0}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png) repeat 50%;background-size:cover;position:relative;transition:background-color .3s ease}#home .app__wrapper{padding:0;position:relative;z-index:1}#home .app__wrapper .copyright{display:none}[data-theme=dark] #home{background-blend-mode:multiply;background-color:var(--primary-color)}.app__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:400px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{flex:.65 1;height:100%}.app__header-badge,.app__header-info{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{background-color:var(--white-color);border:var(--white-color);border-radius:15px;box-shadow:0 0 20px var(--shadow-color);flex-direction:row;padding:1rem 2rem;transition:all .3s ease-in-out;width:auto}.app__header-badge .badge-cmp h1,.app__header-badge .tag-cmp h1{font-family:var(--font-code);font-size:clamp(1.3rem,1.5vw + .5rem,2.5rem)}.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp p{font-family:var(--font-roboto-slab);font-size:1rem}@media screen and (max-width:900px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{width:90%}}.app__header-badge .badge-cmp:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}.app__header-badge .tag-cmp{flex-direction:column;margin-top:2rem}.app__header-badge .tag-cmp p{font-size:1rem;text-align:left;width:100%}.app__header-badge .tag-cmp:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}@media screen and (max-width:1200px){.app__header-badge .tag-cmp{margin-top:1rem}}@media screen and (max-width:900px){.app__header-badge .tag-cmp p{font-size:.8rem;text-align:center}}.app__header-badge span{font-size:clamp(2rem,2vw + .5rem,4rem)}@media screen and (max-width:1200px){.app__header-badge{align-items:center;justify-content:center}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px var(--shadow-color);height:100px;transition:all .3s ease-in-out;width:100px}.app__header-circles div img{height:65%;object-fit:contain;width:65%}.app__header-circles div:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.05)}.circles-left div:first-child{height:clamp(80px,6vw,200px);margin-left:20px;margin-top:5rem;width:clamp(80px,6vw,200px)}.circles-left div:nth-child(2){height:clamp(140px,10vw,250px);margin-left:200px;margin-top:2rem;width:clamp(140px,10vw,250px)}@media screen and (max-width:1200px){.circles-left{display:none}}.circles-right div:first-child{height:clamp(110px,9vw,200px);width:clamp(110px,9vw,200px)}.circles-right div:nth-child(2){height:clamp(150px,12vw,250px);margin:4rem;width:clamp(150px,12vw,250px)}.circles-right div:nth-child(3){height:clamp(90px,7vw,150px);width:clamp(90px,7vw,150px)}@media screen and (max-width:1200px){.circles-right{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.circles-right div{margin:1rem}.circles-right div:first-child{height:110px;width:110px}.circles-right div:nth-child(2){height:180px;margin:2rem;width:180px}.circles-right div:nth-child(3){height:140px;width:140px}}@media screen and (max-width:900px){.circles-right div{margin:.1rem}.circles-right div:first-child{height:65px;width:65px}.circles-right div:nth-child(2){height:100px;width:100px}.circles-right div:nth-child(3){height:70px;width:70px}}.app__header-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img .overlay_circle{bottom:0;height:120%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__header-typewriter{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative;text-align:center}.app__header-typewriter h1{color:var(--black-color);font-family:var(--font-roboto-slab);font-size:clamp(1.3rem,1.5vw + .5rem,3rem);font-weight:800;margin:auto}.app__header-typewriter span{color:var(--secondary-color);font-family:var(--font-code);font-size:clamp(1.3rem,1.5vw + .5rem,3rem);font-weight:400}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills h2{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__skills{margin-top:1rem}.app__skills h2{font-size:1.8rem}}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@media screen and (max-width:1200px){.app__skills-container{margin-top:1rem;width:auto}}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;width:100%}}.app__skills-list{align-items:flex-start;display:flex;flex:1 1;flex-wrap:wrap;justify-content:space-evenly;margin-right:5rem}.app__skills-list p{font-family:var(--font-code)}@media screen and (max-width:1200px){.app__skills-list{margin-right:1rem}}@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}.app__skills-item div{background-color:var(--white-color);border-radius:50%;height:clamp(70px,5vw,130px);transition:all .3s ease;width:clamp(70px,5vw,130px)}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px var(--lightPink-color)}.app__skills-item p{font-weight:500;margin-top:.5rem}.app__skills-item:hover{transform:scale(1.1)}@media screen and (max-width:1200px){.app__skills-item{margin:.5rem}}.app__skills-exp{align-items:flex-start;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-exp{margin-top:2rem}}.app__skills-exp-item{align-items:flex-start;border-radius:15px;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;padding:2%;transition:all .3s ease;width:100%}.app__skills-exp-item:hover{box-shadow:0 0 20px var(--lightPink-color);transform:scale(1.03)}.app__skills-exp-card{display:flex;flex:1 1;flex-direction:row;width:100%}.app__skills-exp-year{margin-right:1rem;padding-right:10px;width:22%}.app__skills-exp-year p{color:var(--secondary-color);font-family:var(--font-code);font-weight:800}@media screen and (max-width:1200px){.app__skills-exp-year{align-items:center;display:flex;flex-direction:column;justify-content:center;width:6%}.app__skills-exp-year p{margin-bottom:2rem;transform:rotate(-90deg);width:180px}}@media screen and (max-width:450px){.app__skills-exp-year{margin-right:1rem}}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-title{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-exp-works .app__skills-exp-title h4{font-family:var(--font-poppins);font-weight:600}.app__skills-exp-works .app__skills-exp-title p{color:var(--gray-color);font-family:var(--font-poppins);font-size:1rem;font-weight:400;margin-top:5px}@media screen and (max-width:1200px){.app__skills-exp-works .app__skills-exp-title{margin-bottom:.5rem}.app__skills-exp-works .app__skills-exp-title p{margin-top:0}}.app__skills-exp-works ul{list-style:none}.app__skills-exp-works ul li{margin-bottom:.5rem}.app__skills-exp-works ul li p{font-family:var(--font-roboto-slab)}@media screen and (max-width:1200px){.app__skills-exp-works ul{margin-bottom:0}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-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__work-filter .app__work-filter-item:hover,.app__work-filter .item-active{background-color:var(--secondary-color);color:#fff}.app__work-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__work-portfolio .app__work-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}@media screen and (max-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:100%}}.app__work-img{height:230px;position:relative;width:100%}.app__work-img img{object-fit:cover}.app__work-hover,.app__work-img img{border-radius:.5rem;height:100%;width:100%}.app__work-hover{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0}.app__work-hover,.app__work-hover div{background-color:#00000080;transition:all .3s ease}.app__work-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__work-hover div svg{color:var(--white-color);height:50%;width:50%}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{line-height:1.5;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app,.app__whitebg{transition:background-color .3s ease}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color);transition:background-color .3s ease}.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}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.copyright p{color:var(--gray-color);font-family:var(--font-roboto-slab);text-transform:uppercase}.head-text{color:var(--black-color);font-size:clamp(2rem,2vw + 1rem,4rem);font-weight:800;text-align:center;text-transform:capitalize}.head-text span{color:var(--secondary-color)}.p-text{color:var(--gray-color);font-size:clamp(.8rem,.5vw + .5rem,1.25rem);line-height:1.5;text-align:left}.bold-text{color:var(--black-color);font-size:clamp(.9rem,.5vw + .6rem,1.5rem);font-weight:800;text-align:left}.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-radius:50%;height:clamp(40px,3vw,70px);justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:clamp(40px,3vw,70px)}.app__social div svg{color:var(--gray-color);height:clamp(17px,1.2vw,30px);width:clamp(17px,1.2vw,30px)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);box-shadow:0 0 20px var(--lightGray-color)}.app__social div:hover svg{color:#fff}.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation .app__navigation-dot{background-color:var(--dot-color);border-radius:50%;height:clamp(8px,.6vw,15px);margin:.5rem;transition:background-color .2s ease-in-out;width:clamp(8px,.6vw,15px)}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}:root{--font-base:"Ubuntu",sans-serif;--font-code:"JetBrains Mono",monospace;--font-two:"Lato",sans-serif;--font-poppins:"Poppins",sans-serif;--font-ubuntu:"Ubuntu",sans-serif;--font-roboto-slab:"Roboto Slab",serif;--primary-color:#edf2f8;--secondary-color:#8758ff;--black-color:#181818;--lightGray-color:#f2f2f2;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff;--lightPink-color:#fef4f5;--new-black-color:#181818;--new-purple-color:#8758ff;--new-blue-color:#5cb8e4;--new-gray-color:#f2f2f2;--dot-color:#cbcbcb;--footer-card-bg:#fef4f5;--footer-card-alt-bg:#f3f7fb;--navbar-glass-bg:#ffffff40;--navbar-glass-border:#ffffff2e;--shadow-color:#0000001a;--mobile-menu-bg:var(--white-color)}[data-theme=dark]{--primary-color:#1a1a2e;--secondary-color:#8758ff;--black-color:#f0f0f0;--lightGray-color:#2a2a3e;--gray-color:#a0aec0;--brown-color:#c9a0d0;--white-color:#242438;--lightPink-color:#2d1f3d;--new-black-color:#f0f0f0;--new-gray-color:#2a2a3e;--dot-color:#4a4a5e;--footer-card-bg:#2d1f3d;--footer-card-alt-bg:#1e2a3a;--navbar-glass-bg:#1a1a2eb3;--navbar-glass-border:#8758ff26;--shadow-color:#0000004d;--mobile-menu-bg:#1a1a2e}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.6437fefd.css.map*/