@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.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}}.copyright{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;padding:2rem 0 0;width:100%}.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:1280px){.head-text{font-size:2rem}}.p-text{color:var(--gray-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{align-items:center;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;position:fixed}.app__social a,.app__social div{align-items:center;background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;display:flex;height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social a svg,.app__social div svg{color:var(--gray-color);height:15px;width:15px}.app__social a:hover,.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social a:hover svg,.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social a,.app__social div{height:70px;margin:.5rem 0;width:70px}.app__social a svg,.app__social div svg{height:30px;width:30px}}.app__blank-col{box-sizing:initial;width:calc(1rem + 10px)}.app__blank-col,.app__navigation{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:1rem}.app__navigation{bottom:50%;position:fixed;right:0;translate:0 50%}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;height:10px;margin:.5rem;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__blank-col,.app__navigation,.app__social,.copyright{display:none}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff40;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{justify-content:flex-start}.app__navbar-logo img{width:40px}@media screen and (min-width:2000px){.app__navbar-logo img{width:80px}}.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:50%;height:5px;margin-bottom:5px;width:5px}.app__navbar-links li a{color:var(--gray-color);flex-direction:column;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)}@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:#fff;background-color:var(--white-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(--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;translate:-20px 0}.app__navbar-menu div ul li a:hover{color:var(--secondary-color);translate:0 0}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}.app__about{flex:1 1;flex-direction:column;flex-grow:2;width:80%}.app__about-portfolio{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__about-portfolio .app__about-item{background-color:#fff;border-radius:.5rem;color:#000;cursor:default;flex-direction:column;margin:2rem;padding:1rem;transition:all .1s ease;width:270px}.app__about-portfolio .app__about-item:hover{box-shadow:0 0 25px #0003}@media screen and (min-width:2000px){.app__about-portfolio .app__about-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (max-width:1024px){.app__about-portfolio .app__about-item{margin:1rem}}@media screen and (max-width:300px){.app__about-portfolio .app__about-item{margin:1rem;width:100%}}.app__about-img img{border-radius:.5rem;height:50px;object-fit:cover}.app__about-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__about-hover,.app__about-hover div{background-color:#00000080;transition:all .3s ease}.app__about-hover div{border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;width:50px}.app__about-hover div svg{color:var(--white-color);height:50%;width:50%}.app__about-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__about-content h4{line-height:1.5;margin-top:1rem}@media screen and (min-width:2000px){.app__about-content h4{margin-top:3rem}}.app__about-content .app__about-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__about-content p{text-align:center}.app__contact{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__contact{flex-direction:column}}.app__contact-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__contact-cards .app__contact-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;min-width:290px;padding:1rem;transition:all .3s ease-in-out}.app__contact-cards .app__contact-card img{height:40px;margin:0 .7rem;width:40px}.app__contact-cards .app__contact-card p{font-weight:500}.app__contact-cards .app__contact-card a{font-weight:500;text-decoration:none}.app__contact-cards .app__contact-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__contact-cards .app__contact-card{width:100%}}@media screen and (max-width:768px){.app__contact-cards{width:100%}}.app__contact-cards .app__contact-card:last-child{background-color:#f2f7fb}.app__contact-cards .app__contact-card:last-child:hover{box-shadow:0 0 25px #f2f7fb}.app__contact-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__contact-form div{background-color:var(--primary-color);border-radius:10px;cursor:pointer;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__contact-form div input,.app__contact-form div textarea{background-color:var(--primary-color);border:none;border-radius:7px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__contact-form div textarea{height:170px}.app__contact-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__contact-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:500;margin:2rem 0 0;outline:none;padding:1rem 2rem;transition:cubic-bezier(.55,.085,.68,.53)}.app__contact-form button:hover{background-color:#2430af}@media screen and (max-width:768px){.app__contact-form{margin:1rem 0;width:100%}}.app__expriences{flex:1 1;flex-direction:column;width:100%}.head-text{margin-bottom:2rem}.app__experiences-item{align-items:center;display:flex;flex:.8 1;gap:3rem;min-height:60vh;transition:all .3s ease-in-out}.app__experiences-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__experiences-item{min-height:450px}.app__experiences-item img{height:150px;width:150px}}@media screen and (max-width:1600px){.app__experiences-item{flex-direction:column;gap:0}}@media screen and (max-width:1024px){.app__experiences-item{align-items:flex-start}}@media screen and (max-width:850px){.app__experiences-item{width:100%}}@media screen and (max-width:500px){.app__experiences-item{flex-direction:column;min-height:0}}.app__experiences-content{align-items:flex-start;background-color:var(--white-color);display:flex;flex-direction:column;justify-content:space-around;padding:2rem;text-align:left}.app__experiences-content:first-child{align-items:flex-end;flex:.5 1}.app__experiences-content:first-child .date{white-space:nowrap}@media screen and (max-width:1600px){.app__experiences-content:first-child{align-items:center;flex-direction:row;gap:1rem}.app__experiences-content:first-child .location{display:none}}.app__experiences-content:nth-child(2){border-radius:15px;box-shadow:0 0 30px #0000001a;flex:1.7 1}.app__experiences-content:nth-child(2) h4{font-size:1.1rem;margin-top:0}@media screen and (max-width:1024px){.app__experiences-content:nth-child(2){border-radius:none;box-shadow:none}}.app__experiences-content:nth-child(3){flex:.8 1}.app__experiences-content:nth-child(3) h5{background-color:#0415b5;border-radius:15px;box-shadow:0 0 30px #0000001a;color:#fff;padding:1rem 1.3rem}@media screen and (max-width:1600px){.app__experiences-content:nth-child(3){align-items:center;margin-top:20px}}.app__experiences-content p{color:var(--black-color);display:flex;flex:1 1;font-family:var(--font-base);font-size:1.25rem;line-height:2rem}@media screen and (min-width:2000px){.app__experiences-content p{font-size:2rem;line-height:3.5rem}}.app__experiences-content h4{color:var(--secondary-color);display:flex;flex:1 1;font-weight:600;margin-top:1rem}.app__experiences-content h5{display:flex;flex:1 1;font-weight:400;margin-bottom:10px;margin-top:5px}@media screen and (max-width:1024px){.app__experiences-content{padding:0}}@media screen and (max-width:500px){.app__experiences-content{margin-top:2rem;padding:0}}.app__experiences-btn{align-items:center;background-color:var(--white-color);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__experiences-btn svg{color:var(--secondary-color);height:20px;width:20px}.app__experiences-btn:hover{background-color:var(--secondary-color)}.app__experiences-btn:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__experiences-btn{height:100px;width:100px}.app__experiences-btn svg{height:45px;width:45px}}@media screen and (max-width:500px){.app__experiences-btn{display:none}}.app__experiences-btn-mb{display:none;justify-content:center}@media screen and (max-width:500px){.app__experiences-btn-mb,.app__experiences-btn-mb .app__experiences-btn{display:flex}}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:repeat;background-size:cover;position:relative}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__intro{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__intro{padding-top:8rem}}@media screen and (max-width:1200px){.app__intro{flex-direction:column}}@media screen and (max-width:450px){.app__intro{padding:6rem 1rem 2rem}}.app__intro-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.app__intro-info{margin-right:0;width:100%}}.app__intro-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__intro-badge .badge-cmp,.app__intro-badge .tag-cmp{background:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0000001a;flex-direction:row;padding:1rem 2rem;width:auto}.app__intro-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__intro-badge .tag-cmp p{font-size:16px;text-align:right;text-transform:uppercase;width:100%}.app__intro-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__intro-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__intro-badge{align-items:flex-start;justify-content:flex-start}}.app__intro-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__intro-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;width:100px}.app__intro-circles div img{height:60%;width:60%}.app__intro-circles div:first-child{height:100px;width:100px}.app__intro-circles div:first-child img{height:100%;width:100%}.app__intro-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__intro-circles div:nth-child(3){height:70px;width:70px}@media screen and (min-width:2000px){.app__intro-circles div:nth-child(2){height:400px;width:400px}.app__intro-circles div:nth-child(3){height:170px;width:170px}.app__intro-circles div:first-child{height:200px;width:200px}}@media screen and (max-width:1200px){.app__intro-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__intro-circles div{margin:1rem}}.app__intro-img{align-items:flex-end;display:flex;flex:1 1;height:100%;justify-content:flex-end;position:relative}.app__intro-img img{margin:auto;object-fit:contain;width:60%;z-index:1}.app__intro-img .overlay_circle{bottom:0;height:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__intro-img{margin:2rem 0}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__profiles{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem;width:80%}.app__profile-item{align-items:center;display:flex;flex-direction:column;margin:2rem}.app__profile-item img{aspect-ratio:1/1;border-radius:15px;object-fit:contain;width:4rem}.app__profile-item h2{text-align:center}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.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:center;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{background-color:var(--secondary-color);color:#fff}@media screen and (min-width:2000px){.app__work-filter .app__work-filter-item{border-radius:.85rem;padding:1rem 2rem}}.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;flex-direction:column;margin:2rem;padding:1rem;transition:all .1s ease;width:270px}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px #0003}.app__work-portfolio .app__work-item img.disabled{filter:grayscale(100%);opacity:.3}@media screen and (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@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{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__work-img{height:350px}}.app__work-hover{border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__work-hover div{background-color:#00000080;border-radius:50%;color:#fff;cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;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}@media screen and (min-width:2000px){.app__work-content h4{margin-top:3rem}}.app__work-content .app__work-tag{background-color:#fff;border-radius:999px;padding:.2rem;position:absolute;top:-.6rem}.app__work-content .app__work-tag div{background-color:green;border-radius:999px;height:1rem;width:1rem}.app__work-content .app__work-tag div.disabled{background-color:#999}:root{--font-base:"DM Sans",sans-serif;--primary-color:#edf2f8;--secondary-color:#313bac;--black-color:#030303;--lightGray-color:#e4e4e4;--gray-color:#6b7688;--brown-color:#46364a;--white-color:#fff}*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}button{border:1px solid #0000}button:focus-visible{outline:.5px solid #653232}button:focus:not(:focus-visible){outline:none}
/*# sourceMappingURL=main.8ba28dfc.css.map*/