*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Poppins',sans-serif;
}

body{
color:#1e293b;
background:#ffffff;

overflow-x:hidden;
}

/* Animated Gradient Background */

.bg{
position:fixed;
width:100%;
height:100%;
background:linear-gradient(
270deg,
#e0f2fe,
#f0f9ff,
#e9d5ff,
#fde2e4,
#dbeafe
);
background-size:600% 600%;
animation:gradientMove 18s ease infinite;
z-index:-1;
}

@keyframes gradientMove{

0%{
background-position:0% 50%;
}

50%{
background-position:100% 50%;
}

100%{
background-position:0% 50%;
}

}

/* Navigation */



header{
position:fixed;
top:20px;
left:50%;
transform:translateX(-50%);

/* increase width */
min-width:1120px;
padding:14px 60px;

/* liquid glass */
background:rgba(255,255,255,0.2);
backdrop-filter:blur(20px);
-webkit-backdrop-filter:blur(20px);

border:1px solid rgba(255,255,255,0.4);

border-radius:60px;

box-shadow:
0 10px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.5);

z-index:1000;
}





nav{
display:flex;
align-items:center;
justify-content:center;
gap:500px;
}

nav ul{
display:flex;
gap:25px;
list-style:none;
}

nav a{
color:#1e293b;
text-decoration:none;
font-weight:500;
padding:8px 14px;
border-radius:8px;
transition:all 0.3s ease;
}

nav a:hover{
background:rgba(255,255,255,0.35);
backdrop-filter:blur(10px);
}


/* Hero */

.hero{
min-height:100vh;
display:flex;
align-items:center;
justify-content:space-between;

max-width:1200px;

margin:auto;
padding:120px 40px 40px 40px;
}

.hero p{
margin-top:15px;
margin-bottom:30px;
font-size:18px;
color:#334155;
}

.hero-right{
position:relative;
display:flex;
flex-direction:column;
align-items:center;

margin-right:120px;
margin-top:0;

z-index:1;

}

.hero-left{
max-width:550px;
}
.hero span{
color:#2563eb;
}

.hero h1{
font-size:50px;
}

.hero h2{
margin-top:10px;
color:#2563eb;
}




/* Strap */

.lanyard{
width:14px;
height:420px;
z-index:0;

background:repeating-linear-gradient(
45deg,
#2563eb,
#2563eb 8px,
#1d4ed8 8px,
#1d4ed8 16px
);

border-radius:8px;

/* start strap from bottom of navbar */
margin-top:-70px;
margin-bottom:-8px;

box-shadow:inset 0 0 6px rgba(0,0,0,0.25);

}


.lanyard-hole{
width:20px;
height:20px;

background:#444;
border-radius:50%;

/* move hole upward */
position:relative;
top:-57px;

box-shadow:
inset 0 2px 4px rgba(0,0,0,0.5),
0 1px 2px rgba(0,0,0,0.25);
}


.hanger{
display:flex;
flex-direction:column;
align-items:center;

animation:swing 4s ease-in-out infinite;

/* pivot point like real hanging card */
transform-origin:top center;
}
.clip{
width:30px;
height:18px;

background:linear-gradient(
180deg,
#e5e7eb,
#9ca3af
);

border-radius:4px;

box-shadow:
inset 0 2px 3px rgba(255,255,255,0.6),
0 3px 6px rgba(0,0,0,0.2);
}


@keyframes swing{

0%{
transform:rotate(-8deg);
}

50%{
transform:rotate(8deg);
}

100%{
transform:rotate(-8deg);
}

}


/* ICARD */

.icard{
width:210px;

/* glass background */
background:rgba(255,255,255,0.18);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);

border-radius:16px;
padding:22px;
text-align:center;

border:1px solid rgba(255,255,255,0.35);

/* shadow */
box-shadow:
0 20px 40px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

position:relative;

/* IMPORTANT */
overflow:hidden;

transform-origin:top center;
}



.icard::after{
content:"";
position:absolute;

bottom:-40px;
left:50%;
transform:translateX(-50%);

width:120px;
height:40px;

background:radial-gradient(
ellipse at center,
rgba(0,0,0,0.25) 0%,
rgba(0,0,0,0.08) 40%,
transparent 70%
);

filter:blur(10px);
z-index:-1;
}

.ring{
width:18px;
height:18px;
border:3px solid #9ca3af;
border-radius:50%;
background:white;

margin-top:-6px;

box-shadow:0 2px 4px rgba(0,0,0,0.2);
}

.shine{
position:absolute;
top:0;
left:-75%;
width:50%;
height:100%;
background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.6),
transparent
);
transform:skewX(-20deg);
animation:shineMove 4s infinite;
}

@keyframes shineMove{

0%{
left:-75%;
}

100%{
left:130%;
}

}

/* Photo */

