
.rts-has-mask-fill > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(139, 139, 139, 0.137254902);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(270deg, #d8d8d8 0%, #1d1c1c 100%);
  background-size: 0% 100%;
}

.rts-has-mask-fill-2 > span {
  position: relative;
  width: 100%;
  -webkit-text-fill-color: rgba(78, 78, 78, 0.1294117647);
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  background-image: linear-gradient(-90deg, #00000059 20%, #ffffff 100%);
  background-size: 0% 100%;
}

.water-txt-top {
  background: linear-gradient(270deg, #373737 0%, rgba(55, 55, 55, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 160px;
  line-height: 208px;
  text-transform: uppercase;
  margin-top: -50px;
  margin-left: 15px;
}
@media only screen and (max-width: 1199px) {
  .water-txt-top {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .water-txt-top {
    font-size: 80px;
    line-height: 100px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .water-txt-top {
    font-size: 60px;
    line-height: 70px;
  }
}

/*# sourceMappingURL=animated-heading.css.map */