



/*----------- ADD YOUR CUSTOM CSS STYLES BELOW -----------*/

.circle-background {
    width: 40px;
    height: 40px;
    background-color: #F8F9FA;
    border-radius: 50%;
    justify-content: center;
    padding: 6px;
    align-items: center;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.circle-background:hover {
    transform: scale(1.1);
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.6);
}

.resume-date {
    background-color: #FBDA61;
    background-image: linear-gradient(#FBDA61 0%, #FF5ACD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.resume-place {
    background-color: #FBDA61;
    background-image: linear-gradient(#FBDA61 0%, #FF5ACD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.skill-header {
    /*background-color: #F4D03F;*/
    /*background-image: linear-gradient(132deg, #F4D03F 0%, #16A085 100%);*/
    background-color: #FBDA61;
    background-image: linear-gradient(#FBDA61 0%, #FF5ACD 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.resume-header {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.resume-header span {
    font-size: 1.45em;
    font-weight: 500;
    color: white;
    line-height: 1.3;
}

.tech-stack {
    gap: 0.6rem;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap ;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 99%;
}

.porto-card {
    background-color: #161616;
    box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.2);
}

.hover-zoom {
    transition: transform 0.3s ease-in-out;
}

.hover-zoom:hover {
    transform: scale(1.02);
}
