body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  background-color: rgb(197, 196, 196);
}

.nabídka a,
.kontakt a {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
.nabídka a:hover,
.kontakt a:hover {
  color: darkblue;
}
.s {
  background-color: rgb(252, 248, 248);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 160px;
  height: 120px;
  box-sizing: border-box;
}
.s:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.t {
  background-color: #2b2a2a;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 160px;
  height: 120px;
  box-sizing: border-box;
}
.t:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.logo {
  width: 150px;
  height: 110px;
  object-fit: contain;
  border-radius: 10px;
  background: transparent; /* Let .t show through */
  box-shadow: black 0px 0px 10px;
}
#horní_lišta {
  display: flex;
  flex-direction: row-reverse;
  height: 80px;
  background-color: rgba(15, 13, 13, 0.993);
  font-style: normal;
  text-decoration: underline rgba(15, 13, 13, 0.993);
  color: #fff;
  position: fixed;
  top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  z-index: 1000;
  width: 100%;
}
.logo_webu {
  margin-right: 20px;
  margin-left: 40px;
}
#dark-toggle-mobile {
  display: none;
}

.domů {
  float: right;
  margin-right: 40px;
  margin-top: 28px;
  color: white;
  text-decoration: none;
  font-size: 1.06rem;
}
#horní_lišta a:hover {
  font-weight: bold;
}
.rozcestí {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  font: bold 1.25rem black;
}
.rozcestí a {
  text-decoration: none;
  color: black;
}
.rozcestí a:hover {
  color: darkblue;
}
.sponzorství {
  height: fit-content;
  background-color: #f7f9fc;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
}
.grid {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
#kontakt,
#nabídka,
#sponzorství {
  scroll-margin-top: 150px;
}
.sponzorství h2,
.nabídka h2,
.kontakt h2 {
  text-align: center;
  color: #333;
  padding-top: 30px;
  font-size: 2.5rem;
}
.sponzorství-text {
  width: 55%;
  margin-left: 12%;
  text-align: center;
  align-self: start;
  grid-row-start: 1;
  grid-row-end: 3;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: white;
}
.sponzorství-text p,
.nabídka-sponzoringu p,
.kontakt-text p {
  font-size: 1.25rem;
  line-height: 1.5;
  color: black;
  text-align: center;
}
.sponzorství h3,
.nabídka-sponzoringu h3,
.kontakt-text h3 {
  text-align: center;
  font-size: 1.9rem;
}
.sponzoři-loga {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto auto auto auto;
  gap: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 32%;
}
.sponzoři-loga img {
  width: 150px;
  height: 110px;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: #2b2a2a 0px 0px 10px;
}
.nabídka,
.kontakt {
  height: fit-content;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-bottom: 30px;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.nabídka {
  background-color: #f7f9fc;
}
.grid-nabídka,
.grid-kontakt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  justify-content: center;
  align-content: center;
  padding-top: 10px;
}
.nabídka-sponzoringu,
.kontakt-text {
  width: 50%;
  padding: 10px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  justify-self: center;
  align-self: baseline;
}
.mohu_nabídnout,
.seznam-kontakt {
  width: 60%;
  background-color: white;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  justify-self: center;
}
.mohu_nabídnout h3,
.seznam-kontakt h3 {
  text-align: center;
  font-size: 1.9rem;
}
.mohu_nabídnout li,
.seznam-kontakt li {
  font-size: 1.13rem;
  line-height: 1.5;
  color: black;
}
.záhlaví {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  justify-content: center;
  align-items: start;
  padding: 70px 0 70px 0;
  height: fit-content;
  padding-bottom: 80px;
  font-size: 0.8rem;
}
.odkazy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.kontakty {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 10px;
  color: white;
}
footer {
  background-color: rgba(0, 0, 0, 0.904);
}

.text-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 60px;
  line-height: 1.5;
}

.text-footer span {
  text-align: center;
  color: white;
  margin-top: 10px;
}

.oddělení {
  display: none;
}

.kontakty span {
  margin-left: 15px;
  font-size: 0.875rem;
}

.záhlaví a,
.phone {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 1rem;
}
.copyright {
  color: white;
  margin: 0;
  padding-bottom: 20px;
  text-align: center;
  font-size: 0.75rem;
}
.záhlaví a:hover {
  font-weight: bold;
}
.záhlaví p {
  color: white;
  font-size: 0.88rem;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .sponzoři-loga {
    grid-template-columns: auto auto;
  }
  .domů {
    margin-right: 28px;
  }
  .seznam-kontakt a {
    font-size: 0.88rem;
  }
}
.mobilni-menu {
  display: flex;
  position: relative;
  top: 15px;
}
#toggle-menu {
  display: none;
}

.odkazy-menu {
  display: none;
  flex-direction: column;
  background-color: #222;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 1000;
  list-style: none;
  padding: 0;
}

