@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);: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}.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:1000}.app__navbar-logo img{height:35px;transition:transform .3s ease;width:120px}.app__navbar-logo img:hover{transform:scale(1.05)}@media(min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}.app__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:center;list-style:none}.app__navbar-links li{margin:0 1.5rem;position:relative}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;left:50%;position:absolute;top:-8px;transform:translateX(-50%);transition:all .3s ease;width:5px}.app__navbar-links li a{color:var(--gray-color);font-weight:600;letter-spacing:1px;padding:.5rem 0;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.app__navbar-links li a:after{background:var(--secondary-color);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.app__navbar-links li:hover div{background-color:var(--secondary-color)}.app__navbar-links li:hover a{color:var(--secondary-color)}.app__navbar-links li:hover a:after{width:100%}.app__navbar-menu .menu-wrapper{bottom:0;display:flex;left:0;position:fixed;right:0;top:0;z-index:1001}.app__navbar-menu .menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;left:0;position:fixed;right:0;top:0}.app__navbar-menu .menu-content{background:#fff;box-shadow:-5px 0 15px #0000001a;height:100vh;margin-left:auto;max-width:300px;padding:2rem;position:relative;width:80%}.app__navbar-menu .menu-content svg{cursor:pointer;height:35px;margin-bottom:2rem;transition:transform .3s ease;width:35px}.app__navbar-menu .menu-content svg:hover{transform:rotate(90deg)}.app__navbar-menu .menu-content ul{list-style:none;margin:0;padding:0}.app__navbar-menu .menu-content ul li{animation:fadeIn .3s ease forwards;margin:1.5rem 0;opacity:0}.app__navbar-menu .menu-content ul li:first-child{animation-delay:.1s}.app__navbar-menu .menu-content ul li:nth-child(2){animation-delay:.2s}.app__navbar-menu .menu-content ul li:nth-child(3){animation-delay:.3s}.app__navbar-menu .menu-content ul li:nth-child(4){animation-delay:.4s}.app__navbar-menu .menu-content ul li:nth-child(5){animation-delay:.5s}.app__navbar-menu .menu-content ul li a{color:var(--gray-color);display:block;font-size:1.2rem;font-weight:600;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.app__navbar-menu .menu-content ul li a:hover{color:var(--secondary-color);transform:translateX(10px)}@media(min-width:900px){.app__navbar-menu{display:none}}@keyframes fadeIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.no-scroll{overflow:hidden}.app__social-icons{align-items:center;justify-self:center}.app__social-icons a{margin-top:5px}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:1rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{flex-direction:column;justify-content:flex-start;margin:2rem;width:190px}.app__profile-item img{border-radius:15px;height:170px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__profile-item{margin:2rem 4rem;width:370px}.app__profile-item img{height:320px}}.app__footer{flex:1 1;flex-direction:column;padding:2rem 0;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;gap:1rem;justify-content:space-evenly;margin:1rem 2rem;width:60%}.app__footer-cards .app__footer-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__footer-cards .app__footer-card img{height:40px;margin:0 .7rem;width:40px}.app__footer-cards .app__footer-card a{color:var(--secondary-color);font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card a:hover{color:var(--secondary-color)}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f580;transform:translateY(-3px)}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{margin:.5rem 0;width:100%}}@media screen and (max-width:768px){.app__footer-cards{margin:1rem 0;width:100%}}.app__footer-form{flex-direction:column;gap:1rem;margin:1rem 2rem;width:60%}.app__footer-form .app__flex{background-color:var(--white-color);border-radius:10px;margin:.75rem 0;transition:all .3s ease-in-out;width:100%}.app__footer-form .app__flex:hover{box-shadow:0 0 15px #fef4f54d}.app__footer-form .app__flex input,.app__footer-form .app__flex textarea{border:1px solid var(--lightGray-color);border-radius:8px;color:var(--secondary-color);font-family:var(--font-base);outline:none;padding:1rem;transition:border-color .3s ease;width:100%}.app__footer-form .app__flex input:focus,.app__footer-form .app__flex textarea:focus{border-color:var(--primary-color)}.app__footer-form .app__flex textarea{height:150px;resize:vertical}.app__footer-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:600;margin:1rem 0 0;outline:none;padding:1rem 2rem;transition:all .3s ease-in-out}.app__footer-form button:hover:not(:disabled){background-color:#5f63cc;transform:translateY(-2px)}.app__footer-form button:disabled{background-color:var(--lightGray-color);color:var(--gray-color);cursor:not-allowed}@media screen and (max-width:450px){.app__footer-form{margin:1rem 0;width:100%}}.app__footer-error{color:#f44;font-size:.9rem;font-weight:500;margin:.5rem 0;text-align:center}.app__footer-thanks{background-color:#fef4f54d;border-radius:15px;margin:2rem 0;padding:2rem;text-align:center}.app__footer-thanks h3{color:var(--secondary-color);margin:0;padding:0}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}#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:.75 1;flex-direction:column;height:100%;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 #0000001a;flex-direction:row;margin-right:2rem;padding:1rem 2rem;transition:all .3s ease-in-out;width:auto}.app__header-badge .badge-cmp:hover{scale:1.1}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{font-weight:500;text-align:end;width:100%}.app__header-badge .tag-cmp:hover{scale:1.1}.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:.7 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:2rem}.app__header-circles div{background:var(--white-color);border-radius:50%;box-shadow:0 0 20px #0000001a;height:100px;transition:all .3s ease-in-out;width:100px}.app__header-circles div img{height:60%;object-fit:contain;width:60%}.app__header-circles div:first-child{height:70px;width:70px}.app__header-circles div:first-child:hover{scale:1.2}.app__header-circles div:nth-child(2){height:100px;margin:1rem 1.75rem;width:100px}.app__header-circles div:nth-child(2):hover{scale:1.2}.app__header-circles div:nth-child(3){height:60px;width:60px}.app__header-circles div:nth-child(3):hover{scale:1.2}@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;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}}.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:90%;left:0;position:absolute;right:0;width:100%;z-index:0}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.app__works{min-height:100vh;padding:4rem 0;width:100%}.app__works .head-text{font-size:2.75rem;margin-bottom:3rem;text-align:center}.app__works .head-text span{color:var(--secondary-color)}.app__work-filter{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.app__work-filter-btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff1a;border:none;border-radius:2rem;color:#ffffffb3;cursor:pointer;font-weight:600;padding:.75rem 2rem;transition:all .3s ease}.app__work-filter-btn:hover{background:var(--secondary-color);color:#fff!important;transform:translateY(-2px)}.app__work-filter-btn.active{background:var(--secondary-color);box-shadow:0 4px 15px rgba(var(--secondary-color-rgb),.4);color:#fff}.app__work-filter-btn.inactive-dark{color:#000000b3!important}.app__work-filter-btn.inactive-dark:hover{color:#fff!important}.app__work-portfolio{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));padding:0 2rem}.app__work-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0003;border:1px solid #ffffff1a;border-radius:1rem;overflow:hidden;transition:all .3s ease}.app__work-item:hover{box-shadow:0 8px 32px #0003}.app__work-img{aspect-ratio:16/9;position:relative}.app__work-img img{height:100%;object-fit:cover;width:100%}.app__work-overlay{background:#000000b3;gap:2rem;inset:0;position:absolute}.app__work-overlay,.app__work-overlay a{align-items:center;display:flex;justify-content:center}.app__work-overlay a{background:#ffffff1a;border-radius:50%;height:56px;padding:0;transition:all .3s ease;width:56px}.app__work-overlay a:hover{background:var(--secondary-color)}.app__work-overlay a svg{color:#fff;height:24px;width:24px}.app__work-content{background:#0006;padding:1.5rem}.app__work-content h4{color:#fff;font-size:1.25rem;margin-bottom:.75rem}.app__work-content p{color:#ffffffe6;font-size:.9rem;line-height:1.5;margin-bottom:1.5rem}.app__work-tag span{background:var(--secondary-color);border-radius:.5rem;color:#fff;display:inline-block;font-size:.8rem;font-weight:600;padding:.5rem 1rem}@media(max-width:768px){.app__works{padding:2rem 0}.app__works .head-text{font-size:2rem}.app__work-portfolio{gap:2rem;grid-template-columns:1fr;padding:0 1rem}.app__work-filter{gap:.75rem}.app__work-filter-btn{font-size:.9rem;padding:.5rem 1.5rem}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s ease-out;visibility:hidden;will-change:opacity,visibility}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);visibility:visible}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}.app__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;margin-top:1.5rem}@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:5rem}@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-in-out}.app__skills-item div{background-color:#fff;border-radius:50%;height:70px;transition:all .2s ease-in-out;width:70px}.app__skills-item div img{height:70%;width:70%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5;scale:1.1}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:900px){.app__skills-item div{height:70px;width: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-edu{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-edu{margin-top:2rem}}.app__skills-edu-item{align-items:flex-start;display:flex;flex-direction:row;justify-content:flex-start;margin:1rem 0;width:100%}.app__skills-edu-names{flex:1 1}.app__skills-edu-names .app__skills-edu-name{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:1rem}.app__skills-edu-names .app__skills-edu-name h4{font-weight:500}.app__skills-edu-names .app__skills-edu-name p{color:var(--gray-color);font-weight:400;margin-top:5px}.app__skills-edu-year{margin-right:3rem}.app__skills-edu-year p{color:var(--secondary-color);font-weight:800}@media screen and (max-width:450px){.app__skills-edu-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%;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)}.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%;height:10px;margin:.5rem;transition:background-color .2s ease-in-out;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__navigation,.app__social{display:none}.copyright{padding:2rem}}
/*# sourceMappingURL=main.ccc327c2.css.map*/