@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);*{box-sizing:border-box!important;max-width:100vw!important}.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:column;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{align-items:center;bottom:2rem;display:flex;flex-direction:column;gap:12px;left:1rem;position:fixed;z-index:999}.app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color);border-radius:50%;height:40px;transition:all .3s ease-in-out;width:40px}.app__social div,.app__social div a{align-items:center;display:flex;justify-content:center}.app__social div a{height:100%;width:100%}.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;width:70px}.app__social div svg{height:30px;width:30px}}@media screen and (max-width:600px){.app__social{display:none}}.app__navigation{align-items:center;display:flex;flex-direction:column;gap:12px;position:fixed;right:20px;top:50%;transform:translateY(-50%);z-index:999}.app__navigation .app__navigation-dot{background-color:#cbcbcb;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (max-width:600px){.app__navigation{display:none}}.app__about{align-items:center;display:flex;flex:1 1;flex-direction:column;min-height:100vh;padding:2rem;width:100%}.app__profiles{align-items:stretch;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:2rem;min-height:350px;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}}@media screen and (max-width:600px){.app__profile-item{align-items:center;margin:1rem auto;text-align:center;width:90%}}.app__navbar{backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff40;border:1px solid #ffffff2e;justify-content:space-between;padding:.5rem 1.5rem;position:fixed;width:100%;z-index:2}.app__navbar,.app__navbar-logo{align-items:center;display:flex}.app__navbar-logo img{display:block;height:auto;object-fit:contain;width:120px}@media screen and (max-width:768px){.app__navbar-logo img{width:150px}}.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{color:var(--secondary-color)}.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-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);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 #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}.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__footer-container{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;gap:3rem;justify-content:space-between;padding:4rem 2rem}@media screen and (max-width:900px){.app__footer-container{align-items:center;flex-direction:column}}.app__footer-left{flex:1 1;min-width:300px}@media screen and (max-width:900px){.app__footer-left{text-align:center}}.app__footer-right{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:300px}.app__footer-right img{height:auto;object-fit:contain;width:100%;width:700px}@media screen and (max-width:700px){.app__footer-right img{width:100%}}.app__footer{flex:1 1;flex-direction:column;width:100%}@media screen and (max-width:768px){.app__footer{flex-direction:column}}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin:2rem 0;width:100%}.app__footer-cards .app__footer-card{align-items:center;background-color:#fef4f5;border-radius:10px;cursor:pointer;display:flex;flex:1 1;min-width:250px;padding:1rem;transition:all .3s ease-in-out}.app__footer-cards .app__footer-card img{height:35px;margin-right:1rem;width:35px}.app__footer-cards .app__footer-card a{color:#000;font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 15px #0000001a}@media screen and (max-width:600px){.app__footer-cards .app__footer-card{min-width:100%}}@media screen and (max-width:768px){.app__footer-cards{align-items:stretch;flex-direction:column}}.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{flex-direction:column;margin:2rem 0;width:100%}.app__footer-form div{background-color:var(--primary-color);border-radius:10px;margin:.75rem 0;width:100%}.app__footer-form div input,.app__footer-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__footer-form div textarea{height:170px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{background-color:#a47cf3;border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-base);font-size:1rem;font-weight:600;margin-top:1rem;outline:none;padding:1rem 2rem;transition:all .3s ease}.app__footer-form button:hover{background-color:#8439f7;transform:scale(1.05)}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.app__header{align-items:center;display:flex;gap:4rem;justify-content:center;min-height:100vh;padding:4rem 2rem;width:100%}@media screen and (max-width:900px){.app__header{flex-direction:column;padding:3rem 1.5rem;text-align:center}}.app__header-left{display:flex;flex:1.3 1;flex-direction:column;gap:1.5rem;margin-left:40px;max-width:100%}.app__header-left .hero-title{color:#1a1a1a;font-size:3rem;font-weight:700}.app__header-left .hero-title span{color:#7364e4}@media screen and (max-width:600px){.app__header-left .hero-title{font-size:2.2rem}}.app__header-left .hero-role{color:#7364e4;font-size:1.6rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.app__header-left .hero-desc{color:#5a5a5a;font-size:1.2rem;line-height:1.6;max-width:100%}.app__header-left .hero-icons{display:flex;gap:1rem;margin-top:1rem}.app__header-left .hero-icons a{align-items:center;background-color:#7364e4;border-radius:50%;box-shadow:0 4px 10px #0000001a;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;transition:.3s ease;width:40px}.app__header-left .hero-icons a:hover{background-color:#fff;color:#7364e4;transform:scale(1.1)}.app__header-left .cv-button{background-color:#7364e4;border:2px solid #8a2be2;border-radius:10px;color:#fff;font-size:1rem;font-weight:600;margin-top:1.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:.3s ease;width:-webkit-fit-content;width:fit-content}.app__header-left .cv-button:hover{background-color:#fff;color:#8a2be2}@media screen and (max-width:900px){.app__header-left{align-items:center;margin-left:0}}.app__header-right{align-items:center;display:flex;flex:.8 1;justify-content:center}.app__header-right .hero-img{height:auto;object-fit:contain;width:100%;width:700px}@media screen and (max-width:900px){.app__header-right .hero-img{margin-top:2rem;max-width:300px}}.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: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:#fef4f5;border-radius:50%;height:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #fef4f5}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (max-width:450px){.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-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}}.skills-tooltip{background-color:var(--white-color)!important;border-radius:5px!important;box-shadow:0 0 25px #0000001a!important;color:var(--gray-color)!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:1rem!important;text-align:center!important}@media screen and (min-width:2000px){.skills-tooltip{font-size:1.75rem!important;line-height:2!important;max-width:500px!important}}.app__works{flex:1 1;flex-direction:column;width:100%}.app__work-filter{display:flex;flex-direction:row;flex-wrap:wrap;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-list{display:flex;flex-direction:column;gap:3rem;width:100%}.app__work-horizontal-card{background:#fff;border-radius:20px;box-shadow:0 0 20px #00000014;color:#000;display:flex;margin:40px auto 0;max-width:1200px;overflow:hidden;width:92%}@media screen and (max-width:768px){.app__work-horizontal-card{flex-direction:column}}.app__work-horizontal-card .card-image{flex:1 1;min-width:280px}.app__work-horizontal-card .card-image img{display:block;height:100%;object-fit:cover;width:100%}@media screen and (max-width:768px){.app__work-horizontal-card .card-image{min-height:200px}}.app__work-horizontal-card .card-content{flex:2 1;padding:2rem}.app__work-horizontal-card .card-content h4{font-size:1.7rem;margin-bottom:.5rem}.app__work-horizontal-card .card-content .p-text{font-size:1.05rem;line-height:1.6;margin-bottom:1rem}.app__work-horizontal-card .card-content .tech-stack{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.app__work-horizontal-card .card-content .tech-stack .tech-tag{background:#f1f1f1;border-radius:20px;color:#333;font-size:.8rem;padding:.3rem .8rem}.app__work-horizontal-card .card-content .card-links{display:flex;gap:1.5rem;margin-top:1rem}.app__work-horizontal-card .card-content .card-links a{color:#a47cf3;font-size:1.8rem;transition:.3s}.app__work-horizontal-card .card-content .card-links a:hover{color:#8439f7}@media screen and (max-width:768px){.app__work-horizontal-card .card-content{padding:1.5rem;text-align:center}.app__work-horizontal-card .card-content h4{font-size:1.5rem}.app__work-horizontal-card .card-content .p-text{font-size:1rem}.app__work-horizontal-card .card-content .card-links,.app__work-horizontal-card .card-content .tech-stack{justify-content:center}}: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}
/*# sourceMappingURL=main.110de954.css.map*/