*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}html{font-size:16px}body{font-family:Poppins,sans-serif;color:#333;background-color:#f0f0f0}img{max-width:100%;height:auto;display:block}nav{position:fixed;top:20px;left:50%;transform:translate(-50%);max-width:1240px;width:90%;display:flex;justify-content:space-between;background-color:#fff;padding:5px 20px;border-radius:10px;z-index:9999;box-shadow:0 4px 10px #0000001a}.navbar-left{flex-wrap:wrap;display:flex;justify-content:space-between;align-items:center}.navbar-left a{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;margin:5px;border-radius:50%;transition:background-color .3s ease-in-out,transform .2s ease-in-out}.navbar-left a:hover{background-color:#f0f8ff;transform:scale(1.1)}.navbar-left img{padding:7px}.navbar-right{display:flex;justify-content:space-between;align-items:center}.navbar-right a{font-weight:700;background-color:#000;border-radius:5px;color:#fff;margin-right:10px;padding:3px 10px;display:flex;align-items:center;text-decoration:none;transition:background-color .3s ease-in-out,transform .2s ease-in-out}.navbar-right a:hover{color:#000;background-color:#f0f8ff;transform:scale(1.1)}.navbar-right a img{height:30px;margin-right:7px;filter:invert(1);transition:filter .3s ease-in-out}.navbar-right a:hover img{filter:invert(0)}main{max-width:1240px;width:90%;margin:100px auto 0;border-radius:10px;padding:20px;background-color:#fff}#hero{display:flex;flex-direction:column;gap:20px;width:100%}.hero-top{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 20px}.hero-top-left{display:flex;align-items:center}.dev-hero,.dev-edu{width:12px;height:12px;background-color:#ccc;border-radius:50%;margin-right:10px}.hero-top-left h3,.education-top-left h3{color:#6d6d6d}.hero-top-right{padding:5px 10px;border-radius:5px;background-color:#dff7ec;display:flex;align-items:center}.hero-top-right p{color:#059855;font-weight:600;font-size:14px}.active-hero{width:12px;height:12px;background-color:#059855;border-radius:50%;margin-right:10px}.hero-main{display:flex;justify-content:space-between;align-items:center;padding:40px}.hero-bottom{margin-bottom:10px;padding:20px;border-radius:5px;background-color:#e9f8ff;display:flex;align-items:center}.hero-bottom p{text-align:center}.hero-main-left{width:50%;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:20px}.hero-main-left h1{font-size:28px;color:#059855;font-weight:700}.hero-main-left p{font-size:18px;color:#555;line-height:1.6}.hero-main-left .highlight{color:#059855;font-weight:600}.button-hero{display:flex;gap:15px}.button-hero .btn{padding:12px 24px;font-size:16px;font-weight:600;color:#fff;background:#000;border-radius:8px;text-decoration:none;transition:all .3s ease-in-out}.button-hero .btn:hover{color:#000;background-color:#f0f8ff;transform:scale(1.1)}.button-hero .btn-alt{background:transparent;color:#059855;border:2px solid #059855;box-shadow:none}.button-hero .btn-alt:hover{background:#059855;color:#fff}.hero-main-right{display:flex;justify-content:center;align-items:center;width:50%}.hero-main-right img{width:200px;height:200px;border-radius:50%;object-fit:cover;border:5px solid #DFF7EC;box-shadow:0 4px 10px #0000001a;transition:transform .3s ease-in-out}.hero-main-right img:hover{transform:scale(1.05)}#about{display:flex;flex-direction:column;gap:10px;width:100%;background-color:#f7f7f7;border-radius:10px;padding:20px}.education-top{display:flex;justify-content:space-between;align-items:center;width:100%;padding:5px}.education-top-left,.education-top-right{display:flex;align-items:center}.education-top-right a{text-decoration:none;color:#000;background:#fff;padding:6px 12px;border:2px solid #000;border-radius:4px;display:inline-block;transition:all .3s ease-in-out;box-shadow:2px 2px 5px #0003}.education-top-right a:hover{background:#000;color:#fff;transform:scale(1.05);box-shadow:4px 4px 10px #0000004d}.education-main{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap;padding:20px;background-color:#f5f5f5}.education-box{background:#fff;color:#000;padding:25px;width:48%;border-radius:12px;box-shadow:0 5px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.education-box:hover{transform:translateY(-7px);box-shadow:0 8px 18px #0006}.education-main-top-left{display:flex;align-items:center;gap:12px;margin-bottom:12px}.education-main-top-left h4{color:#6d6d6d}.edu-box-main{display:flex;flex-direction:column;gap:5px}.main-edu{width:12px;height:12px;background-color:#ccc;border-radius:50%;margin-right:10px}.insti{color:#000;font-weight:800;font-style:italic}.gpa,.pass-year{color:#000;font-style:italic}.subject{color:#059855}#myskill{display:flex;flex-direction:column;gap:20px;width:100%;background-color:#dff7ec;border-radius:10px;padding:20px}.myskill-top-left{display:flex;align-items:center}.project-top-left{display:flex;align-items:center;margin-top:10px}.bottom-line{width:100%;height:6px;background:linear-gradient(to right,#ff416c,#ff4b2b);margin-top:10px;border-radius:5px;animation:expandLine 1s ease-in-out}@keyframes expandLine{0%{width:0;opacity:0}to{width:100%;opacity:1}}.project-bottom-line{width:100%;height:6px;background:linear-gradient(to right,#04baa8,#35bbf0);margin-top:5px;border-radius:5px;animation:expandLine 1s ease-in-out}.skill-set{width:60%;display:flex;justify-content:start;flex-wrap:wrap}.skill-set img{padding:5px 8px;margin-left:20px;margin-top:20px;height:30px}#project{display:flex;flex-direction:column;gap:10px;width:100%}.project-main{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;width:100%;justify-content:start;margin-top:15px}.project-card{background:linear-gradient(to bottom,#dff7ec,#fff 80%);padding:8px 5px;border-radius:10px;text-align:center;flex:1 1 calc(25% - 20px);box-sizing:border-box;box-shadow:0 5px 12px #0000004d;transition:transform .3s ease,box-shadow .3s ease}.project-card:hover{transform:translateY(-7px);box-shadow:0 8px 18px #0006}.project-top{justify-content:center;align-items:center;margin-bottom:5px}.project-top h3{color:#000}.project-middle{padding:10px;background-color:#fff;border-radius:10px}.project-middle h3{color:#333;margin:10px 0}.project-middle img{border:1px dotted black;border-radius:5px;padding:15px;width:150px;display:block;margin:0 auto}.project-middle h5{display:inline-block;background-color:#dff7ec;margin-top:10px;padding:8px;border-radius:5px;color:#059855;font-weight:700}.project-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:15px;padding:0 10px}.project-bottom a{text-decoration:none;background:#059855;color:#fff;padding:3px 8px;border-radius:5px;font-weight:600;font-size:13px;text-transform:uppercase;display:inline-block;letter-spacing:1px;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;border:2px solid transparent}.project-bottom a:hover{background:#059855;color:#fff;transform:translateY(-3px);box-shadow:0 6px 16px #a2a2a226;border-color:#dff7ec}.project-bottom h4{color:#333}footer{max-width:1240px;width:90%;margin:20px auto 10px;border-radius:10px;padding:20px;background-color:#000}.footer-top{display:flex;justify-content:space-between;flex-direction:column;align-items:center;padding:20px;gap:20px}.footer-top h1{color:#fff;text-align:center}.footer-top p{color:#fff;text-align:center;word-spacing:1px;letter-spacing:2px}.footer-contact{display:flex;gap:15px;justify-content:center;margin-top:20px}.footer-contact a{text-decoration:none;font-size:16px;font-weight:700;color:#6d6d6d;background:azure;padding:12px 24px;border-radius:8px;transition:all .3s ease-in-out;box-shadow:0 4px 6px #0000001a}.footer-contact a:hover{color:#000;background:#f0f8ff;transform:translateY(-3px);box-shadow:0 6px 12px #0003}.footer-middle-right{flex-wrap:wrap;display:flex;justify-content:space-between;align-items:center}.footer-middle-right a{display:inline-flex;align-items:center;justify-content:center;width:45px;height:45px;margin:5px;border-radius:50%;transition:background-color .3s ease-in-out,transform .2s ease-in-out;border:1PX solid black}.footer-middle-right a:hover{background-color:#f0f8ff;transform:scale(1.1)}.footer-middle-right img{padding:7px}.footer-middle{display:flex;justify-content:space-between;background-color:azure;padding:10px;border-radius:10px;align-items:center;margin-top:20PX}.footer-middle-left{padding:10px;display:flex;justify-content:space-between;align-items:center}.footer-dot{width:12px;height:12px;background-color:#ccc;border-radius:50%;margin-right:10px}.footer-middle-left p{color:#6d6d6d;font-weight:600;font-size:20px}.footer-bottom{display:flex;justify-content:center;align-items:center;margin-top:20px}.footer-bottom p{margin:0;color:#fff}@media(max-width:768px){header{width:100%}nav{flex-wrap:wrap;width:90%}.hide-on-mobile{display:none}.navbar-right a img{height:30px;margin-right:0;filter:invert(1);transition:filter .3s ease-in-out}}@media(max-width:768px){.hero-main{flex-direction:column-reverse;text-align:center;padding:20px;align-items:center}.hero-main-left{width:100%;display:flex;flex-direction:column;align-items:center;padding:15px}.hero-main-left h2{font-size:22px;margin-bottom:10px}.hero-main-left p{font-size:15px;max-width:90%;line-height:1.5}.button-hero{display:flex;justify-content:center;gap:10px;margin-top:15px}.button-hero .btn{width:auto;padding:10px;text-align:center;font-size:13px;border-radius:6px;transition:.3s ease-in-out}.button-hero .btn:hover{transform:scale(1.05)}.hero-main-right{width:100%;margin-bottom:20px}.hero-main-right img{width:160px;height:160px;border-radius:50%;object-fit:cover;box-shadow:0 4px 8px #0000001a;transition:.3s ease-in-out}.hero-main-right img:hover{transform:scale(1.08)}}@media(max-width:768px){#about .education-main{padding:0;background:none;gap:10px}#about{width:100%;padding:15px 0;background:none}.footer-contact a{padding:12px 20px}.footer-middle-right a{width:30px;height:30px}.hero-top-right p{display:none}.footer-middle-left p{font-size:12px}.hero-top-right{padding:10px;border-radius:50%;background-color:#dff7ec;display:flex;align-items:center}.active-hero{width:5px;height:5px;background-color:#059855;border-radius:50%;margin:0 auto}}@media(max-width:768px){.education-top-right a span{display:none}.education-top{padding:10px;box-shadow:0 5px 15px #0000001a;border-radius:5px}}@media(max-width:768px){.education-box{width:100%;box-shadow:0 5px 15px #0000001a}.education-main-top-left{display:flex;align-items:center;margin-left:0;margin-top:10px;margin-bottom:12px;gap:0}#myskill{background-color:#dff7ec}}@media(max-width:768px){footer{flex-wrap:wrap;width:90%}.footer-middle-right a img{height:30px}}@media(max-width:768px){.skill-set{width:100%}.skill-set img{margin-left:10px;margin-top:10px}.bottom-line{margin-top:5px}}@media(max-width:768px){.project-main{grid-template-columns:repeat(2,1fr);gap:15px}}@media(max-width:768px){.contact-main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:10px}.container{width:100%!important;padding:20px!important}.back-btn{margin-bottom:20px}}@media(max-width:480px){.project-main{grid-template-columns:1fr;gap:10px}}.contact-container{display:flex;justify-content:center;align-items:center;padding:50px 20px;background-color:#f5f5f5;min-height:100vh}.contact-form{background-color:#fff;padding:30px 40px;border-radius:10px;box-shadow:0 4px 15px #0000001a;width:100%;max-width:500px}.contact-form h2{text-align:center;margin-bottom:25px;color:#333}.contact-form label{display:block;margin-bottom:15px;font-weight:500;color:#555}.contact-form input,.contact-form textarea{width:100%;padding:12px 15px;margin-top:5px;border:1px solid #ccc;border-radius:7px;font-size:16px;resize:vertical;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 5px #007bff4d}.contact-form button{font-weight:700;background-color:#000;border-radius:5px;color:#fff;padding:8px 15px;cursor:pointer;border:none;transition:background-color .3s ease-in-out,transform .2s ease-in-out,color .3s ease-in-out;display:flex;align-items:center;justify-content:center;margin-top:10px}.contact-form button:hover{color:#000;background-color:#f0f8ff;transform:scale(1.05)}.back-button{margin-bottom:20px}
