html{
scroll-behavior:smooth;
}

body{
font-family:emoji;
background:linear-gradient(135deg,#0f172a,#111827,#0e0e0e);
color:#e2e8f0;
overflow-x:hidden;
}
.navbar{
background:rgba(15,23,42,0.85);
backdrop-filter:blur(10px);

}

.navbar-brand{
font-size: 24px;
color:#a855f7 ;

}

.nav-link{
    font-size: 22px;
    display: flex;
    gap: 40px;
color:#cbd5e1;
transition:0.3s;
}

.nav-link:hover{
color:#a855f7;
}

.hero h1{
  display: inline-block;
  font-weight: 600;
  margin: 0;
  color: #f8fafc;
}

.hero .typing{
  font-size: 1.7rem;
  color: #dbeafe;
}

.highlight{
color:#c084fc;
text-shadow:0 0 30px rgba(192,132,252,0.9);

}

.typing{
overflow:hidden;
white-space:nowrap;
border-right:3px solid #c084fc;
width:0;
animation:typing 4s steps(40,end) forwards, blink 1s infinite;
}

@keyframes typing{
from{width:0}
to{width:100%}
}

.hero{
    min-height: 80vh;
    padding: 100px 30px;
    background: linear-gradient(135deg, rgba(15,23,42,0.95), rgba(17,24,39,0.95));
    color: #e2e8f0;
    position: relative;
    display: flex;
    align-items: center;
}

.hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15,23,42,0.75);
}

.hero .container,
.hero .row,
.hero .col-md-6 {
    position: relative;
    z-index: 1;
}

.hero-img {
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.hero .col-md-6:first-child {
    text-align: left;
}

.hero .col-md-6:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero .container,
.hero .row,
.hero .col-md-6 {
    position: relative;
    z-index: 1;
}

@media (max-width: 992px) {
    .hero {
        min-height: 70vh;
        padding: 80px 20px;
        background-position: top;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero .typing {
        font-size: 1.4rem;
    }
}

@keyframes float{
0%{transform:translateY(0px);}
50%{transform:translateY(-20px);}
100%{transform:translateY(0px);}
}
.mb-5{
  color: #9c54df;
}
.btn-glow{
background:#7c3aed;
color:white;
padding:12px 30px;
border-radius:30px;
border:none;
box-shadow:0 0 25px rgba(124,58,237,0.8);
}

.btn-glow:hover{
transform:translateY(-5px);
box-shadow:0 0 45px rgba(124,58,237,1);
}
.about {
    color: #e2e8f0;
}

.about .glass {
    border: 1px solid rgba(255,255,255,0.1);
    overflow-y: auto;
    max-height: 300px;
}

.about .glass p,
.about .glass li,
.about .glass h2 {
    color: white;
}
.experience{
  display: flex;
  justify-content: space-evenly;
  gap: 50px;
  margin-top: 3rem !important;

}
.experience .card{
  display: flex;
  background-color:rgba(15,23,42,0.85);
  gap: 20px;
  color: #e2e8f0;
  width: 450px;
  height: 270px;
  border-radius: 30px;
  box-shadow:0 0 25px rgba(124,58,237,0.8);
}
.card :hover{
  transform:translateY(-5px);
box-shadow:0 0 45px rgba(124,58,237,1);
}
.subtitle{

  color: #9c54df;
  transition:0.3s;
}

.glass{
background:rgba(255,255,255,0.05);
backdrop-filter:blur(20px);
border:1px solid rgba(255,255,255,0.1);
border-radius:30px;
padding:40px;
font-size: 25px;
width: 76%;
max-width: 100%;
}



.projects {
    background: linear-gradient(135deg, #0a1223, #1e293b);
    color: #e2e8f0;
}

.projects .project-card {
    font-size: 1rem;
    background: rgba(15,23,42,0.8);
    border: 1px solid rgba(148,163,184,0.3);
    width:100%;
}

.projects .project-card h3,
.projects .project-card p {
    color: #dbeafe;
}

.contact-section {
    background: linear-gradient(135deg, #0a1223, #1e293b);
    color:white;
}

.contact-section .glass {
    background: rgba(255,255,255,0.95);
    border: 1px solid rgba(15,23,42,0.15);
    color: #0f172a;
}

.contact-section .contact-info h3,
.contact-section .contact-form .form-label,
.contact-section .project-card h3 {
    color: #7c3aed;
}

.contact-section .contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #7533b4;
}

.glass h3{
color: white;
}

.contact-section .contact-item .icon {
    font-size: 1.3rem;
    width: 32px;
    text-align: center;
}

.contact-section .contact-item span {
    color: white;
    font-size: 0.98rem;
}

.contact-section .contact-info p,
.contact-section .contact-form .form-control,
.contact-section .glass p {
    color: #0f172a;
}
label{
    color:white !important;
}

.contact-form .form-control {
    background: #7533b4;
    border: 1px solid rgba(15,23,42,0.25);
    color: white;
}

.contact-form .form-control::placeholder {
    color: white;
}

.contact-form .form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(124,58,237,0.2);
}

.contact-section .btn-glow {
    background: #7c3aed;
    color: #fff;
}

.site-footer {
    background: rgba(15,23,42,0.9);
    color: #cbd5e1;
    padding: 16px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-content p {
    margin: 0;
    font-size: 0.9rem;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
}

.footer-links a {
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: #a855f7;
}

.divider {
    color: #6b7280;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        margin-top: 280px;
        font-size: 28px;
    }
}

.glass:hover{
transform:translateY(-10px);
box-shadow:0 25px 45px rgba(0,0,0,0.6);
}
.timeline{
border-left:5px solid #7c3aed;
padding-left:40px;
}

.timeline-item{
margin-bottom:10px;
position:relative;
}

.timeline-item::before{
content:'';
position:absolute;
left:-30px;
width:20px;
height:20px;
background:#a855f7;
border-radius:50%;
box-shadow:0 0 20px #a855f7;
margin-bottom: 25px;
padding-bottom: 20px;
}

.progress{
height:10px;
background:#1f2937;
}

.progress-bar{
background:linear-gradient(90deg,#8b5cf6,#ec4899);
animation:grow 2s ease-in-out;
}
@keyframes grow{
from{width:0;}
}

.section {
    padding: 70px 0;
}

.projects .project-card,
.contact-section .glass {
    background:rgba(255,255,255,0.08);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:20px;
    padding:25px;
    color:#e2e8f0;
    height: stretch;
    box-shadow:0 0 30px rgba(124,58,237,0.45);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.projects .project-card:hover,
.contact-section .glass:hover {
    transform: translateY(-8px);
    box-shadow:0 0 40px rgba(124,58,237,0.7);
}

.tools>span{
background:#7c3aed;
color:white;
padding:12px 20px;
border-radius:30px;
border:none;
box-shadow:0 0 25px rgba(124,58,237,0.8);
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.contact-info h3,
.project-card h3 {
    color:#c084fc;
    margin-bottom:15px;
}

.contact-form .form-label {
    color:#dbeafe;
}

.contact-form .form-control {
    border:1px solid rgba(148,163,184,0.3);
    color:#e2e8f0;
}

.contact-form .form-control:focus {
    box-shadow:0 0 0 0.2rem rgba(140, 92, 246, 0.35);
}

@media (max-width: 992px) {
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .hero h1 {
        margin-top: 280px;
        font-size: 28px;
    }
}


