.footerSection{
    background-color:#F6F6F6;
    position: relative;
    overflow: hidden;
}
.footerBottom{
    border-top:1px solid #C9C9C9;
    padding:37px 0;
    position: relative;
    z-index:2;
}
.footerBtmWrap{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.footerBtmWrap p,.footerMenu li a{
    font-size:14px;
    line-height:1.2;
    color:#000000;
    font-weight:500;
    margin: 0;
}
.footerMenu{
    margin: 0;
    padding: 0;
    list-style:none;
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}
.footerMenu li + li{
    padding-left: 20px;
    margin-left: 20px;
    border-left:1px solid #E0E0E0;
}
.footerMenu li a{
    text-decoration:none;
}


/*-- Gradient --*/
.footerSection::before,.footerSection::after{
    content:'';
    position:absolute;
    background-color:#8C51FF;
    opacity: 0.28;
    filter: blur(175px); 
    border-radius:50%;
    z-index:1;
}  
.footerSection::before{
    width: 514px;
    height: 529px; 
    top:0;
    left:0;
    transform:translate(-50%,-50%);
} 
.footerSection::after{
    width: 622px;
    height: 622px; 
    right:0;
    bottom:0;
    transform:translate(50%,50%);
} 
/*-- Gradient --*/




@media only screen and (max-width:1500px) {
    .footerBottom{ padding:20px 0; }
}
@media only screen and (max-width: 1400px) {

}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {
    .footerMenu li + li{ padding-left: 10px; margin-left: 10px;}
    .footerBottom{ padding:14px 0; }
}
@media only screen and (max-width: 575px) {
    .footerBtmWrap{gap:12px;justify-content: center;}
    .footerBtmWrap p{order:1;}
}
@media only screen and (max-width: 420px) {
    
}