*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
  max-width:100%;
}
a{
  text-decoration:none;
}
p{
  font-weight:400;
  color:#495057;
}
body{
  background-color:#e9ecef;
  color:#212529;
  padding-top:70px;
}
html{
  scroll-behavior:smooth;
}

header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  background-color:#ffe066;
  border-bottom:2px solid #000;
  z-index:1000;
}
nav{
  max-width:1100px;
  margin:auto;
  padding:15px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.nav-left span{
  font-size:20px;
  font-weight:700;
  font-style:italic;
}
.nav-right ul{
  list-style:none;
  display:flex;
  gap:25px;
  flex-wrap:wrap;
}
.nav-right ul li a{
  font-size:15px;
  font-weight:700;
  color:#212529;
  display:inline-block;
  transition:all .3s ease;
}
.nav-right ul li a:hover{
  transform:scale(1.1);
}

.into{
  text-align:center;
  padding:20px;
}
.Intro{
  display:inline-block;
  margin:40px 0 25px;
  font-size:18px;
  padding:6px 18px;
  background:#ff6b6b;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  color:#fff;
  transform:rotate(-3deg);
  transition:all .2s ease;
}
.Intro:hover{
  box-shadow:2px 2px #000;
  transform:rotate(-3deg) translate(3px,3px);
}
.Hero{
  font-size:clamp(42px,8vw,100px);
  font-weight:700;
  line-height:1.2;
  text-align:center;
}
.surname{
  display:block;
  margin-top:-20px;
}
.intro{
  margin-top:20px;
  display:inline-block;
  padding:20px;
  font-size:clamp(16px,3vw,25px);
  background:#e9ecef;
  border:3px solid #000;
  box-shadow:5px 5px #000;
}
.btn-container{
  display:flex;
  gap:20px;
  justify-content:center;
  margin-top:40px;
  flex-wrap:wrap;
}
.btn-primary,
.btn-secondary{
  font-size:clamp(16px,3vw,20px);
  padding:14px 28px;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  cursor:pointer;
  transition:all .2s ease;
}
.btn-primary{
  background:#ff6b6b;
  color:#fff;
}
.btn-secondary{
  background:#fff;
  color:#000;
}
.btn-primary:hover,
.btn-secondary:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
}

.tech-slider{
  width:100%;
  overflow:hidden;
  background:#ffe066;
  border-top:3px solid #000;
  border-bottom:3px solid #000;
  padding:15px 0;
  margin-top:70px;
}
.tech-track{
  display:flex;
  gap:40px;
  width:max-content;
  animation:scroll 35s linear infinite;
}
.tech-track span{
  font-size:18px;
  font-weight:700;
  white-space:nowrap;
}
@keyframes scroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(-50%);}
}

.Main-head{
  font-size:clamp(28px,6vw,40px);
  text-align:center;
  margin:40px 0;
}

.about-wrapper{
  max-width:900px;
  margin:0 auto;
  padding:0 20px 40px;
}
.about-text{
  background:#fff;
  border:2px solid #000;
  box-shadow:6px 6px #000;
  padding:48px 52px;
  position:relative;
  transition:all .2s ease;
}
.about-text::before{
  content:'"';
  position:absolute;
  top:-18px;
  left:24px;
  font-size:90px;
  font-family:'Lora',serif;
  color:#ffe066;
  line-height:1;
  -webkit-text-stroke:2px #000;
}
.about-text p{
  font-size:17px;
  line-height:2.1;
  margin-bottom:24px;
  color:#212529;
  font-family:'Lora',serif;
}
.about-text p:last-child{
  margin-bottom:0;
  font-weight:600;
  color:#ff6b6b;
  font-style:italic;
}
.highlight{
  display:inline;
  cursor:pointer;
  font-weight:700;
  color:#212529;
  background:linear-gradient(to right,#ffe066 50%,transparent 50%);
  background-size:200% 100%;
  background-position:right bottom;
  transition:background-position .4s ease, color .3s ease;
  padding:0 3px;
  white-space:nowrap;
}
.highlight:hover{
  background-position:left bottom;
  color:#111;
}

.collage{
  display:flex;
  align-items:center;
  gap:20px;
  padding:20px;
  margin:30px auto;
  max-width:800px;
  background:#fff;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  transition:all .2s ease;
}
.collage:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
}
.collage-icon{
  width:45px;
}
.collage-name{
  font-size:20px;
  font-weight:700;
}
.Branch{
  font-size:14px;
}

