*{margin:0;padding:0}body{height:100vh;background:#050000fb;color:#fff;font-family:outfit}.navbar{display:flex;align-items:center;justify-content:space-between;margin:20px 170px}.nav-menu{display:flex;align-items:center;list-style:none;gap:80px;font-size:20px}.nav-connect{padding:20px;border-radius:50px;background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);font-size:22px;cursor:pointer;transition:.5s}.nav-connect:hover{transform:scale(1.05)}.nav-menu li{display:flex;flex-direction:column;gap:5px;cursor:pointer}.nav-menu li img{display:flex;margin:auto}.anchor-link{text-decoration:none;color:#fff}.nav-mob-close,.nav-mob-open{display:none}@media (max-width:768px){.navbar{margin:20px 50px}.nav-connect{display:none}.nav-mob-open{display:block;position:fixed;right:30px}.nav-mob-close{display:block;position:relative;top:30px;left:290px;width:30px}.nav-menu{position:fixed;flex-direction:column;align-items:start;top:0;gap:30px;background-color:#1f0016;width:350px;height:100;z-index:2;transition:right .5s;right:-350px}.nav-menu li{font-size:30px;padding-left:100px;flex-direction:row;gap:20px}}.hero{display:flex;justify-content:space-between;align-items:center;padding:80px;gap:60px}.hero-left{flex:1}.hero h1{font-size:66px;font-weight:600;text-align:left;margin-top:50px}.hero h1 span{background:linear-gradient(267deg,#da7c25 .36%,#b923e1 102.06%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero p{font-size:20px;line-height:32px;width:90%;margin-bottom:36px;text-align:left}.hero-action{margin-bottom:20px}.hero-action{display:flex;align-items:center;gap:25px;font-size:20px;margin-top:20px}.hero-resume{padding:12px 30px;border-radius:50px;border:2px solid #fff;cursor:pointer;font-weight:500;transition:.3s}.hero-resume:hover{border-color:#b415ff;color:#b415ff}.hero-icons{display:flex;gap:18px;bottom:100px}.hero-icons a{font-size:26px;color:#fff;transition:.3s ease}.hero-icons a:hover{color:#b415ff}.hero-right{flex:1;display:flex;justify-content:center}.hero-right img{width:1000px;border-radius:50%;padding-right:190px;padding-top:30px;margin:-160px}.astronaut{position:relative;max-width:540px;width:80%;height:auto;-webkit-user-select:none;user-select:none;pointer-events:none;filter:drop-shadow(0 12px 40px rgba(180,21,255,.4));animation:floatY 8.5s ease-in-out infinite,slowTilt 8s ease-in-out infinite;transform-origin:center;z-index:2}.astro-glow{position:absolute;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(185,35,225,.25),transparent 70%);filter:blur(60px);animation:glowPulse 5.5s ease-in-out infinite;z-index:1}@keyframes floatY{0%{transform:translateY(0)}50%{transform:translateY(-22px)}to{transform:translateY(0)}}@keyframes slowTilt{0%{rotate:0deg}50%{rotate:3deg}to{rotate:0deg}}@keyframes glowPulse{0%{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}to{opacity:.6;transform:scale(1)}}@media (max-width: 1024px){.hero{padding:40px;gap:40px}.hero h1{font-size:2.8rem}.hero p{font-size:1rem}}@media (max-width: 768px){.hero{flex-direction:column;text-align:justify;padding:30px 20px}.hero-left{text-align:center}.hero h1{font-size:2.2rem;text-align:justify}.hero p{font-size:1rem;text-align:justify}.hero-action{justify-content:center}.hero-right img,.astronaut{max-width:0%;padding-right:20px}}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.about-title{position:relative}.about-title h1{padding:0 30px;font-size:80px;font-weight:600}.about-title img{position:absolute;bottom:0;right:0;z-index:-1}.about-sections{display:flex;gap:80px}.about-right{display:flex;flex-direction:column;gap:80px}.about-container p{max-width:500px;font-size:18px;line-height:1.6;color:#333;color:#f0f8ff;padding-right:90px}.about-left img{width:280px;padding-right:0}.about-skills{display:flex;flex-direction:column;gap:20px}.about-skill{display:flex;gap:50px;align-items:center;transition:.3s}.about-skill p{min-width:150px;font-size:24px;font-weight:500}.about-skill hr{outline:none;border:none;width:50%;height:8px;border-radius:50px;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%)}.about-achivements{display:flex;width:100%;justify-content:space-around;margin-bottom:80px}.about-achivevement{display:flex;flex-direction:column;align-items:center;gap:10px;transition:.5s}.about-achivevement h1{font-size:60px;font-weight:700;background:linear-gradient(264deg,#df8908 -5.09%,#b415ff 106.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-achivevement p{font-size:22px;font-weight:500}.about-skill:hover{transform:scale(1.05);transition:.3s}.about-achivevement:hover{transform:scale(1.12);transition:.5s}@media (max-width: 1024px){.about{margin:60px 80px;gap:60px}.about-title h1{font-size:60px}.about-sections{gap:50px}.about-container p{font-size:16px;padding-right:40px}.about-achivevement h1{font-size:46px}.about-achivevement p{font-size:18px}}@media (max-width: 768px){.about{margin:40px 30px;gap:50px}.about-title h1{font-size:42px;padding:0}.about-sections{flex-direction:column;gap:40px;text-align:center}.about-left img{width:220px}.about-container p{font-size:15px;padding:0;max-width:100%;text-align:center}.about-skill{flex-direction:column;gap:12px}.about-skill p{font-size:18px;min-width:auto}.about-skill hr{width:80%}.about-achivevement h1{font-size:38px}.about-achivevement p{font-size:16px}}@media (max-width: 480px){.about{margin:30px 20px;gap:40px}.about-title h1{font-size:32px}.about-left img{width:180px}.about-container p{font-size:14px;line-height:1.4}.about-achivevement h1{font-size:28px}.about-achivevement p{font-size:14px}}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.services-title{position:relative}.services-title h1{padding:0 30px;font-size:80px;font-weight:600}.services-title img{position:absolute;bottom:0;right:0;z-index:-1}.services-format{display:flex;flex-direction:column;justify-content:center;gap:20px;padding:60px;border-radius:10px;border:2px solid white;transition:.4s;cursor:pointer}.services-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px;margin-bottom:80px}.services-format h3{font-size:28px;font-weight:600}.services-format h2{font-size:38px;font-weight:800;background:linear-gradient(270deg,#df8908 50%,#b415ff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-format p{color:#d4d4d4;font-size:24px}.services-readmore{display:flex;gap:20px;align-items:center;margin-top:20px}.services-format:hover{border:2px solid #ff00ff;background-image:linear-gradient(45deg,#3f0028,#582300);transform:scale(1.05);transition:.4s}@media (max-width: 1024px){.services{margin:60px 80px;gap:60px}.services-title h1{font-size:60px}.services-container{grid-template-columns:1fr 1fr;gap:30px}.services-format{padding:40px}.services-format h2{font-size:30px}.services-format p{font-size:18px}}@media (max-width: 768px){.services{margin:40px 30px;gap:50px}.services-title h1{font-size:42px;padding:0}.services-container{grid-template-columns:1fr;gap:25px}.services-format{padding:30px;text-align:center}.services-format h3{font-size:22px}.services-format h2{font-size:28px}.services-format p{font-size:16px}.services-readmore{justify-content:center}}@media (max-width: 480px){.services{margin:30px 20px;gap:40px}.services-title h1{font-size:32px}.services-format{padding:20px}.services-format h3{font-size:20px}.services-format h2{font-size:24px}.services-format p{font-size:14px}}.mywork{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px;margin:80px 170px}.mywork-title{position:relative}.mywork-title h1{padding:0 30px;font-size:80px;font-weight:600}.mywork-title img{position:absolute;bottom:0;right:0;z-index:-1}.mywork-container{display:grid;grid-template-columns:1fr 1fr 1fr;gap:40px}.mywork-container img{box-sizing:border-box;width:419px;height:280px;transition:.3s;cursor:pointer}.mywork-container img:hover{transform:scale(1.1);border:4px solid #ff00ff;border-radius:10px;transition:.3s}.mywork-showmore{display:flex;gap:15px;border-radius:50px;border:2px solid white;padding:30px 60px;font-size:22px;font-weight:500;margin-bottom:80px;transition:.6s;cursor:pointer}.mywork-showmore:hover{gap:30px;transition:.6s}@media (max-width: 1200px){.mywork{margin:60px 100px}.mywork-title h1{font-size:60px}.mywork-container{grid-template-columns:repeat(2,1fr);gap:30px}}@media (max-width: 900px){.mywork{margin:50px 60px;gap:60px}.mywork-title h1{font-size:48px}.mywork-container{grid-template-columns:1fr 1fr;gap:25px}}@media (max-width: 600px){.mywork{margin:40px 20px;gap:40px}.mywork-title h1{font-size:36px;padding:0}.mywork-container{grid-template-columns:1fr;gap:20px}.mywork-container img{max-width:100%}.mywork-showmore{padding:15px 40px;font-size:18px}}
