html,
body,
#map {
  margin: 0;
  height: 100dvh;
  width: 100%;
  overflow: hidden;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  display: none;
}

.container {
  position: relative;
  width: 100%;
  height: 100%;
}

#menu-toggle {
  box-sizing: border-box;
  position: fixed;
  top: 6dvh;
  right: 1.5%;
  background: linear-gradient(to bottom, #d32f2f, #c62828);
  z-index: 999;
  border-radius: 50%;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-toggle img {
  width: 50%;
}

.container .menu {
  box-sizing: border-box;
  position: fixed;
  top: 3dvh;
  left: 1.5%;
  right: unset;
  background-color: rgba(226, 215, 215, 0.6);
  z-index: 999;
  padding: 1rem 2rem;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: 33vh;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.container .menu::-webkit-scrollbar {
  background-color: #ffffff;
}

.container .menu::-webkit-scrollbar-thumb {
  background: #c62828;
  border-radius: 1rem;
}

.container .menu a {
  text-decoration: none;
  color: white;
}

.container .menu li img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid white 2px;
  margin-right: 0.75rem;
  justify-items: flex-start;
}

.container .menu li a {
  display: flex;
  align-items: center;
}

.container .menu li a p {
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12vw;
}

.submenu {
  min-width: 15vw;
  position: relative;
  padding: 0.5rem 0.65rem;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(-90deg, #da2527 50%, #a80002 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-align: center !important;
  cursor: pointer;
  height: 2.4rem;
  transition: height 0.4s ease;
}

.submenu .submenu-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu .submenu-item {
  margin-top: 1rem;
  margin-left: 1rem;
}

.submenu .submenu-item a {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.submenu .submenu-item img {
  width: 30px;
  height: 30px;
}

ul .submenu-2.active {
  height: 11.5rem;
  transition: height 0.4s ease;
}

.submenu.active {
  height: 8.5rem;
  transition: height 0.4s ease;
}

.submenu.active svg {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.submenu img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: solid white 2px;
  margin-right: 0.75rem;
  justify-items: flex-start;
}

.submenu svg {
  width: 25px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.container .menu li {
  min-width: 15vw;
  position: relative;
  padding: 0.5rem 0.65rem;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(-90deg, #da2527 50%, #a80002 100%);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.75),
    inset 2px 2px 6px rgba(255, 255, 255, 0.75);
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  text-align: center !important;
}

.container .menu li:last-child {
  margin-bottom: 0;
}

.container .menu li:hover {
  opacity: 0.8;
}

.custom-popup {
  /* width: 100%; */
  color: white;
  font-size: 0.8rem;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: -1rem;
  font-weight: 600;
}

.custom-popup p {
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 0.25rem;
}

.custom-popup p span {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  margin-left: 0.25rem;
}

.custom-popup-option {
  display: flex;
}

.custom-popup-group {
  flex-direction: column;
  color: white;
  margin-bottom: 0.5rem;
}

.custom-popup-group .custom-item:first-child {
  margin-left: 0;
}

.custom-item {
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-left: 2rem;
  color: white !important;
}

.custom-item:hover .popup-image img {
  outline: 4px solid white;
  opacity: 0.9;
}

.custom-popup:hover .popup-description {
  max-height: 200px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(5),
.leaflet-popup-pane .leaflet-popup:nth-child(6),
.leaflet-popup-pane .leaflet-popup:nth-child(7) {
  display: none !important;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #da2527;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

.moving-dot {
  width: 14px;
  height: 14px;
  background: #da2527;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.leaflet-popup-tip-container {
  bottom: -6.5%;
  z-index: -1;
  display: none;
}

.leaflet-fade-anim
  .leaflet-map-pane
  .leaflet-popup:nth-child(3)
  .leaflet-popup-tip-container {
  bottom: -6.5%;
}

.leaflet-fade-anim
  .leaflet-map-pane
  .leaflet-popup:last-child
  .leaflet-popup-tip-container {
  bottom: -6.5%;
}

.popup-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid white 3px;
}

.popup-description {
  overflow: hidden;
  transition: max-height 0.4s ease-in;
  -webkit-transition: max-height 0.4s ease-in;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: white;
  text-align: center;
  margin-left: 1rem;
}

.leaflet-popup-content-wrapper {
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 166px 166px 166px 166px;
  -webkit-border-radius: 166px 166px 166px 166px;
  -moz-border-radius: 166px 166px 166px 166px;
  overflow: hidden;
  cursor: pointer;
  /* border: solid white 0.2rem; */
  background: linear-gradient(#da2527 79%, #a80002 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 2rem;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.leaflet-popup-pane .leaflet-popup:nth-child(1) .leaflet-popup-content-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  scale: 1;
  width: 340px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(4) .leaflet-popup-content-wrapper {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  scale: 1;
  width: 400px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(3) .leaflet-popup-content-wrapper {
  width: 300px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description {
  width: 150px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description strong {
  font-size: 1.2rem;
}

.leaflet-popup-pane .leaflet-popup:nth-child(2) .leaflet-popup-content {
  width: 240px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(2) .leaflet-popup-content-wrapper {
  scale: 1.3;
  animation: scaleAnimate 1.2s infinite;
}

.leaflet-popup-pane .leaflet-popup:nth-child(2) .custom-popup {
  font-size: 1.2rem;
}

.leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-description {
  height: 180px;
  width: 120px;
}

.leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-image img {
  width: 120px;
  height: 120px;
}

.leaflet-popup-content {
  margin: 0 !important;
}

.popup-button {
  border-radius: 1rem;
  color: red !important;
  background-color: white;
  font-size: 0.75rem;
  padding: 0.25rem 1rem;
  border: none;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  scale: 1;
  text-decoration: none !important;
}

.leaflet-popup-content-wrapper:hover {
  box-shadow: 7px 1px 90px -17px #c40c0c;
  -webkit-box-shadow: 7px 1px 90px -17px #c40c0c;
  -moz-box-shadow: 7px 1px 90px -17px #c40c0c;
  scale: 1.1;
  transition: scale 0.4s ease-out;
}

.leaflet-popup-content-wrapper:hover .popup-button {
  opacity: 0.8;
}

.home-logo {
  width: 10%;
  position: fixed;
  top: 3%;
  right: 1%;
  z-index: 999;
}

.home-logo img {
  width: 100%;
}

.menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255);
  position: fixed;
  bottom: 2%;
  left: 1%;
  border-radius: 3rem;
  padding: 1rem 1rem;
  z-index: 999 !important;
}

.menu-footer button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

.menu-footer button:hover {
  opacity: 0.8;
  outline: white 2px solid;
}

.menu-footer button:last-child {
  margin-right: 0;
}

.menu-footer button img {
  width: 100%;
}

.website-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255);
  position: fixed;
  bottom: 2%;
  right: 1%;
  border-radius: 3rem;
  padding: 1rem 1rem;
  z-index: 999 !important;
}

.website-menu button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

.website-menu button img {
  width: 100%;
}

.website-menu a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  padding: 0.5rem;
  cursor: pointer;
  margin-right: 1rem;
}

.website-menu button:hover,
.website-menu a:hover {
  opacity: 0.8;
  outline: white 2px solid;
}

.website-menu button:last-child,
.website-menu a:last-child {
  margin-right: 0;
}

.website-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 245, 245);
  position: fixed;
  bottom: 11%;
  right: 1.75%;
  border-radius: 1rem;
  padding: 1rem 1rem;
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform-origin: bottom center;
  transform: scale(1);
  transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 999 !important;
}

.website-popup.hidden {
  scale: 0;
  opacity: 0;
}

.website-popup a {
  height: 1.25rem;
  width: 14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  border: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  padding: 0.5rem;
  cursor: pointer;
  border-radius: 2rem;
  text-decoration: none;
  color: white;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "civilPremiumSemibold", sans-serif !important;
}

.website-popup a:hover {
  opacity: 0.9;
  outline: white 2px solid;
}

.about-popup {
  box-sizing: border-box;
  width: 55vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255);
  padding: 2rem 3rem;
  border-radius: 1rem;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.8rem;
  font-size: 1.052rem;
  scale: 1;
  transition: scale 0.5s ease-in-out;
  transform-origin: 0% 0%;
  font-family: "civilPremiumMedium", sans-serif;
  z-index: 999 !important;
}

.about-popup.hidden {
  scale: 0;
}

.about-popup p {
  margin-bottom: 1rem;
}

.about-popup .about-logo {
  width: 7vw;
  margin-bottom: 1rem;
}

.about-popup .about-logo img {
  width: 100%;
}

.about-popup .about-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 2rem;
}

.about-popup .about-menu button {
  width: 16%;
  height: 3.5rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  color: white;
  border: none;
  cursor: pointer;
  font-weight: bold;
  opacity: 0.6;
}

.about-popup .about-menu button:hover {
  opacity: 1;
  outline: white 2px solid;
}

.about-popup .about-menu button.active {
  opacity: 1;
}

.about-popup .about-menu button.active:hover {
  outline: none;
}

#close-about-popup {
  position: absolute;
  top: 2%;
  right: 2%;
  width: 2.5rem;
  height: 2.5rem;
  color: white;
  border: none;
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  border-radius: 50%;
  padding: 0.15rem 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999 !important;
}

#close-about-popup:hover {
  opacity: 0.8;
  outline: white 2px solid;
}

.about-popup .about-content {
  display: none;
}

.about-popup .about-video {
  width: 700px;
  height: 400px;
  display: none;
}

.about-popup .about-video video {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.about-popup .about-image {
  width: 700px;
  height: 500px;
}

.image-container {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: auto auto auto;
  gap: 10px;
  max-height: 480px;
  overflow-y: scroll;
  scroll-behavior: smooth;
}

.image01 {
  background-image: url("../img/01.jpg");
}
.image02 {
  background-image: url("../img/02.jpg");
}
.image03 {
  background-image: url("../img/03.jpg");
}
.image04 {
  background-image: url("../img/04.jpg");
}
.image05 {
  background-image: url("../img/05.jpg");
}
.image06 {
  background-image: url("../img/06.jpg");
}
.image07 {
  background-image: url("../img/07.jpg");
}
.image08 {
  background-image: url("../img/08.jpg");
}
.image09 {
  background-image: url("../img/09.jpg");
}
.image10 {
  background-image: url("../img/10.jpg");
}
.image11 {
  background-image: url("../img/11.jpg");
}
.image12 {
  background-image: url("../img/12.jpg");
}
.image13 {
  background-image: url("../img/13.jpg");
}
.image14 {
  background-image: url("../img/14.jpg");
}
.image15 {
  background-image: url("../img/15.jpg");
}
.image16 {
  background-image: url("../img/16.jpg");
}
.image17 {
  background-image: url("../img/17.jpg");
}
.image18 {
  background-image: url("../img/18.jpg");
}
.image19 {
  background-image: url("../img/19.jpg");
}
.image20 {
  background-image: url("../img/20.jpg");
}
.image21 {
  background-image: url("../img/21.jpg");
}
.image22 {
  background-image: url("../img/22.jpg");
}
.image23 {
  background-image: url("../img/23.jpg");
}
.image24 {
  background-image: url("../img/24.jpg");
}
.image25 {
  background-image: url("../img/25.jpg");
}
.image26 {
  background-image: url("../img/26.jpg");
}
.image27 {
  background-image: url("../img/27.jpg");
}
.image28 {
  background-image: url("../img/28.jpg");
}
.image29 {
  background-image: url("../img/29.jpg");
}
.image30 {
  background-image: url("../img/30.jpg");
}
.image31 {
  background-image: url("../img/31.jpg");
}
.image32 {
  background-image: url("../img/32.jpg");
}
.image33 {
  background-image: url("../img/33.jpg");
}
.image34 {
  background-image: url("../img/34.jpg");
}
.image35 {
  background-image: url("../img/35.jpg");
}
.image36 {
  background-image: url("../img/36.jpg");
}
.image37 {
  background-image: url("../img/37.jpg");
}
.image38 {
  background-image: url("../img/38.jpg");
}
.image39 {
  background-image: url("../img/39.jpg");
}
.image40 {
  background-image: url("../img/40.jpg");
}
.image41 {
  background-image: url("../img/41.jpg");
}
.image42 {
  background-image: url("../img/42.jpg");
}
.image43 {
  background-image: url("../img/43.jpg");
}
.image44 {
  background-image: url("../img/44.jpg");
}
.image45 {
  background-image: url("../img/45.jpg");
}
.image46 {
  background-image: url("../img/46.jpg");
}
.image47 {
  background-image: url("../img/47.jpg");
}
.image48 {
  background-image: url("../img/48.jpg");
}
.image49 {
  background-image: url("../img/49.jpg");
}
.image50 {
  background-image: url("../img/50.jpg");
}
.image51 {
  background-image: url("../img/51.jpg");
}
.image52 {
  background-image: url("../img/52.jpg");
}
.image53 {
  background-image: url("../img/53.jpg");
}
.image54 {
  background-image: url("../img/54.jpg");
}
.image55 {
  background-image: url("../img/55.jpg");
}
.image56 {
  background-image: url("../img/56.jpg");
}
.image57 {
  background-image: url("../img/57.jpg");
}
.image58 {
  background-image: url("../img/58.jpg");
}
.image59 {
  background-image: url("../img/59.jpg");
}
.image60 {
  background-image: url("../img/60.jpg");
}
.image61 {
  background-image: url("../img/61.jpg");
}
.image62 {
  background-image: url("../img/62.jpg");
}
.image63 {
  background-image: url("../img/63.jpg");
}
.image64 {
  background-image: url("../img/64.jpg");
}
.image65 {
  background-image: url("../img/65.jpg");
}
.image66 {
  background-image: url("../img/66.jpg");
}
.image67 {
  background-image: url("../img/67.jpg");
}
.image68 {
  background-image: url("../img/68.jpg");
}
.image69 {
  background-image: url("../img/69.jpg");
}
.image70 {
  background-image: url("../img/70.jpg");
}
.image71 {
  background-image: url("../img/71.jpg");
}
.image72 {
  background-image: url("../img/72.jpg");
}
.image73 {
  background-image: url("../img/73.jpg");
}
.image74 {
  background-image: url("../img/74.jpg");
}
.image75 {
  background-image: url("../img/75.jpg");
}
.image76 {
  background-image: url("../img/76.jpg");
}
.image77 {
  background-image: url("../img/77.jpg");
}
.image78 {
  background-image: url("../img/78.jpg");
}
.image79 {
  background-image: url("../img/79.jpg");
}
.image80 {
  background-image: url("../img/80.jpg");
}
.image81 {
  background-image: url("../img/81.jpg");
}
.image82 {
  background-image: url("../img/82.jpg");
}
.image83 {
  background-image: url("../img/83.jpg");
}

.image-container a {
  width: 32%;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.image-container a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-container::-webkit-scrollbar {
  width: 8px;
}
.image-container::-webkit-scrollbar-thumb {
  background-color: #c62828;
  border-radius: 4px;
}

.language-menu {
  position: absolute;
  bottom: 10%;
  left: 5.5%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 10px;
  display: flex;
  gap: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
  transform-origin: bottom center;
  transform: scale(1);
  transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 999 !important;
}

.language-menu.hidden {
  scale: 0;
  opacity: 0;
}

.language-item {
  width: 30px;
  height: 30px;
  border: none;
  background: linear-gradient(to bottom, #d32f2f, #c62828);
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.75),
    inset 1px 2px 6px rgba(255, 255, 255, 0.75);
}

#audioModal {
  display: flex;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  align-items: center;
  justify-content: center;
}

#modalContent {
  background: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  font-family: sans-serif;
}

#modalContent button {
  margin: 10px;
  padding: 5px 10px;
  font-size: 12px;
  cursor: pointer;
}

