.menu-overlay {
    background-color: rgba(0, 0, 0, 0.85);
    transition: opacity 0.3s ease;
}

#mobileMenu {
    z-index: 40;
    transition: opacity 0.3s ease;
}

body.menu-open {
    overflow: hidden;
}


#navbar {
    font-size: 1.5rem; 
}

#navbar .text-2xl {
    font-size: 2rem; 
}

#navbar .text-xl {
    font-size: 1.2rem; 
}

#navbar .flex {
    gap: 16px; 
}

#navbar .px-4, .py-4 {
    padding: 1rem 1.5rem; 
}


#navbar .flex.space-x-4 {
    display: flex; 
    gap: 10px; 
}

.text-with-outline {
    color: #deae50; 
    text-shadow: 0.2px 0.2px 0 #fff, 
    -0.5px -0.5px 0 #000, 
    0.2px -0.2px 0 rgba(0, 0, 0, 0.85), 
    -0.2px 0.2px 0 #fff; 
}

@media screen and (max-width: 1220px) {

  .navbar-container {
      flex-direction: column !important;
  }

  
  .social-icons {
      display: flex !important;
      flex-wrap: wrap;
      justify-content: flex-end !important;
      gap: 0.5rem !important;
      margin-top: 0.5rem !important;
  }

  .social-icons i,
  .social-icons svg,
  .social-icons a {
      font-size: 0.9rem !important;
      padding: 0.25rem !important;
  }

  
  .logo {
      font-size: 1.5rem !important;
  }

  .gap-10 {
  gap: calc(var(--spacing) * 6);
  }
  nav.px-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #DesktopIcons {
    gap: calc(var(--spacing) * 4) !important;
  }
}

@media screen and (max-width: 1066px) {

    .navbar-container {
        flex-direction: column !important;
    }

    
    .social-icons {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: flex-end !important;
        gap: 0.5rem !important;
        margin-top: 0.5rem !important;
    }

    .social-icons i,
    .social-icons svg,
    .social-icons a {
        font-size: 0.9rem !important;
        padding: 0.25rem !important;
    }

    
    .logo {
        font-size: 1.5rem !important;
    }

    .gap-10 {
    gap: calc(var(--spacing) * 4);
    }
    nav.px-6 {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
    #DesktopIcons {
      gap: calc(var(--spacing) * 4) !important;
    }
}



@media screen and (min-width: 1146px) {
    .logo {
        margin-left: -10%; 
    }

    #navbar .flex {
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1024px) {
    .navbar-blur {
        backdrop-filter: blur(10px);
        background-color: rgb(0 0 0 / 0%);
    }
}

@media screen and (max-width: 1023px) {
  
  #langSwitcher {
    display: none !important;
  }
}

#langSwitcher img {
  max-width: none;
  width: 2rem;
  height: 2rem;
  object-fit: fill;
}


.section-stern-pc {
margin-top: 64px;
padding: 3rem 1.5rem;
display: flex;
align-items: center;
justify-content: center;

}

.layout-stern-pc {
display: flex;
gap: 3rem;
align-items: center;
justify-content: center;
max-width: 1200px;
margin: 0 auto;
}

.stern-frame-outer {
position: relative;
width: 450px;
height: 550px;
border: 5px solid #D3D3D3;
display: flex;
align-items: center;
justify-content: center;
background-color: #DEAE50;
overflow: hidden;
}

.stern-frame-inner {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-content: space-between;
animation: star-field-animation 8s infinite;
pointer-events: none;
}

.star {
position: absolute;
width: 5px;
height: 5px;
border-radius: 50%;
background-color: white;
animation: blink 2s infinite;
opacity: 0;
}

.stern-image {
position: relative;
z-index: 2;
width: 360px;
height: 460px;
object-fit: cover;
border-radius: 5px;
}

.stern-text-pc {
max-width: 600px;
font-size: 1.1rem;
line-height: 1.6;
color: black;
}

.stern-section-mobile {
display: none;
padding: 8rem 1.2rem;
font-size: 1rem;
max-width: 600px;
margin: 0 auto;
color: black;
}


