#google {
  font-family: DIN;
  text-transform: uppercase;
  font-size: 160px;
  letter-spacing: -4.5px;
  line-height: 140px;
  -webkit-background-clip: text;
  background-image: -webkit-linear-gradient(107deg, #9b0063, #ff4c1d);
  color: #9b0063;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  letter-spacing: -1.95px;
  margin: 0 auto;
  text-align: center;
}
#google span {
  text-shadow: -1px -1px 0 #9b0063, -1px -1px 0 #9b0063, 1px -1px 0 #9b0063, -1px 1px 0 #9b0063;
  -webkit-text-stroke: -1px transparent;
  background-image: -webkit-linear-gradient(107deg, #9b0063, #ff4c1d);
  -webkit-background-clip: text;
  display: inline-block;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-clip-path: polygon(var(--wipe, 0) 0, var(--wipe, 0) 100%, 100% 100%, 100% 0);
  clip-path: polygon(var(--wipe, 0) 0, var(--wipe, 0) 100%, 100% 100%, 100% 0);
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
  will-change: clip-path;
  position: absolute;
  transform: translateX(-100%);
}