@charset "UTF-8";.language-dropdown{position:relative;display:inline-block}.language-dropdown__button{display:flex;align-items:center;gap:.5rem;padding:.8rem 1.2rem;background:#ffffff40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);border-radius:10px;color:var(--text-primary);font-family:var(--font-base);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease-in-out;outline:none}.language-dropdown__button:hover{background:#ffffff59;border-color:var(--secondary-color);color:var(--secondary-color)}.dark-theme .language-dropdown__button{background:#00000040;border:1px solid rgba(255,255,255,.1);color:var(--text-primary)}.dark-theme .language-dropdown__button:hover{background:#00000059;border-color:var(--secondary-color);color:var(--secondary-color)}.light-theme .language-dropdown__button{background:#ffffff40;border:1px solid rgba(255,255,255,.18);color:var(--text-primary)}.light-theme .language-dropdown__button:hover{background:#ffffff59;border-color:var(--secondary-color);color:var(--secondary-color)}.language-dropdown__button:focus{border-color:var(--secondary-color);box-shadow:0 0 0 2px #313bac33}@media screen and (max-width: 768px){.language-dropdown__button{padding:.6rem 1rem;font-size:.8rem}}.language-dropdown__icon{width:16px;height:16px;color:inherit}@media screen and (min-width: 2000px){.language-dropdown__icon{width:20px;height:20px}}.language-dropdown__text{display:flex;align-items:center;gap:.3rem;white-space:nowrap}.language-dropdown__chevron{width:14px;height:14px;color:inherit;transition:transform .2s ease-in-out}@media screen and (min-width: 2000px){.language-dropdown__chevron{width:18px;height:18px}}.language-dropdown__menu{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:var(--card-bg);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--card-border);border-radius:10px;box-shadow:0 8px 32px #0000001a;z-index:1000;max-height:200px;overflow-y:auto;width:100%;transition:all .3s ease}.dark-theme .language-dropdown__menu{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 8px 32px #0000004d}.light-theme .language-dropdown__menu{background:#fffffff2;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.language-dropdown__menu::-webkit-scrollbar{width:6px}.language-dropdown__menu::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.language-dropdown__menu::-webkit-scrollbar-thumb{background:var(--secondary-color);border-radius:3px}.language-dropdown__menu::-webkit-scrollbar-thumb:hover{background:var(--secondary-color);opacity:.8}@media screen and (max-width: 768px){.language-dropdown__menu{max-height:200px}}.language-dropdown__item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;cursor:pointer;transition:all .2s ease-in-out;border-bottom:1px solid var(--border-light);color:var(--text-primary)}.language-dropdown__item:last-child{border-bottom:none}.language-dropdown__item:hover{background-color:var(--bg-tertiary)}.dark-theme .language-dropdown__item{border-bottom:1px solid var(--border-light);color:var(--text-primary)}.dark-theme .language-dropdown__item:hover{background-color:var(--bg-tertiary)}.light-theme .language-dropdown__item{border-bottom:1px solid rgba(0,0,0,.05);color:var(--text-primary)}.light-theme .language-dropdown__item:hover{background-color:var(--lightGray-color)}.language-dropdown__item.active{background-color:var(--secondary-color);color:var(--white-color)}.language-dropdown__item.active .language-dropdown__flag{filter:brightness(1.2)}@media screen and (max-width: 768px){.language-dropdown__item{padding:.6rem .8rem;gap:.6rem}}.language-dropdown__flag{font-size:1.2rem;line-height:1}@media screen and (min-width: 2000px){.language-dropdown__flag{font-size:1.5rem}}.language-dropdown__name{font-size:.9rem;font-weight:500;color:inherit}@media screen and (min-width: 2000px){.language-dropdown__name{font-size:1.1rem}}@media screen and (max-width: 768px){.language-dropdown__name{font-size:.8rem}}@media screen and (max-width: 901px){.language-dropdown__button{padding:.6rem 1rem}.language-dropdown__button .language-dropdown__text{display:none}.language-dropdown__menu{right:0;left:auto;width:160px}}@media (prefers-color-scheme: dark){.language-dropdown__button{background:#00000040;border-color:#ffffff1a;color:var(--white-color)}.language-dropdown__button:hover{background:#00000059}.language-dropdown__menu{background:#000000e6;border-color:#ffffff1a}.language-dropdown__item{border-bottom-color:#ffffff1a;color:var(--white-color)}.language-dropdown__item:hover{background-color:#ffffff1a}}.theme-toggle{background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative;overflow:hidden}.light-theme .theme-toggle{background:rgba(var(--light-bg-color),.1);border:1px solid rgba(var(--light-border-color),.2)}.light-theme .theme-toggle:hover{background:rgba(var(--light-bg-color),.2);box-shadow:0 0 15px rgba(var(--light-border-color),.3)}.dark-theme .theme-toggle{background:#0000001a;border:1px solid rgba(255,255,255,.1)}.dark-theme .theme-toggle:hover{background:#ffffff1a;box-shadow:0 0 15px #fff3}.theme-toggle .theme-toggle-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;position:relative}.theme-toggle .theme-toggle-icon svg{width:100%;height:100%;transition:all .3s ease}.theme-toggle .theme-toggle-icon .sun-icon{color:#fbbf24}.light-theme .theme-toggle .theme-toggle-icon .sun-icon{color:#f59e0b}.dark-theme .theme-toggle .theme-toggle-icon .sun-icon{color:#fbbf24}.theme-toggle .theme-toggle-icon .moon-icon,.light-theme .theme-toggle .theme-toggle-icon .moon-icon{color:#6366f1}.dark-theme .theme-toggle .theme-toggle-icon .moon-icon{color:#a5b4fc}.theme-toggle:focus{outline:2px solid var(--secondary-color);outline-offset:2px}.theme-toggle:active{transform:scale(.95)}@media screen and (max-width: 901px){.theme-toggle{padding:6px}.theme-toggle .theme-toggle-icon{width:18px;height:18px}}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:8px 32px;background:#ffffff40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:999999;transition:all .3s ease}.dark-theme .app__navbar{background:#111827cc;border:1px solid rgba(255,255,255,.1)}.light-theme .app__navbar{background:#ffffff40;border:1px solid rgba(255,255,255,.18)}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:90px;height:20px}@media screen and (min-width: 2000px){.app__navbar-logo img{width:180px;height:40px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:5px;height:5px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:700;transition:all .3s ease-in-out}.app__navbar-links li a:hover,.app__navbar-links li a.active{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width: 901px){.app__navbar-links{display:none}}.app__navbar-btn{padding:.8rem 1.5rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;font-family:var(--font-base);cursor:pointer}@media screen and (max-width: 901px){.app__navbar-btn{display:none}}.app__navbar-btn:hover{border:1px red solid}.app__navbar-controls{display:flex;align-items:center;gap:1rem}@media screen and (max-width: 901px){.app__navbar-controls{display:none}}.app__navbar-language{display:flex;align-items:center}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-CdJrjjcw.avif);background-color:var(--bg-primary);background-size:cover;background-repeat:repeat;transition:background-color .3s ease;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div .app__navbar-mobile-controls{margin-top:2rem;padding:0 1rem;display:flex;justify-content:center;align-items:center;gap:1rem}.app__navbar-menu div .app__navbar-mobile-language{display:flex;align-items:center}.app__navbar-mobile-container{display:none;align-items:center;gap:1rem}@media screen and (max-width: 901px){.app__navbar-mobile-container{display:flex}}.app__navbar-mobile-controls{display:flex;align-items:center;gap:1rem}.app__navbar-mobile-language{display:flex;align-items:center}.app__navbar-menu{width:30px;height:30px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background:var(--secondary-color)}.app__navbar-menu svg{width:60%;height:60%;color:var(--white-color)}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-CdJrjjcw.avif);background-color:var(--bg-primary);background-size:cover;background-repeat:repeat;transition:background-color .3s ease;box-shadow:0 0 20px #a8a8a826}.dark-theme .app__navbar-menu div{background-color:var(--bg-primary);box-shadow:0 0 20px #0000004d}.app__navbar-menu div svg{width:25px;height:25px;color:var(--secondary-color);margin:.5rem 1rem}.app__navbar-menu div ul{list-style:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-self:flex-start;flex-direction:column}.app__navbar-menu div ul li{margin:1rem}.app__navbar-menu div ul li a{color:var(--gray-color);text-decoration:none;font-size:.9rem;text-transform:uppercase;font-weight:700;transition:all .3s ease-in-out}.app__navbar-menu div ul li a:hover{color:var(--secondary-color)}@media screen and (max-width: 375px){.app__navbar-menu div{width:90%}}@media screen and (max-width: 300px){.app__navbar-menu div{width:100%;padding:.5rem}}@media screen and (min-width: 901px){.app__navbar-menu div{display:none}}@media screen and (min-width: 901px){.app__navbar-menu{display:none}}.loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#ece9e9}.name{font-size:20px;font-weight:700;color:#141414;display:flex;place-content:center}.name span{opacity:0;transform:translateY(20px);animation:floatIn 1.2s forwards ease-in-out}@media (min-width: 768px){.name{font-size:40px}}@media (min-width: 1024px){.name{font-size:60px}}.progress-bar{width:75%;height:6px;margin-top:20px;background-color:#fff;border-radius:50px;overflow:hidden}.progress-bar .progress{height:100%;background-color:#000;border-radius:50px;transition:width .2s ease-in-out}@keyframes floatIn{0%{opacity:0;transform:translateY(20px)}50%{opacity:.6}to{opacity:1;transform:translateY(0)}}.top-button{position:fixed;bottom:20px;width:40px;right:20px;padding:10px;border:none;border-radius:50%;background-color:var(--secondary-color);color:var(--white-color);cursor:pointer;opacity:0;transition:all .3s ease;z-index:1000;box-shadow:0 4px 12px #00000026}.top-button.visible{opacity:1}.top-button:hover{background-color:#c10909;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.dark-theme .top-button{box-shadow:0 4px 12px #0000004d}.dark-theme .top-button:hover{box-shadow:0 6px 16px #0006}.light-theme .top-button{box-shadow:0 4px 12px #00000026}.light-theme .top-button:hover{box-shadow:0 6px 16px #0003}@media screen and (max-width: 600px){.top-button{display:none}}.counter-container{display:flex;justify-content:space-around;align-items:center;padding:20px;background-color:#f9f9f9;box-shadow:0 2px 10px #0000001a;flex-wrap:wrap}.counter-item{text-align:center;flex:1;min-width:150px;margin:10px}.counter-item h2{font-size:24px;color:#333}.counter-item h2 span{font-weight:700;color:#2a9d8f}@media (max-width: 768px){.counter-item h2{font-size:20px}}@media (max-width: 480px){.counter-item h2{font-size:18px}}.app__about{flex:1;width:100%;flex-direction:column;background-color:var(--bg-primary);transition:background-color .3s ease}.image-container{position:relative;width:100%;height:170px;border-radius:15px;overflow:hidden}@media screen and (min-width: 2000px){.image-container{height:320px}}.moving-border{position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:20px;z-index:1}.moving-ball{position:absolute;width:12px;height:12px;border-radius:50%;background:linear-gradient(45deg,var(--gold-light),var(--gold-medium),var(--gold-light));box-shadow:0 0 10px #ffd70099,0 0 20px #ffd70066,0 0 30px #ffd70033;animation:moveAroundBorder 4s linear infinite}.dark-theme .moving-ball{background:linear-gradient(45deg,var(--gold-light),var(--gold-medium),var(--gold-light));box-shadow:0 0 15px #ffd700cc,0 0 25px #ffd70099,0 0 35px #ffd70066}.light-theme .moving-ball{background:linear-gradient(45deg,var(--gold-light),var(--gold-medium),var(--gold-light));box-shadow:0 0 10px #ffd70099,0 0 20px #ffd70066,0 0 30px #ffd70033}@keyframes moveAroundBorder{0%{top:0;left:0;transform:scale(1);opacity:1}25%{top:0;left:calc(100% - 12px);transform:scale(1.2);opacity:.8}50%{top:calc(100% - 12px);left:calc(100% - 12px);transform:scale(1);opacity:1}75%{top:calc(100% - 12px);left:0;transform:scale(1.2);opacity:.8}to{top:0;left:0;transform:scale(1);opacity:1}}.app__profile-item:hover .moving-ball{animation-duration:2s;box-shadow:0 0 15px #ffd700cc,0 0 25px #ffd70099,0 0 35px #ffd70066}.dark-theme .app__profile-item:hover .moving-ball{box-shadow:0 0 20px gold,0 0 30px #ffd700cc,0 0 40px #ffd70099}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item{width:250px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:fill;position:relative;z-index:2;transition:all .3s ease}.app__profile-item p{scrollbar-width:none;-ms-overflow-style:none}.app__profile-item p::-webkit-scrollbar{display:none}@media screen and (min-width: 2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img,.app__profile-item .image-container{height:320px}.app__profile-item .moving-ball{width:16px;height:16px}}@media screen and (max-width: 768px){.app__profile-item .moving-ball{width:10px;height:10px}.app__profile-item .moving-border{top:-8px;left:-8px;right:-8px;bottom:-8px}}.app__footer{flex:1;width:100%;flex-direction:column}.app__footer-cards{width:60%;display:flex;justify-content:space-evenly;align-items:center;flex-wrap:wrap;margin:4rem 2rem 2rem}.app__footer-cards .app__footer-card{min-width:290px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:1rem 0;padding:1rem;border-radius:10px;cursor:pointer;background-color:var(--card-bg);border:1px solid var(--card-border);transition:all .3s ease-in-out}.dark-theme .app__footer-cards .app__footer-card{background-color:var(--card-bg);border:1px solid var(--card-border)}.light-theme .app__footer-cards .app__footer-card{background-color:var(--primary-color);border:1px solid var(--lightGray-color)}.app__footer-cards .app__footer-card img{width:40px;height:40px;margin:0 .7rem}.app__footer-cards .app__footer-card p{font-weight:600}.app__footer-cards .app__footer-card a{text-decoration:none;font-weight:500}.app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--black-color)}.dark-theme .app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px #ffffff1a}.light-theme .app__footer-cards .app__footer-card:hover{box-shadow:0 0 25px var(--primary-color)}@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:var(--card-bg);border:1px solid var(--card-border)}.dark-theme .app__footer-cards .app__footer-card:last-child{background-color:var(--card-bg);border:1px solid var(--card-border)}.light-theme .app__footer-cards .app__footer-card:last-child{background-color:var(--primary-color);border:1px solid var(--lightGray-color)}.app__footer-form{width:60%;flex-direction:column;margin:1rem 2rem}.app__footer-form div{width:100%;margin:.75rem 0;border-radius:10px;cursor:pointer;background-color:var(--primary-color);transition:all .3s ease-in-out}.app__footer-form div input,.app__footer-form div textarea{width:100%;padding:.95rem;border:none;border-radius:7px;background-color:var(--card-bg);color:var(--text-primary);font-family:var(--font-base);outline:none;transition:all .3s ease}.dark-theme .app__footer-form div input,.dark-theme .app__footer-form div textarea{background-color:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border)}.light-theme .app__footer-form div input,.light-theme .app__footer-form div textarea{background-color:var(--primary-color);color:var(--secondary-color);border:1px solid var(--lightGray-color)}.app__footer-form div textarea{height:170px;max-width:100%;min-width:100%;max-height:200px}.app__footer-form div:hover{box-shadow:0 0 25px var(--primary-color)}.app__footer-form button{padding:1rem 2rem;border-radius:10px;border:none;background-color:var(--secondary-color);font-weight:500;color:var(--white-color);outline:none;margin:2rem 0 0;font-family:var(--font-base);cursor:pointer}@media screen and (max-width: 768px){.app__footer-form{width:100%;margin:1rem 0}}.app__footer-thankyou{background-color:var(--primary-color);box-shadow:0 0 30px var(--black-color);margin-top:3rem}.app__footer-thankyou p{padding:1rem 2rem;font-size:1.5rem;font-weight:500}@media screen and (max-width: 450px){.app__footer-thankyou p{font-size:1rem}}.error-text{color:red;text-align:left;font-size:.875rem;margin-top:0}#home{position:relative;background:url(data:image/avif;base64,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);background-size:cover;background-position:center;background-repeat:repeat;transition:all .3s ease}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.dark-theme #home:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0f172a99;z-index:1}.dark-theme #home .app__header{position:relative;z-index:10}.app__header{flex:1;width:100%;height:100%;flex-direction:row;padding:6rem 2rem 0rem}@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{flex:.65;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;margin:0 2rem}.app__header-info.moveUpDown{animation:moveUpDown 2s ease-in-out infinite alternate}@media screen and (max-width: 1200px){.app__header-info{width:100%;margin-right:0rem}}.app__header-badge{width:100%;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column}.app__header-badge .badge-cmp,.app__header-badge .tag-cmp{padding:1rem 2rem;background:var(--card-bg);border-radius:15px;flex-direction:row;width:auto;border:1px solid var(--card-border);transition:all .3s ease;box-shadow:0 0 20px #0000001a}.dark-theme .app__header-badge .badge-cmp,.dark-theme .app__header-badge .tag-cmp{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 0 20px #0000004d}.light-theme .app__header-badge .badge-cmp,.light-theme .app__header-badge .tag-cmp{background:var(--white-color);border:1px solid var(--border-light);box-shadow:0 0 20px #0000001a}.app__header-badge .tag-cmp{flex-direction:column;margin-top:3rem}.app__header-badge .tag-cmp p{width:100%;text-transform:uppercase;text-align:right;color:var(--text-primary);transition:color .3s ease}.app__header-badge span{font-size:2.5rem;transition:all .3s ease}@media screen and (min-width: 2000px){.app__header-badge span{font-size:5rem}}.app__header-badge .badge-cmp p,.app__header-badge .badge-cmp h1{color:var(--text-primary);transition:color .3s ease}@media screen and (max-width: 1200px){.app__header-badge{justify-content:flex-start;align-items:flex-start}}.app__header-circles{flex:.75;display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;height:100%;margin-left:1rem}.app__header-circles div{width:100px;height:100px;border-radius:50%;background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 0 20px #0000001a;display:flex;justify-content:center;align-items:center;transition:all .3s ease}.dark-theme .app__header-circles div{background:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 0 20px #0000004d}.light-theme .app__header-circles div{background:var(--white-color);border:1px solid var(--border-light);box-shadow:0 0 20px #0000001a}.app__header-circles div img{width:60%;height:60%}.app__header-circles .circle-cmp{animation:moveUpDown 2s ease-in-out infinite alternate}@keyframes moveUpDown{0%{transform:translateY(0)}to{transform:translateY(10px)}}.app__header-circles div:nth-child(1){width:100px;height:100px}.app__header-circles div:nth-child(2){margin:1.75rem;width:150px;height:150px}.app__header-circles div:nth-child(3){width:70px;height:70px}@media screen and (min-width: 2000px){.app__header-circles div:nth-child(2){width:400px;height:400px}.app__header-circles div:nth-child(3){width:170px;height:170px}.app__header-circles div:nth-child(1){width:200px;height:200px}}@media screen and (max-width: 1200px){.app__header-circles{width:100%;flex-direction:row;flex-wrap:wrap;margin-left:0}.app__header-circles div{margin:1rem}}.app__header-img{flex:1;height:100%;display:flex;justify-content:flex-end;align-items:flex-end;position:relative}.app__header-img img{width:100%;object-fit:contain;z-index:1}.app__header-img .overlay_circle{position:absolute;left:0;right:0;bottom:0;z-index:0;width:100%;height:90%}@media screen and (max-width: 1200px){.app__header-img{margin:2rem 0}}.app__skills{flex:1;width:100%;position:relative;flex-direction:column}.app__skills-container{width:80%;margin-top:3rem;display:flex;flex-direction:row}@media screen and (max-width: 900px){.app__skills-container{width:100%;flex-direction:column}}.app__skills-list{flex:1;display:flex;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;margin-right:5rem}@media screen and (max-width: 900px){.app__skills-list{margin-right:0;justify-content:center;align-items:center}}.app__skills-item{flex-direction:column;text-align:center;margin:1rem;transition:all .3s ease-in-out}.app__skills-item div{width:90px;height:90px;border-radius:50%;background-color:var(--white-color);border:1px solid var(--card-border);transition:all .3s ease}.app__skills-item div img{width:50%;height:50%}.app__skills-item div:hover{box-shadow:0 0 25px var(--lightGray-color)!important}.dark-theme .app__skills-item div{background-color:var(--card-bg);border:1px solid var(--card-border)}.dark-theme .app__skills-item div:hover{box-shadow:0 0 25px #fff3!important}.light-theme .app__skills-item div{background-color:#f8f9fa;border:1px solid #d1d5db}.light-theme .app__skills-item div:hover{box-shadow:0 0 25px #bcbcbc!important;background-color:#f1f3f4}@media screen and (max-width: 1024px){.app__skills-item div{box-shadow:0 0 25px var(--lightGray-color)!important}}@media screen and (min-width: 2000px){.app__skills-item div{width:150px;height:150px}}@media screen and (max-width: 900px){.app__skills-item div{width:70px;height: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}}@media screen and (max-width: 500px){.app__skills-item{z-index:1}}.app__skills-exp{flex:1;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}@media screen and (max-width: 900px){.app__skills-exp{margin-top:2rem;padding:0 5%}}.app__skills-exp-item{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin:1rem 0}.app__skills-exp-works{flex:1}.app__skills-exp-works .app__skills-exp-work{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-bottom:1rem;cursor:pointer}.app__skills-exp-works .app__skills-exp-work h4{font-weight:500}.app__skills-exp-works .app__skills-exp-work p{font-weight:400;color:var(--gray-color);margin-top:5px}.app__skills-exp-year{margin-right:3rem}.app__skills-exp-year p{font-weight:800;color:var(--secondary-color)}@media screen and (max-width: 450px){.app__skills-exp-year{margin-right:1rem}}.popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:start;opacity:0;transform:scale(.95);transition:opacity .4s ease,transform .4s ease;z-index:1000}.dark-theme .popup-overlay{background:#000000b3}.light-theme .popup-overlay{background:#fff6}.popup-content{background:var(--white-color);color:var(--black-color);padding:2rem;border-radius:10px;border:1px solid var(--gray-color);box-shadow:0 0 25px var(--lightGray-color);text-align:justify;position:sticky;top:70px;width:90%;max-width:600px;max-height:600px;overflow-y:auto;z-index:1001;transition:opacity .3s ease,transform .3s ease;opacity:1;scrollbar-width:thin;scrollbar-color:var(--secondary-color) transparent}.popup-content::-webkit-scrollbar{width:8px}.popup-content::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:5px 0}.popup-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);border-radius:10px;border:2px solid transparent;background-clip:content-box;transition:all .3s ease}.popup-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));transform:scaleX(1.2)}.dark-theme .popup-content{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border);box-shadow:0 0 25px #00000080;scrollbar-color:var(--secondary-color) transparent}.dark-theme .popup-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);box-shadow:0 0 10px #60a5fa4d}.dark-theme .popup-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));box-shadow:0 0 15px #60a5fa80}.light-theme .popup-content{background:#fff;color:#000;border:1px solid gray;box-shadow:0 0 25px #bcbcbc;scrollbar-color:var(--secondary-color) transparent}.light-theme .popup-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa)}.light-theme .popup-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color))}@media screen and (max-width: 768px){.popup-content::-webkit-scrollbar{width:6px}}@media screen and (max-width: 480px){.popup-content::-webkit-scrollbar{width:4px}}.popup-overlay.fade-in{opacity:1;transform:scale(1)}.popup-content:hover{box-shadow:0 0 50px var(--lightGray-color)!important}.popup-close{position:absolute;top:10px;right:10px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:50%;font-size:20px;cursor:pointer;color:var(--text-primary);padding:5px 10px;transition:all .3s ease}.dark-theme .popup-close{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary)}.light-theme .popup-close{background:var(--white-color);border:1px solid var(--border-light);color:var(--black-color)}.popup-description{margin-top:20px;color:var(--gray-color)}.app__testimonial{flex:1;width:100%;flex-direction:column}.app__testimonial-item{width:60%;min-height:320px;background-color:var(--card-bg);border:1px solid var(--card-border);display:flex;padding:2rem;border-radius:15px;box-shadow:0 0 30px #0000001a;transition:all .3s ease-in-out}.dark-theme .app__testimonial-item{background-color:var(--card-bg);border:1px solid var(--card-border);box-shadow:0 0 30px #0000004d}.light-theme .app__testimonial-item{background-color:var(--white-color);border:1px solid var(--border-light);box-shadow:0 0 30px #0000001a}.app__testimonial-item img{width:100px;height:100px;border-radius:50%;object-fit:cover}@media screen and (min-width: 2000px){.app__testimonial-item{min-height:450px}.app__testimonial-item img{width:150px;height: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{flex:1;height:100%;padding:0 2rem;text-align:left;display:flex;flex-direction:column;justify-content:space-around;align-items:flex-start}.app__testimonial-content p{font-size:1.25rem;line-height:2rem;color:var(--text-primary);font-family:var(--font-base);scrollbar-width:thin;scrollbar-color:var(--secondary-color) transparent}.app__testimonial-content p::-webkit-scrollbar{width:8px}.app__testimonial-content p::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:5px 0}.app__testimonial-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);border-radius:10px;border:2px solid transparent;background-clip:content-box;transition:all .3s ease}.app__testimonial-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));transform:scaleX(1.2)}.dark-theme .app__testimonial-content p{scrollbar-color:var(--secondary-color) transparent}.dark-theme .app__testimonial-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);box-shadow:0 0 10px #60a5fa4d}.dark-theme .app__testimonial-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));box-shadow:0 0 15px #60a5fa80}.light-theme .app__testimonial-content p{scrollbar-color:var(--secondary-color) transparent}.light-theme .app__testimonial-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa)}.light-theme .app__testimonial-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color))}@media screen and (max-width: 768px){.app__testimonial-content p{font-size:1rem}.app__testimonial-content p::-webkit-scrollbar{width:6px}}@media screen and (max-width: 480px){.app__testimonial-content p{font-size:.875rem}.app__testimonial-content p::-webkit-scrollbar{width:4px}}.app__testimonial-content h4{font-weight:600;color:var(--secondary-color);margin-top:2rem}.app__testimonial-content h5{font-weight:400;color:var(--text-secondary);margin-top:5px}.app__testimonial-btns{flex-direction:row;margin-top:1rem}.app__testimonial-btns div{width:50px;height:50px;border-radius:50%;background-color:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;margin:1rem;transition:all .3s ease-in-out}.dark-theme .app__testimonial-btns div{background-color:var(--card-bg);border:1px solid var(--card-border)}.light-theme .app__testimonial-btns div{background-color:var(--white-color);border:1px solid var(--border-light)}.app__testimonial-btns div svg{width:20px;height:20px;color:var(--secondary-color)}.app__testimonial-btns div:hover{background-color:var(--secondary-color)}.app__testimonial-btns div:hover svg{color:var(--white-color)}.app__testimonial-brands{width:80%;flex-wrap:wrap;margin-top:2rem}.app__testimonial-brands div{width:150px;margin:1.5rem}.app__testimonial-brands div img{width:100%;height:auto;object-fit:cover;filter:grayscale(1);transition:all .3s ease-in-out;cursor:pointer}.app__testimonial-brands div:hover img{filter:grayscale(0)}.dark-theme .app__testimonial-brands div img{filter:brightness(0) invert(1) grayscale(1)}.dark-theme .app__testimonial-brands div:hover img{filter:grayscale(0)}.light-theme .app__testimonial-brands div img{filter:grayscale(1)}.light-theme .app__testimonial-brands div:hover img{filter:grayscale(0)}@media screen and (min-width: 2000px){.app__testimonial-brands div{width:210px;margin:2rem}}@media screen and (max-width: 450px){.app__testimonial-brands div{width:120px;margin:1rem}}@media screen and (max-width: 800px){.app__testimonial-brands{width:100%}}.app__works{flex:1;position:relative;width:100%;flex-direction:column}.app__work-filter{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;margin:4rem 0 2rem}.app__work-filter .app__work-filter-item{padding:.5rem 1rem;border-radius:.5rem;background-color:var(--card-bg);color:var(--text-primary);font-weight:800;min-width:100px;border:1px solid var(--card-border);cursor:pointer;transition:all .3s ease;margin:.5rem}.app__work-filter .app__work-filter-item:hover{background-color:var(--secondary-color);color:var(--white-color)}.dark-theme .app__work-filter .app__work-filter-item{background-color:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border)}.light-theme .app__work-filter .app__work-filter-item{background-color:var(--white-color);color:var(--black-color);border:1px solid var(--border-light)}@media screen and (min-width: 2000px){.app__work-filter .app__work-filter-item{padding:1rem 2rem;border-radius:.85rem}}.app__work-filter .item-active{background-color:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color);box-shadow:0 0 10px var(--secondary-color);transition:all .3s ease}.dark-theme .app__work-filter .item-active{background-color:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color);box-shadow:0 0 15px var(--secondary-color)}.light-theme .app__work-filter .item-active{background-color:var(--secondary-color);color:var(--white-color);border-color:var(--secondary-color);box-shadow:0 0 10px var(--secondary-color)}.app__work-portfolio{display:flex;flex-wrap:wrap;width:100%;justify-content:center;align-items:center}.app__work-portfolio .app__work-item{width:270px;flex-direction:column;margin:2rem;padding:1rem;border-radius:.5rem;background-color:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border);cursor:pointer;transition:all .3s ease}.app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px var(--black-color)}.dark-theme .app__work-portfolio .app__work-item{background-color:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border)}.dark-theme .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px var(--black-color)}.light-theme .app__work-portfolio .app__work-item{background-color:var(--white-color);color:var(--black-color);border:1px solid var(--border-light)}.light-theme .app__work-portfolio .app__work-item:hover{box-shadow:0 0 25px var(--black-color)}@media screen and (min-width: 2000px){.app__work-portfolio .app__work-item{width:470px;padding:1.25rem;border-radius:.75rem}}@media screen and (max-width: 300px){.app__work-portfolio .app__work-item{width:100%;margin:1rem}}.app__work-img{position:relative}.app__work-img{width:100%;height:230px;position:relative}.app__work-img img{width:100%;height:100%;border-radius:.5rem;object-fit:cover}@media screen and (min-width: 2000px){.app__work-img{height:350px}}.app__work-hover{opacity:1;transition:opacity .25s ease-in-out;display:flex;justify-content:center;align-items:center}.app__work-hover{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background-color:#d1cdcd33;border-radius:.5rem}.app__work-hover div{width:50px;height:50px;border-radius:50%;background-color:#00000080;color:var(--white-color);margin:1rem;font-family:var(--font-base);font-weight:800;cursor:pointer;transition:all .3s ease}.app__work-hover div svg{width:50%;height:50%;color:var(--white-color)}.app__work-content{padding:.5rem;width:100%;position:relative;flex-direction:column}.app__work-content h4{margin-top:1rem;line-height:1.5}@media screen and (min-width: 2000px){.app__work-content h4{margin-top:3rem}}.app__work-content p{scrollbar-width:thin;scrollbar-color:var(--secondary-color) transparent}.app__work-content p::-webkit-scrollbar{width:8px}.app__work-content p::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:5px 0}.app__work-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);border-radius:10px;border:2px solid transparent;background-clip:content-box;transition:all .3s ease}.app__work-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));transform:scaleX(1.2)}.dark-theme .app__work-content p{scrollbar-color:var(--secondary-color) transparent}.dark-theme .app__work-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);box-shadow:0 0 10px #60a5fa4d}.dark-theme .app__work-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));box-shadow:0 0 15px #60a5fa80}.light-theme .app__work-content p{scrollbar-color:var(--secondary-color) transparent}.light-theme .app__work-content p::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa)}.light-theme .app__work-content p::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color))}@media screen and (max-width: 768px){.app__work-content p::-webkit-scrollbar{width:6px}}@media screen and (max-width: 480px){.app__work-content p::-webkit-scrollbar{width:4px}}.app__work-content .app__work-tag{position:absolute;padding:.5rem 1rem;border-radius:10px;background-color:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary);top:-25px;transition:all .3s ease}.dark-theme .app__work-content .app__work-tag{background-color:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary)}.light-theme .app__work-content .app__work-tag{background-color:var(--white-color);border:1px solid var(--border-light);color:var(--black-color)}.load-more-btn{padding:10px 20px;border-radius:10px;background-color:var(--secondary-color);color:var(--white-color);border:none;cursor:pointer;transition:all .3s ease;margin:2rem auto;display:block;font-weight:700}.load-more-btn:hover{background-color:#02d97f}@media screen and (min-width: 2000px){.load-more-btn{padding:15px 25px}}.overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:start;justify-content:center;z-index:1000!important;transition:background .3s ease}.dark-theme .overlay{background:#000000b3}.light-theme .overlay{background:#ffffff80}.image-slider{display:flex;flex-direction:row;justify-content:center;align-items:center}.overlay-content{background:var(--card-bg);color:var(--text-primary);box-shadow:0 0 25px var(--black-color)!important;border:1px solid var(--card-border);padding:20px;border-radius:8px;max-width:600px;max-height:80%;overflow-y:auto;position:sticky;top:70px;z-index:1001!important;transition:all .3s ease;scrollbar-width:thin;scrollbar-color:var(--secondary-color) transparent}.overlay-content::-webkit-scrollbar{width:8px}.overlay-content::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:5px 0}.overlay-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);border-radius:10px;border:2px solid transparent;background-clip:content-box;transition:all .3s ease}.overlay-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));transform:scaleX(1.2)}.dark-theme .overlay-content{background:var(--card-bg);color:var(--text-primary);border:1px solid var(--card-border);box-shadow:0 0 25px var(--black-color)!important;scrollbar-color:var(--secondary-color) transparent}.dark-theme .overlay-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa);box-shadow:0 0 10px #60a5fa4d}.dark-theme .overlay-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color));box-shadow:0 0 15px #60a5fa80}.light-theme .overlay-content{background:var(--white-color);color:var(--black-color);border:1px solid var(--border-light);box-shadow:0 0 25px var(--lightGray-color)!important;scrollbar-color:var(--secondary-color) transparent}.light-theme .overlay-content::-webkit-scrollbar-thumb{background:linear-gradient(45deg,var(--secondary-color),#60a5fa)}.light-theme .overlay-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#60a5fa,var(--secondary-color))}@media screen and (max-width: 768px){.overlay-content::-webkit-scrollbar{width:6px}}@media screen and (max-width: 480px){.overlay-content::-webkit-scrollbar{width:4px}}.content{text-align:center}.slider{display:flex;align-items:center}.slider-btn{background:var(--card-bg);border:1px solid var(--card-border);font-size:30px;cursor:pointer;border-radius:50%;max-height:50px;color:var(--text-primary);padding:10px;transition:all .3s ease}.dark-theme .slider-btn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary)}.light-theme .slider-btn{background:var(--primary-color);border:1px solid var(--border-light);color:var(--black-color)}.slider-btn:disabled{color:var(--gray-color);cursor:not-allowed}.slider-image{width:400px!important;max-height:400px;border-radius:8px}.close-btn{position:absolute;top:10px;right:10px;background:var(--card-bg);border:1px solid var(--card-border);border-radius:50%;font-size:20px;cursor:pointer;color:var(--text-primary);padding:5px 10px;transition:all .3s ease}.dark-theme .close-btn{background:var(--card-bg);border:1px solid var(--card-border);color:var(--text-primary)}.light-theme .close-btn{background:var(--white-color);border:1px solid var(--border-light);color:var(--black-color)}.image-gallery{position:relative;display:flex;justify-content:center;align-items:center}.loading-spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:absolute;background:#fffc;border-radius:10px;z-index:1002!important;transition:background .3s ease}.dark-theme .loading-spinner{background:#000c}.light-theme .loading-spinner{background:#fffc}.loading-spinner .loader{margin:0 auto;width:60px;height:50px;text-align:center;font-size:10px;position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translate(-50%)}.loading-spinner .loader>div{height:100%;width:8px;display:inline-block;margin-left:2px;-webkit-animation:delay .8s infinite ease-in-out;animation:delay .8s infinite ease-in-out}.loading-spinner .loader .bar1{background-color:#754fa0}.loading-spinner .loader .bar2{background-color:#09b7bf;-webkit-animation-delay:-.7s;animation-delay:-.7s}.loading-spinner .loader .bar3{background-color:#90d36b;-webkit-animation-delay:-.6s;animation-delay:-.6s}.loading-spinner .loader .bar4{background-color:#f2d40d;-webkit-animation-delay:-.5s;animation-delay:-.5s}.loading-spinner .loader .bar5{background-color:#fcb12b;-webkit-animation-delay:-.4s;animation-delay:-.4s}.loading-spinner .loader .bar6{background-color:#ed1b72;-webkit-animation-delay:-.3s;animation-delay:-.3s}@-webkit-keyframes delay{0%,40%,to{-webkit-transform:scaleY(.05)}20%{-webkit-transform:scaleY(1)}}@keyframes delay{0%,40%,to{transform:scaleY(.05);-webkit-transform:scaleY(.05)}20%{transform:scaleY(1);-webkit-transform:scaleY(1)}}.loading-spinner p{font-size:1.5rem;color:#333}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.marquee-container{width:100%;height:80vh;color:#000;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--bg-secondary)!important}.marquee-wrapper{width:100%;height:fit-content;display:flex;align-items:center;justify-content:center;flex-direction:column}.text{font-size:35px;font-weight:500;margin-bottom:10px;color:var(--black-color)}.dark-theme .text{color:#fff!important}.note{font-size:18px;font-weight:200;margin-bottom:40px;color:#7c8e9a;width:100%;max-width:600px;text-align:center}.marquee{display:flex;width:1200px;overflow:hidden;-webkit-user-select:none;user-select:none;-webkit-mask-image:linear-gradient(to right,#0000,#000 10%,#000 90%,#0000);mask-image:linear-gradient(to right,#0000,#000 10%,#000 90%,#0000)}.marquee-group{flex-shrink:0;display:flex;align-items:center;justify-content:space-around;white-space:nowrap;width:100%;animation:scrollX 30s linear infinite}@media (max-width: 1200px){.marquee-wrapper{overflow:hidden!important}.note,.text{text-align:center!important}}.marquee-group.reverse{animation-direction:reverse;animation-delay:-3s}.image-group{display:grid;place-items:center;width:clamp(10rem,1rem + 40vmin,30rem);padding:calc(clamp(10rem,1rem + 30vmin,30rem)*.1)}.image{object-fit:contain;width:100%;height:100%;max-height:80px!important;border-radius:200px;aspect-ratio:16/9;padding:5px;box-shadow:#63636333 0 2px 8px}.image:hover{box-shadow:#63636399 0 2px 8px}@keyframes scrollX{0%{transform:translate(0)}to{transform:translate(-100%)}}.app{background-color:var(--bg-primary);font-family:var(--font-base);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.app__whitebg{background-color:var(--bg-secondary)}.app__primarybg{background-color:var(--bg-primary)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width: 450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--text-primary)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--text-primary);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{font-size:.8rem;text-align:left;color:var(--text-secondary);line-height:1.5}@media screen and (min-width: 2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--text-primary);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{position:fixed;top:50%;left:20px;transform:translateY(-50%);display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem;z-index:13000!important}@media screen and (max-width: 768px){.app__social{bottom:10px;left:50%;transform:translate(-50%);top:auto;flex-direction:row;visibility:visible;opacity:1}}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--card-bg);margin:.25rem 0;border:1px solid var(--card-border);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--text-secondary)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}.dark-theme .app__social div{background-color:var(--card-bg);border:1px solid var(--card-border)}.dark-theme .app__social div svg{color:var(--text-secondary)}.light-theme .app__social div{background-color:var(--white-color);border:1px solid var(--lightGray-color)}.light-theme .app__social div svg{color:var(--gray-color)}@media screen and (max-width: 768px){.app__social div{margin:0 .5rem}}@media screen and (min-width: 2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{position:fixed;top:50%;right:2%;transform:translateY(-50%);display:flex;justify-content:center;align-items:center;flex-direction:column;border:1px dotted gold;border-radius:50px;z-index:999999}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;cursor:pointer;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width: 2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width: 912px){.app__navigation{display:none}}@media screen and (max-width: 500px){.app__navigation{display:none}.app__social{width:100%;justify-content:center}.copyright{padding:2rem}}.scroll-to-top{position:fixed;bottom:20px;right:20px;padding:10px 15px;background-color:var(--secondary-color);color:red;border:none;border-radius:5px;cursor:pointer;opacity:.7;transition:opacity .3s ease}.scroll-to-top:hover{opacity:1}@media (max-width: 600px){.scroll-to-top{padding:8px 10px}}.devtools-warning{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:radial-gradient(circle at center,red,#600);color:#fff;text-align:center;animation:pulseBg 2s infinite}.devtools-warning .warning-icon{font-size:5rem;animation:shake 1s infinite;margin-bottom:1rem}.devtools-warning .warning-text{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:.5rem;animation:blink 1s step-start infinite}.devtools-warning .warning-subtext{font-size:1.2rem;margin-bottom:2rem}.devtools-warning .warning-subtext .danger{color:#ff0;font-weight:700;text-decoration:underline}.devtools-warning .shortcut-animations{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;animation:bounceIn 2s ease forwards}.devtools-warning .shortcut-animations .key{padding:10px 15px;border-radius:6px;background:#000;color:#fff;font-weight:700;border:2px solid white;box-shadow:0 0 10px red;animation:press 1s infinite}.devtools-warning .shortcut-animations .key:nth-child(1){animation-delay:0s}.devtools-warning .shortcut-animations .key:nth-child(2){animation-delay:.2s}.devtools-warning .shortcut-animations .key:nth-child(3){animation-delay:.4s}.devtools-warning .shortcut-animations .key:nth-child(4){animation-delay:.6s}.devtools-warning .shortcut-animations .key:nth-child(5){animation-delay:.8s}.devtools-warning .shortcut-animations .key:nth-child(6){animation-delay:1s}@keyframes pulseBg{0%{background:radial-gradient(circle at center,red,#600)}50%{background:radial-gradient(circle at center,#c00,#300)}to{background:radial-gradient(circle at center,red,#600)}}@keyframes shake{0%,to{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}}@keyframes blink{50%{opacity:0}}@keyframes press{0%,to{transform:scale(1);background:#000}50%{transform:scale(1.2);background:red}}@keyframes bounceIn{0%{transform:scale(0);opacity:0}60%{transform:scale(1.2);opacity:1}to{transform:scale(1)}}: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: #ffffff;--bg-primary: #ffffff;--bg-secondary: #edf2f8;--bg-tertiary: #f8f9fa;--text-primary: #030303;--text-secondary: #6b7688;--text-muted: #9ca3af;--border-color: #e5e7eb;--border-light: #f3f4f6}.dark-theme{--primary-color: #1f2937;--secondary-color: #60a5fa;--black-color: #f9fafb;--lightGray-color: #374151;--gray-color: #d1d5db;--brown-color: #9ca3af;--white-color: #111827;--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-color: #334155;--border-light: #475569;--card-bg: #1e293b;--card-border: #334155;--section-bg: #0f172a}.light-theme{--primary-color: #edf2f8;--secondary-color: #313bac;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff;--bg-primary: #ffffff;--bg-secondary: #edf2f8;--bg-tertiary: #f8f9fa;--text-primary: #030303;--text-secondary: #6b7688;--text-muted: #9ca3af;--border-color: #e5e7eb;--border-light: #f3f4f6}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}html{scrollbar-width:thin;scrollbar-color:var(--secondary-color) transparent}html::-webkit-scrollbar{width:12px}html::-webkit-scrollbar-track{background:transparent;border-radius:10px;margin:5px 0}html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--secondary-color),#60a5fa);border-radius:10px;border:2px solid transparent;background-clip:content-box;transition:all .3s ease;min-height:50px}html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#60a5fa,var(--secondary-color));transform:scaleX(1.1);box-shadow:0 0 15px #60a5fa66}html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#3b82f6,var(--secondary-color));transform:scaleX(1.2)}.dark-theme html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--secondary-color),#60a5fa);box-shadow:0 0 10px #60a5fa4d}.dark-theme html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#60a5fa,var(--secondary-color));box-shadow:0 0 20px #60a5fa99}.dark-theme html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#3b82f6,var(--secondary-color));box-shadow:0 0 25px #60a5facc}.light-theme html::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--secondary-color),#60a5fa)}.light-theme html::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#60a5fa,var(--secondary-color));box-shadow:0 0 15px #60a5fa4d}.light-theme html::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#3b82f6,var(--secondary-color))}@media screen and (max-width: 768px){html::-webkit-scrollbar{width:8px}}@media screen and (max-width: 480px){html::-webkit-scrollbar{width:6px}}
