@font-face {
  font-family: "Tokyo2097";
  src: url("fonts/Tokyo2097.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Tokyo2097", sans-serif;
  padding: 0;
  margin: 0;
}
.container {
  width: auto;
  max-width: 100%;
  height: 100vh;
  background-image: url(./assets/Background-DK.jpg);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top;
}
.logo-japon {
  position: relative;
  top: 0;
  left: 45%;
  width: auto;
  max-width: 100%;
  vertical-align: middle;
}
.progress-container {
  width: 97%;
  margin: 15.2rem auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.content {
  flex: 1;
  min-width: 0;
}
.reto-tokyo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reto-tokyo img {
  max-width: 100%;
  width: 70%;
}

.label {
  display: flex;
  align-items: center;
  margin: 10px 0;
  font-size: 1.25rem;
  gap: 10px;
}

.label-text {
  width: 120px;
  flex-shrink: 0;
}

.label-img {
  width: 42px;
  height: 45px;
  object-fit: contain;
  flex-shrink: 0;
}
.content .label:first-child .label-img {
  width: 48px;
  height: 48px;
}
.progress-bar {
  background-color: #f0c040;
  height: 8px;
  width: 0;
  transition: width 1s ease-out;
  position: relative;
  border-radius: 50px;
}

.progress-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
}

.percentage {
  width: 50px;
  text-align: right;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .container {
    height: 100vh !important;
    background-image: url(./assets/Background-DK.jpg);
    background-size: 100% 100% !important;
    background-repeat: no-repeat;
    background-position: top;
  }
  .progress-container {
    width: 99% !important;
    margin: 8.2rem auto 0 auto !important;
    gap: 5px;
  }
  .logo-japon {
    position: relative;
    top: 0;
    left: 45%;
    width: 8% !important;
    max-width: 100%;
    vertical-align: middle;
  }
  .content {
    padding: 0 20px;
  }
  .label {
    font-size: 1rem;
    margin: 5px 0;
  }
  .label-img {
    width: 32px !important;
    height: 32px !important;
  }
}
@media (max-width: 767px) {
  .container {
    height: 75vh;
    background-image: url(./assets/banner-rs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .logo-japon {
    position: relative;
    top: 0;
    left: 35%;
    width: 30%;
    max-width: 100%;
    vertical-align: middle;
  }
  .reto-tokyo {
    display: none;
  }
  .progress-container {
    width: 100%;
    margin: 20.5rem 0 0 0;
    background-image: url(./assets/Background-rs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content {
    padding: 0 15px;
  }
}
@media (min-width: 375px) and (max-width: 550px) {
  .container {
    height: 80vh;
    background-image: url(./assets/banner-rs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
  }

  .logo-japon {
    position: relative;
    top: 0;
    left: 30%;
    width: 35%;
    max-width: 100%;
    vertical-align: middle;
  }
  .reto-tokyo {
    display: none;
  }
  .progress-container {
    width: 100%;
    margin: 13rem 0 0 0;
    background-image: url(./assets/Background-rs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .content {
    padding: 0 15px;
  }

  .content .label:first-child .label-img {
    width: 40px;
    height: 40px;
  }
  .label-text {
    width: 92px;
    font-size: 1rem;
  }
  .percentage {
    font-size: 1rem;
  }
}
