*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     color: #fff;
     list-style: none;
     
}


a{
    text-decoration: none;;
}

body{
     padding: 30px;
    background-image: radial-gradient(circle, #99a8bc, #96a5c6, #98a2cf, #a09cd5, #ad95d8);
    font-family: 'Poppins', sans-serif;
    user-select: none;
}


.navbar{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 510px;
    height: 50px;
    background-color: #9AC1E4;
    align-items: center;
    border-radius: 30px;
    margin-bottom: 40px;
    background: rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8.8px);
    -webkit-backdrop-filter: blur(8.8px);
    transition: 0.9s;
    
    
}

.navbar ul{
    display: flex;
    position: relative;
    gap: 80px;
 

}
    
.navbar ul li{
    align-items: center;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    transition: 0.9s;
    transition-delay: 0.25s;
    width: 0px;
   
}

.navbar img{
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    
}
.navbar a{
    text-decoration: none;
    color: rgb(65, 45, 112);

    
}
.navbar img:hover{
    transition: 1s;
    transition-delay: 0.9s;
}
.navbar ul li:hover{
    width: 110px;
    transition-delay: 0.5s;
    transition: 0.4s;
    height: 30px;
     transform: scaleX(1.3);
     background: rgba(255, 255, 255, 0.14);
     border-radius: 12px;
     box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
     backdrop-filter: blur(8.8px); */
     -webkit-backdrop-filter : blur(8.8px);
    
}

.navbar ul li::before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);

     border-radius: 12px;
     box-shadow: 0 10px 45px rgba(0, 0, 0, 0.3);
     /* backdrop-filter: blur(8.8px); */
     /* -webkit-backdrop-filter: blur(8.8px); */
    /* transition: opacity 0.5s ease; */
}
.navbar li:hover::before{
    
    opacity: 1;
}
.navbar ul li::after{
    content: '';
    position: absolute;
    /* width: 100%; */
    background: rgba(255, 255, 255, 0.14);
    transition: 0.5s;

}
.navbar ul li .icn{
    /* color: #fff; */
    font-size: 1.1rem;
    transition: 0.5s;
    transition-delay: 0.25s;
}
.navbar ul li:hover .icn{
    transform: scale(0);
    transition-delay: 0s;
     /* color: #fff */
}
.navbar ul li span{
    position: absolute;

}
 .navbar ul li .title{
    color: rgb(65, 45, 112);
    padding: 12px;
    font-size: 1rem;
    /* text-transform :uppercase; */
     /* letter-spacing: 0.1em; */
     transform: scale(0);
     transition: 0.8s;
     transition-delay: 0s;
}
.navbar ul  li:hover .title{
 transform: scale(1);
 transition: 0.5s;
 transition-delay: 0.20s;
 
}

.heading{
    text-align: center;
    color: #2b0f61;
    font-size: 2.5rem;
    /* text-shadow: 2px 2px 2px ; */
    padding: 5px;
}            
 
.container{
    
    width: 80%;
    height: 80vh;
    border-radius: 30px;
    margin: auto;
    user-select: none;
    justify-content: center;
    align-items: center;
    padding: 50px;
background: rgba(255, 255, 255, 0.11);

box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
/* backdrop-filter: blur(8.8px); */
/* -webkit-backdrop-filter: blur(8.8px); */
  overflow: hidden;
  scroll-behavior: smooth;
}



#home{
    display: block;
  inset: 0;
  width: 100%;
  height: 80vh;
  padding: 38px;

}

#home img{
display: block;
margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
   /* margin-top: -250px; */
    width: 200px;
   height: 200px;
}
#home img:hover{
    transform: scale(1.1);
    transition: 0.5s;
}


#home h1{
    text-align: center;
    color: #2b0f61;
}
#home p{
    margin: auto;
    text-align: center;
    width: 80%;
    font-size: 1.9rem;
    color:  d#fffafa;

}
.btn{
    display: flex;
    align-items: center;
   justify-content: center;

    padding: 20px;

}
#home button{
    /* background-color:#173186; */
    /* background: none; */
    /* border: 2px solid rgb(91, 91, 107); */
    background: #2b0f61;

    border-radius: 16px;
    padding: 18px;
    margin: 10px;
    /* width: 100px; */
    
    font-size: 1.5rem;
    font-weight: 600;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.ftn{
    color: #2b0f61;
    font-weight: 600;
}
#home button:hover{
transform: scale(0.9);
    transition: 0.5s;
}
#home .avatar{
    filter: drop-shadow(2px 4px 6px black)
}