.photo{
width:80px;
height:80px;

border-radius:50%;

background:url("icard_photo.jpeg");
background-size:cover;
background-position:center;

margin:auto;
margin-bottom:10px;

border:3px solid #e5e7eb;
}

.role{

color:#64748b;

font-size:14px;

margin-bottom:10px;

}


.barcode{

height:25px;

background: repeating-linear-gradient(
90deg,
black,
black 2px,
white 2px,
white 4px
);

margin-top:12px;

border-radius:3px;

}
/* Text */

.icard h3{
color:#1e293b;
margin-bottom:5px;
}

.icard p{
color:#64748b;
font-size:14px;
}

.id{
margin-top:6px;
font-size:12px;
color:#475569;
letter-spacing:2px;
font-weight:500;
}

/* Animation */

@keyframes floatCard{

0%{
transform:translateY(0px) rotate(-2deg);
}

50%{
transform:translateY(25px) rotate(2deg);
}

100%{
transform:translateY(0px) rotate(-2deg);
}

}

.btn{
display:inline-block;
margin-top:30px;

padding:16px 40px;

/* liquid glass */
background:rgba(255,255,255,0.18);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);

color:#1e293b;
font-weight:600;
text-decoration:none;

/* pendrive capsule shape */
border-radius:50px;

border:1px solid rgba(255,255,255,0.35);

/* glass depth */
box-shadow:
0 10px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

transition:all 0.3s ease;
}

.btn:hover{
transform:translateY(-3px);

box-shadow:
0 15px 35px rgba(0,0,0,0.2),
inset 0 1px 0 rgba(255,255,255,0.6),
0 0 15px rgba(37,99,235,0.4);
}

/* Sections */

section{
padding:120px 20px;
max-width:1100px;
margin:auto;
text-align:center;
}

/* Skills */

.skills{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:20px;
margin-top:30px;
}

.skill{
background:white;
padding:15px 25px;
border-radius:10px;
box-shadow:0 10px 20px rgba(0,0,0,0.08);
}



/* -------------------------------About---------------------------------------------- */

#about{
display:flex;
justify-content:center;
align-items:center;
min-height:80vh;
}

/* folder wrapper */

.folder-container{
position:relative;
width:900px;
}

/* folder image */

.folder-img{
width:100%;
display:block;

/* liquid glass look */

opacity:0.5;
backdrop-filter: blur(10px);
filter:blur(2px);
}

/* text on top of folder */

.about-text{
position:absolute;
top:50%;
left:50%;

transform:translate(-50%, -50%);

text-align:center;
max-width:600px;
}

.about-text h2{
font-size:36px;
margin-bottom:20px;
}

.about-text p{
font-size:18px;
line-height:1.6;
color:#334155;
}






/* Folder background */

.folder-about{

width:900px;
height:550px;

position:relative;

background:url("folder-icon-macos.png") center/contain no-repeat;

display:flex;
flex-direction:column;
justify-content:center;
align-items:center;

text-align:center;

padding:120px 80px;
}

/* Text */

.folder-about h2{
font-size:36px;
color:#0f172a;
margin-bottom:20px;
}

.folder-about p{
font-size:18px;
max-width:600px;
color:#334155;
line-height:1.6;
position:relative;
z-index:2;
}


.folder-about::before{
content:"";

position:absolute;
top:0;
left:0;

width:100%;
height:100%;

/* glass effect */

background:rgba(255,255,255,0.25);

backdrop-filter:blur(15px);
-webkit-backdrop-filter:blur(15px);

border-radius:40px;

pointer-events:none;
}








/* USB button container */



/* metal head */



/* pins */

.usb-pin{
width:10px;
height:12px;
background:#90a4ae;
border-radius:2px;
}

/* pendrive body */

.usb-body{
display:flex;
align-items:center;
gap:12px;

width:240px;
height:75px;

padding-left:30px;

/* liquid glass */
background:rgba(255,255,255,0.18);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,0.35);

color:#1e293b;
font-weight:600;
text-decoration:none;

/* pendrive shape */
border-radius:0 45px 45px 45px;

/* glass depth */
box-shadow:
0 15px 35px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

position:relative;
overflow:hidden;

transition:0.35s ease;
}

.usb-btn:hover .usb-body{
box-shadow:
0 15px 30px rgba(0,0,0,0.35),
0 0 20px rgba(45,212,191,0.6);
}

/* hover effect */




/* USB container */

.usb-btn{
display:inline-flex;
align-items:center;

margin-top:40px;

transform:rotate(0deg);

cursor:pointer;

transition:0.4s ease;
}

/* metal head */

