:root {
  --hero-margin-top: 198px;
  --max-width: 1200px;
}

#main .section {
  margin-inline: auto;
}

#main h1 {
  margin-top: 10rem;
  font-size: calc(var(--font-size) * 1.8);
}





#hero-img {
  height: calc(100lvh - var(--hero-margin-top));
}


#hero-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#hero-text {
  text-align: center;
  margin-bottom:16rem;
}

.flex {
  display: flex;
  gap: 40px;
}

.flex img {
  width: 45%;
  height: auto;
  object-fit: contain;
}

.flex figcaption {
  width: 55%;
}

#fuji img {
  order: 1;
}

/* #gallery .swiper {
  width: auto;
  height: 500px;
} */

#items-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  row-gap: 8rem;
}

.item {
  width: 33%;
  text-align: center;
}

.swiper-slide {
  /* width: 500px; */
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  max-width: none !important;
  height: 100%;
  object-fit: contain;
  display: block;
}

.swiper-slide {
  height: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  max-width: none !important;
  height: 100%;
  object-fit: contain;
  display: block;
}
#gallery {
  margin-bottom: 16rem;
  overflow: hidden;
}

@media (min-width: 769px) and (max-width: 1200px) {
  #location,
  figcaption {
    padding-inline: 3%;
  }
}
