:root{--bg-color:#fff;--text-color:#000;--navbar-bg:#fff;--navbar-text:#000;--accent-color:#09bead;--btn-orange:#f57f17;--input-bg:#00000005;--primary:#4f46e5;--secondary:#6366f1;--text-dark:#0f172a;--text-light:#64748b;--bg-light:#f8fafc;--radius:12px;--transition:.3s ease}[data-theme=dark]{--bg-color:#14181a;--text-color:#f5f5f5;--navbar-bg:#1f2935;--navbar-text:#f5f5f5;--input-bg:#ffffff08}@font-face{font-family:Vazirmatn;src:url(/fonts/Vazirmatn-Regular.woff2)format("woff2");font-weight:400;font-style:normal}html,body{max-width:100vw;overflow-x:hidden}body{background-color:var(--bg-color);color:var(--text-color);font-family:Vazirmatn,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;transition:background-color .3s,color .3s}[data-theme=dark] body{background-color:var(--bg-color)}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.container{max-width:1300px;margin:0 auto;padding:20px}.box{margin-top:3.5rem}.mt_top{margin-top:5.5rem}.navbar{box-shadow:0 .5rem 6rem #04c3ff29}[data-theme=dark] .navbar{background-color:var(--navbar-bg)}.section_title{flex-direction:column;align-items:center;display:flex}@keyframes gradientMove{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.section_title h1,.section_title h2{background:linear-gradient(270deg,var(--accent-color),var(--btn-orange),var(--accent-color));-webkit-text-fill-color:transparent;text-align:center;background-size:600% 600%;-webkit-background-clip:text;width:100%;margin-bottom:.8rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:3rem;animation:5s infinite gradientMove}.section_title p{color:#555;text-align:center;opacity:.9;letter-spacing:.5px;word-break:break-word;width:100%;margin:.5rem 0 1rem;font-size:1.1rem;font-weight:400;line-height:1.6;transition:opacity .3s,color .3s}[data-theme=dark] .section_title p{color:#a0aec0}.section_title p+p{margin-top:.5rem}.section_line{background:linear-gradient(90deg,#0000,#09bead,#0000);width:100%;height:2px;margin:3rem 0;display:block}.viewAllButtonWrapper{justify-content:center;align-items:center;margin-top:1rem;display:flex}.About_buttons{align-items:center;gap:2rem;margin-top:1rem;display:flex}.hire_btn,.resume_btn{box-sizing:border-box;white-space:nowrap;cursor:pointer;color:#fff;text-align:center;border:none;border-radius:30px;justify-content:center;align-items:center;min-width:250px;padding:.8rem 2.5rem;font-size:16px;font-weight:700;line-height:1.2;text-decoration:none;transition:background-color .3s,transform .2s;display:inline-flex}.hire_btn{background-color:var(--btn-orange)}.resume_btn{background-color:#09bead}.hire_btn:hover,.resume_btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000004d}.skew{transform:skew(-6deg)}@media (max-width:768px){.About_buttons{flex-direction:column;gap:1rem}.hire_btn,.resume_btn{padding:.8rem 2rem}.section_title p{text-align:justify}}
.Navbar-module__ZLdvzG__navbar{z-index:1200;-webkit-backdrop-filter:blur(15px);background:#ffffffe6;border-bottom:1px solid #0000001a;width:100%;transition:all .3s;position:fixed;top:0}[data-theme=dark] .Navbar-module__ZLdvzG__navbar{background:#161d26eb;border-bottom:1px solid #ffffff1a}.Navbar-module__ZLdvzG__navbar_links{justify-content:space-between;align-items:center;padding:1rem 20px;display:flex}.Navbar-module__ZLdvzG__links{gap:32px;font-weight:700;transition:all .3s;display:flex}.Navbar-module__ZLdvzG__links a:hover{cursor:pointer;color:#0abead}.Navbar-module__ZLdvzG__theme{align-items:center;gap:16px;display:flex}.Navbar-module__ZLdvzG__logo{color:#0abead;font-size:2rem;font-weight:600}.Navbar-module__ZLdvzG__hamburger{cursor:pointer;z-index:1300;background:0 0;border:none;width:30px;height:24px;display:none;position:relative}.Navbar-module__ZLdvzG__hamburger span,.Navbar-module__ZLdvzG__hamburger:before,.Navbar-module__ZLdvzG__hamburger:after{content:"";background:#0abead;border-radius:5px;width:100%;height:3px;transition:all .3s;position:absolute;left:0}.Navbar-module__ZLdvzG__hamburger span{top:10px}.Navbar-module__ZLdvzG__hamburger:before{top:0}.Navbar-module__ZLdvzG__hamburger:after{top:20px}.Navbar-module__ZLdvzG__hamburger.Navbar-module__ZLdvzG__open:before{top:10px;transform:rotate(45deg)}.Navbar-module__ZLdvzG__hamburger.Navbar-module__ZLdvzG__open span{opacity:0}.Navbar-module__ZLdvzG__hamburger.Navbar-module__ZLdvzG__open:after{top:10px;transform:rotate(-45deg)}@media (max-width:768px){.Navbar-module__ZLdvzG__hamburger{display:block}.Navbar-module__ZLdvzG__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;z-index:1000;background:#fffffff2;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:1.5rem 1rem;transition:transform .35s,opacity .3s;position:absolute;top:100%;left:0;transform:translateY(-20%)}[data-theme=dark] .Navbar-module__ZLdvzG__links{background:#161d26f2}.Navbar-module__ZLdvzG__links.Navbar-module__ZLdvzG__active{opacity:1;visibility:visible;transform:translateY(0)}}.Navbar-module__ZLdvzG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:900;background:#0006;width:100vw;height:100vh;animation:.3s forwards Navbar-module__ZLdvzG__fadeIn;position:fixed;top:0;left:0}@keyframes Navbar-module__ZLdvzG__fadeIn{0%{opacity:0}to{opacity:1}}
