@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;gap:20px;justify-content:center;margin-top:2rem}.app__profiles,.app__profiles-item{align-items:flex-start;display:flex}.app__profiles-item{border-radius:10px;box-shadow:0 8px 24px hsla(210,8%,62%,.2);cursor:pointer;flex-direction:column;height:350px;justify-content:flex-start;overflow:hidden;padding:10px;position:relative;width:190px}.app__profiles-item:hover h2{color:var(--white-color)}.app__profiles-item:hover:before{-webkit-transform:scale(50);transform:scale(50);z-index:-1}.app__profiles-item:hover p{color:#fff}.app__profiles-item:before{background:var(--secondary-color);border-radius:32px;bottom:-12px;content:"";height:32px;position:absolute;right:-9px;-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;transition:-webkit-transform .8s ease-out;transition:transform .8s ease-out;transition:transform .8s ease-out,-webkit-transform .8s ease-out;width:32px}.app__profiles-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profiles-item{margin:2rem 4rem;width:370px}.app__profiles-item img{height:320px}.app__profiles-item:hover:before{-webkit-transform:scale(50);transform:scale(50)}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background-color:hsla(0,0%,100%,.25);border:1px solid hsla(0,0%,100%,.18);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{flex-direction:column;justify-content:flex-start}.app__navbar-logo img{width:180px}@media (max-width:500px){.app__navbar-logo img{width:110px}}.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:hover div{background-color:var(--secondary-color)}.app__navbar-links li div{background-color:initial;border-radius:50%;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-weight:500;text-decoration:none;text-transform:uppercase;transition:color .3s ease-in-out}.app__navbar-links li a:hover{color: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);cursor:pointer;height:70%;width:70%}.app__navbar-menu div{align-items:flex-end;background:url(/static/media/bgWhite.79658cadae50b3b16ee5.png);background-color:var(--white-color);background-repeat:repeat;background-size:cover;bottom:0;box-shadow:0 0 20px hsla(0,0%,66%,.15);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;position:absolute;top:1rem;width:35px}.app__navbar-menu div ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;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__work{flex:1 1;flex-direction:column;width:100%}.app__work-filter{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content: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{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;cursor:pointer;flex-direction:column;height:400px;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.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{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{position:relative;width:100%}.app__work-img img{border-radius:.5rem;height:160px!important;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;width:100%}.app__work-hover,.app__work-hover div{background-color:rgba(0,0,0,.5);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:var(--secondary-color);border-radius:10px;padding:.5rem 1rem}.app__work-content .app__work-tag p{color:#fff!important}.app__work-tools{display:flex}.app__work-tools img{margin:.5rem;width:35px}#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__header{flex:1 1;flex-direction:row;height:100%;padding:6rem 2rem 0;width:100%}@media screen and (min-width:2000px){.app__header{padding-top:8rem}}@media screen and (max-width:1200px){.app__header{flex-direction:column}}@media screen and (max-width:450px){.app__header{padding:6rem 1rem 2rem}}.app__header-info{align-items:flex-start;display:flex;flex:0.65 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:100%}}.app__header-badge{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;width:100%}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px rgba(0,0,0,.1);cursor:pointer;flex-direction:row;padding:1rem 2rem;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:auto}.app__header-badge .badge-cmp:hover,.app__header-badge .tag-cmp:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{font-size:2.5rem}@media screen and (min-width:2000px){.app__header-badge span{font-size:5rem}}@media screen and (max-width:1200px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}.app__header-circles{align-items:flex-start;display:flex;flex:0.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 rgba(0,0,0,.1);cursor:pointer;height:100px;transition:-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out;transition:transform .5s ease-in-out,-webkit-transform .5s ease-in-out;width:100px}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.app__header-circles div:first-child{height:100px;width:100px}.app__header-circles div:nth-child(2){height:150px;margin:1.75rem;width:150px}.app__header-circles div:nth-child(3){height:70px;width:70px}@media screen and (min-width:2000px){.app__header-circles div:first-child{height:400px;width:400px}.app__header-circles div:nth-child(2){height:170px;margin:1.75rem;width:170px}.app__header-circles div:nth-child(3){height:200px;width:200px}}@media screen and (max-width:1200px){.app__header-circles{flex-direction:row;flex-wrap:wrap;margin-left:0;width:100%}.app__header-circles div{margin:1rem}}@media (max-width:600px){.app__header-circles div:nth-child(2){height:100px;width:100px}}.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 .shape{-webkit-animation:morph 8s ease-in-out infinite;animation:morph 8s ease-in-out infinite;background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%;height:90%;position:absolute;transition:all 1s ease-in-out;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}@-webkit-keyframes morph{0%{background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{background:linear-gradient(45deg,var(--third) 0,var(--secondary) 100%);border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes morph{0%{background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{background:linear-gradient(45deg,var(--third) 0,var(--secondary) 100%);border-radius:30% 60% 70% 40%/50% 60% 30% 60%}to{background:linear-gradient(45deg,var(--primary) 0,var(--secondary) 100%);border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:3rem;width:80%}@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:flex-start;margin-right:3rem}@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}.app__skills-item div{background-color:#fff;border-radius:50%;cursor:pointer;height:90px;transition:all .3s ease-in-out;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5;-webkit-transform:scale(1.1);transform:scale(1.1)}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}.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{align-items:flex-start;display:flex;flex:1 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;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-exp-works{flex:1 1}.app__skills-exp-works .app__skills-exp-work{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-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-exp-year{margin-right: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{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:450px){.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{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%;cursor:pointer;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);-webkit-transform:scale(1.2);transform:scale(1.2)}.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%;cursor:pointer;height:10px;margin:.5rem;transition:all .2s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color);-webkit-transform:scale(1.3);transform:scale(1.3)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{height:20px;width:20px}}@media screen and (max-width:550px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.app__certificates{flex:1 1;flex-direction:column;width:100%}.app__certificates--container{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.app__certificates--container .app__certificate{background-color:var(--white-color);border-radius:.5rem;color:var(--black-color);flex-direction:column;margin:2rem;min-height:320px;padding:1rem;transition:all .3s ease-in-out;width:300px}.app__certificates--container .app__certificate:hover{box-shadow:0 0 25px #fff;margin:2rem 2.2rem;-webkit-transform:scale(1.05) translateY(-5px);transform:scale(1.05) translateY(-5px)}@media screen and (min-width:2000px){.app__certificates--container .app__certificate{border-radius:.75rem;min-height:600px;padding:1.25rem;width:470px}}@media screen and (max-width:300px){.app__certificates--container .app__certificate{margin:1rem;width:100%}}.app__certificates--container .app__certificate--img{height:230px;position:relative;width:100%}.app__certificates--container .app__certificate--img img{border-radius:.5rem;height:100%;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__certificates--container .app__certificate--img{height:350px}}.app__certificates--container .app__certificate--hover{background-color:rgba(0,0,0,.5);border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;transition:all .3s ease;width:100%}.app__certificates--container .app__certificate--hover div{background-color:rgba(0,0,0,.5);border-radius:50%;color:var(--white-color);cursor:pointer;font-family:var(--font-base);font-weight:800;height:50px;margin:1rem;transition:all .3s ease;width:50px}.app__certificates--container .app__certificate--hover div svg{color:var(--white-color);height:50%;width:50%}.app__certificates--container .app__certificate--desc{flex:1 1;flex-direction:column;margin-top:1rem;width:100%}.app__certificates--container .app__certificate--desc h4{text-align:center;text-transform:capitalize;width:100%}.app__certificates--container .app__certificate--desc-info{align-items:baseline;display:flex;justify-content:space-between;width:100%}.app__certificates--container .app__certificate--desc-info-destination{color:var(--secondary-color);font-weight:600}.app__certificates--container .app__certificate--desc-info-date{font-size:.7rem}: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;--background:#005;--primary:#eee;--secondary:#c0deff;--third:#faf8f1}*{box-sizing:border-box;list-style:none;margin:0;padding:0;scroll-behavior:smooth}
/*# sourceMappingURL=main.0f1e1c0c.css.map*/