@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap");:root{--font-base:"DM Sans",sans-serif;--primary-color:#f1f5f9;--secondary-color:#6366f1;--secondary-dark:#4f46e5;--secondary-light:#a5b4fc;--accent-color:#f59e0b;--black-color:#0f172a;--dark-color:#1e293b;--gray-color:#64748b;--light-gray:#94a3b8;--lightGray-color:#e2e8f0;--border-color:#e2e8f0;--white-color:#ffffff;--brown-color:#46364a;--gradient-primary:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-hero:linear-gradient(135deg,#0f172a,#1e293b);--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 10px 40px rgba(0,0,0,0.1);--shadow-xl:0 20px 60px rgba(0,0,0,0.12);--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}img{pointer-events:none}:root[dir=rtl]{.app__about-container,.app__navbar-links{flex-direction:row-reverse}.app__about-text-side{align-items:flex-end;text-align:right}.app__about-actions,.app__about-quick-info .quick-info-item{flex-direction:row-reverse}.app__header-info{align-items:flex-end;text-align:right}.app__header-cta{flex-direction:row-reverse}.app__social{left:0;right:auto}.app__navigation{left:auto;right:0}.head-text{text-align:right}}.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)}.work__section-bg{background-color:#0f172a}.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 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:1rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.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;letter-spacing:-.02em;line-height:1.2}.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:.9rem;text-align:left;color:var(--gray-color);line-height:1.7}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:700;color:var(--black-color);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{justify-content:flex-end;flex-direction:column;padding:1rem 1rem 3rem}.app__social,.app__social div{display:flex;align-items:center}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);justify-content:center;transition:all .3s ease-in-out;box-shadow:var(--shadow-sm)}.app__social div a{width:100%;height:100%}.app__social div a svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px rgba(99,102,241,.3)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div a svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation-dot{width:8px;height:8px;border-radius:50%;background-color:var(--lightGray-color);margin:.4rem;transition:all .3s ease-in-out;cursor:pointer}.app__navigation-dot:hover{background-color:var(--secondary-color);transform:scale(1.3)}@media screen and (min-width:2000px){.app__navigation-dot{width:20px;height:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}.portfolio-button{padding:.875rem 1.75rem;border:2px solid transparent;outline:none;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;cursor:pointer;color:var(--white-color);background:var(--gradient-primary);transition:all .3s ease-in-out;font-family:var(--font-base);box-shadow:0 4px 15px rgba(99,102,241,.35);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;margin-top:0}.portfolio-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(99,102,241,.45)}.portfolio-button-outline{padding:.875rem 1.75rem;border:2px solid var(--secondary-color);outline:none;border-radius:var(--radius-md);font-weight:600;font-size:.9rem;cursor:pointer;color:var(--secondary-color);background:transparent;transition:all .3s ease-in-out;font-family:var(--font-base);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.portfolio-button-outline:hover{background:var(--secondary-color);color:var(--white-color);transform:translateY(-2px);box-shadow:0 4px 15px rgba(99,102,241,.3)}.none{display:none}[data-theme=dark]{--primary-color:#0f172a;--black-color:#f1f5f9;--dark-color:#e2e8f0;--gray-color:#94a3b8;--light-gray:#64748b;--lightGray-color:#1e293b;--border-color:#334155;--shadow-sm:0 1px 3px rgba(0,0,0,0.4);--shadow-md:0 4px 16px rgba(0,0,0,0.4);--shadow-lg:0 10px 40px rgba(0,0,0,0.5);--shadow-xl:0 20px 60px rgba(0,0,0,0.6)}[data-theme=dark] .app__whitebg{background-color:#1e293b}[data-theme=dark] .app__social div{background-color:#1e293b;border-color:#334155}[data-theme=dark] .navbar-scrolled{background-color:rgba(15,23,42,.92);box-shadow:0 1px 20px rgba(0,0,0,.3)}[data-theme=dark] .app__navbar:not(.navbar-scrolled) .lang-switcher:not(.lang-switcher--mobile),[data-theme=dark] .lang-switcher:not(.lang-switcher--mobile){background:rgba(255,255,255,.06)}[data-theme=dark] .lang-btn:not(.lang-btn--active){color:rgba(255,255,255,.55)}[data-theme=dark] .lang-btn:not(.lang-btn--active):hover{background:rgba(255,255,255,.08);color:white}[data-theme=dark] .bline{background:rgba(255,255,255,.85)}[data-theme=dark] .app__navbar.navbar-scrolled .bline{background:rgba(255,255,255,.75)}[data-theme=dark] .theme-toggle:not(.theme-toggle--mobile){background:rgba(255,255,255,.06);color:rgba(255,255,255,.65)}[data-theme=dark] .theme-toggle:not(.theme-toggle--mobile):hover{background:rgba(99,102,241,.25);color:white}