#home .socialmedialink{
    display: flex;
    margin: auto;
    justify-content: center;
    gap: 30px;
    height: 50px;
}
#home .socialmedialink img{
   margin: 0;
    width: 40px;
    height: 40px;
}


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    
    padding-top: 250px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
   
  }
  .modal-content {
    /* background-color: #421212; */
    margin: auto;
    padding: 40px;   
    width: 30%;
    border-radius: 18px;
    background-color: #9AC1E4;
    align-items: center;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, 0.11);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3.9px);
    -webkit-backdrop-filter: blur(8.8px);
    transition: 1s;
   box-shadow:   0px 4px 30px rgba(, 0, 0, 0.2);
  }
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

.modal-content input{    
    align-items: center;
    margin: 10px;
    border-radius: 6px;
    text-align: center;
  padding: 8px;
   display: inline-block;
   justify-content: center;
   align-items: center;
   align-self: center;
   background-color: #98a2cf;
    border-color: black;
   color: #2b0f61;
   font-size: .8rem;
   filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.9));
   flex-grow: 1;
   width: 40%;
}
.modal-content textarea{
    width: 100%;
    margin: 0;
}

.modal-content  ::placeholder{
    color: #2b0f61;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}
.modal-content button{
    justify-content: center;
    margin: auto;
}
#aboutme{
    inset: 0;
      width: 100%;
      height: 80vh;
      padding: 50px;
    }

#aboutme .content {
    height: 60vh;
    width: 95%;
    border: 4px solid rgb(65, 45, 112);
    border-radius: 18px;
    margin: auto;
    display: flex;
    
}
#aboutme .content .leftc {
    width: 45%;
    height: 80%;
    font-size: 1.3em;
    text-align: justify;
    padding: 30px;
    align-self:center ;
    
}
#aboutme .content .rightc {
    width: 48%;
    height: 80%;
    margin: auto;
    padding: 5px;
    font-size: 1.4em;
    gap: 10px;
    
}

#aboutme .content .rightc ul{
   align-self: center;
   justify-content: center;
   /* padding: 20px; */
   align-items: center;
   
}

#aboutme .content .rightc li{
font-size: 1.1em;
margin-top: 40px;  
}

#aboutme .content .rightc li .tittle{
    color: #2b0f61;
    font-weight: 600;
    padding: 3px;
    font-weight: 900;
} 



#resume{
    inset: 0;
      width: 100%;
      height: 80vh;
      padding: 50px;
    }
    
.skills{
    display: flex;
}





    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
    /* *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    } */
    /* body{
        height: 100vh;
        display: flex;
        background: #4070f4;
        align-items: center;
        justify-content: center;
    } */
    .containers{
        position: relative;
        max-width: 600px;
        width: 100%;
        /* background: #fff; */
        margin: auto;
        padding: 10px 20px;
        border-radius: 7px;
    }
    .container .skill-box{
        width: 100%;
        margin: 25px 0;
    }
    .skill-box .title{
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }
    .skill-box .skill-bar{
        height: 8px;
        width: 100%;
        border-radius: 6px;
        margin-top: 6px;
        background: rgba(0,0,0,0.1);
    }
    .skill-bar .skill-per{
        position: relative;
        display: block;
        height: 100%;
        width: 90%;
        border-radius: 6px;
        background: #4070f4;
        animation: progress 0.4s ease-in-out forwards;
        opacity: 0;
    }  .skill-per.html{
        width: 70%;
        animation-delay: 1s;
    }
    .skill-per.css{
        width: 70%;
        animation-delay: 3s;
    }
    .skill-per.javascript{
        width: 50%;
        animation-delay: 4s;
    }
    .skill-per.nodejs{
        width: 30%;
        animation-delay: 5s;
    }
    @keyframes progress {
        0%{
            width: 0;
            opacity: 1;
        }
        100%{
            opacity: 1;
        }
    }
    .skill-per .tooltip{
        position: absolute;
        right: -14px;
        top: -28px;
        font-size: 9px;
        font-weight: 500;
        color: #fff;
        padding: 2px 6px;
        border-radius: 3px;
        background: #4070f4;
        z-index: 1;
    }
    .tooltip::before{
        content: '';
        position: absolute;
        left: 50%;
        bottom: -2px;
        height: 10px;
        width: 10px;
        z-index: -1;
        background-color: #4070f4;
        transform: translateX(-50%) rotate(45deg);
    
    }