.mobilni_logo {
  margin-left: 20px;
  display: none;
}
.odkazy-menu li {
  border-bottom: 1px solid #444;
  text-align: center;
  padding: 15px 0;
}
.odkazy-menu li a {
  color: white;
  text-decoration: none;
} /* Tlačítko (3 čárky) */
.menu-ikona {
  font-size: 1.5rem;
  padding: 10px;
  cursor: pointer;
  margin-right: 20px;
  display: none; /* Skryté na desktopu */
} /* Checkbox ovládá viditelnost menu */
#toggle-menu:checked + .menu-ikona + .odkazy-menu {
  display: flex;
}
#copa_photo {
  padding-top: 10px;
}

.social {
  height: 40px;
}
/*Tlačítko pro přepínání dark mode*/
#dark-mode-toggle {
  height: 50px;
  width: 50px;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.5rem;
  margin: auto 0 auto 0;
  color: inherit;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#dark-mode-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* Mobilní menu: tlačítko styl jako link */
#dark-toggle-mobile {
  background: none;
  border: none;
  color: inherit;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: right;
  margin-left: 10px;
}

/* Můžeš přidat hover efekt i tady */

.social_div {
  height: 120px;
  gap: 40px;
  margin-left: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  #horní_lišta,
  .rozcestí {
    display: none;
  }
  #dark-toggle-mobile {
    display: block;
  }
  .social_div {
    display: flex;
    flex-direction: row;
    gap: 40px;
    margin: 0;
  }
  .grid,
  .grid-nabídka,
  .grid-kontakt,
  .záhlaví {
    grid-template-columns: 1fr; /* ze 4 sloupců na 1 */
    justify-content: center;
    align-content: center;
  }
  .sponzorství-text {
    align-self: center;
    justify-self: center;
    margin: 0;
    width: 75vw;
  }
  .sponzoři-loga {
    margin: 20px 0 0 0;
    grid-template-columns: auto auto;
    column-gap: 10px;
  }
  .sponzorství h2,
  .nabídka h2,
  .kontakt h2 {
    font-size: 1.88rem;
  }
  .sponzorství-text h3,
  .nabídka h3,
  .kontakt h3 {
    font-size: 1.38rem;
  }
  .sponzorství-text p,
  .nabídka p,
  .kontakt p {
    font-size: 1.125rem;
  }
  .nabídka li,
  .kontakt li {
    font-size: 1.05rem;
  }
  .nabídka-sponzoringu,
  .seznam-kontakt {
    margin-top: 20px;
    width: 75vw;
  }
  .kontakt-text {
    width: 75vw;
  }
  .mohu_nabídnout {
    margin-top: 20px;
    width: 75vw;
  }
  .sponzorství {
    width: 100%;
    margin-top: 40px;
  }
  .seznam-kontakt a {
    font-size: 0.9rem;
  }
  .odkazy,
  .kontakty {
    margin: 0;
    text-align: center;
    align-items: center;
  }
  .kontakty {
    gap: 3px;
  }
  .mobilni_logo {
    display: block;
  }
  .oddělení {
    display: block;
    margin: 1rem auto;
    height: 1px;
    width: 20%;
    background-color: white;
  }

  .text-footer {
    margin-left: 0;
  }

  .text-footer span {
    width: 90%;
  }

  .kontakty img {
    width: 30px;
  }
  .kontakty h2 {
    margin: 0;
    margin-bottom: 7px;
  }
  .záhlaví {
    height: fit-content;
    padding-bottom: 0;
  }
  .záhlaví a,
  .záhlaví p,
  .kontakty p {
    font-size: 0.875rem;
  }
  .záhlaví h2 {
    font-size: 1.06rem;
  }
  .menu-ikona {
    display: block;
    color: whitesmoke;
  }
  .odkazy-menu {
    display: none;
  }
  .mobilni-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
    background: rgba(15, 13, 13, 0.98);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }
}
@media screen and (orientation: landscape) and (max-width: 1000px) {
  .sponzoři-loga {
    grid-template-columns: auto auto;
  }
  .domů {
    margin-right: 20px;
  }
}

#blog-proklik {
  padding: 2em 1em;
  border-top: 1px solid #ddd;
  max-width: 1200px;
  margin: 0 auto;
}

#blog-proklik h3 {
  margin-bottom: 1em;
  margin-left: 1em;
  font-size: 1.4em;
  color: white;
}

.blog-ctverce {
  display: flex;
  gap: 1em;
  flex-wrap: wrap;
  justify-content: center;
}

.blog-ctverec {
  position: relative;
  flex: 1 1 30%;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: white;
  min-width: 220px;
  max-width: 280px;
  transition: transform 0.2s ease;
}

.blog-ctverce .overlay {
  position: relative; /* pro overlay */
}

.blog-ctverce .overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  pointer-events: none;
}

.blog-ctverec:hover {
  transform: scale(1.02);
}

.blog-ctverec .overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
}

.blog-ctverec h4 {
  margin: 0 0 0.3em;
  font-size: 1.1em;
  color: rgb(255, 255, 255);
  z-index: 1;
}

.blog-ctverec p {
  margin: 0;
  font-size: 0.9em;
  color: #ddd;
}

.zobrazit-vse {
  display: inline-block;
  margin-top: 2em;
  color: #ddd;
  font-weight: 500;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
  margin-left: 1em;
}

