/* Importing Google font - Inter */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');


h1 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

h1 span {
    color: #BD53ED;
    position: relative;
}

h1 span::before {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    top: 50%;
    right: -8px;
    background: #BD53ED;
    transform: translateY(-45%);
    animation: blink 0.7s infinite;
}

h1 span.stop-blinking::before {
    animation: none;
}

@keyframes blink {
    50% { opacity: 0 }
}


.text-gradient span{
    font-size: 16px;
    background: -webkit-linear-gradient(305deg,#d9e2827c,#ee076e);
    background: linear-gradient(145deg,#68d36dea, #68d36d70,#6a792b);
    border-radius: 7px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;




}
.text-gradient h3{
    font-size: 16px;




} 




.text-gradient {
    font-size: 106px;





} 







.resume-page04 span.text-gradient{
    background: -webkit-linear-gradient(305deg,#d9e2827c,#ee076e);
    background: linear-gradient(145deg,#68d36dea, #68d36d70,#6a792b);
    border-radius: 7px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: -10px;

}
    
