body{
    padding: 0%;
    margin: 0%;
}
.footer-panel{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #333;
    color: #fff;
    border-radius: 3px;
    padding-bottom: 25px ;
    background-image: url(../IMAGE/undraw_special_event_-4-aj8.svg);
    background-size: cover;

    
}
.footer-title{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 25px 2px;
    padding-top: -15px;
}
.footer-box{
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    row-gap: -20px;
}
.footer-text{
    padding: 0 2px;
    font-size: 1.0rem;
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
    cursor: pointer;
}
span{
    text-decoration: none;
    color: #fff;
}
a{
    text-decoration: none;
}
i{
    color: red;
    font-size: 1.1rem;
    margin: 0 5px;

}
.footer-text::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: 0.3rem;
    left: 0;
    height: 2px;
    width: 0;
    transition: 0.3s ease-in-out;
}
.footer-text:hover::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: -0.3rem;
    left: 1.9rem;
    height: 0.3px;
    width: 80%;
    border-radius: 5px;
}
.footer-text1{
    text-align: center;
    padding: 0 2px;
    font-size: 1.0rem;
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
    cursor: pointer;

    
}
.footer-text1::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: 0.3rem;
    left: 0;
    height: 2px;
    width: 0;
    transition: 0.2s ease-in-out;
}
.footer-text1:hover::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: -0.3rem;
    left: 0.1rem;
    height: 0.3px;
    width: 50%;
    border-radius: 5px;
}
.footer-text2{
    text-align: center;
    padding: 0 2px;
    font-size: 1.0rem;
    margin-bottom: 10px;
    text-align: justify;
    cursor: pointer;
    position: relative;
}
.footer-text2::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: 0.3rem;
    left: 0;
    height: 2px;
    width: 0;
    transition: 0.2s ease-in-out;
    /* width: fit-content; */
}
.footer-text2:hover::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: -0.3rem;
    left: 0.5rem;
    height: 0.3px;
    width: 50%;
    border-radius: 5px;
    
}

.footer-text3{
    text-align: center;
    text-align: center;
    padding: 0 2px;
    font-size: 1.0rem;
    margin-bottom: 10px;
    text-align: justify;
    position: relative;
}
.footer-text3::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: 0.3rem;
    left: 0;
    height: 2px;
    width: 0;
    transition: 0.2s ease-in-out;
}
.footer-text3:hover::before{
    content: "";
    position: absolute;
    background-color: red;
    bottom: -0.3rem;
    left: 0.1rem;
    height: 0.3px;
    width: 50%;
    border-radius: 5px;
}

