
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    scroll-behavior: smooth;
    text-decoration: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

:root{
    --text-color:#f5f5f5;
    --hover-color:#12f7ff;
    --bg-color:#250821;
    --secon-bg-color:#292e33;
    --third-bg-color:rgb(52, 68, 71);
    --big-font:2.5rem;
    --normal-font:2rem;
    --neon-text-shadow:#12f7ff;
    --norma-box-shadow:0 0 .5rem #12f7ff;
    --h2-font:3rem;
    --font-neon-text-shadow: 0 0 10px rgb(18,247,255,0.3),
    0 0 20px rgb(18,247,255,0.3),
    0 0 30px rgb(18,247,255,0.3),
    0 0 40px rgb(18,247,255,0.3),
    0 0 70px rgb(18,247,255,0.3),
    0 0 80px rgb(18,247,255,0.3),
    0 0 100px rgb(18,247,255,0.3),
    0 0 150px rgb(18,247,255,0.3),

}
::-webkit-scrollbar{
    height: 0;
    width: .5rem;
}
::-webkit-scrollbar-track{
    background:var(--secon-bg-color);

}
::-webkit-scrollbar-thumb{
    background: var(--hover-color);
    border-radius: 5rem;
}
body{
    font-family: 'Montserrat', sans-serif;
    background-color:var(--bg-color);
    color: var(--text-color);
}
/* Base header */
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 20px 10%;
    background: transparent;
    transition: background 0.3s ease;
}

/* Sticky header on scroll */
header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: var(--bg-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 999;
    width: 100%;
    transition: 0.3s ease;
}


.logo{
    font-size: 50px;
    font-weight:700 ;
    letter-spacing: 1px;
    display: flex;
}
.logo{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
    cursor: pointer;
}
span{
    color:var(--text-color);
}

.navlist{
    display: flex;
    
}
.navlist a{
    display: inline-block;
    color: var(--text-color);  
    font-weight: 500;
    padding: 10px 20px;
    animation: slideAnimation 1s ease forwards;
    animation-delay: calc(.3s * var(--i));
    opacity: 0;
}
.navlist a:hover{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
}
.navlist a.active{
    color: var(--hover-color);

}
#menu-icon{
    font-size:1.8rem;
    z-index: 10001;
    cursor: pointer;
    margin-left:25;
    background: var(--hover-color);
    border-radius: 3px;
    color: var(--secon-bg-color);
    display: none;
}
section{
    padding: 100px 10%;
}
.home{
    min-height:100vh ;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    justify-content: space-around;
    grid-gap:3rem;
    display: flex;
    gap: 5rem;
    padding: 50px 20px;
    flex-wrap: wrap;
    
}

.home-content{
    padding-top: 100px;
    align-items: center;
    max-width: 600px;
}
.home-content h1{
    font-size: var(--big-font);
    font-weight: 700;
}
.home-content h1{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
    cursor: pointer;
}
.change-text{
    font-size: 1.5rem;
    font-weight: 600;
}
.change-text h3{
    display: inline-flex;
    margin: 0;
    vertical-align: top;
    
}
.change-text h3 .word{
    position: absolute;
    display: flex;
    opacity: 0;
    color:var(--hover-color);
    
}
.change-text h3 .word .letter{
    transform-origin: center center 25px;
}
.change-text h3 .word .letter.out{
    transform: rotateX(90deg);
    transition: 0.32s cubic-bezier(0.6,0,0.7,0.2);
}
.change-text h3 .word .letter.in{
    transition: 0.38s ease;
}
.change-text h3 .word .letter.behind{
    transform: rotateX(-90deg);
}
.home-content p{
    color: #bdbdbd;
    line-height: 1.6;
    text-indent: 100px;
}
.info-box{
    display:inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 300px;
    margin: 1rem 0 2rem;
}

.info-box h5{
    font-weight: 600;
    color: var(--text-color);
    font-size: 1rem;
}
.info-box span{
    font-size: .9rem;
    color: #bdbdbd;
}
.btn-box{
    display: flex;
    justify-content: space-between;
    width: 320px;
    height: 45px;
}

