.navbar{
    background-color: #000 !important;
}
.active{
    color: #FFF;
    border-bottom: 2px solid white;
    transition: all 0.5s ease-in-out;
}
.hero-container{
    background-color: #000;
    width: 100%;
    height: 90vh;
}
.intro{
    margin-top: 20vh;
    margin-left: 15rem;
}
.my-image{
    height: 200px;
    width: 200px;   
}
@media only screen and (max-width: 768px) {
    .hero-container{
        position: relative;
        height: 80vh;
    }
    .intro{
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 40vh;
        margin-left: 3rem;
    }
    #second-image{
        display: none;
    }
}

.about{
    margin-top: 75px;
    padding: 18px;
    box-shadow: 3px 3px 3px 3px #888888;
}

.heading{
    color: #000;
  display:inline-block;
  position:relative;
}
.heading::after{
    content:'';
    height:3px;
    width:70%;
    background:#32e5f2;
    position:absolute;
    /* left:calc(50% - 25%); */
    left: 0;
    bottom:-8px;  
}
.about-me{
    text-align: justify;
    padding-right: 10px;
}

.subheading{
    margin: 3px 0px;
}
.skill{
    /* border: 1px solid red; */
    text-align: center;
    margin-right: 5px;
}
.skill img{
    height: 50px;
    width: 50px;
}

.work-card{
    border-radius: 10px;
    margin: 5px 0px;
}
.work-card:hover{
    color: white;
    background-color: #000;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    transition: all 0.3s ease;
}
.work-icon{
    background-color: #f1f1f1;
    color: #000;
    margin-top: -75px;
    padding: 30px;
    border-radius: 100px;
}
.edu{
}
.edu-img{
    height: 50px;
    width: 50px;
    margin-top: -25px;
}
.edu-card:hover{
    transform: scale(1.05);
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    transition: all 0.3s ease;
}
.research-abs{
    text-align: justify;
}

.proj .card{
    height: 450px;
    text-align: justify;
    border-radius: 0px;
}
.proj .pimage{
    height: 175px;
    overflow: hidden;
}
.proj .pimage img{
    height: 100%;
    width: 100%;
}
.proj .pimage img:hover{
    transform: scale(1.2);
    transition: all 0.9s ease;
}
.proj .card-title{
    margin-top: -30px;
}
.proj h5{
    font-size: 18px;
    display: inline; 
    background-color: #000;
    color: white;
    text-align:center;
    padding: 5px;
    border-radius: 3px;
}

.proj .card:hover{
    /* color: white;
    background-color: #000;
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    transition: all 0.3s ease; */
}
.acv img{
    height: 120px;
    width: 120px;
}