:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #da291c;--primary-dark: #9F261D;--secondary-color: #333333;--background-light: #f0f0f0;--background-white: #ffffff;--transition-speed: .3s}html{height:100vh;width:100vw;margin:0;padding:0;scroll-behavior:smooth}#root{height:100%;width:100%;margin:0;padding:0;align-content:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-fade-in{animation:fadeIn .6s ease-out forwards}.hover-scale{transition:transform var(--transition-speed) ease}.hover-scale:hover{transform:scale(1.05)}.background{width:100vw;height:800px;background-color:#9a998e;display:flex;flex-direction:column;align-items:center}#about,#mywork,#contact{scroll-margin-top:80px}header,footer{max-width:100%;width:100vw;display:flex;flex-direction:column}header{height:90px;position:sticky;top:0;left:0;z-index:1000;box-shadow:0 10px 20px #9f261d83}footer{bottom:0;left:0;width:100%;height:120px;background-color:#da291c;display:flex;flex-direction:column;color:#fff;box-shadow:0 -10px 20px #9f261d83}.edge-mini-bar{width:100%;height:10px;background-color:#9f261d}footer .edge-mini-bar{width:100%;height:40px;background-color:#9f261d;display:flex;align-items:center;justify-content:space-between}footer .social-links{margin-left:20px}header .edge-content,footer .edge-content{display:flex;flex:1;align-items:center;justify-content:space-between;background-color:#da291c}footer .edge-content{justify-content:center}footer p{margin:0;padding:0 20px;color:#fff}header .edge-content img{height:40px;width:auto;margin:0 80px}header .edge-content nav{display:flex;flex:1;max-width:600px;justify-content:space-around;margin-right:30px}header .edge-content nav a{color:#fff;padding:10px;text-decoration:none;font-weight:700;position:relative;transition:color var(--transition-speed) ease}header .edge-content nav a:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;background-color:#fff;transition:all var(--transition-speed) ease;transform:translate(-50%)}header .edge-content nav a:hover:after{width:100%}header .edge-content nav a:hover{color:var(--background-light)}#hero{width:100%;display:flex;flex-direction:row;height:400px;background-color:#f0f0f0}#hero .hero-title{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:flex-start;padding-left:50px}#hero .hero-title h1{top:100px;left:20px;font-size:4rem;margin:15px 0;color:#da291c}#hero .hero-title p{top:100px;left:20px;margin:0;color:#333;font-size:1.2rem}#hero .text-box{height:280px;width:220px;border-radius:15px;background-color:#fff;box-shadow:2px 2px 4px 4px #00000040;margin:auto 120px;color:#333;font-size:1.2rem}#hero .text-box p{padding:15px;margin:0}#about{width:100%;min-height:400px;background-color:var(--secondary-color);display:flex;flex-direction:column;color:#fff;position:relative;box-shadow:0 -16px 24px #3333337f,0 16px 24px #3333337f;padding:20px 0;overflow:hidden}@media (max-width: 768px){#about{height:auto;padding:40px 0}#about .image-box{position:relative;top:0;left:50%;transform:translate(-50%);margin-bottom:20px}#about .text-box{position:relative;top:0;right:0;width:90%;margin:20px auto}#about .title{position:relative;top:0;right:0;text-align:center;margin-bottom:20px}#about .social-links{position:relative;bottom:0;right:0;justify-content:center;margin-top:20px}}#about .title{position:absolute;top:40px;right:150px}#about .text-box{width:620px;height:250px;position:absolute;top:140px;right:120px}#about .image-box{height:300px;width:300px;border-radius:50%;overflow:hidden;justify-content:center;text-align:center;position:absolute;top:50px;left:60px}#about .image-box img{width:100%;height:100%;object-fit:cover}.social-links{display:flex;flex-flow:row nowrap;height:auto;width:auto;gap:20px}#about .social-links{position:absolute;bottom:20px;right:150px}#mywork{display:flex;flex-direction:row;width:1200px;margin:0 auto}#mywork .main-container{width:800px;height:600px;margin:40px auto;border-radius:20px;background-color:#f9f9f9;box-shadow:inline 0 0 10px 20px #8686866c}#mywork h2{padding:20px 0 0 50px;margin-bottom:0;color:#333}.sub-container{display:flex;flex-flow:row wrap;padding:40px;gap:15px}.project-card{background-color:var(--background-white);height:170px;width:200px;display:flex;flex-direction:column;border:2px solid rgba(218,41,28,.2);border-radius:10px;box-shadow:0 4px 6px #0000001a;transition:all var(--transition-speed) ease;cursor:pointer;position:relative;overflow:hidden}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #da291c33;border-color:var(--primary-color)}.project-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(120deg,transparent,rgba(218,41,28,.1),transparent);transition:all .6s ease}.project-card:hover:before{left:100%}.project-card .title{font-size:1.5rem;color:#333;margin:5px 10px;white-space:nowrap;text-overflow:ellipsis}.project-card .description{font-style:italic;font-size:1rem;color:#666;margin:10px;overflow:hidden;display:block;word-wrap:break-word}.tech-stack .sub-container{gap:8px}.tech-item{background-color:#fff;border-radius:10px;display:flex;flex-direction:row;align-items:center;padding:5px}hr{margin:0;border:none;border-top:1px solid rgb(207,174,174)}.scroll-to-top{position:fixed;bottom:20px;right:20px;background-color:var(--primary-color);color:#fff;width:40px;height:40px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;box-shadow:0 2px 10px #0000004d}