/*111111111111111111111111*/
.btn-box a.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background:var(--hover-color);
    color: var(--bg-color);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: -6s;
    box-shadow: var(--norma-box-shadow);
    border-radius: 5px;
    position: relative;overflow: hidden;
    z-index: 1;
    border:2px solid var(--hover-color);
}
a.btn:hover{
    color: var(--hover-color);
}
a.btn::before{
    content:"";
    position: absolute;
    top:0;
    left: 0;
    background: var(--bg-color);
    width: 0;
    height: 100%;
    z-index:-1;
    transform: -4s;

}
a.btn:hover::before{
    width: 100%;
}
a.btn:nth-child(2){
    background: var(--bg-color);
    color: var(--hover-color);
}
a.btn:nth-child(2):hover{
    color:var(--bg-color);

}
a.btn:nth-child(2)::before{
    background:var(--hover-color);

}

.social-icons{
    margin: 50px;
    display: flex;
    gap: 20px;
    width: 220px;
    height: 40px;
}
.social-icons a{
    display:inline-flex;
    width: 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    color: var(--hover-color);
    border: 2px solid var(--hover-color);
    transition: .6s;
    box-shadow: 0 0 0.3rem #12f7ff;
    border-radius:5px;
    position:relative;
    z-index: 1;
    overflow: hidden;
}
.social-icons a i{
    font-size: 1.5rem;
}
.social-icons a:hover{
    color: var(--bg-color);
}
.social-icons a::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: .6s;
    z-index: -1;
    background:var(--hover-color);
}
.social-icons a:hover::before{
    width: 100%;
}
.home-image{
    position: relative;
}
.image-box{
    text-align: center;
    margin: 50px;
    border-radius: 50px;
    box-shadow: #0edbdb;
    box-sizing: 10px;
}
.img-box img{
    border-radius: 50%;
    top: -10%;
    max-width: 400px;
    max-height: auto;

}
.liquid-shape{
    width: 500px;
    position:absolute;
    height: 100%;
    z-index: 1;
    top: 10%;
}
/*----------------------------------------------------------------*/
/* Base responsive sizing for all avatars */
.avatar{
  display: block;
  width: 45vw;               /* responsive by viewport width */
  max-width: 320px;          /* upper limit */
  min-width: 120px;          /* lower limit on tiny screens */
  height: auto;
  object-fit: cover;
  margin: 1rem auto;
  border-radius: 12px;       /* default rounding (overridden in circular styles) */
  transition: transform .25s ease, box-shadow .25s ease;
}

/* Small screens: smaller images */
@media (max-width: 480px){
  .avatar { width: 65vw; max-width: 220px; }
}

/* Medium screens */
@media (min-width: 481px) and (max-width: 1024px) {
  .avatar { width: 40vw; max-width: 300px; }
}

/* Large screens */
@media (min-width: 1025px) {
  .avatar { width: 28vw; max-width: 360px; }
}

/* Hover lift for all */
.avatar:hover { transform: translateY(-6px); }

/* ---------------------------
   Style 1: Simple thick border
   --------------------------- */
.style-1{
    color: var(--hover-color);
    box-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
    cursor: pointer;
  
}



.style-1:hover{
   border:  solid rgb(13, 171, 228); /* change color */
  box-shadow: 0 10px 18px rgba(8, 0, 230, 0.18);
    
}

/* Optional: different border on very small screens to save space */
@media (max-width: 420px){
  .style-1{ border-width: 4px; }
  .style-4{ border-width: 2px; box-shadow: 6px 8px 12px rgba(0,0,0,0.08); }
}

/*----------------------------------------------------------------*/
.liquid-shape:nth-child(2){
    filter: blur(10px);
}
.about {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  padding: 50px 20px;
  background: var(--secon-bg-color);
  flex-wrap: wrap;
}

.img-about {
  position: relative;
  max-width: 400px;
}
.img-about img {
   
    border-radius: 10px;
    border: 1px solid var(--hover-color);
    box-shadow: var(--norma-box-shadow);
    max-width: 400px;
    transition: transform 0.3s ease;
}

