@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);.app__navbar{align-items:center;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff40;border:1px solid #ffffff2e;display:flex;justify-content:space-between;padding:.5rem 1rem;position:fixed;width:100%;z-index:2}@media screen and (min-width:900px){.app__navbar{padding:1rem 2rem}}.app__navbar-logo{align-self:center;display:flex;justify-content:flex-start}.app__navbar-logo img{height:30px;object-fit:cover;width:100%}@media screen and (min-width:2000px){.app__navbar-logo img{height:40px;width:180px}}@media screen and (max-width:900px){.app__navbar-logo img{height:35px;width:auto}}@media screen and (max-width:450px){.app__navbar-logo img{height:25px;width:auto}}.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-color:#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: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-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__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item{align-items:flex-start;display:flex;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;width:100%}h2{margin-bottom:2rem}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap-reverse;justify-content:space-evenly;margin: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 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 p{font-weight:600}.app__footer-cards .app__footer-card a{font-weight:500;text-decoration:none}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #fef4f5}@media screen and (max-width:450px){.app__footer-cards .app__footer-card{width:100%}}@media screen and (max-width:768px){.app__footer-cards{width:100%}}.app__footer-cards .app__footer-card:last-child{background-color:#f2f7fb}.app__footer-form{flex-direction:column;margin:1rem 2rem 0;width:60%}.app__footer-form div{background-color:var(--primary-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(--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:100px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.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:500;margin:2rem 0 0;outline:none;padding:1rem 2rem}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}#home{background:linear-gradient(145deg,#fff,#b1cae5);background-position:0;background-repeat:repeat;background-size:cover;position:relative}#home .app__wapper{padding:0}#home .app__wapper .copyright{display:none}.app__header{display:flex;flex-direction:row;height:100%;padding:6rem 0 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;height:auto;padding:4rem 1rem}}@media screen and (max-width:450px){.app__header{padding-top:6rem 1rem 2 rem}}.app__header-info{align-items:flex-start;display:flex;flex:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0;max-width:50vw;padding:0}@media screen and (max-width:1600px){.app__header-info{max-width:60vw}}@media screen and (max-width:768px){.app__header-info{max-width:70vw}}@media screen and (max-width:2000px){.app__header-info{margin-right:0;width:50%}}.app__header-badge{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{border:var(--white-color);border-radius:15px;box-shadow:0 0 20px #0003;flex-direction:row;padding:1rem 2rem;width:auto}.app__header-badge .badge-cmp img,.app__header-badge .tag-cmp img{border:2px solid hsla(0,0%,100%,.718);border-radius:50%;height:115px;object-fit:cover;width:115px}@media screen and (max-width:1600px){.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{justify-content:center;margin-top:2rem;padding:.8rem 1rem}.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp p{font-size:.9rem}}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{font-size:medium;font-weight:500;text-align:left;text-transform:uppercase;width:100%}@media screen and (max-width:900px){.app__header-badge .tag-cmp{justify-content:center;margin-top:2rem;padding:.8rem 1rem}.app__header-badge .tag-cmp p{font-size:.9rem}}@media screen and (max-width:450px){.app__header-badge .tag-cmp{margin-top:1.5rem;padding:.6rem 1rem}.app__header-badge .tag-cmp p{font-size:.8rem}}.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:1600px){.app__header-badge{align-items:flex-start;justify-content:flex-start}}@media screen and (max-width:450px){.app__header-badge{align-items:center;justify-content:center}}@media screen and (max-width:1600px){.app__header-badge{transform:scale(.9)}}@media screen and (max-width:768px){.app__header-badge{transform:scale(.8)}}.app__header-circles{align-items:flex-start;display:flex;flex:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem;z-index:1}.app__header-circles div{align-items:center;background:linear-gradient(-210deg,#fff,#e9e9e9);border-radius:50%;box-shadow:0 4px 20px #0006,0 2px 6px #0000001a;display:flex;height:86.6px;justify-content:center;position:relative;transition:transform 1s ease-out;width:100px;will-change:transform;z-index:2}.app__header-circles div img{height:60%;width:60%}.app__header-circles div:hover{transform:translateY(-10px)}.app__header-circles div:first-child{height:100px;padding-left:10px;padding-right:10px;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:40px}.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}}@media screen and (max-width:450px){.app__header-circles{flex-direction:row;height:80%;margin:2rem 1rem 0;width:100%}}.app__header-img{align-items:center;display:flex;flex:1 1;height:100%;justify-content:right}.app__header-img img{object-fit:contain;width:100%;z-index:1}.app__header-img h1{align-items:right;color:var(--secondary-color);font-size:10rem;justify-content:right;text-align:right}@media screen and (max-width:1600px){.app__header-img h1{font-size:7rem;text-align:center}}@media screen and (max-width:1200px){.app__header-img h1{font-size:6rem;text-align:center}}@media screen and (max-width:768px){.app__header-img h1{font-size:5rem;text-align:center}}@media screen and (max-width:450px){.app__header-img h1{font-size:4rem;text-align:center}}.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__skills{flex:1 1;flex-direction:column;width:100%}.app__skills-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin-top:3rem;max-width:800px;width:80%}@media screen and (max-width:900px){.app__skills-container{flex-direction:column;justify-content:center;margin:auto 2rem;width:100%}}.app__skills-list{align-items:flex-end;display:flex;flex:1 1;flex-wrap:wrap;justify-content:flex-start}@media screen and (max-width:900px){.app__skills-list{align-items:center;justify-content:center;margin-bottom:1rem;margin-right:0;margin-top:1rem}}.app__skills-item{align-items:center;display:flex;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:90px;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:0 0 25px #f3f3f3}@media screen and (min-width:2000px){.app__skills-item div{height:150px;width:150px}}@media screen and (min-width:1200px){.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__skilss-exp{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:900px){.app__skilss-exp{align-items:center;justify-content:center;margin-top:2rem}}.app__skills-exp-item{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin:1.5rem 0;width:100%}@media screen and (max-width:900px){.app__skills-exp-item{align-items:center;justify-content:center;margin:2rem 0 1rem 1rem}}.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:cen;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{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:1rem 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:.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;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 (min-width:2000px){.app__work-portfolio .app__work-item{border-radius:.75rem;padding:1.25rem;width:470px}}@media screen and (min-width:300px){.app__work-portfolio .app__work-item{margin:1rem;width:auto}}.app__work-img{height:250px;overflow:visible;position:relative;width:300px}.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;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-bottom:2px;margin-top:1rem}.app__work-content .app__work-tag{background-color:#fff;border-radius:10px;padding:.5rem 1rem;position:absolute;top:-25px}.app__project-detail{background-color:#fff;font-family:Arial,sans-serif;margin:0 auto;padding-top:5rem}.app__project-detail .app__project-header{padding:4rem;text-align:center}.app__project-detail .app__project-header .project-title{color:#fff;font-size:2.5rem;font-weight:700;margin:0 auto;max-width:1200px}.app__project-detail .app__project-header .project-category{color:#f2f2f2;font-size:.8rem;margin-bottom:1rem}.app__project-detail .app__project-header .project-intro{color:#fff;font-size:1rem;line-height:1.6;padding:2rem 25rem}@media screen and (max-width:1500px){.app__project-detail .app__project-header .project-intro{flex-direction:column;padding:2rem 4rem}}@media screen and (max-width:800px){.app__project-detail .app__project-header .project-intro{padding:.5rem}.app__project-detail .app__project-header{padding:5rem 2rem}}.app__project-detail .app__project-details{margin-bottom:2rem}.app__project-detail .app__project-details .project-section{align-items:center;display:flex;justify-content:space-between;padding:2rem 30rem}.app__project-detail .app__project-details .project-section h4{font-size:1rem;font-weight:600;text-transform:uppercase}.app__project-detail .app__project-details .project-section h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:.8rem}.app__project-detail .app__project-details .project-section p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1rem}.app__project-detail .app__project-details .project-section .detail-image{border-radius:8px;box-shadow:0 4px 8px #0000001a;height:250px;margin-top:1rem;object-fit:cover;width:300px}.app__project-detail .app__project-details .project-section.bg-light{background-color:#f9f9f9}.app__project-detail .app__project-details .project-section.bg-light img{margin-left:4rem}.app__project-detail .app__project-details .project-section.bg-dark{background-color:#e6e6e6;color:#000;flex-direction:row-reverse}.app__project-detail .app__project-details .project-section.bg-dark img{margin-right:4rem}.app__project-detail .app__project-details .project-section.bg-dark h3,.app__project-detail .app__project-details .project-section.bg-dark p{color:#000}@media screen and (max-width:450px){.app__project-detail .app__project-details .project-section.bg-dark{flex-direction:column}}@media screen and (min-width:800px)and (max-width:1300px){.app__project-detail .app__project-details .project-section{flex-direction:column;padding:2rem 4rem}}@media screen and (max-width:1500px){.app__project-detail .app__project-details .project-section{flex-direction:column;padding:2rem 4rem}}@media screen and (max-width:800px){.app__project-detail .app__project-details .project-section{flex-direction:column;padding:2rem 4rem}}.app__project-detail .app__project-details .project-image{width:200px}.app__project-detail .project-links{display:flex;gap:1.5rem;justify-content:center;margin-bottom:2rem}.app__project-detail .project-links a{border:2px solid var(--theme-color);border-radius:5px;color:var(--theme-color);font-size:1rem;font-weight:700;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.app__project-detail .project-links a:hover{background-color:var(--theme-color);color:#fff}.app__project-detail .project-gallery{margin-left:1rem;margin-right:1rem;margin-top:2rem}.app__project-detail .project-gallery h3{color:#333;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.app__project-detail .project-gallery .gallery-images{column-count:3;column-gap:1.5rem;padding:1rem}.app__project-detail .project-gallery .gallery-images img{border-radius:8px;box-shadow:0 4px 8px #0000001a;margin-bottom:1.5rem;max-width:100%;transition:transform .3s ease}.app__project-detail .project-gallery .gallery-images img:hover{transform:scale(1.05)}.app__project-detail .project-tags{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.app__project-detail .project-tags .tag{background-color:#0000001a;border-radius:5px;color:#333;font-size:.9rem;font-weight:700;padding:.3rem .6rem;text-transform:uppercase}.modal{background-color:#000c;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:1000}.modal,.modal-content{align-items:center;display:flex}.modal-content{border-radius:10px;box-shadow:0 4px 10px #00000040;flex-direction:column;max-height:90%;max-width:90%;overflow:hidden;position:relative}.modal-content img{border-radius:8px;max-height:80vh;max-width:100%;object-fit:contain}.zoom-container{height:80vh;overflow:hidden;position:relative;width:100%}.zoom-container img{cursor:zoom-in;height:auto;transform:scale(1);transition:transform .3s ease;width:100%}.zoom-container img.zoomed{cursor:zoom-out;transform:scale(2)}.close-button{background-color:#525252;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;position:absolute;right:10px;top:10px;z-index:10}.close-button:hover{background:darkred}.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;overflow-x:hidden;width:100%}.app__flex{align-items:center;display:flex;justify-content:center}.app__wrapper{flex:1 1;flex-direction:column;max-width:100vw;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__navigation,.app__social{max-width:100vw}.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}}: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.d81ca359.css.map*/