.skillstag{
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: 100px; 
    /* background: red; */
    border-radius: 18px;
     
} 


fieldset{
margin-top: 70px;
padding: 20px;
    border-radius: 12px;
    height: 150px;
    border: #396891 solid 1.5px  ;

}
.tools p{
    margin: 5px;
    padding: 7px;
     width: 192px;
    justify-content: center;
    text-align: center;
    border-radius: 12px;
    height: 40px;
    background: #98a2cf;
    border: #4543cf  ;
    display: inline-flex;
color: #1e0453;
font-size: 1.1rem;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.845));
flex-grow: 1;
    
}

#Portfolio{
    inset: 0;
    width: 100%;
    height: 80vh;
    padding: 30px;
    
}  

#Portfolio h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 20px;
}

.projects {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    width: 100%;
    /* border: black solid; */
    flex-grow: 1;
    text-align: center;
    justify-content: center;
}

.projects imgs{
    padding: 10px;
     justify-content: center;
     text-align: center;
     margin: 20px;
}

.projects .imgs img{
    margin: 20px;
    max-width:400px;
    max-height: 400px;
   border-radius: 15px;  
   
}
.projects p{
    font-size: 1.1rem;
    padding: 5px;
    
}
/* .projects table{

    text-align: center;
    margin: auto;
    justify-content: center;
    align-self: center;
}
.projects td{
    padding: 20px;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}    
.projects tr{

   
   
    }    */

#contact{
    inset: 0;
    width: 100%;
    height: 80vh;
    padding: 30px;
}             

#contact iframe{
    border-radius: 20px;
    width: 100%; 
    height: 250px;
    box-shadow: #6488b7 5px 8px 5px 5px ;
    z-index: 0;
     
}
#contact h3 {
    font-size: 1.5rem;
    text-align: center;
    padding: 20px;
}
#contact  .cont{
    width: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#contact input{
    align-items: center;
  margin: 20px;
 border-radius: 6px;
 text-align: center;
 padding: 15px;
 display: inline-flexbox;
justify-content: center;

align-self: center;
background-color: #98a2cf;
border: none;
color: #1e0453;
font-size: 1.1rem;
filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.845));
flex-grow: 1;
  
}
#contact  ::placeholder{
    color: #2b0f61;
    font-family: Arial, Helvetica, sans-serif;
    font-size: larger;
}

#textarea{
    display: block;
    margin: auto;
    font-size: 1.2rem;
    color: #2b0f61;
    align-items: center;
    text-align: left;
    padding: 15px;
    border-radius: 12px;
    background-color: #98a2cf;
    align-items: center;
 margin-bottom: 10px; 
  filter: drop-shadow(2px 2px 2px black);
}


  .bn5 {
    display: block;
    margin: auto;
    padding: 0.6em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background: #111;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 10px;
  }
  
  .bn5:before {
    content: "";
    background: linear-gradient(
      45deg,
      #ff0000,
      #ff7300,
      #fffb00,
      #48ff00,
      #00ffd5,
      #002bff,
      #7a00ff,
      #ff00c8,
      #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowingbn5 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
  }
  
  @keyframes glowingbn5 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .bn5:active {
    color: #000;
  }
  
  .bn5:active:after {
    background: transparent;
  }
  
  .bn5:hover:before {
    opacity: 1;
  }
  
  .bn5:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #191919;
    left: 0;
    top: 0;
    border-radius: 10px;
  }