.usb-head{
width:55px;
height:40px;

display:flex;
justify-content:center;
align-items:center;
gap:6px;

/* glass metal look */
background:rgba(255,255,255,0.35);
backdrop-filter:blur(10px);

border-radius:8px 8px 0 0;

border:1px solid rgba(255,255,255,0.45);

box-shadow:
inset 0 2px 4px rgba(255,255,255,0.6),
0 5px 12px rgba(0,0,0,0.15);

transition:transform 0.35s ease;
}

.usb-btn:hover .usb-head{
transform:translateX(15px);
}
/* usb slots */

.usb-slot{
width:10px;
height:14px;
background:#94a3b8;
border-radius:2px;
}


.usb-body::before{
content:"";
position:absolute;

top:0;
left:-80%;

width:50%;
height:100%;

background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.6),
transparent
);

transform:skewX(-20deg);

animation:usbShine 5s infinite;
}

@keyframes usbShine{

0%{
left:-80%;
}

100%{
left:130%;
}

}

/* pendrive body */

.usb-body{
display:flex;
align-items:center;
gap:12px;

width:240px;
height:75px;

/* liquid glass body */
background:rgba(20,184,166,0.85);

backdrop-filter:blur(10px);

color:white;
font-weight:600;
text-decoration:none;

border-radius:0 40px 40px 40px;

padding-left:30px;

box-shadow:
0 12px 25px rgba(0,0,0,0.25);
}

/* usb icon */

.usb-logo{
font-size:20px;
}

/* hover animation */

.usb-btn:hover{
transform:rotate(-8deg) translateX(8px) scale(1.05);
}

/* floating glass particles */

.glass-particles{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
overflow:hidden;
z-index:-1;
}

.glass-particles span{
position:absolute;
display:block;
width:80px;
height:80px;

background:rgba(255,255,255,0.25);
backdrop-filter:blur(10px);

border-radius:50%;
border:1px solid rgba(255,255,255,0.4);

animation:floatBubble 18s linear infinite;
}

/* different positions */

.glass-particles span:nth-child(1){
left:10%;
animation-duration:20s;
}

.glass-particles span:nth-child(2){
left:30%;
width:60px;
height:60px;
animation-duration:16s;
}

.glass-particles span:nth-child(3){
left:50%;
width:100px;
height:100px;
animation-duration:22s;
}

.glass-particles span:nth-child(4){
left:70%;
width:70px;
height:70px;
animation-duration:18s;
}

.glass-particles span:nth-child(5){
left:85%;
width:90px;
height:90px;
animation-duration:24s;
}

@keyframes floatBubble{

0%{
transform:translateY(100vh) scale(0.5);
opacity:0;
}

50%{
opacity:0.5;
}

100%{
transform:translateY(-120px) scale(1);
opacity:0;
}

}


.skills{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:40px;
margin-top:40px;
}

/* power button skill */

.skill-power{

width:140px;
height:140px;

display:flex;
flex-direction:column;
align-items:center;
justify-content:center;

border-radius:50%;

/* glass effect */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(15px);

border:2px solid rgba(255,255,255,0.4);

box-shadow:
0 15px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

transition:0.3s;
}

.power-icon{
font-size:40px;
color:#2563eb;
margin-bottom:8px;
}

/* circle skill card */

.skill-circle{

width:140px;
height:140px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

/* liquid glass */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(15px);
-webkit-backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,0.4);

box-shadow:
0 15px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

font-weight:600;
font-size:16px;

transition:0.4s ease;
}

.skill-power:hover{

transform:scale(1.1);

box-shadow:
0 20px 40px rgba(0,0,0,0.25),
0 0 20px rgba(37,99,235,0.5);
}

.skill-circle:hover{

transform:translateY(-10px) scale(1.08);

box-shadow:
0 20px 40px rgba(0,0,0,0.25),
0 0 20px rgba(37,99,235,0.4);
}

.power-icon{
font-size:40px;
color:#2563eb;
margin-bottom:8px;

display:inline-block;
transition:transform 0.4s ease;
}

.skill-power:hover .power-icon{
animation:powerRotate 0.9s ease;
}

@keyframes powerRotate{

0%{
transform:rotate(0deg);
}

50%{
transform:rotate(90deg);
}

100%{
transform:rotate(0deg);
}

}




/* My Badges */

/* ---------------- Badges Section ---------------- */

/* Badges section */

#badges{
padding:120px 20px;
max-width:1100px;
margin:auto;
text-align:center;
}

.badges-container{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:40px;
margin-top:40px;
}

/* glass card */

.badge{
padding:20px;

background:rgba(255,255,255,0.18);
backdrop-filter:blur(18px);

border-radius:18px;

border:1px solid rgba(255,255,255,0.35);

box-shadow:
0 15px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

transition:0.3s;
}

.badge:hover{
transform:translateY(-10px) scale(1.05);
box-shadow:
0 20px 40px rgba(0,0,0,0.25),
0 0 15px rgba(37,99,235,0.4);
}



