*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;background:transparent;font-family:Poppins,sans-serif}body{background:#1e1e1e;color:#fff;overflow:hidden;overflow-y:scroll}#intro{height:100vh;width:100%;max-width:75rem;margin:0 auto;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 1rem}.bg-circle{position:absolute;right:-300px;top:50%;transform:translateY(-50%);height:350px;width:350px;object-fit:cover;border-radius:50%;border:5px solid #fdd835;box-shadow:0 8px 20px #0006;opacity:0;transition:all 1s ease-in-out}.bg-circle.animate-in{right:5%;opacity:1}@media (max-width: 1024px){.bg-circle{height:250px;width:250px}}@media (max-width: 768px){.bg-circle{height:150px;width:150px;top:5%;right:5%;bottom:auto;transform:none}}.introContent{padding:2rem;font-weight:700;display:flex;flex-direction:column;gap:1rem;z-index:1}.hello{font-size:2rem;font-weight:400;color:#eee}.introText{font-size:3rem;font-weight:700;color:#fff}.introName{color:#fdd835}.introPara{font-size:1.1rem;font-weight:300;max-width:600px;color:#ddd}.highlight2{color:#fdd835;font-weight:500}.btn{display:inline-flex;align-items:center;gap:.5rem;border:none;margin-top:1.5rem;padding:.75rem 2rem;border-radius:2rem;background:#fdd835;color:#000;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn:hover{background:#fbc02d;transform:translateY(-2px)}@media (max-width: 768px){.introText{font-size:2.5rem}.introPara{font-size:1rem}.bg{height:80vh}}@media (max-width: 480px){.introText{font-size:2rem}.introPara{font-size:.9rem}.bg{height:70vh}}.skills{padding:4rem 1rem;text-align:center;color:#fff;max-width:75rem;margin:0 auto}.sectionTitle{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#fdd835}.sectionDesc{font-size:1.1rem;max-width:800px;margin:0 auto 3rem;color:#ccc;line-height:1.6}.skillCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.skillCard{background:#2a2a2a;padding:2rem;border-radius:1rem;text-align:left;transition:transform .3s ease,background .3s ease}.skillCard:hover{background:#383838;transform:translateY(-5px)}.skillCardImg{height:3.5rem;margin-bottom:1rem}.skillCard h3{color:#fdd835;font-size:1.4rem;margin-bottom:.8rem}.skillCard p{color:#ddd;font-size:.95rem;line-height:1.5}.skillCard h4{margin-top:1rem;color:#fdd835;font-size:1.1rem}.profileList,.contestList{margin:.5rem 0 1rem 1.2rem;padding:0;color:#ccc;font-size:.9rem;line-height:1.5}.profileList li,.contestList li{margin-bottom:.5rem}.profileList a{color:#fdd835;text-decoration:none;font-weight:500}.profileList a:hover{text-decoration:underline}@media screen and (max-width: 768px){.sectionTitle{font-size:2rem}.sectionDesc{font-size:1rem}.skillCard{text-align:center}}#Works{margin:0 auto;min-height:calc(100vh - 4rem);width:100%;max-width:60rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 1rem}.worksTitle{font-size:3rem;font-weight:600;padding-top:3rem;margin-bottom:1rem}.workDesc{font-weight:400;font-size:.9rem;min-width:80%;padding:0 2rem}.WorksCards{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.WorkCard{margin-top:5rem;width:calc(33.333% - 20px);background-color:#2c2c2c;border-radius:10px;padding:25px;box-shadow:0 6px 12px #00000026;display:flex;flex-direction:column;justify-content:space-between;text-align:center;min-height:420px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.WorkCard:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0003}.WorkCardImg{width:100%;height:200px;border-radius:10px;object-fit:cover}.WorkCardTitle{margin-top:15px;font-size:1.8rem;font-weight:600;color:#f5f5f5}.WorkCardDesc{margin:10px 0;font-size:1rem;line-height:1.5;color:#dcdcdc;flex-grow:1;font-family:Roboto,sans-serif}.workBtn{background-color:#ffda44;border:none;padding:12px 25px;color:#333;cursor:pointer;border-radius:6px;transition:background-color .3s,color .3s,box-shadow .3s;font-size:1rem;font-weight:600;margin-top:20px;font-family:Poppins,sans-serif}.workBtn:hover{background-color:#fff;color:#333;box-shadow:0 0 8px #ffffff80}@media (max-width: 1024px){.WorkCard{width:calc(50% - 20px)}.worksTitle{font-size:2.5rem}.workDesc{font-size:.9rem}}@media (max-width: 768px){.WorkCard{width:100%;margin-top:2rem}.worksTitle{font-size:2rem}.workDesc{font-size:.8rem}}@media (max-width: 480px){.worksTitle{font-size:1.8rem}.workDesc{font-size:.7rem}.workBtn{padding:10px 15px;font-size:.9rem}}.contactPage{min-height:calc(100vh - 4rem);max-width:60rem;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.contactPageTitle{font-size:3rem;font-weight:600;padding-top:3rem;margin-bottom:1rem}.contactDesc{font-weight:300;font-size:1rem}.contactForm{margin:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;width:90vw;max-width:60rem}.name,.email,.msg{font-size:medium;width:100%;max-width:40rem;margin:.5rem;padding:.5rem 1rem;color:#fff;border:none;border-radius:.5rem;background:#282828}.submitBtn{display:flex;align-items:center;justify-content:center;border:none;padding:.5rem 2rem;border-radius:2rem;background:#fff;color:#000;cursor:pointer}.links{display:flex;flex-wrap:wrap;flex-direction:row;margin-top:2rem}.link{object-fit:cover;width:3rem;height:3rem;margin:0 .75rem;cursor:pointer}.footer{margin-top:2rem;width:100vw;height:4rem;background:#282828;display:flex;align-items:center;justify-content:center;font-weight:300;font-size:small}.abouts{text-align:center}.aboutsTitle{font-size:3rem;font-weight:600;padding-top:3rem;margin-bottom:1rem}.abouts-list{display:flex;justify-content:center;flex-wrap:wrap;gap:5px}.about{background-color:#ffda44;border:none;padding:12px 25px;color:#333;border-radius:6px;transition:background-color .3s,color .3s,box-shadow .3s;font-size:1rem;font-weight:600;font-family:Poppins,sans-serif}.about:hover{background-color:#f9de72}.navbar{height:5rem;width:100%;max-width:75rem;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:3;background-color:#1e1e1e;box-shadow:0 2px 6px #0006}.logo{color:#fdd835;object-fit:cover}.downloadBtn{background:#007bff;color:#fff!important;padding:8px 14px;border-radius:6px;transition:.3s}.downloadBtn:hover{background:#0056b3}.desktopMenuListItem{margin:0 1rem;cursor:pointer;font-weight:500;color:#fff;transition:all .3s ease}.desktopMenuListItem:hover,.active{color:#fdd835;padding-bottom:.3rem;border-bottom:2px solid #fdd835}.desktopMenuBtn{display:flex;align-items:center;justify-content:center;border:none;padding:.7rem 1.5rem;border-radius:2rem;background:#fdd835;color:#000;font-weight:600;cursor:pointer;transition:all .3s ease}.desktopMenuBtn:hover{background:#fbc02d;transform:translateY(-2px)}.navMenuImg{display:none;object-fit:cover;width:2.5rem;height:2.5rem;cursor:pointer}.navMenu{position:absolute;display:flex;flex-direction:column;top:4.5rem;right:2rem;z-index:2;height:fit-content;min-width:14rem;background:#282828;border-radius:.8rem;padding:.5rem;box-shadow:0 4px 12px #0006;transition:opacity .3s ease,transform .3s ease}.ListItem{color:#fff;padding:.8rem 2rem;margin:.2rem 0;cursor:pointer;font-weight:500;border-radius:.5rem;transition:background .3s ease}.ListItem:hover{background:#383838;color:#fdd835}.desktopMenu{display:flex;flex-wrap:nowrap;align-items:center;gap:1rem;overflow-x:auto;scrollbar-width:none}.desktopMenu::-webkit-scrollbar{display:none}@media screen and (max-width: 1024px) and (min-width: 769px){.desktopMenuListItem{font-size:.9rem;margin:0 .5rem}.downloadBtn{padding:6px 12px;font-size:.85rem}}@media screen and (max-width: 768px){.desktopMenu,.desktopMenuBtn{display:none}.navMenuImg{display:block}}.myInfo{padding:4rem 1rem;background-color:#1f1f1f;color:#fff}.myInfoContainer{display:flex;align-items:center;justify-content:center;max-width:75rem;margin:0 auto;gap:2rem;flex-wrap:wrap}.highlight{color:#c8fd35;font-weight:700}.myInfoImage img{width:250px;border-radius:1rem;border:3px solid #fdd835}.myInfoContent{max-width:500px}.myInfoTitle{font-size:2rem;font-weight:700;color:#fdd835;margin-bottom:1rem}.myInfoDesc{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#ccc}.myInfoSubTitle{font-size:1.2rem;color:#fdd835;margin-bottom:.5rem}.myInfoList{list-style:none;padding-left:0;font-size:.95rem;color:#ccc}.myInfoList li{margin-bottom:.5rem}.myInfoList a{color:#fdd835;text-decoration:none}.myInfoList a:hover{text-decoration:underline}@media screen and (max-width: 768px){.myInfoContainer{flex-direction:column;text-align:center}.myInfoImage img{width:200px;margin-bottom:1rem}}#certifications{margin:0 auto;min-height:calc(100vh - 4rem);width:100%;max-width:60rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1rem}.certificationsTitle{font-size:3rem;font-weight:600;padding-top:3rem;margin-bottom:1rem}.certificationsDesc{font-weight:400;font-size:.9rem;min-width:80%;padding:0 2rem}.certificationsCards{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.certificationsCard{margin-top:5rem;width:calc(33.333% - 20px);background-color:#2c2c2c;border-radius:10px;padding:25px;box-shadow:0 6px 12px #00000026;display:flex;flex-direction:column;justify-content:space-between;text-align:center;min-height:420px;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.certificationsCard:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0003}.certificationsCardTitle{margin-top:15px;font-size:1.8rem;font-weight:600;color:#f5f5f5}.certificationsCardDesc{margin:10px 0;font-size:1rem;line-height:1.5;color:#dcdcdc;flex-grow:1;font-family:Roboto,sans-serif}.certificationsBtn{background-color:#ffda44;border:none;padding:12px 25px;color:#333;cursor:pointer;border-radius:6px;transition:background-color .3s,color .3s,box-shadow .3s;font-size:1rem;font-weight:600;margin-top:20px;font-family:Poppins,sans-serif}.certificationsBtn:hover{background-color:#fff;color:#333;box-shadow:0 0 8px #ffffff80}@media (max-width: 1024px){.certificationsCard{width:calc(50% - 20px)}}@media (max-width: 768px){.certificationsCard{width:100%;margin-top:2rem}}@media (max-width: 480px){.certificationsTitle{font-size:1.8rem}.certificationsDesc{font-size:.7rem}.certificationsBtn{padding:10px 15px;font-size:.9rem}}
