.fa-brands,
.nav-link,
.navbar-brand{
    color: #4C4C4C;
}
.fa-brands:hover{
    font-size: 20px;
    transition: 0.6s;
}
.hero-img{
    width: 200px;
    height: 200px;
    background-attachment: fixed;
    background-size: cover;
}

.justified-text{
    text-align: justify;
    text-justify: inter-word;
}

.navbar{
    position: fixed;
    top:0;
    width: 100%;
    height: auto;
}
.text-gradient{
    background: linear-gradient(135deg, #1e30f3 0%, #e21e80 100%);
    border-radius: 20px;
    color: white;
    padding: 10px;
    font-weight: 600 !important;
}
.skills-img{
    width: 50px;
}
.image-large{
    width: 300px;
}
.font-small{
    font-size: 13px;
}
.font-medium{
    font-size: 18px ;
}

.section-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .experience-item {
    margin-bottom: 20px;
  }