.cert-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto 60px;
  padding:0 20px;
}
.cert-card{
  background:#fff;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  padding:24px;
  transition:all .2s ease;
}
.cert-card:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
}
.cert-issuer{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.cert-badge{
  width:46px;
  height:46px;
  border:2px solid #000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:900;
  flex-shrink:0;
}
.cert-badge.unstop{
  background:#4f46e5;
  color:#fff;
}
.cert-badge.oracle{
  background:#ff0000;
  color:#fff;
}
.cert-issuer h4{
  font-size:14px;
  font-weight:700;
  color:#212529;
  margin-bottom:2px;
}
.cert-org{
  font-size:12px;
  font-weight:600;
  color:#495057;
  margin:0;
  font-family:'Poppins',sans-serif;
}
.cert-date{
  font-size:11px;
  color:#adb5bd;
  margin:0;
  font-family:'Poppins',sans-serif;
}
.cert-desc{
  font-size:13px;
  color:#495057;
  background:#e9ecef;
  border:1px solid #000;
  padding:8px 12px;
  font-family:'Poppins',sans-serif;
  margin:0;
}
.cert-btn{
  display:inline-block;
  margin-top:16px;
  background:#fff;
  color:#111;
  border:2px solid #000;
  padding:8px 18px;
  font-size:13px;
  font-weight:700;
  box-shadow:3px 3px #000;
  transition:all .2s ease;
  font-family:'Poppins',sans-serif;
}
.cert-btn:hover{
  transform:translate(2px,2px);
  box-shadow:1px 1px #000;
  background:#ffe066;
}

.skills-container{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
  max-width:1100px;
  margin:0 auto;
  padding:40px 20px;
  place-items:center;
}
.skill-card{
  width:240px;
  height:180px;
  background:#fff;
  border:2px solid #000;
  box-shadow:6px 6px #000;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  transition:all .25s ease;
}
.skill-card:hover{
  transform:translate(4px,4px);
  box-shadow:2px 2px #000;
}
.skill-card img{
  width:65px;
  height:auto;
}
.skill-card p{
  font-size:16px;
  font-weight:600;
  color:#212529;
  text-align:center;
  font-family:'Poppins',sans-serif;
}

.projects-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  max-width:1100px;
  margin:0 auto 60px;
  padding:0 20px;
}
.project-card{
  background:#fff;
  border:2px solid #000;
  box-shadow:6px 6px #000;
  padding:28px;
  transition:all .2s ease;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}
