@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;left:0;padding:1rem 2rem;position:fixed;right:0;top:0;transition:all .3s ease;width:100%;z-index:2}.dark-theme .app__navbar{background:#0f172ad9;border:1px solid #3741514d;box-shadow:0 8px 32px #0003}.app__navbar-logo{align-items:center;display:flex;justify-content:flex-start}.app__navbar-logo img{filter:none;filter:var(--logo-filter);height:40px;transition:filter .3s ease;width:90px}@media screen and (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{cursor:pointer;flex-direction:column;margin:0 1rem}.app__navbar-links li div{background:#0000;border-radius:50%;height:5px;margin-bottom:5px;transition:all .3s ease;width:5px}.app__navbar-links li a{color:var(--text-secondary);flex-direction:column;font-size:.9rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.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-close-btn,.app__navbar-menu-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:center;padding:0}.app__navbar-close-btn:focus-visible,.app__navbar-menu-btn:focus-visible{border-radius:50%;outline:2px solid var(--secondary-color);outline-offset:2px}.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 .app__navbar-menu-btn{border-radius:50%;height:100%;width:100%}.app__navbar-menu .app__navbar-menu-btn svg{color:var(--white-color);height:70%;width:70%}.app__navbar-menu .app__navbar-close-btn svg{color:var(--secondary-color);height:35px;margin:.5rem 1rem;width:35px}.app__navbar-menu div{align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--bg-secondary);bottom:0;box-shadow:var(--shadow-hover);display:flex;flex-direction:column;height:100vh;justify-content:flex-end;padding:1rem;position:fixed;right:0;top:0;width:80%;z-index:5}.dark-theme .app__navbar-menu div{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0f172af2}.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(--text-secondary);font-size:1rem;font-weight:500;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.app__navbar-menu div ul li a:hover{color:var(--secondary-color);transform:translateX(10px)}.app__navbar-menu div ul li:hover{border-bottom:2px solid var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu,.app__navbar-menu div{display:none}}:root{--logo-filter:none}.dark-theme{--logo-filter:brightness(0) invert(1)}.theme-toggle{position:fixed;right:20px;top:20px;z-index:1000}@media screen and (max-width:900px){.theme-toggle{right:72px;top:20px}}.theme-toggle__button{background:linear-gradient(135deg,#667eea,#764ba2);background:var(--toggle-bg);border:2px solid #e1e8ed;border:2px solid var(--border-color);border-radius:20px;box-shadow:0 2px 8px #0000001a;box-shadow:var(--toggle-shadow);cursor:pointer;height:32px;outline:none;padding:0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px}.theme-toggle__button:hover{box-shadow:0 4px 12px #00000026;box-shadow:var(--toggle-hover-shadow);transform:scale(1.05)}.theme-toggle__button:focus{box-shadow:0 0 0 3px #667eea4d;box-shadow:var(--toggle-focus-shadow)}.theme-toggle__button:active{transform:scale(.95)}.theme-toggle__button.light{background:linear-gradient(135deg,gold,#ffed4e);border-color:orange}.theme-toggle__button.dark{background:linear-gradient(135deg,#2c3e50,#1a252f);border-color:#34495e}.theme-toggle__slider{align-items:center;background:#fff;background:var(--slider-bg);border-radius:50%;box-shadow:0 1px 3px #0000001a;box-shadow:var(--slider-shadow);display:flex;height:24px;justify-content:center;left:2px;position:absolute;top:2px;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.theme-toggle__button.dark .theme-toggle__slider{background:#f1c40f;transform:translateX(26px)}.theme-toggle__button.light .theme-toggle__slider{background:#fff}.theme-toggle__icon{align-items:center;color:#64748b;color:var(--icon-color);display:flex;justify-content:center;transition:all .3s ease}.theme-toggle__button.dark .theme-toggle__icon{color:#2c3e50}.theme-toggle__button.light .theme-toggle__icon{color:#f39c12}.theme-toggle__icon svg{height:14px;width:14px}:root{--toggle-bg:linear-gradient(135deg,#667eea,#764ba2);--border-color:#e1e8ed;--slider-bg:#fff;--icon-color:#64748b;--toggle-shadow:0 2px 8px #0000001a;--toggle-hover-shadow:0 4px 12px #00000026;--toggle-focus-shadow:0 0 0 3px #667eea4d;--slider-shadow:0 1px 3px #0000001a}.dark-theme{--slider-bg:#1f2937;--icon-color:#f3f4f6;--toggle-shadow:0 2px 8px #0000004d;--toggle-hover-shadow:0 4px 12px #0006;--slider-shadow:0 1px 3px #0000004d}.app__about{flex:1 1;flex-direction:column;width:100%}.app__profiles{flex-wrap:wrap;justify-content:center;margin-top:2rem}.app__profile-item,.app__profiles{align-items:flex-start;display:flex}.app__profile-item{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:15px;box-shadow:var(--shadow);cursor:pointer;flex-direction:column;justify-content:flex-start;margin:2rem;padding:1rem;transition:box-shadow .3s ease,transform .3s ease,border-color .3s ease;width:190px}.app__profile-item:hover{border-color:var(--secondary-color);box-shadow:var(--shadow-hover)}.app__profile-item img{border-radius:10px;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:450px){.app__profile-item{margin:.75rem;width:calc(50% - 2rem)}}.app__profile-skeleton{pointer-events:none}.app__profile-skeleton .skeleton-img{border-radius:10px;height:170px;width:100%}.app__profile-skeleton .skeleton-img,.app__profile-skeleton .skeleton-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,var(--border-color) 25%,var(--bg-tertiary) 50%,var(--border-color) 75%);background-size:800px 100%}.app__profile-skeleton .skeleton-text{border-radius:4px;height:14px;margin-top:16px;width:80%}.app__profile-skeleton .skeleton-text--short{margin-top:8px;width:60%}.app__footer{flex:1 1;flex-direction:column;width:100%}.app__footer-cards{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly;margin:4em 2rem 2rem;width:60%}.app__footer-cards .app__footer-card{align-items:center;background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:10px;box-shadow:var(--shadow);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(--text-primary);font-weight:500;text-decoration:none;transition:color .3s ease}.app__footer-cards .app__footer-card a:hover{color:var(--secondary-color)}.app__footer-cards .app__footer-card:hover{border-color:var(--secondary-color);box-shadow:var(--shadow-hover);transform:translateY(-2px)}@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-form{flex-direction:column;margin:1rem 2rem;width:60%}.app__footer-form div{background-color:var(--bg-primary);border:1px solid var(--border-color);border-radius:10px;margin:.75rem 0;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.app__footer-form div:focus-within{border-color:var(--secondary-color);box-shadow:0 0 0 3px #4f46e526}.app__footer-form div input,.app__footer-form div textarea{background-color:#0000;border:none;border-radius:10px;color:var(--text-primary);cursor:text;font-family:var(--font-base);outline:none;padding:.95rem;width:100%}.app__footer-form div input::placeholder,.app__footer-form div textarea::placeholder{color:var(--text-secondary)}.app__footer-form div textarea{height:170px;resize:vertical}.app__footer-form button{background-color:var(--secondary-color);border:none;border-radius:10px;color:#fff;cursor:pointer;font-family:var(--font-base);font-size:1rem;font-weight:500;margin:2rem 0 0;padding:1rem 2rem;transition:background-color .3s ease,transform .2s ease,opacity .2s ease}.app__footer-form button:hover:not(:disabled){background-color:#2430af;transform:translateY(-1px)}.app__footer-form button:focus-visible{outline:2px solid var(--secondary-color);outline-offset:3px}.app__footer-form button:disabled{cursor:not-allowed;opacity:.65}@media screen and (max-width:768px){.app__footer-form{margin:1rem 0;width:100%}}.app__footer-success{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;text-align:center}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#home{background:url(/static/media/bgIMG.c39101e520e2997fc6d4.png);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;transition:all .3s ease}#home:before{background:#0000;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;transition:background .3s ease;z-index:1}.dark-theme #home:before{background:#0f172ab3}#home .app__wrapper{padding:0;position:relative;z-index:2}.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:.65 1;flex-direction:column;height:100%;justify-content:flex-start;margin:0 2rem}@media screen and (max-width:1200px){.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{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:15px;box-shadow:var(--shadow);flex-direction:row;padding:1rem 2rem;transition:all .3s ease;width:auto}.app__header-badge .badge-cmp:hover,.app__header-badge .tag-cmp:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.dark-theme .app__header-badge .badge-cmp,.dark-theme .app__header-badge .tag-cmp{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);background:#1e293be6;border:1px solid #37415180}.app__header-badge .badge-cmp h1,.app__header-badge .badge-cmp h2,.app__header-badge .badge-cmp h3,.app__header-badge .badge-cmp h4,.app__header-badge .badge-cmp h5,.app__header-badge .badge-cmp h6,.app__header-badge .badge-cmp p,.app__header-badge .tag-cmp h1,.app__header-badge .tag-cmp h2,.app__header-badge .tag-cmp h3,.app__header-badge .tag-cmp h4,.app__header-badge .tag-cmp h5,.app__header-badge .tag-cmp h6,.app__header-badge .tag-cmp p{color:var(--text-primary);transition:color .3s ease}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{color:var(--text-secondary);text-align:right;text-transform:uppercase;width:100%}.app__header-badge span{color:var(--text-primary);font-size:2.5rem;transition:color .3s ease}@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:.75 1;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:1rem}.app__header-circles div{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;box-shadow:var(--shadow);height:100px;overflow:hidden;position:relative;transition:all .3s ease;width:100px}.app__header-circles div:hover{border-color:var(--secondary-color);box-shadow:var(--shadow-hover);transform:translateY(-5px) scale(1.05)}.dark-theme .app__header-circles div{backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);background:#1e293bcc;border:1px solid #37415199}.dark-theme .app__header-circles div:hover{background:#1e293be6;box-shadow:0 8px 25px #0000004d,0 0 20px #4f46e533}.app__header-circles div img{filter:none;filter:var(--img-filter,none);height:60%;transition:all .3s ease;width:60%}.dark-theme .app__header-circles div img{--img-filter:brightness(1.1) contrast(1.1)}.dark-theme .app__header-circles div:before{background:radial-gradient(circle at center,#4f46e51a 0,#0000 70%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.dark-theme .app__header-circles div:hover:before{opacity: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:nth-child(2){height:400px;width:400px}.app__header-circles div:nth-child(3){height:170px;width:170px}.app__header-circles div:first-child{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{filter:none;filter:var(--profile-img-filter,none);object-fit:contain;transition:all .3s ease;width:100%;z-index:1}.dark-theme .app__header-img img{--profile-img-filter:brightness(1.05) contrast(1.02)}.app__header-img .overlay_circle{bottom:0;height:90%;left:0;opacity:1;opacity:var(--overlay-opacity,1);position:absolute;right:0;transition:all .3s ease;width:100%;z-index:0}.dark-theme .app__header-img .overlay_circle{--overlay-opacity:0.8;filter:hue-rotate(10deg) brightness(.9)}@media screen and (max-width:1200px){.app__header-img{margin:2rem 0}}.dark-theme #home{background-blend-mode:overlay}.dark-theme #home .app__header-badge .badge-cmp h1,.dark-theme #home .app__header-badge .badge-cmp h2,.dark-theme #home .app__header-badge .badge-cmp h3,.dark-theme #home .app__header-badge .badge-cmp h4,.dark-theme #home .app__header-badge .badge-cmp h5,.dark-theme #home .app__header-badge .badge-cmp h6,.dark-theme #home .app__header-badge .badge-cmp p,.dark-theme #home .app__header-badge .badge-cmp span,.dark-theme #home .app__header-badge .tag-cmp h1,.dark-theme #home .app__header-badge .tag-cmp h2,.dark-theme #home .app__header-badge .tag-cmp h3,.dark-theme #home .app__header-badge .tag-cmp h4,.dark-theme #home .app__header-badge .tag-cmp h5,.dark-theme #home .app__header-badge .tag-cmp h6,.dark-theme #home .app__header-badge .tag-cmp p,.dark-theme #home .app__header-badge .tag-cmp span{text-shadow:0 1px 2px #0000004d}.dark-theme .app__header-badge .badge-cmp:focus,.dark-theme .app__header-badge .tag-cmp:focus,.dark-theme .app__header-circles div:focus{outline:2px solid var(--secondary-color);outline-offset:2px}.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:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:50%;height:90px;transition:box-shadow .3s ease,transform .3s ease;width:90px}.app__skills-item div img{height:50%;width:50%}.app__skills-item div:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}@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(--bg-secondary)!important;border:1px solid var(--border-color)!important;border-radius:8px!important;box-shadow:var(--shadow-hover)!important;color:var(--text-secondary)!important;font-family:var(--font-base)!important;font-size:.85rem!important;line-height:1.5!important;max-width:300px!important;opacity:1!important;padding:.75rem 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__testimonial{flex:1 1;flex-direction:column;width:100%}.app__testimonial-item{background-color:var(--white-color);border-radius:15px;box-shadow:0 0 30px #0000001a;display:flex;flex-direction:row;min-height:320px;padding:2rem;transition:all .3s ease-in-out;width:60%}.app__testimonial-item img{border-radius:50%;height:100px;object-fit:cover;width:100px}@media screen and (min-width:2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{height:150px;width:150px}}@media screen and (max-width:850px){.app__testimonial-item{width:100%}}@media screen and (max-width:600px){.app__testimonial-item{flex-direction:column}}.app__testimonial-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:space-around;padding:0 2rem;text-align:left}.app__testimonial-content p{color:var(--black-color);font-family:var(--font-base);font-size:1.25rem;line-height:2rem}@media screen and (min-width:2000px){.app__testimonial-content p{font-size:2rem;line-height:3.5rem}}.app__testimonial-content h4{color:var(--secondary-color);font-weight:600;margin-top:2rem}.app__testimonial-content h5{color:var(--gray-color);font-weight:400;margin-top:5px}@media screen and (max-width:600px){.app__testimonial-content{margin-top:2rem;padding:0}}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{background-color:var(--white-color);border-radius:50%;height:50px;margin:1rem;transition:all .3s ease-in-out;width:50px}.app__testimonial-btns div svg{color:var(--secondary-color);height:20px;width:20px}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__testimonial-btns div{height:100px;width:100px}.app__testimonial-btns div svg{height:45px;width:45px}}.app__testimonial-brands{flex-wrap:wrap;margin-top:2rem;width:80%}.app__testimonial-brands div{margin:1.5rem;width:150px}.app__testimonial-brands div img{filter:grayscale(1);height:auto;object-fit:cover;width:100%}.app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width:2000px){.app__testimonial-brands div{margin:2rem;width:210px}}@media screen and (max-width:450px){.app__testimonial-brands div{margin:1rem;width:120px}}@media screen and (max-width:800px){.app__testimonial-brands{width:100%}}.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:flex-start;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);cursor:pointer;font-family:var(--font-base);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);border-color:var(--secondary-color);color:#fff}.app__work-filter .app__work-filter-item:focus-visible{outline:2px solid var(--secondary-color);outline-offset:2px}@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);border-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:var(--bg-secondary);border:1px solid var(--border-color);border-radius:.5rem;box-shadow:var(--shadow);color:var(--text-primary);cursor:pointer;flex-direction:column;margin:2rem;padding:1rem;transition:all .3s ease;width:270px}.app__work-portfolio .app__work-item:hover{border-color:var(--secondary-color);box-shadow:var(--shadow-hover);transform:translateY(-4px)}@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{background-color:#0000008c;border-radius:.5rem;bottom:0;height:100%;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.app__work-hover div{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffff26;border-radius:50%;cursor:pointer;height:50px;margin:1rem;transition:all .2s ease;width:50px}.app__work-hover div svg{color:#fff;height:50%;width:50%}.app__work-hover div:hover{background-color:#ffffff4d}.app__work-content{flex-direction:column;padding:.5rem;position:relative;width:100%}.app__work-content h4{color:var(--text-primary);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:var(--bg-secondary);border:1px solid var(--border-color);border-radius:10px;padding:.25rem .75rem;position:absolute;top:-20px}.app__work-content .app__work-tag p{color:var(--text-secondary);font-size:.75rem}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.app__work-skeleton{pointer-events:none}.app__work-skeleton .skeleton-work-img{border-radius:.5rem;height:230px;width:100%}.app__work-skeleton .skeleton-work-img,.app__work-skeleton .skeleton-work-text{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,var(--border-color) 25%,var(--bg-tertiary) 50%,var(--border-color) 75%);background-size:800px 100%}.app__work-skeleton .skeleton-work-text{border-radius:4px;height:14px;margin-top:20px;width:75%}.app__work-skeleton .skeleton-work-text--short{margin-top:8px;width:50%}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app,.app__whitebg{transition:background-color .3s ease}.app__whitebg{background-color:var(--bg-secondary)}.app__primarybg{background-color:var(--primary-color);transition:background-color .3s ease}.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:center;border-top:1px solid var(--border-color);display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin:0 auto;max-width:720px;padding:1.5rem 1rem 2.5rem;width:100%}.copyright p{color:var(--text-secondary);font-size:.75rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;transition:color .3s ease}.copyright p:first-child:after{color:var(--text-secondary);content:"·";margin-left:.5rem}.head-text{color:var(--text-primary);font-size:2.75rem;font-weight:800;text-align:center;text-transform:capitalize;transition:color .3s ease}.head-text span{color:var(--secondary-color);transition:color .3s ease}@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(--text-secondary);font-size:.8rem;line-height:1.5;text-align:left;transition:color .3s ease}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{color:var(--text-primary);font-size:1rem;font-weight:800;text-align:left;transition:color .3s ease}@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(--bg-secondary);border:1px solid var(--border-color);border-radius:50%;box-shadow:var(--shadow);height:40px;justify-content:center;margin:.25rem 0;transition:all .3s ease-in-out;width:40px}.app__social div svg{color:var(--text-secondary);height:15px;transition:color .3s ease;width:15px}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);box-shadow:var(--shadow-hover);transform:translateY(-2px)}.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:var(--border-color);border-radius:50%;height:10px;margin:.5rem;transition:all .3s ease-in-out;width:10px}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color);transform:scale(1.2)}.app__navigation .app__navigation-dot.active{background-color:var(--secondary-color);box-shadow:0 0 10px 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{margin-top:2rem;padding:1.5rem 1rem 0}}.dark-theme .app__social div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#1e293bcc;border:1px solid #37415180}.dark-theme .app__navigation-dot{background-color:#374151cc}.dark-theme .app__navigation-dot.active,.dark-theme .app__navigation-dot:hover{box-shadow:0 0 15px #4f46e580}.dark-theme ::selection{background-color:#4f46e54d;color:var(--text-primary)}.dark-theme::-webkit-scrollbar{width:8px}.dark-theme::-webkit-scrollbar-track{background:var(--bg-primary)}.dark-theme::-webkit-scrollbar-thumb{background:var(--border-color);border-radius:4px}.dark-theme::-webkit-scrollbar-thumb:hover{background:var(--secondary-color)}: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;--text-primary:#030303;--text-secondary:#6b7688;--bg-primary:#edf2f8;--bg-secondary:#fff;--bg-tertiary:#f8fafc;--border-color:#e4e4e4;--shadow:0 2px 8px #0000001a;--shadow-hover:0 4px 16px #00000026}.dark-theme{--primary-color:#0f172a;--secondary-color:#4f46e5;--black-color:#f8fafc;--lightGray-color:#374151;--gray-color:#94a3b8;--brown-color:#64748b;--white-color:#1e293b;--text-primary:#f8fafc;--text-secondary:#94a3b8;--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--border-color:#374151;--shadow:0 2px 8px #0000004d;--shadow-hover:0 4px 16px #0006}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{transition:background-color .3s ease,color .3s ease}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.f8ce4d0f.css.map*/