@media screen and (max-width: 1000px) {
.section-stern-pc {
display: none;
}

.stern-section-mobile {
display: block;
}
}

@keyframes star-field-animation {
0% {
opacity: 0.1;
}
50% {
opacity: 0.8;
}
100% {
opacity: 0.1;
}
}

@keyframes blink {
0% {
opacity: 0;
}
50% {
opacity: 1;
}
100% {
opacity: 0;
}
}






#albums-container {
display: flex;
overflow-x: auto;
gap: 16px;
scroll-snap-type: x mandatory;
}

.album {
min-width: 250px;
flex-shrink: 0;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
background-color: #1f2937;
padding: 16px;
text-align: center;
scroll-snap-align: center;
}

.album img {
width: 100%;
height: auto;
border-radius: 8px;
}

.album h3 {
font-size: 18px;
margin-top: 12px;
color: #fbbf24;
}

.album p {
color: #d1d5db;
margin-top: 8px;
}

.album button {
margin-top: 12px;
background-color: #fbbf24;
color: white;
padding: 8px 16px;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s;
}

.album button:hover {
background-color: #f59e0b;
}


.scrollbar-hide::-webkit-scrollbar {
display: none;
}
.scrollbar-hide {
-ms-overflow-style: none;
scrollbar-width: none;
}


.custom-scrollbar::-webkit-scrollbar {
height: 8px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
background-color: #efcd00;
border-radius: 9999px;
}

.custom-scrollbar::-webkit-scrollbar-track {
background: transparent;
}


.custom-scrollbar {
scrollbar-width: thin;
scrollbar-color: #efcd00 transparent;
}




#novinka-container {
display: grid;
grid-template-columns: 1fr;
gap: 16px;
}

.novinka {
background-color: #1f2937;
border-radius: 10px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
padding: 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
}

.novinka img {
width: 25%;
height: auto;
border-radius: 8px;
}

.novinka h3 {
color: #fbbf24;
font-size: 24px;
margin-top: 12px;
}

.novinka p {
color: #d1d5db;
margin-top: 8px;
}

.novinka .upoutavka {
margin-top: 8px;
font-size: 14px;
color: #d1d5db;
}

.novinka button {
margin-top: 16px;
background-color: #fbbf24;
color: white;
padding: 8px 16px;
border-radius: 20px;
cursor: pointer;
transition: background-color 0.3s;
}

.novinka button:hover {
background-color: #f59e0b;
}

@media screen and (max-width: 850px) {
#novinky .lg\:hidden {
display: block !important;
}
#novinky .hidden.lg\:flex {
display: none !important;
}
}

@media screen and (min-width: 850px) {
#novinky .lg\:hidden {
display: none !important;
}
#novinky .hidden.lg\:flex {
display: flex !important;
}
}







.music_spotify-embed {
max-width: 70%; 
width: 100%; 
margin: 0 auto; 
display: flex;
justify-content: center; 
}

.music_spotify-embed iframe {
border-radius: 12px;
width: 100%; 
max-width: 1200px; 
}



@media screen and (max-width: 1145px) {
footer .lg\\:hidden {
display: block;
}
footer .hidden.lg\\:flex {
display: none;
}
}


@media screen and (min-width: 1146px) {
footer .lg\\:hidden {
display: none;
}
footer .hidden.lg\\:flex {
display: flex;
}
}

.signature-img {
    opacity: 0;
    animation: revealSignature 3s ease-out forwards;
}

@keyframes revealSignature {
    0% {
        opacity: 0;
        clip-path: inset(0 100% 0 0);
    }

    100% {
        opacity: 1;
        clip-path: inset(0 0 0 0);
    }
}



.text-dark {
    color: #111 !important;
    text-shadow: none;
}
  .text-light {
    color: white !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

/* .hidden { */
/*     display: none; */
/* } */

#alba {
    padding-top: 145px;
  }

.scrollbar-hide::-webkit-scrollbar {
    display: none;
  }
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .cover-img {
    max-inline-size: 90vw;
    block-size: auto;
  }


