/*
 Theme Name:   huus theme
 Theme URI:    
 Description:  This is the child theme for GeneratePress theme
 Author:       EWM SA
 Author URI:   https://ewm.swiss
 Template:     generatepress
 Version:      1.0.0
 Text Domain:  huus theme
*/

/* Google Fonts - Noto Serif JP */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

/* Font Family */
body,
html,
* {
  font-family: 'Noto Serif JP', serif;
}

#gallery > div > div:nth-child(2) img:last-of-type {
  display: none;
}

@media (max-width: 768px) {
  /* Adjust max-width for your mobile breakpoint */
  #gallery > div > div:nth-child(2) img:last-of-type {
    display: block;
  }
}

.h4 > p > a {
  text-decoration: underline;
}

/* Footer Section */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* Hero Video */
.hero-video-wrapper-7391 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-video-7391 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Map Section */
.map-section-8472 {
  width: 100%;
  line-height: 0;
}

.map-section-8472 iframe {
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.map-section-8472 iframe:hover {
  filter: grayscale(0%);
}

@media (max-width: 768px) {
  .map-section-8472 iframe {
    height: 300px;
  }
}

/* Copyright Section */
.copyright-section-9371 {
  background-color: #f5f0e8;
  text-align: center;
  padding: 30px 20px;
}

.copyright-section-9371 p {
  margin: 0;
  font-size: 14px;
  color: #666;
  letter-spacing: 0.05em;
}