/* Project */

.project{

width:320px;
height: 320px;
padding:20px;

border-radius:120px;

text-align:center;

/* glass effect */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,0.35);

box-shadow:
0 15px 30px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

transition:0.3s;
}

.project:hover{

transform:translateY(-10px) scale(1.05);

box-shadow:
0 20px 40px rgba(0,0,0,0.25),
0 0 20px rgba(37,99,235,0.4);
}

.project-container{
display:flex;
flex-wrap:wrap;
justify-content:center;
gap:40px;
margin-top:40px;
}



.project-link{
text-decoration:none;
color:inherit;
}

.project-img{

width:90%;
height:120px;

object-fit:cover;

border-radius:50px;

margin-bottom:10px;
}

/* Contact form */

/* Contact section */

#contact{
padding:120px 20px;
max-width:700px;
margin:auto;
text-align:center;
}

/* form */

.contact-form{
margin-top:40px;
display:flex;
flex-direction:column;
gap:20px;
}

/* inputs */

.input-group input,
.input-group textarea{

width:100%;
padding:14px 18px;

border-radius:12px;

/* glass effect */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(15px);

border:1px solid rgba(255,255,255,0.35);

outline:none;
font-size:16px;
}

/* button */

.contact-btn{

padding:14px 25px;

border:none;
border-radius:30px;

background:#2563eb;
color:white;

font-weight:600;
cursor:pointer;

transition:0.3s;
}

/* hover */

.contact-btn:hover{
transform:translateY(-3px);
box-shadow:0 10px 20px rgba(37,99,235,0.4);
}

/* Enter key button */

/* L-shaped keyboard Enter key */




/* Enter key button */

.enter-btn{

padding:16px 32px;

font-size:16px;
font-weight:600;

border-radius:30px;

/* liquid glass */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(18px);
-webkit-backdrop-filter:blur(18px);

border:1px solid rgba(255,255,255,0.35);

color:#1e293b;

box-shadow:
0 10px 25px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

cursor:pointer;

transition:all 0.3s ease;
position:relative;
overflow:hidden;
}


.enter-btn::before{

content:"";
position:absolute;

top:0;
left:-80%;

width:50%;
height:100%;

background:linear-gradient(
120deg,
transparent,
rgba(255,255,255,0.6),
transparent
);

transform:skewX(-20deg);

transition:0.6s;
}

.enter-btn:hover::before{
left:130%;
}

.enter-btn:active{
transform:translateY(2px);
}

.enter-btn:hover{

transform:translateY(-3px) scale(1.05);

box-shadow:
0 15px 35px rgba(0,0,0,0.25),
0 0 20px rgba(37,99,235,0.4);
}


/* loader */

.loader{

width:22px;
height:22px;

border:3px solid rgba(255,255,255,0.4);
border-top:3px solid #2563eb;

border-radius:50%;

position:absolute;
top:50%;
left:50%;

transform:translate(-50%,-50%);

display:none;

animation:spin 0.8s linear infinite;
}

@keyframes spin{
0%{transform:translate(-50%,-50%) rotate(0deg);}
100%{transform:translate(-50%,-50%) rotate(360deg);}
}

.enter-btn{
position:relative;
}

.enter-btn.loading .btn-text{
visibility:hidden;
}

.enter-btn.loading .loader{
display:block;
}


/* Footer */

.footer{

margin-top:120px;
padding:40px 20px;

text-align:center;

/* liquid glass */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(15px);

border-top:1px solid rgba(255,255,255,0.35);

box-shadow:
0 -10px 25px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.6);

}

.footer-content{
max-width:1000px;
margin:auto;
}

.footer h3{
margin-bottom:10px;
}

.footer p{
color:#475569;
margin-bottom:15px;
}

/* footer links */

.footer-links{
display:flex;
justify-content:center;
gap:20px;
margin-bottom:15px;
flex-wrap:wrap;
}

.footer-links a{

text-decoration:none;
color:#2563eb;
font-weight:500;

transition:0.3s;
}

.footer-links a:hover{
text-decoration:underline;
}

.copyright{
font-size:14px;
color:#64748b;
}

/* social icons */

.social-icons{
display:flex;
justify-content:center;
gap:25px;
margin:20px 0;
}

.social-icons a{

width:45px;
height:45px;

display:flex;
align-items:center;
justify-content:center;

border-radius:50%;

/* glass effect */

background:rgba(255,255,255,0.2);
backdrop-filter:blur(10px);

border:1px solid rgba(255,255,255,0.35);

color:#1e293b;

font-size:20px;

transition:0.3s;
}

.social-icons a:hover{

transform:translateY(-5px) scale(1.1);

box-shadow:
0 10px 20px rgba(0,0,0,0.2),
0 0 15px rgba(37,99,235,0.5);

color:#2563eb;
}