.zobrazit-vse::after {
  content: "→";
  margin-left: 0.5em;
  transition: margin-left 0.2s ease;
}

.zobrazit-vse:hover {
  color: #fff;
}

.zobrazit-vse:hover::after {
  margin-left: 0.7em;
}

@media screen and (max-width: 1000px) {
  #blog-proklik {
    padding: 0;
    border-top: none;
  }

  #blog-proklik h3 {
    text-align: center;
    margin-bottom: 1em;
  }

  .zobrazit-vse {
    display: block;
    text-align: center;
    margin: 1em auto;
  }

  .blog-ctverec {
    max-width: 50px;
  }
}

body.dark-mode {
  background-color: #3b3b3b;
  color: #e0e0e0;
}
body.dark-mode .rozcestí a {
  color: #e0e0e0;
}
body.dark-mode .rozcestí a:hover {
  color: #e5deff;
}
body.dark-mode h2 {
  color: #e9e9e9;
}
body.dark-mode .sponzorství,
body.dark-mode .nabídka {
  background-color: #1a1a1a;
  box-shadow: 0 4px 8px rgba(228, 228, 228, 0.2);
}
body.dark-mode .sponzorství-text,
body.dark-mode .nabídka-sponzoringu,
body.dark-mode .mohu_nabídnout,
body.dark-mode .kontakt-text,
body.dark-mode .seznam-kontakt {
  background-color: #181818;
  box-shadow: 0 4px 8px rgba(77, 77, 77, 0.2);
}
body.dark-mode .sponzoři-loga img {
  box-shadow: 0 4px 8px rgba(78, 78, 78, 0.2);
}

body.dark-mode main p,
body.dark-mode main li,
body.dark-mode main a {
  color: white;
}
body.dark-mode main a:hover {
  color: #e5deff;
}
/* Položky v otevřeném menu */
.mobilni-menu .odkazy-menu {
  background-color: #121212; /* pro dark mode */
  margin-top: 10px;
}

/* Jednotlivé odkazy */
.mobilni-menu .odkazy-menu li a {
  color: #fff; /* bílý text pro tmavé pozadí */
  font-size: 1.1rem;
}

/* Oddělení mezi položkami */
.mobilni-menu .odkazy-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobilni-menu .odkazy-menu {
  background-color: rgba(18, 18, 18, 0.95);
  backdrop-filter: blur(5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.mobilni-menu .odkazy-menu {
  position: fixed;
  height: 360px;
  width: 100%; /* nebo 100% pokud chceš celé */
  background-color: rgba(18, 18, 18, 0.95);
  backdrop-filter: blur(5px);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}

/* Když je menu aktivní */
.mobilni-menu input[type="checkbox"]:checked ~ .odkazy-menu {
  transform: translateY(0);
}

/*3*/
.menu-ikona {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

.menu-ikona span {
  display: block;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Animace při otevření */
input[type="checkbox"]:checked + .menu-ikona span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

input[type="checkbox"]:checked + .menu-ikona span:nth-child(2) {
  opacity: 0;
}

input[type="checkbox"]:checked + .menu-ikona span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Efekt ikony při otevření */
.odkazy-menu li a i {
  margin-right: 8px;
  font-size: 1.2rem;
  width: 20px;
  text-align: center;
  transform: scale(0.8);
  animation: iconPop 0.3s ease forwards;
  animation-delay: 0.2s;
}

.úvod {
  margin-top: 25px;
  margin-bottom: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: center;
  height: 70vh;
}
.úvod-text {
  position: relative;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 20px;
  font-size: 2rem;
  font-style: italic;
}
.úvod-kontakt {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: darkblue;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2rem;
}
.img {
  position: absolute;
  left: 0;
  width: 100vw;
  height: 70vh;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  object-position: 20% 40%;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.7);
}
.mezera {
  width: 30%;
  background-color: #303030;
  margin: 5px auto 5px 27%;
  border: #222 solid 1px;
}
.img2 {
  width: 100vw;
  height: 70vh;
  position: absolute;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  object-fit: cover;
  object-position: 20% 50%;
  filter: brightness(0.7);
  z-index: -1;
}
.kontakt h2 {
  color: white;
}
.kontakt {
  box-shadow: none;
  height: 70vh;
  margin-bottom: 0;
}
@media screen and (max-width: 880px) {
  .img {
    height: 80vh;
  }
  .úvod {
    height: 80vh;
  }
  .úvod-text {
    font-size: 1.5rem;
  }
  .kontakt {
    height: 90vh;
  }
  .img2 {
    height: 90vh;
  }
  .seznam-kontakt li {
    font-size: 1rem;
  }
}
.language-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto auto auto 10px;
  gap: 10px;
  height: 50px;
  width: 50px;
}

.language-switcher_mobile {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto 20px auto auto;
  gap: 10px;
  height: 45px;
  width: 40px;
  padding-top: 5px;
}

.language-switcher ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.language-switcher li {
  display: inline-flex;
}

.language-switcher a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.2s, transform 0.2s;
}

.language-switcher a:hover {
  transform: translateY(-3px);
}

.language-switcher :hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.language-switcher img {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
