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

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