* {
  color: #343a40;
  background-color: #f8fafc;
  font-family: "Lato", sans-serif;
  margin: 0;
}

.hide {
  display: none;
}

.scrTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #5e957a;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  opacity: 0.8;
}

.error {
  display: none;
  width: 80vw;
  height: 72px;
  position: absolute;
  transform: translate(25%);
  margin-left: -30px;
  top: 5em;
  background: none;
  font-size: 2em;
  font-weight: 900;
}

.arrows {
  width: 60px;
  height: 72px;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  top: 620px;
  background: none;
  cursor: pointer;
}

.staraPlanina {
  position: relative;
}
#arrowsStaraPlanina {
  position: absolute;
}

.rila {
  position: relative;
}
#arrowsRila {
  position: absolute;
}
.pirin {
  position: relative;
}
#arrowsPirin {
  position: absolute;
}

.arrows path {
  stroke: #76ba99;
  fill: transparent;
  stroke-width: 3px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.vitosha--parallax {
  background-image: url("../../img/attractions--page/vitosha--parallax.jpg");
  height: 49vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vitosha--parallax--text {
  text-align: center;
  position: absolute;
  padding: 0.25em 0 0.25em 0;
  font-size: 4em;
  width: 98.9vw;
  top: 50%;
  right: 50%;
  transform: translate(50%, -120%);
  background-color: rgba(255, 255, 255, 0.2);
  resize: none;
  text-transform: uppercase;
}

.stara-planina--parallax {
  background-image: url("../../img/attractions--page/stara-planina--parallax.jpg");
}

.rila--parallax {
  background-image: url("../../img/attractions--page/rila--parallax.jpg");
}

.pirin--parallax {
  background-image: url("../../img/attractions--page/pirin--parallax.jpg");
}

.stara-planina--parallax,
.rila--parallax,
.pirin--parallax {
  height: 50vw;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.stara-planina--parallax--text,
.rila--parallax--text,
.pirin--parallax--text {
  text-align: center;
  position: absolute;
  padding: 0.25em 0 0.25em 0;
  font-size: 4em;
  width: 98.9vw;
  background-color: rgba(255, 255, 255, 0.2);
  resize: none;
  transform: translate(0%, 120%);
  text-transform: uppercase;
}

.description {
  width: 95vw;
  margin: 0.4em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
  word-spacing: 2px;
}

.description--firstWord {
  color: #76ba99;
  font-weight: bold;
  font-size: 2em;
  float: left;
  line-height: 40px;
  padding-right: 6px;
  margin-top: 5px;
  text-transform: uppercase;
  position: relative;
  left: 5px;
}

.locationWrapper {
  display: grid;
  width: 95vw;
  height: 20em;
  margin: auto;
  grid-template-columns: 45% 45%;
  gap: 5em;
  padding: 1em;
  justify-content: end;
  align-items: center;
  justify-items: center;
  line-height: 1.8;
  letter-spacing: 0.2em;
  border-top: 0.3em solid #76ba99;
  margin-bottom: 5em;
}

.locationName {
  display: flex;
  color: #76ba99;
  margin-top: 2em;
  font-size: 2em;
  text-align: center;
  border-right: 0.2em solid;
  border-left: 0.2em solid;
  border-top: 0.2em solid;
  flex-wrap: wrap;
  justify-content: space-evenly;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 4.6px;
}

.locationPhoto--right {
  width: 500px;
  height: 350px;
  grid-column: 2 / 3;
  grid-row: 1 / 1;
}

.locationPhoto--left {
  width: 500px;
  height: 350px;
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

.locationDescription--right::first-letter,
.locationDescription--left::first-letter {
  color: #76ba99;
  font-weight: bold;
  font-size: 3.5em;
  float: left;
  line-height: 60px;
  padding-right: 8px;
  margin-top: -3px;
}

@media screen and (max-width: 768px) {
  .vitosha,
  .stara-planina,
  .pirin,
  .rila {
    position: relative;
  }
  .vitosha--parallax {
    background-attachment: unset;
    background-position: center;
    margin-top: 120px;
  }
  .vitosha--parallax--text,
  .stara-planina--parallax--text,
  .pirin--parallax--text,
  .rila--parallax--text {
    font-size: 18px;
    position: absolute;
    width: 100svw;
  }
  .stara-planina--parallax--text,
  .pirin--parallax--text,
  .rila--parallax--text {
    top: 40px;
  }
  .vitosha--parallax--text {
    top: 100px;
  }

  .arrows {
    display: none;
  }
  .locationWrapper {
    line-height: normal;
    letter-spacing: normal;
    display: flex;
    height: auto;
    margin: auto;
    gap: 0;
    border-top: none;
    padding: 1em 0;
  }
  .locationPhoto {
    width: 200px;
    height: 200px;
  }
  .locationName {
    font-size: 26px;
    width: 95svw;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 1em;
  }
  .locationDescription--style {
    font-size: 16px;
  }
  .locationDescription--left::first-letter,
  .locationDescription--right::first-letter {
    font-size: 18px;
  }
}