@keyframes scaleAnimate {
  from {
    scale: 1.3;
  }
  to {
    scale: 1.5;
  }
}

@media (max-width: 600px) {
  .container .menu {
    right: 14.5%;
    top: 5dvh;
    left: unset;
    opacity: 1;
    scale: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: right top;
    transform: scale(1);
    transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0.5rem 1rem;
  }

  .container .menu li {
    padding: 0.25rem 0.45rem;
  }

  .container .menu.hidden {
    opacity: 0;
    scale: 0;
  }

  .container .menu li {
    width: 55vw;
  }

  .container .menu li a p {
    width: 38vw;
    font-size: 0.75rem;
  }

  .leaflet-popup-content-wrapper {
    padding: 0 1rem;
  }

  .popup-description {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.6rem;
    color: white;
  }

  .popup-image img {
    width: 35px;
    height: 35px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-image img {
    width: 45px;
    height: 45px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description strong {
    font-size: 0.6rem;
  }

  .leaflet-popup-pane
    .leaflet-popup:nth-child(3)
    .leaflet-popup-content-wrapper {
    width: 150px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description {
    width: 70px;
  }

  .popup-description strong {
    width: 100%;
    text-align: center;
  }

  .leaflet-popup-content {
    margin: 1px !important;
    width: 120px !important;
  }

  .popup-button {
    font-size: 0.5rem;
    padding: 0.2rem 0.45rem;
  }

  .custom-popup p {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
  }

  .custom-popup p span {
    font-size: 0.7rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .custom-item {
    margin-left: 1rem;
    height: 80px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-description {
    height: 90px;
    width: 60px;
  }

  .leaflet-popup-pane
    .leaflet-popup:nth-child(1)
    .leaflet-popup-content-wrapper {
    width: 200px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(1) .leaflet-popup-content {
    width: 200px !important;
  }
  .leaflet-popup-pane .leaflet-popup:nth-child(4) .leaflet-popup-content {
    width: 250px !important;
  }

  .website-menu {
    padding: 0.5rem;
  }

  .website-menu a {
    width: 15px;
    height: 15px;
    margin-right: 0.5rem;
  }

  .website-menu button {
    width: 30px;
    height: 30px;
    margin-right: 0.5rem;
  }

  .website-menu a img {
    width: 90%;
  }

  .website-menu button img {
    width: 100%;
  }

  .website-popup {
    padding: 0.75rem;
    right: 5.75%;
  }

  .website-popup a {
    height: 1rem;
    width: 8rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .website-popup a:last-child {
    margin-bottom: 0;
  }

  .about-popup {
    font-size: 0.65rem;
    line-height: 0.75rem;
    width: 90vw;
    padding: 0.75rem 1rem;
  }

  .about-popup .about-logo {
    width: 15vw;
    margin-bottom: 0.75rem;
  }

  .about-popup .about-menu {
    margin-top: 0.5rem;
  }

  .about-popup .about-menu button {
    width: 28%;
    height: 2.75rem;
    font-size: 0.5rem;
  }

  #close-about-popup {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-popup p {
    margin-bottom: 0.75rem;
  }

  .about-popup .about-video,
  .about-popup .about-image {
    width: 275px;
    height: 200px;
  }

  .image-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-container a {
    width: 45%;
    height: 100px;
  }

  .menu-footer {
    padding: 0.5rem;
    flex-direction: column;
  }

  .menu-footer button {
    width: 35px;
    height: 35px;
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container .menu {
    right: 8.5%;
    top: 5dvh;
    left: unset;
    opacity: 1;
    scale: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: right top;
    transform: scale(1);
    transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0.5rem 1rem;
  }

  .container .menu li {
    padding: 0.25rem 0.45rem;
  }

  .container .menu.hidden {
    opacity: 0;
    scale: 0;
  }

  .container .menu li {
    width: 40vw;
  }

  .container .menu li a p {
    width: 38vw;
    font-size: 0.75rem;
  }

  .popup-description {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
    color: white;
    margin-bottom: 1rem;
  }

  .popup-image img {
    width: 35px;
    height: 35px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-image img {
    width: 60px;
    height: 60px;
  }

  .popup-description strong {
    width: 100%;
    text-align: center;
  }

  .popup-description strong {
    width: 100%;
    text-align: center;
  }

  .leaflet-popup-content {
    margin: 1px !important;
    width: 120px !important;
  }

  .popup-button {
    font-size: 0.75rem;
    padding: 0.2rem 0.45rem;
  }

  .popup-button {
    font-size: 0.5rem;
    padding: 0.2rem 0.45rem;
  }

  .custom-popup p {
    font-size: 0.8rem;
    display: flex;
    flex-direction: column;
  }

  .custom-popup p span {
    font-size: 0.7rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .custom-item {
    margin-left: 1rem;
    height: 80px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-description {
    height: 120px;
    width: 75px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description strong {
    font-size: 0.7rem;
  }

  .leaflet-popup-pane
    .leaflet-popup:nth-child(3)
    .leaflet-popup-content-wrapper {
    width: 170px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description {
    width: 90px;
  }

  .leaflet-popup-pane
    .leaflet-popup:nth-child(1)
    .leaflet-popup-content-wrapper {
    width: 200px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(1) .leaflet-popup-content {
    width: 200px !important;
  }
  .leaflet-popup-pane .leaflet-popup:nth-child(4) .leaflet-popup-content {
    width: 250px !important;
  }

  .website-menu {
    padding: 0.5rem;
  }

  .website-menu a {
    width: 20px;
    height: 20px;
    margin-right: 0.8rem;
  }

  .website-menu button {
    width: 35px;
    height: 35px;
    margin-right: 0.8rem;
  }

  .website-menu a img {
    width: 90%;
  }

  .website-menu button img {
    width: 100%;
  }

  .website-popup {
    padding: 0.75rem;
    right: 5.75%;
  }

  .website-popup a {
    height: 1rem;
    width: 8rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .website-popup a:last-child {
    margin-bottom: 0;
  }

  .about-popup {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 90vw;
    padding: 0.75rem 1.5rem;
  }

  .about-popup .about-logo {
    width: 15vw;
    margin-bottom: 1rem;
  }

  .about-popup .about-menu {
    margin-top: 0.75rem;
  }

  .about-popup .about-menu button {
    width: 28%;
    height: 2.75rem;
    font-size: 0.75rem;
  }

  #close-about-popup {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-popup p {
    margin-bottom: 0.75rem;
  }

  .about-popup .about-video,
  .about-popup .about-image {
    width: 575px;
    height: 350px;
  }

  .image-container {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-container a {
    width: 30%;
    height: 175px;
  }

  .menu-footer {
    padding: 0.5rem;
    flex-direction: column;
  }

  .menu-footer button {
    width: 45px;
    height: 45px;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) and (max-width: 1440px) {
  .container .menu {
    top: 3dvh;
    opacity: 1;
    scale: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: right top;
    transform: scale(1);
    transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
    padding: 0.5rem 1rem;
  }

  .container .menu li {
    padding: 0.25rem 0.45rem;
  }

  .container .menu.hidden {
    opacity: 0;
    scale: 0;
  }

  .container .menu li {
    width: 30vw;
  }

  .container .menu li a p {
    width: 38vw;
    font-size: 0.75rem;
  }

  .popup-description {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.5rem;
    color: white;
    margin-bottom: 1rem;
  }

  .popup-image img {
    width: 50px;
    height: 50px;
  }

  .popup-description strong {
    width: 50%;
    text-align: center;
  }

  .leaflet-popup-content {
    margin: 1px !important;
    width: 120px !important;
    height: auto;
  }

  .popup-description {
    height: 110px;
    width: 100px;
    margin-left: 0;
    font-size: 0.75rem;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(3) .popup-description {
    height: 100px;
    font-size: 0.6rem;
  }

  .popup-button {
    font-size: 0.75rem;
    padding: 0.2rem 0.45rem;
  }

  .custom-popup p {
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
  }

  .custom-popup p span {
    font-size: 0.8rem;
    margin-left: 0;
    margin-top: 0.25rem;
  }

  .custom-item {
    margin-left: 1rem;
    height: 80px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(2) .popup-description {
    height: 120px;
  }

  .leaflet-popup-pane
    .leaflet-popup:nth-child(1)
    .leaflet-popup-content-wrapper {
    width: 200px;
  }

  .leaflet-popup-pane .leaflet-popup:nth-child(1) .leaflet-popup-content {
    width: 150px !important;
  }
  .leaflet-popup-pane .leaflet-popup:nth-child(4) .leaflet-popup-content {
    width: 200px !important;
  }

  .website-menu {
    padding: 0.5rem;
  }

  .website-menu a {
    width: 20px;
    height: 20px;
    margin-right: 0.8rem;
  }

  .website-menu button {
    width: 35px;
    height: 35px;
    margin-right: 0.8rem;
  }

  .website-menu a img {
    width: 90%;
  }

  .website-menu button img {
    width: 100%;
  }

  .website-popup {
    padding: 0.75rem;
    right: 5.75%;
  }

  .website-popup a {
    height: 1rem;
    width: 8rem;
    font-size: 0.8rem;
    margin-bottom: 1rem;
  }

  .website-popup a:last-child {
    margin-bottom: 0;
  }

  .about-popup {
    font-size: 1rem;
    line-height: 1.5rem;
    width: 90vw;
    padding: 0.75rem 1.5rem;
  }

  .about-popup .about-logo {
    width: 15vw;
    margin-bottom: 1rem;
  }

  .about-popup .about-menu {
    margin-top: 0.75rem;
  }

  .about-popup .about-menu button {
    width: 28%;
    height: 2.75rem;
    font-size: 0.75rem;
  }

  #close-about-popup {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-popup p {
    margin-bottom: 0.75rem;
  }

  .about-popup .about-video,
  .about-popup .about-image {
    width: 575px;
    height: 350px;
  }

  .image-container {
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .image-container a {
    width: 30%;
    height: 170px;
  }

  .menu-footer {
    padding: 0.5rem;
    flex-direction: column;
  }

  .menu-footer button {
    width: 45px;
    height: 45px;
    margin-right: 0rem;
    margin-bottom: 1rem;
  }

  .custom-popup-option {
    height: 100px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
