/* follow us */

.social-media {
  display: flex;
  margin: 15px;
  position: relative;
  border-radius: 15px;
  margin-bottom: 15px;
  margin-top: 15px;
  justify-content: center;
}

fu {
  display: flex;
  background: #e3edf7;
  height: 45px;
  width: 45px;
  margin: 0 6px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
  font-size: 25px !important;
  color: #000000;
}
fu i {
  font-size: 75px;
  color: #777777;
  transition: transform 0.5s;
}

.fafafa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 24px;
}

@media screen and (min-width: 810px) {
fu {
  display: flex;
  background: #e3edf7;
  height: 115px;
  width: 115px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15),
    -6px -6px 10px -1px rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0);
  transition: transform 0.5s;
  font-size: 45px;
    color: #000000;
}
fu i {
  font-size: 75px;
  color: #777777;
  transition: transform 0.5s;
}

.fafafa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 55px;
}

}

fu:hover {
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
    inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
    -0.5px -0.5px 0px rgba(255, 255, 255, 1),
    0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
    0px 12px 10px -10px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.01);

  transform: translateY(2px);
}

fu:hover i {
  transform: scale(0.90);
}

fu:hover .fa-facebook {
  color: #3b5998;
}

fu:hover .fa-whatsapp {
  color: #4fce5d;
}

fu:hover .fa-linkedin {
  color: #0e76a8;
}

fu:hover .fa-instagram {
  color: #de5443;
}

fu:hover .fa-youtube {
  color: #ff0000;
}