* {
  box-sizing: border-box;
}

body {
  margin: 0;
  position: relative;
  width: 100vw;
  height: 100dvh;
  overflow: hidden;
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  z-index: -1;
}

.wrapper-content {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.playBtn {
  width: 5vw;
  max-width: 5vw;
  cursor: pointer;
}

.playBtn:hover {
  opacity: 0.8;
}

.playBtn img {
  width: 100%;
}

.wrapper-content .content {
  background: linear-gradient(180deg, #da2527 69%, #a80002 100%);
  padding: 0.5rem 1.25rem;
  color: white;
  font-weight: 700;
  line-height: 1.75rem;
  font-size: 1.25rem;
  border-radius: 1.5rem;
  text-align: center;
  margin-top: 1rem;
}

.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;
}

.language-menu {
  position: absolute;
  bottom: 11%;
  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;
}

.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);
}

.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: 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 a img {
  width: 100%;
}

.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;
}

.facebook-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;
}

.facebook-popup.hidden {
  scale: 0;
  opacity: 0;
}

.facebook-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;
}

.facebook-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: 800px;
  height: 500px;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.popup.hidden {
  display: none;
}
.popup-content {
  background: white;
  padding: 20px 30px;
  border-radius: 8px;
  text-align: center;
}
.popup-content button {
  margin: 10px;
}

.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;
}

@media (max-width: 767px) {
  .wrapper-content {
    width: 70%;
    top: 70%;
  }

  .playBtn {
    width: 20vw;
    max-width: 20vw;
  }

  .wrapper-content .content {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .menu-footer {
    padding: 0.5rem;
    flex-direction: column;
  }

  .menu-footer button {
    width: 35px;
    height: 35px;
    margin-right: 0rem;
    margin-bottom: 0.5rem;
  }

  .website-menu {
    padding: 0.5rem;
  }

  .website-menu a {
    width: 30px;
    height: 30px;
    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;
  }

  .language-menu {
    bottom: 10%;
    left: 10.5%;
    transform-origin: left center;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .wrapper-content {
    width: 70%;
    top: 70%;
  }

  .playBtn {
    width: 15vw;
    max-width: 20vw;
  }

  .wrapper-content .content {
    width: 100%;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  .website-menu {
    padding: 0.5rem;
  }

  .website-menu a {
    width: 35px;
    height: 35px;
    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%;
    bottom: 8%;
  }

  .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: 992px) {
}

@media (min-width: 1200px) {
}
