/**********footer starts********/
footer{display:block;border-top:1px solid var(--purple);padding-top:5px;background:#0F0F0F;position:relative;z-index:9;clear:both; margin-top:34px;}
footer .col-left{flex:0 0 200px;display:flex;}
footer .col-right{flex:1;padding-top:10px;display:flex;justify-content:flex-end;align-items:flex-end;gap:0;flex-flow: column wrap;}
footer .col-right .link{display:flex;}
footer .col-right a{color:#fff;padding-left:18px;padding-top:5px;}
footer .col-right a:last-child{padding-right:0;}
footer .col-right p{color:#999;font-size:14px;}
footer .col-right a:hover{color:var(--pink);}
footer .socials-whiteToColor{padding:10px 0;}
footer .socials-whiteToColor ul{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:8px;}
footer .socials-whiteToColor ul li:first-child,
footer .socials-whiteToColor ul li + li{margin:0!important;}
footer .socials-whiteToColor ul li,
footer .socials-whiteToColor ul li .svg-icon,
footer .socials-whiteToColor ul li a{border-radius:100px!important; padding:0; margin:0; width:38px; height:38px;}
footer .socials-whiteToColor ul li a{background-color:var(--white);}
footer .socials-whiteToColor ul li a .svg-icon img{filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(149deg) brightness(0%) contrast(104%);max-width:22px;max-height:22px;width: 22px;height: 22px;}
footer .socials-whiteToColor ul li a:hover .svg-icon img{filter:invert(0%) sepia(0%) saturate(0%) hue-rotate(149deg) brightness(100%) contrast(104%);}
/**********footer ends********/
  
