@font-face {
  font-family: poppin-bold;
  src: url("../fonts/Poppins-ExtraBold.ttf"); }
#footer-wrapper {
  background-color: #47466e;
  color: #fff;
  text-align: center; }
  #footer-wrapper .top {
    background-color: #dd105d;
    text-align: left;
    font-size: 12px;
    padding: 2rem 0;
    transform: translateY(-4rem); }
    #footer-wrapper .top .f-logo {
      width: 150px;
      margin-bottom: 2rem; }
    #footer-wrapper .top .link {
      color: #fff; }
      #footer-wrapper .top .link:hover {
        color: #47466e; }
    #footer-wrapper .top .cat-items-wrap {
      display: flex;
      justify-content: space-between; }
      #footer-wrapper .top .cat-items-wrap .items {
        line-height: 3;
        display: flex;
        flex-direction: column; }
    #footer-wrapper .top .social {
      line-height: 3;
      display: inline-flex; }
      #footer-wrapper .top .social img {
        width: 30px;
        margin-right: 0.5rem; }
  #footer-wrapper .btm-text {
    transform: translateY(-2rem);
    font-size: 14px; }

/*# sourceMappingURL=footer.css.map */
