#app-bg {
  width: 100%;
  position: relative;
  background-size: 100% auto;
  background-position-y: center;
  background-repeat: no-repeat;
  background-color: #f0fcff;
  background-image: url(/assets/images/joinhands/light-sm.png);
}
#app-bg .cloud-left {
  position: absolute;
  z-index: 1;
  bottom: 15%;
  left: 0;
}
#app-bg .cloud-right {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 15%;
}

#bird {
  animation-duration: 2s;
  position: relative;
  left: 0;
  top: 0;
  width: 85%;
  height: auto;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  background-size: auto 100%;
  z-index: 1;
  background-image: url(/assets/images/stations/bird-sm.png);
  aspect-ratio: 322/523;
}
#bird .pin {
  position: absolute;
  right: 2%;
  top: 40%;
  transform: translateY(-50%);
  width: 60px;
  cursor: pointer;
}
#bird .pin:hover img {
  filter: drop-shadow(2px 4px 6px rgb(253, 115, 115));
  animation-play-state: paused;
}
#bird .pin img {
  width: 100%;
}

#paragraph-box {
  z-index: 6;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  text-align: right;
  z-index: 6;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: left;
  position: relative;
}
#paragraph-box h1 {
  text-transform: uppercase;
  font-family: "DFVN-DarumadropOne";
  font-size: 35px;
  color: var(--color-gr);
}
#paragraph-box h3 {
  font-weight: 600;
  font-size: 13px;
  color: var(--color-gr);
  margin-bottom: 16px;
}
#paragraph-box p {
  width: 300px;
  margin-left: auto;
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 400;
}
#paragraph-box .btn {
  margin-top: 16px;
  font-size: 13px;
  padding: 8px 16px;
}

#paragraph-box-extra {
  position: absolute;
  right: 12%;
  bottom: 8%;
  text-align: right;
  z-index: 6;
  display: none;
}
#paragraph-box-extra .btn {
  font-size: 14px;
}

.stat-box {
  font-family: "UTM-Dax";
  z-index: 99;
  margin-top: 16px;
}
.stat-box .stat-box-inner {
  text-align: left;
  display: inline-block;
}
.stat-box .title {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
}
.stat-box .subtitle {
  font-size: 10px;
  text-transform: uppercase;
}
.stat-box .stat {
  position: relative;
}
.stat-box .stat .value {
  font-size: 50px;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 1;
}
.stat-box .stat .label {
  font-size: 10px;
  font-family: "UTM-Dax";
  font-weight: 400;
  text-transform: uppercase;
}

@keyframes pinBounceZoom {
  0% {
    transform: translateY(0) scale(1);
  }
  20% {
    transform: translateY(-8px) scale(1.02);
  }
  40% {
    transform: translateY(0) scale(1);
  }
  60% {
    transform: translateY(-6px) scale(1.1);
  }
  80% {
    transform: translateY(0) scale(1.02);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}
.pin-animation {
  animation: pinBounceZoom 3s ease-in-out infinite;
  transform-origin: bottom center;
}

@media screen and (max-width: 600px) {
  #stat-box {
    position: absolute;
    top: -120px;
    right: 0;
  }
  #app-wrapper::before,
  #app-wrapper::after {
    height: 120px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #app-bg {
    background-image: url(/assets/images/joinhands/light-md.png);
  }
  #stat-box {
    display: none;
  }
  #paragraph-box-extra {
    display: block;
  }
  #paragraph-box {
    position: absolute;
    right: 12%;
    top: 10%;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    width: 45%;
    text-align: right;
  }
  #paragraph-box h1 {
    font-size: 50px;
    margin-bottom: 24px;
  }
  #paragraph-box h3 {
    font-size: 16px;
  }
  #paragraph-box p {
    font-size: 14px;
    margin: 0;
    width: 100%;
  }
  #paragraph-box .btn {
    display: none;
  }
  #bird {
    background-position-x: left;
    aspect-ratio: 1143/2128;
    background-image: url(/assets/images/stations/bird-md.png);
    width: 75%;
  }
  #bird .pin {
    top: 44%;
    width: 70px;
  }
}
@media screen and (min-width: 992px) and (orientation: portrait) {
  #paragraph-box {
    margin-top: 10%;
  }
  #paragraph-box h1 {
    font-size: 70px;
    margin-bottom: 24px;
  }
  #paragraph-box h3 {
    font-size: 18px;
  }
  #paragraph-box p {
    font-size: 16px;
  }
  #paragraph-box-extra {
    right: 12%;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  #app-bg {
    background-image: url(/assets/images/stations/light.png);
    background-position-x: left;
    background-size: 80% auto;
    height: 100vh;
    height: 100dvh;
  }
  #app-bg .cloud-left {
    top: 6%;
    left: 0;
    width: 43%;
  }
  #app-bg .cloud-right {
    bottom: 8%;
    right: 15%;
    width: 40%;
  }
  #bird {
    position: absolute;
    width: 50%;
    height: 100%;
    background-position-x: right;
    background-position-y: bottom;
    background-size: auto 100%;
    background-image: url(/assets/images/stations/bird.png);
    aspect-ratio: unset;
  }
  #bird .pin {
    right: 2%;
    top: 48%;
    transform: translateY(-50%);
    width: 100px;
  }
  #paragraph-box {
    position: absolute;
    text-align: right;
    width: unset;
    top: 20%;
    right: 12%;
    margin-top: 0;
    margin-left: 0;
  }
  #paragraph-box h1 {
    font-size: 60px;
  }
  #paragraph-box h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #paragraph-box p {
    font-size: 14px;
    width: 360px;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  #paragraph-box {
    right: 12%;
  }
  #paragraph-box h1 {
    font-size: 70px;
  }
  #paragraph-box h3 {
    font-size: 20px;
    margin-bottom: 24px;
  }
  #paragraph-box p {
    font-size: 16px;
    width: 420px;
    margin-left: auto;
  }
}
@media screen and (min-width: 2000px) {
  #paragraph-box h1 {
    font-size: 80px;
  }
  #paragraph-box h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  #paragraph-box p {
    width: 440px;
    font-size: 18px;
  }
}/*# sourceMappingURL=stations.css.map */