.project-card:hover{
  transform:translate(4px,4px);
  box-shadow:2px 2px #000;
}
.project-card-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:14px;
  flex-wrap:wrap;
  gap:6px;
}
.project-tag{
  background:#ffe066;
  border:2px solid #000;
  font-size:12px;
  font-weight:700;
  padding:4px 10px;
}
.project-status{
  font-size:12px;
  font-weight:600;
  color:#ff6b6b;
}
.project-card h3{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
  color:#212529;
}
.project-card p{
  font-size:14px;
  color:#495057;
  line-height:1.7;
  margin-bottom:20px;
  font-family:'Poppins',sans-serif;
}
.project-features{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-bottom:24px;
}
.project-features span{
  background:#e9ecef;
  border:1px solid #000;
  font-size:12px;
  font-weight:600;
  padding:5px 10px;
  color:#212529;
}
.project-links{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.proj-btn{
  display:inline-block;
  background:#ff6b6b;
  color:#fff;
  border:2px solid #000;
  padding:10px 22px;
  font-size:14px;
  font-weight:700;
  box-shadow:4px 4px #000;
  transition:all .2s ease;
}
.proj-btn:hover{
  transform:translate(3px,3px);
  box-shadow:1px 1px #000;
}
.proj-btn-live{
  display:inline-block;
  background:#ffe066;
  color:#111;
  border:2px solid #000;
  padding:10px 22px;
  font-size:14px;
  font-weight:700;
  box-shadow:4px 4px #000;
  transition:all .2s ease;
}
.proj-btn-live:hover{
  transform:translate(3px,3px);
  box-shadow:1px 1px #000;
}

.exp-container{
  display:flex;
  flex-direction:column;
  gap:24px;
  max-width:1100px;
  margin:0 auto 60px;
  padding:0 20px;
}
.exp-card{
  background:#fff;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  padding:28px;
  display:flex;
  gap:24px;
  transition:all .2s ease;
}
.exp-card:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
}
.exp-left{
  flex-shrink:0;
}
.exp-badge{
  width:52px;
  height:52px;
  border:2px solid #000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:900;
  color:#fff;
}
.exp-badge.gssoc{
  background:#f97316;
}
.exp-badge.design{
  background:#212529;
}
.exp-right{
  flex:1;
}
.exp-top{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:4px;
  flex-wrap:wrap;
}
.exp-top h3{
  font-size:18px;
  font-weight:700;
  color:#212529;
}
.exp-type{
  background:#ffe066;
  border:2px solid #000;
  font-size:11px;
  font-weight:700;
  padding:2px 10px;
}
.exp-org{
  font-size:13px;
  font-weight:600;
  color:#495057;
  margin-bottom:2px;
  font-family:'Poppins',sans-serif;
}
.exp-date{
  font-size:11px;
  color:#adb5bd;
  margin-bottom:14px;
  font-family:'Poppins',sans-serif;
}
.exp-desc{
  font-size:14px;
  color:#495057;
  line-height:1.7;
  margin-bottom:16px;
  font-family:'Poppins',sans-serif;
}
.exp-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.exp-tags span{
  background:#e9ecef;
  border:1px solid #000;
  font-size:12px;
  font-weight:600;
  padding:4px 10px;
  color:#212529;
}

.github-section{
  max-width:1100px;
  margin:0 auto 60px;
  padding:0 20px;
}
.github-graph{
  background:#fff;
  border:2px solid #000;
  box-shadow:5px 5px #000;
  padding:32px;
  transition:all .2s ease;
  overflow-x:auto;
}
.github-graph:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
}
.github-graph img{
  height:200px;
  width:auto;
  min-width:1100px;
  display:block;
  filter:saturate(3) contrast(1.4) brightness(0.95);
}

.contact-section{
  background:#ffe066;
  padding:60px 20px;
  display:flex;
  justify-content:center;
}
.contact-form{
  width:100%;
  max-width:700px;
}
.contact-form label{
  font-size:16px;
  font-weight:600;
}
.contact-form input,
.contact-form textarea{
  width:100%;
  background:#1f2937;
  color:#fff;
  border:2px solid #000;
  padding:14px;
  font-size:15px;
  margin-bottom:20px;
}
.contact-form button{
  background:#ff6b6b;
  color:#fff;
  border:2px solid #000;
  padding:14px 40px;
  font-size:16px;
  font-weight:600;
  box-shadow:4px 4px #000;
  transition:.2s ease;
}
.contact-form button:hover{
  transform:translate(2px,2px);
  box-shadow:2px 2px #000;
}

.footer{
  background:#111;
  color:#fff;
  padding:30px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
}
.footer-left h2{
  font-size:22px;
}
.footer-left p{
  font-size:14px;
}
.footer-right{
  display:flex;
  gap:15px;
}
.footer-right a{
  width:50px;
  height:50px;
  border:2px solid #000;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#111;
  box-shadow:4px 4px #000;
  transition:all .25s ease;
}
.footer-right a:hover{
  transform:translate(3px,3px);
  box-shadow:2px 2px #000;
  background:#ff6b6b;
  color:#fff;
}