.img-about img:hover {
    transform: translateY(-10px);
    background: var(--bg-color);
}
.img-about img {
  cursor:pointer;
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.about-content {
  max-width: 800px;
}

.about-content {
 
  text-align: center;
  color: #fdfdfd;
  font-size: 0.8rem;
  font-weight: 200;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.about-content h2 {
  color: var(--hover-color);
  font-weight: 700;
  font-size: 2rem;
  margin-top: 15px;
  margin-bottom: 30px;
}

.about-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.about-content p {
    text-indent: 100px;
    line-height: 1.6;
    text-transform: capitalize;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-style: none;
    max-width: 700px;
  font-size: 1rem;
  color: var(--text-color);
  line-height: 1.6;
}

.btn-box .btn {
  display: inline-block;
  padding: 10px 20px;
  background: var(--hover-color);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 1rem;
  transition: background 0.3s;
}

.btn-box .btn:hover {
  background: #0edbdb;
}

.info-about1,
.info-about2 {
  background: var(--bg-color);
  font-size: 0.75rem;
  position: absolute;
  padding: 10px;
  width: 90px;
  height: 90px;
  border-radius: 69% 31% 66% 34% / 21% 30% 70% 79%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: var(--norma-box-shadow);
  border: 1px solid var(--hover-color);
  outline: 2px solid var(--bg-color);
  z-index: 100;
  animation: morph 6s linear infinite;
  color: var(--text-color);
  text-align: center;
}

.info-about1, .info-about2 {
    background: var(--secon-bg-color);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid var(--hover-color);
    box-shadow: var(--norma-box-shadow);
    max-width: 400px;
    transition: transform 0.3s ease;
}

.info-about1:hover,
.info-about2:hover {
    transform: translateY(-10px);
    background: var(--bg-color);
}

.info-about1 {
  top: 10%;
  left: 34px;
}

.info-about2 {
  bottom: 10%;
  right: -20px;
}



.internships {
    padding: 80px 10%;
    color: var(--text-color);
}

.section-title{
    font-size: var(--h2-font);
    text-align: center;
    margin-bottom: 2rem;
    color:white;
}
.section-title:hover{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
}

.internship-container {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

.internship-card {
    background: var(--secon-bg-color);
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid var(--hover-color);
    box-shadow: var(--norma-box-shadow);
    max-width: 400px;
    transition: transform 0.3s ease;
}

.internship-card:hover {
    transform: translateY(-15px);
}

.internship-card h3 {
    color: var(--hover-color);
    margin-bottom: 0.5rem;
}

.internship-card p {
    font-size: 1rem;
    line-height: 1.5;
}
.internship-card .btn {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.6rem 1.2rem;
    font-weight: 600;
    background: var(--hover-color);
    color: var(--bg-color);
    border: 2px solid var(--hover-color);
    border-radius: 5px;
    box-shadow: var(--norma-box-shadow);
    transition: all 0.4s ease;
    text-align: center;
    text-decoration: none;
}

.internship-card .btn:hover {
    background: var(--bg-color);
    color: var(--hover-color);
    box-shadow: 0 0 10px var(--hover-color),
                0 0 20px var(--hover-color),
                0 0 40px var(--hover-color),
                0 0 60px var(--hover-color);
    border: 2px solid var(--hover-color);
    
}





@media (max-width: 768px) {
    .cert-card {
        max-width: 100%;
    }
}



.img-about {
    position: relative;
    width: fit-content;
    margin: auto;
    text-align: center;
}

.img-about img {
    max-width: 300px;
    z-index: 2;
    position: relative;
}

/* Liquid shape behind image */
.img-about .liquid-shape {
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    width: 350px;
    height: 350px;
}
.main-text h5 {
    text-align: center;
    margin-bottom: 15px;
    color: #fdfdfd;
    font-size: 0.8rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    
}

h2{
    color: white; 
    margin-bottom: 15px;
    text-align: center;
    font-size: var(--h2-font);
    font-weight: 700;
    font-size: 2rem;
    padding-bottom: 20px;
}

h2{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
}

.skill-left span{
    color: var(--hover-color);
}

.skill-main{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1.1fr);
    grid-row-gap:30px;
    grid-column-gap: 50px;
}
.skill-bar{
    margin-bottom: 2.3rem;
}
.skill-bar h3{
    margin-bottom: 2rem;
    font-size: var(--normal-font);
    text-align: center;
}
.skill-left .skill-bar .skill-bar .read-more-tech .info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
.skill-left .skill-bar .bar{
    width: 100%;
    height: 10px;
    background-color: var(--second-bg-color);
    border-radius: 25px;
    margin-top: 10px;
    position: relative;
}
.skill-bar .bar span{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    background: var(--hover-color);
    border-radius: 25px;
    box-shadow: var(--norma-box-shadow);
}
.skill-bar .bar .html{
    width: 97%;
    animation: html 2s;
    
}
.skill-bar .bar .python{
    width: 89%;
    animation: python 3s;
}
.skill-bar .bar .javascript{
    width: 79%;
    animation: javascript 4s;
}
.skill-bar .bar .css{
    width: 90%;
    animation: css 5s;
}
.skill-bar .bar .git{
    width: 99%;
    animation: git 6s;
}
.skill-bar .bar .sql{
    width: 92%;
    animation: sql 7s;
}
/* skiils right*/
.professional{
    display: grid;
    grid-template-columns: 1fr ;
    row-gap: 20px;
}
.box{
    height: 100px;
    position: relative;
    margin: 10px 0;
    flex: 1 1 15rem;
}
.box{
    height: 100px;
    position: relative;
    margin: 10px 0;
    flex: 1 1 15rem;
}


.box .text{
    text-align: center;
    color: #fff;
    font-size: 1rem;
}
.box .text big{
    font: 400;
    letter-spacing: 1px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.box .text small{
    display: flex;
    font-weight: 600;
}
.circle {
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    position: relative;
}

.circle .points {
    width: 2px;
    height: 10px;
    background-color: var(--bg-color);
    position: absolute;
    border-radius: 3px;
    transform: rotate(calc(var(--i) * var(--rot))) translateY(-45px);
}

.points.marked {
    animation: glow 0.04s linear forwards;
    animation-delay: calc(var(--i) * 0.05s);
}

/*portfolio section s*/
.portfolio{
    background: var();
}
.filter-buttons{
    margin: 2rem;
    text-align: center;
}
.filter-buttons .btn{
    background:none;
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 1.10rem;
    font-weight: 600;
    letter-spacing: .4px;
    margin-left: 1.3rem;
    color: var(--text-color);
}
.filter-buttons .btn:hover{
    color: var(--hover-color);
}
.portfolio-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    column-gap: 10rem;
    row-gap: 5rem;
    justify-items: center;
    padding: 1rem;
}

/* Optional: improve responsiveness */
@media (max-width: 768px) {
    .portfolio-gallery {
        grid-template-columns: 1fr;
    }
}
.port-box{
    width: 430px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #292e33;
    display: flex;
    grid-template-rows: 1fr auto;
    align-items: center;
    border: 2px solid var(--hover-color);
    box-shadow: var(--norma-box-shadow);

}
.port-image{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.port-image img{
    width: 100%;
    opacity: .5s;
    height: 100%;
    transform: .5s;
}
.port-content{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(rgba(0,0,0,2),#12f7ff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
    transition: 0.5s;
    padding: 0 2rem;
}
.port-box:hover .port-content{
    opacity: 1;

}
.port-box:hover .port-image img{
    transform: scale(1.1);
}
.port-content h3{
    font-size: 1.5rem;
    font-weight: 600;
}
.port-content p{
    font-size: .8rem;
    margin: 5px 0 15px 0;
}
.port-content a{
    background: #fff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 1px solid var(--hover-color);
    outline: 2px solid #fff;
}
.port-content a i{
    font-size: 1;
}
/*contact form*/
.contact{
    background:var(--secon-bg-color);
    width: 100%;
}
.contact form{
    text-align: center;
    max-width: 50rem;
    margin: 1rem auto;
    margin-bottom: 3rem;
}
.contact form input,
.contact form textarea{
    width: 100%;
    color: var(--text-color);
    background: var(--bg-color);
    margin-bottom: .8rem;
    border: none;
    border-radius: 5px;
    padding: .7rem;   
}
.contact form  textarea{
    resize: none;
}
.formBtn{
    display: flex;
    justify-content: center;
    width: 100%;
}





/*button*/
.btn-box button.btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 100%;
    background:var(--hover-color);
    color: var(--bg-color);
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: -6s;
    box-shadow: var(--norma-box-shadow);
    border-radius: 5px;
    position: relative;overflow: hidden;
    z-index: 1;
    border:2px solid var(--hover-color);
}
button.btn:hover{
    color: var(--hover-color);
}
button.btn::before{
    content:"";
    position: absolute;
    top:0;
    left: 0;
    background: var(--bg-color);
    width: 0;
    height: 100%;
    z-index:-1;
    transform: -4s;

}
button.btn:hover::before{
    width: 100%;
}
/*certificates*/
.certificates {
    padding: 80px 10%;
    
    color: var(--text-color);
}

.certificates-title {
    font-size: var(--h2-font);
    text-align: center;
    color: white;
    margin-bottom: 2rem;
}
.certificates-title:hover{
    color: var(--hover-color);
}

.cert-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 2rem;
    justify-content: center;
}
.cert-box img {
  width: 300;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 255, 255, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cert-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
.cert-box {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    background: #292e33;
    border: 2px solid var(--hover-color);
    box-shadow: var(--norma-box-shadow);
    transition: transform 0.3s ease;
}

.cert-box:hover {
    transform: scale(1.05);
}

.cert-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    opacity: 1;
    transition: 0.4s ease;
}

.cert-content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.4s ease;
    text-align: center;
}

.cert-box:hover .cert-content {
    opacity: 1;
}

.cert-content h3 {
    font-size: 1.2rem;
    color: var(--hover-color);
    margin-bottom: 0.5rem;
}

.cert-content p {
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #ccc;
}

.cert-content a {
    background: var(--hover-color);
    color: var(--bg-color);
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s ease;
}

.cert-content a:hover {
    background: var(--bg-color);
    color: var(--hover-color);
    box-shadow: 0 0 10px var(--hover-color);
}

/*footer */
.footer-content{
    font-size: 50px;
    font-weight:700 ;
    letter-spacing: 1px;
    
}
.footer-content span{
    color: var(--hover-color);
    text-shadow:  0 0 10px rgb(18,247,255,0.6),
    0 0 20px rgb(18,247,255,0.6),
    0 0 30px rgb(18,247,255,0.6),
    0 0 40px rgb(18,247,255,0.6),
    0 0 70px rgb(18,247,255,0.6),
    0 0 80px rgb(18,247,255,0.6),
    0 0 100px rgb(18,247,255,0.6),
    0 0 150px rgb(18,247,255,0.6);
    cursor: pointer;
}
.footer {
    background-color: var(--secon-bg-color);
    color: var(--text-color);
    padding: 40px 10%;
    text-align: center;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
}

.footer h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    color: var(--hover-color);
    text-shadow: var(--font-neon-text-shadow);
}

