.attractions-nav li:nth-of-type(5) {
  color: var(--highlightColor);
}

.attractions-nav li:nth-of-type(5)::after {
  background-color: var(--highlightColor);
  rotate: 45deg;
  border-radius: 10%;
}