#alba {
    
    scrollbar-width: thin; 
    scrollbar-color: #deae50 #333; 
  }
  

  #alba::-webkit-scrollbar {
    width: 10px; 
    height: 10px; 
  }
  
  #alba::-webkit-scrollbar-thumb {
    background-color: #deae50; 
    border-radius: 10px; 
  }
  
  #alba::-webkit-scrollbar-track {
    background-color: #333; 
    border-radius: 10px;
  }

  #section3-container-1 {
    background: linear-gradient(145deg, #1c1c1c, #292929, #1c1c1c);
  }

  .video-wrapper {
    box-shadow: 0 0 40px rgba(255, 0, 0, 0.2); 
    border: 2px solid #b30000; 
  }

  span.custom-color {
    color: #937d3f !important; 
}

#pojem-info {
    transition: opacity 0.3s ease;
  }
  
  #pojem-info.hidden {
    opacity: 0;
    pointer-events: none;
  }

  @media (min-width: 992px) {
    .blok-2021 { margin-left: auto; margin-right: 10%; }
    .blok-2022 { margin-left: 10%; margin-right: auto; }
    .blok-2023 { margin-left: auto; margin-right: 10%; }
  }

  .karaoke-line p {
    line-height: 1.6;
    margin-bottom: 1rem;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    background: #666;
    border-radius: 50%;
    cursor: pointer;
  }

  @keyframes gradientAnimationBio {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
  }
  #sekce5Biografie {
    background: linear-gradient(135deg, #efcd00, #bf8d00);
    background-size: 200% 200%;
    animation: gradientAnimationBio 5s ease infinite;
  }
  
  body.overflow-hidden {
    overflow: hidden;
  }
  


#bio-overlay.high-contrast {
  background: #000 !important;
  color: #fff !important;
}

#bio-overlay.high-contrast section {
  background-color: #000 !important;
  color: #ff0 !important;
}

#bio-overlay.high-contrast h2 {
  color: #0ff !important;
}


#bio-overlay.dark-mode {
  background: #1a1a1a;
  color: #e0e0e0;
}

#bio-overlay.dark-mode section {
  background-color: #2c2c2c;
  color: #e0e0e0;
}

#bio-overlay.dark-mode h2 {
  color: #deae50;
}



.high-contrast {
  background-color: black !important;
  color: yellow !important;
}

.dark-mode {
  background-color: #121212 !important;
  color: #e0e0e0 !important;
}

.dyslexia-mode {
  font-family: 'OpenDyslexic', Arial, sans-serif !important;
}

/* ZDE ZMĚNIT PRO ODKAZ!!! */
@font-face {
  font-family: 'OpenDyslexic';
  src: url('/src/fonts/OpenDyslexic-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'OpenDyslexic';
  src: url('/src/fonts/OpenDyslexic-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



.mobile-only   { display: block; }
.desktop-only  { display: none; }


@media screen and (min-width: 1024px) {
  .mobile-only  { display: none; }
  .desktop-only { display: block; }
}




#map { height: 100%; }

.golden-icon .golden-dot {
  width: 15px;
  height: 15px;
  background-color: gold; 
  border-radius: 50%;
  border: 2px solid #d4af37; 
  box-shadow: 0 0 5px rgba(255, 215, 0, 0.8); 
}


#gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; 
  margin-top: 65px;
}

#gallery img {
  flex: 1 1 calc(33.33% - 16px); 
  max-width: calc(33.33% - 16px); 
  height: auto;
  object-fit: cover; 
  border-radius: 8px;
  transition: transform 0.3s ease-in-out;
}

@media (max-width: 1024px) {
  #gallery img {
    flex: 1 1 calc(50% - 16px); 
    max-width: calc(50% - 16px);
  }
  #gallery {
    margin-top: 105px;
  }
}

@media (max-width: 768px) {
  #gallery img {
    flex: 1 1 calc(100% - 16px); 
    max-width: calc(100% - 16px);
  }
}