@import "https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}[dir=rtl]{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}[dir=rtl] .home-buttons,[dir=rtl] .project-buttons,[dir=rtl] .skills-tags{flex-direction:row-reverse}[dir=rtl] .contact-info-item,[dir=rtl] .social-link{text-align:right;flex-direction:row-reverse}[dir=rtl] .timeline:before{left:auto;right:20px}[dir=rtl] .timeline-dot{left:auto;right:12px}[dir=rtl] .experience-card{margin-left:0;margin-right:56px}[dir=rtl] .company-name,[dir=rtl] .job-description,[dir=rtl] .job-achievements{margin-left:0;margin-right:2.2rem}section{scroll-margin-top:80px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#0a0a0f}::-webkit-scrollbar-thumb{background:#8f5fff;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#7a4ae6}body,#root,.app-container{color:#fff;letter-spacing:.01em;font-smooth:always;background:#020c1c;min-height:100vh;margin:0;padding:0;font-family:Rubik,sans-serif}main{box-sizing:border-box;max-width:1200px;margin:0 auto;padding:2rem 1.5rem}section{margin-bottom:3rem}[dir=rtl]{text-align:right}[dir=rtl] .navbar-links{flex-direction:row-reverse}@media (max-width:768px){body,#root,.app-container{overflow-x:hidden}main{padding:1.5rem 1rem}section{margin-bottom:2rem}[dir=rtl] .navbar-links{flex-direction:column}}@media (max-width:480px){main{padding:1rem .5rem}section{margin-bottom:1.5rem}}.home-section{text-align:center;background:0 0;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.home-profile{margin-bottom:2rem}.home-profile-img{object-fit:cover;background:#181a23;border:8px solid #181a23;border-radius:50%;width:180px;height:180px;animation:2s infinite alternate glow;box-shadow:0 0 30px 5px #2ec4c6}.home-subtitle{color:#ccc;margin-bottom:.5rem;font-size:1.3rem}.home-title{color:#2ec4c6;margin-bottom:1rem;font-family:Montserrat,Arial,sans-serif;font-size:3rem;font-weight:700}.animated-name{color:#2ec4c6;white-space:nowrap;animation:3s steps(16,end) forwards typing;display:inline-block;overflow:hidden}@keyframes typing{0%{width:0}to{width:100%}}.home-description{color:#ccc;max-width:800px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.6}.home-buttons{justify-content:center;gap:1.5rem;display:flex}.home-btn{color:#fff;cursor:pointer;background:#23263a;border:none;border-radius:2rem;align-items:center;gap:8px;padding:.7rem 2rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,box-shadow .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #2ec4c626}.home-btn.primary{color:#181a23;background:#2ec4c6}.home-btn.resume-btn{color:#fff;background:#8f5fff;border:2px solid #8f5fff}.home-btn.resume-btn:hover{background:#7a4ae6;box-shadow:0 0 20px #8f5fff80}.home-btn:after{content:"";background:linear-gradient(90deg,#2ec4c6,#00b4d8);border-radius:2px;width:80%;height:4px;transition:transform .3s cubic-bezier(.4,2,.6,1);position:absolute;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.home-btn:hover{color:#181a23;background:#2ec4c6;box-shadow:0 0 16px #2ec4c6}.home-btn:hover:after{transform:translate(-50%)scaleX(1)}@keyframes glow{0%{box-shadow:0 0 30px 5px #2ec4c6,0 0 #00b4d8}to{box-shadow:0 0 50px 15px #2ec4c6,0 0 30px 10px #00b4d8}}@media (max-width:768px){.home-section{min-height:100vh;padding:40px 20px}.home-profile-img{border:6px solid #181a23;width:150px;height:150px}.home-subtitle{font-size:1.1rem}.home-title{font-size:2rem}.home-description{margin-bottom:1.5rem;padding:0 10px;font-size:1rem}.home-buttons{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:300px;margin:0 auto}.home-btn{justify-content:center;width:100%;padding:.8rem 1.5rem;font-size:1rem}}@media (max-width:480px){.home-profile-img{border:5px solid #181a23;width:120px;height:120px}.home-subtitle{font-size:1rem}.home-title{font-size:1.6rem}.home-description{font-size:.9rem}.home-btn{padding:.7rem 1.2rem;font-size:.95rem}}.navbar{color:#2ec4c6;z-index:1000;background:#020c1c;justify-content:space-around;align-items:center;width:100%;padding:1rem 2rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 2px 8px #2ec4c614}.navbar-menu{cursor:pointer;size:15px;flex-direction:column;margin-right:28px;display:none}.navbar-menu span{background:#2ec4c6;border-radius:2px;width:25px;height:3px;margin:4px 0;display:block}.navbar-logo{letter-spacing:2px;font-size:2rem;font-weight:700}.navbar-links{gap:2rem;margin:0;list-style:none;display:flex}@media (max-width:768px){.navbar{flex-direction:row;justify-content:space-between;padding:1rem}.navbar-links{background:#181a23;flex-direction:column;align-items:center;gap:1.5rem;width:100%;padding:1rem 0;display:none;position:absolute;top:60px;left:0}.navbar-links.active,.navbar-menu{display:flex}}.navbar-links li{font-size:1.1rem}.navbar-links a{color:#fff;text-decoration:none;transition:color .2s;position:relative;overflow:hidden}.navbar-links a:after{content:"";background:linear-gradient(90deg,#2ec4c6,#00b4d8);border-radius:2px;width:100%;height:3px;transition:transform .3s cubic-bezier(.4,2,.6,1);position:absolute;top:25px;bottom:0;left:50%;transform:translate(-50%)scaleX(0)}.navbar-links a:hover{color:#2ec4c6}.navbar-links a:hover:after{transform:translate(-50%)scaleX(1)}.language-toggle{color:#fff;cursor:pointer;background:#8f5fff;border:none;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:.95rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 2px 8px #8f5fff4d}.language-toggle:hover{background:#7a4ae6;transform:translateY(-2px);box-shadow:0 4px 12px #8f5fff80}.language-toggle svg{transition:transform .3s}.language-toggle:hover svg{transform:rotate(15deg)}.about-section{text-align:center;padding:4rem 0 2rem}.about-title{color:#fff;margin-bottom:2.5rem;font-size:3rem;font-weight:700}.about-title-accent{color:#8f5fff}.about-cards{flex-wrap:wrap;justify-content:center;gap:2rem;margin-bottom:3rem;display:flex}.about-card{color:#ccc;text-align:left;border-radius:16px;min-width:320px;max-width:480px;padding:2rem 2.5rem;font-size:1.1rem;box-shadow:0 4px 24px #2ec4c614}.about-card h3{color:#fff;margin-bottom:1rem;font-size:1.5rem}.skills-title{color:#fff;margin-bottom:2rem;font-size:2.2rem;font-weight:700}.skills-cards{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.skills-card{text-align:left;color:#fff;background:#23263a;border-radius:16px;min-width:220px;max-width:260px;margin-bottom:1.5rem;padding:1.5rem 2rem;box-shadow:0 4px 24px #2ec4c614}.skills-card h4{margin-bottom:1rem;font-size:1.2rem}.skills-tags{flex-wrap:wrap;gap:.5rem;display:flex}.skills-tags span{color:#ccc;background:#181a23;border-radius:12px;margin-bottom:.3rem;padding:.3rem 1rem;font-size:.95rem;box-shadow:0 2px 8px #2ec4c614}.skills-icon{margin-bottom:.7rem;font-size:2rem;display:inline-block}.animate-icon{justify-content:center;align-items:center;animation:1.6s infinite alternate icon-bounce;display:flex}@keyframes icon-bounce{0%{filter:drop-shadow(0 0 #8f5fff);transform:translateY(0)scale(1)}60%{filter:drop-shadow(0 0 8px #8f5fff);transform:translateY(-8px)scale(1.08)}to{filter:drop-shadow(0 0 #8f5fff);transform:translateY(0)scale(1)}}.frontend{color:#8f5fff}.backend{color:#2ec4c6}.cloud{color:#8f5fff}.tools{color:#2ec4c6}@media (max-width:768px){.about-section{padding:3rem 1rem 2rem}.about-title{margin-bottom:2rem;font-size:2.2rem}.about-cards{gap:1.5rem;padding:0 10px}.about-card{min-width:280px;max-width:100%;padding:1.5rem 1.8rem;font-size:1rem}.about-card h3{font-size:1.3rem}.skills-title{margin-bottom:1.5rem;font-size:1.8rem}.skills-cards{gap:1.5rem;padding:0 10px}.skills-card{min-width:100%;max-width:100%;padding:1.3rem 1.5rem}.skills-card h4{font-size:1.1rem}.skills-tags span{padding:.25rem .8rem;font-size:.85rem}}@media (max-width:480px){.about-title{font-size:1.8rem}.about-card{min-width:100%;padding:1.2rem 1.5rem;font-size:.95rem}.about-card h3{font-size:1.2rem}.skills-title{font-size:1.6rem}.skills-card{padding:1.2rem 1.3rem}.skills-card h4{font-size:1rem}.skills-icon{font-size:1.7rem}}.experience-section{text-align:center;padding:4rem 0 2rem}.experience-title{color:#fff;margin-bottom:2.5rem;font-size:3rem;font-weight:700}.experience-title-accent{color:#8f5fff}.timeline-container{justify-content:center;display:flex;position:relative}.timeline{width:900px;max-width:95vw;margin:0 auto;position:relative}.timeline:before{content:"";z-index:0;background:linear-gradient(#8f5fff 0% 100%);border-radius:2px;width:4px;position:absolute;top:0;bottom:0;left:20px}.timeline-item{align-items:flex-start;margin-bottom:2.5rem;animation:.7s both fadeInUp;display:flex;position:relative}.timeline-dot{z-index:2;background:#181a23;border:4px solid #8f5fff;border-radius:50%;width:16px;height:16px;animation:1.5s infinite alternate dotPulse;position:absolute;top:32px;left:12px;box-shadow:0 0 #8f5fff}@keyframes dotPulse{0%{box-shadow:0 0 #8f5fff44}to{box-shadow:0 0 0 8px #8f5fff11}}.experience-card{color:#ccc;text-align:left;background:#23263a;border-radius:16px;min-width:600px;max-width:800px;margin-left:56px;padding:2rem 2.5rem;font-size:1.1rem;position:relative;box-shadow:0 4px 24px #2ec4c614}.animate-card{opacity:0;animation:.7s forwards fadeInUp;transform:translateY(40px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.experience-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.7rem;display:flex}.experience-card-title{color:#fff;align-items:center;gap:.7rem;font-size:1.5rem;font-weight:700;display:flex}.company-icon{align-items:center;display:flex}.experience-card-date{color:#ccc;align-items:center;gap:.4rem;font-size:1.1rem;display:flex}.calendar-icon{align-items:center;display:flex}.company-name{color:#ccc;margin-bottom:.7rem;margin-left:2.2rem;font-size:1.1rem}.job-description{margin-bottom:.7rem;margin-left:2.2rem}.job-achievements{margin-left:2.2rem}.job-achievements ul{margin:.3rem 0 0;padding-left:1.2rem}.job-achievements li{margin-bottom:.2rem;font-size:1.05rem}@media (max-width:900px){.experience-card{min-width:0;max-width:95vw;padding:1.2rem 1rem}.timeline{width:100vw}}@media (max-width:768px){.experience-section{padding:3rem 1rem 2rem}.experience-title{margin-bottom:2rem;font-size:2.2rem}.timeline{width:100%;padding:0 10px}.timeline:before{left:15px}.timeline-dot{width:14px;height:14px;top:28px;left:8px}.experience-card{margin-left:45px;padding:1.5rem 1.2rem;font-size:1rem}.experience-card-title{gap:.5rem;font-size:1.2rem}.experience-card-header{flex-direction:column;gap:.5rem}.experience-card-date{font-size:.95rem}.company-name{margin-left:1.8rem;font-size:1rem}.job-description,.job-achievements{margin-left:1.8rem}.job-achievements li{font-size:.95rem}}@media (max-width:480px){.experience-title{font-size:1.8rem}.timeline:before{left:10px}.timeline-dot{border:3px solid #8f5fff;width:12px;height:12px;top:24px;left:5px}.experience-card{margin-left:35px;padding:1.2rem 1rem;font-size:.95rem}.experience-card-title{font-size:1.1rem}.experience-card-date{font-size:.85rem}.company-name{margin-left:1.5rem;font-size:.95rem}.job-description,.job-achievements{margin-left:1.5rem;font-size:.9rem}.job-achievements li{font-size:.85rem}[dir=rtl] .timeline:before{left:auto;right:10px}[dir=rtl] .timeline-dot{left:auto;right:5px}[dir=rtl] .experience-card{margin-left:0;margin-right:35px}[dir=rtl] .company-name,[dir=rtl] .job-description,[dir=rtl] .job-achievements{margin-left:0;margin-right:1.5rem}}.projects-section{color:#fff;min-height:100vh;padding:80px 5%}.projects-title{text-align:center;color:#fff;margin-bottom:60px;font-size:3rem;font-weight:700}.projects-title-accent{color:#8f5fff}.projects-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1400px;margin:0 auto;display:grid}.project-card{opacity:0;background:#1a1a24;border-radius:12px;transition:transform .3s,box-shadow .3s;animation:.6s forwards fadeInUp;overflow:hidden}.project-card:hover{transform:translateY(-8px);box-shadow:0 10px 40px #8f5fff4d}.project-image{width:100%;height:220px;position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.project-card:hover .project-image img{transform:scale(1.1)}.project-content{padding:24px}.project-content h3{color:#fff;margin-bottom:12px;font-size:1.5rem;font-weight:600}.project-content p{color:#b0b0b8;min-height:70px;margin-bottom:20px;font-size:.95rem;line-height:1.6}.project-tech{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.project-tech span{color:#e0e0e8;background:#2a2a38;border-radius:20px;padding:6px 14px;font-size:.85rem;font-weight:500;transition:all .3s}.project-tech span:hover{color:#fff;background:#8f5fff}.project-buttons{gap:12px;display:flex}.project-btn{cursor:pointer;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.code-btn{color:#ccc;background:0 0;border:2px solid #3a3a48}.code-btn:hover{color:#fff;background:#8f5fff1a;border-color:#8f5fff}.code-btn svg path{transition:stroke .3s}.code-btn:hover svg path{stroke:#8f5fff}.demo-btn{color:#fff;background:#8f5fff;border:2px solid #8f5fff}.demo-btn:hover{background:#7a4ae6;border-color:#7a4ae6;box-shadow:0 5px 20px #8f5fff66}.demo-btn svg path{stroke:#fff}@media (max-width:768px){.projects-section{padding:60px 5%}.projects-title{margin-bottom:40px;font-size:2.2rem}.projects-grid{grid-template-columns:1fr;gap:24px}.project-content h3{font-size:1.3rem}.project-content p{min-height:auto;font-size:.9rem}}@media (max-width:480px){.projects-title{font-size:1.8rem}.project-buttons{flex-direction:column}.project-btn{width:100%}}.contact-section{color:#fff;justify-content:center;align-items:center;min-height:100vh;padding:80px 5%;display:flex}.contact-container{width:100%;max-width:1200px;margin:0 auto}.contact-title{text-align:center;color:#fff;margin-bottom:20px;font-size:3rem;font-weight:700}.contact-title-accent{color:#8f5fff}.contact-subtitle{text-align:center;color:#9ca3af;max-width:700px;margin:0 auto 60px;font-size:1.1rem;line-height:1.6}.contact-content{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;margin-top:40px;display:grid}.contact-card{background:#252a3d;border-radius:16px;padding:40px 32px;transition:transform .3s,box-shadow .3s}.contact-card:hover{transform:translateY(-5px);box-shadow:0 10px 40px #8f5fff33}.card-title{color:#fff;margin-bottom:30px;font-size:1.5rem;font-weight:600}.contact-info-list{flex-direction:column;gap:28px;display:flex}.contact-info-item{align-items:flex-start;gap:16px;display:flex}.contact-icon{color:#8f5fff;background:#8f5fff1a;border-radius:12px;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;transition:all .3s;display:flex}.contact-info-item:hover .contact-icon,.social-link:hover .contact-icon{color:#fff;background:#8f5fff;transform:scale(1.05)}.contact-info-text{flex:1}.contact-label{color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:.85rem}.contact-value{color:#fff;font-size:1.05rem;font-weight:500}.social-links-list{flex-direction:column;gap:20px;display:flex}.social-link{border-radius:12px;align-items:center;gap:16px;padding:12px;text-decoration:none;transition:background .3s;display:flex}.social-link:hover{background:#8f5fff0d}.social-link-text{flex:1}.social-name{color:#fff;margin-bottom:4px;font-size:1.05rem;font-weight:600}.social-handle{color:#9ca3af;font-size:.9rem}@media (max-width:768px){.contact-section{padding:60px 5%}.contact-title{margin-bottom:16px;font-size:2.2rem}.contact-subtitle{margin-bottom:40px;font-size:1rem}.contact-content{grid-template-columns:1fr;gap:24px}.contact-card{padding:32px 24px}.card-title{margin-bottom:24px;font-size:1.3rem}.contact-info-list{gap:24px}}@media (max-width:480px){.contact-title{font-size:1.8rem}.contact-subtitle{font-size:.95rem}.contact-card{padding:24px 20px}.contact-icon{width:44px;min-width:44px;height:44px}.contact-value{font-size:.95rem}}.footer{border-top:1px solid #8f5fff1a;padding:24px 5%}.footer-content{justify-content:center;align-items:center;gap:20px;max-width:1400px;margin:0 auto;display:flex}.footer-text{color:#9ca3af;margin:0;font-size:.95rem}@media (max-width:768px){.footer-content{text-align:center;flex-direction:column-reverse;gap:16px}.footer-text{font-size:.85rem}}.progress-bar-container{z-index:9999;background:#ffffff1a;width:100%;height:4px;position:fixed;top:0;left:0}.progress-bar-fill{background:linear-gradient(90deg,#8f5fff 0%,#b794f6 50%,#8f5fff 100%) 0 0/200% 100%;height:100%;transition:width .1s;animation:3s infinite gradient-shift;box-shadow:0 0 10px #8f5fff80}@keyframes gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.scroll-to-top-btn{color:#fff;cursor:pointer;z-index:999;background:#8f5fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;animation:.3s fadeInUp;display:flex;position:fixed;bottom:30px;right:30px;box-shadow:0 4px 16px #8f5fff66}.scroll-to-top-btn:hover{background:#7a4ae6;transform:translateY(-5px);box-shadow:0 6px 24px #8f5fff99}.scroll-to-top-btn:active{transform:translateY(-3px)}.scroll-to-top-btn svg{transition:transform .3s}.scroll-to-top-btn:hover svg{transform:translateY(-3px)}@media (max-width:768px){.scroll-to-top-btn{width:45px;height:45px;bottom:20px;right:20px}}