.footer span {
    color: var(--text-color);
}

.footer p {
    font-size: 0.95rem;
    color: #ccc;
    margin: 10px 0;
}

.footer-social {
    margin: 20px 0;
}

.footer-social a {
    color: var(--hover-color);
    margin: 0 10px;
    font-size: 1.4rem;
    transition: transform 0.3s ease, color 0.3s ease;
}

.footer-social a:hover {
    transform: scale(1.3);
    color: #0ef;
    text-shadow: 0 0 8px rgba(18, 247, 255, 0.7);
}

.footer-bottom {
    margin-top: 15px;
    font-size: 0.85rem;
    color: #aaa;
}


/*key frames*/
@keyframes morph {
  0%,
  100% {
    border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  30% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  60% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
  80% {
    border-radius: 69% 31% 60% 34% / 21% 30% 70% 79%;
  }
}
@keyframes html{
    0%{
        width: 0%;
    }
    100%{
        width: 97%;
    }
}
@keyframes python{
    0%{
        width: 0%;
    }
    100%{
        width: 89%;
    }
}
@keyframes javascript{
    0%{
        width: 0%;
    }
    100%{
        width: 79%;
    }
}
@keyframes css{
    0%{
        width: 0%;
    }
    100%{
        width: 90%;
    }
}
@keyframes git{
    0%{
        width: 0%;
    }
    100%{
        width: 99%;
    }
}
@keyframes sql{
    0%{
        width: 0%;
    }
    100%{
        width: 92%;
    }
}
@keyframes glow{
    0%{
        background:var(--bg-color);
        box-shadow: none;
    }
    100%{
        background: var(--hover-color);
        box-shadow: var(--norma-box-shadow);
    }
    
}
/* Optional Glow Effect */
@keyframes glow {
    0% {
        background-color: var(--bg-color);
        box-shadow: none;
    }
    100% {
        background-color: #12f7ff;
        box-shadow: 0 0 5px #12f7ff, 0 0 10px #12f7ff;
    }
}

@keyframes slideAnimation{
    0%{
        opacity: 0;
        transform: translateY(100px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
}






/* Base Header */
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 10%;
    height: 70px; /* Fixed height for consistency */
    background: transparent;
    transition: background 0.3s ease, height 0.3s ease;
}

/* Sticky Header */
header.sticky {
    background: var(--bg-color);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    height: 100px; /* Slightly reduced on scroll */
}

/* Menu Icon Styling */
#menu-icon {
    height: auto; /* Set your desired height */
    width: 40px;  /* Optional: make it square */
    font-size: 1.8rem;
    line-height: 40px; /* Center the icon vertically */
    text-align: center;
    color: var(--secon-bg-color);
    background: var(--hover-color);
    padding: 5px;
    border-radius: 5px;
    display: none;
    z-index: 10001;
    transition: all 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    header {
        padding: 10px 5%;
        height: 65px;
    }

    section {
        padding: 80px 5%;
    }


    .info-box {
        width: 100%;
        justify-content: center;
        flex-direction: column;
        gap: 0.8rem;
    }

    .home-image {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }
    .change-text .andd{
        padding-top: 30px;
    }
    
}

@media (max-width: 768px) {
    #menu-icon {
        display: block;
        position: absolute;
        top: 18px; /* Adjust for better alignment */
        right: 5%;

    }

    .navlist {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--secon-bg-color);
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem 5%;
        display: none;
        z-index: 999;
    }

    .navlist.open {
        display: flex;
    }

    .navlist a {
        display: block;
        padding: 1rem 0;
        width: 100%;
        font-size: 1.1rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
}
@media (max-width: 768px) {
    #menu-icon {
        display: block;
        position: absolute;
        top: 15px;  /* Adjust for vertical alignment in header */
        right: 5%;
    }
}









/* Initially hide extra skills */
.extra-skills {
  display: none;
  margin-top: 1rem;
  animation: fadeIn 0.5s ease-in-out;
}

/* Fade animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Custom bar colors */
.bar span.git {
  width: 99%;
  background: var(--hover-color);
}

.bar span.sql {
  width: 92%;
  background: var(--hover-color);
}
.read-more-right {
    display: none;

}
.read-more-right.show {
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.read-more-tech,
.read-more-pro {
    display: none;
    
    
}

.read-more-tech.show,
.read-more-pro.show {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    animation: fadeIn 0.5s ease;
    
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Custom height for specific professional skill boxes */
.read-more-pro{
    height: 130px; /* Adjust height as needed */
}


/** show more certifiac*/


.scroll-scale{
    opacity: 0;
    transform: scale(.9);
    transition: all 2s;
}
.scroll-bottom{
    opacity: 0;
    transform: translateY(300px);
    transition: all 3s;
}
.scroll-top{
    opacity: 0;
    transform: translateY(-300px);
    transition: all 3s;
}
.show-items{
    opacity: 1;
    transform: translateX(0);
}
