@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap'); /* font na nadpisy */
@import url('https://fonts.googleapis.com/css2?family=Caudex:ital,wght@0,400;0,700;1,400;1,700&display=swap'); /* font na texty */
/* CÉLÁ STRÍNKA DEXÍ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Caudex", serif; /* font na texty */
} 

* h1,h2,h3 {
  font-family: "Cinzel", serif; /* font na nadpisy */
}
/* ZDE JSEM NASTAVIL JAK JE TO PRI SCROLLOVANI */
html {
  scroll-behavior: smooth;
}
/* ČÁST UZAVŘENÁ V KOLONKÁCH BODY DEXÍ */
body {
  background: #0b0f1a;
  color: #fff;
  overflow-x: hidden;
}
/* ZDE KONČÍ NASTAVENÍ ANIMACE NAČÍTÁNÍ */
/* HEADER DEXITECKU ZDE SE NECHAZI V CELE SEKCI HEADERU NASE HAMBURGER MENU A I LOGO TAKZE VSE CO SE S NAMI HYBE DOLU A JE TO PRILEPENE NA VRCHU OBRAZOVKY */
header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: rgba(10, 15, 30, 0.8);
  backdrop-filter: blur(10px);
}
/* LOGO VLEVO NAHORE */
.logo img {
  height: 40px;
}
/* NAŠE MENU JAKOBY JAKÝ JE TO ČTVEREC */
nav {
  display: flex;
  gap: 20px;
  align-items: center;
}

nav a {
  text-decoration: none;
  color: #ccc;
  font-weight: 500;
  position: relative;
  transition: 0.3s;
}
nav a:hover {
  color: #cd9948;
}
nav a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #cd9948;
  transition: 0.3s;
}
nav a:hover::after {
  width: 100%;
}

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
.hamburger span {
  height: 3px;
  width: 25px;
  background: #fff;
  margin: 4px 0;
  transition: 0.3s;
}

.btn_zpet{
  margin-top: 5%;
  margin-left: 4%;
}

/* VELKY NADPIS KONTAKTY */
.nadpiskontakty {
  margin-top: 5%;
  width: 100%;
  text-align: center;
  font-size: 200%;
  color: #cd9948;
}
/* SEKCE KDE SE PISOU NASE UDAJE TEN CTVEREC */
.kontakty {
  display: flex;
  width: 100%;
  height: 410px;
  margin-top: 5%;
  gap: 5%;
  justify-content: center;
}
/* PRIMO TEN TEXT V TOM CTVERCI */
.txt_kontakty {
  text-decoration: none;
  border: 2px #cd9948 solid;
  background-color: #00000020;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 2.5%;
  border-radius: 10px;
}

.txt_kontakty p {
  font-size: 150%;
  text-decoration: none;
  color: #cd9948;
  text-align: center;
}
/* TADY JE NASE MAPA OPATOVA */
.mapa_kontakty iframe {
  border: 2px #cd9948 solid;
  border-radius: 10px;
}

.mapa_kontakty {
  align-items: center;
}
/* TADY JE NAS IG PROPOJENI */
.ig iframe {
  border: 2px #cd9948 solid;
  border-radius: 10px;
}
/*  */
.name2 {
  width: 100%;
  text-align: center;
  margin-top: 3%;
  color: #cd9948;
}
/*  */
.formos {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 20px;
  margin-top: 2%;
  color: #cd9948;
}

#text,
#mail {
  width: 400px;
  height: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
  margin-left: 0;
  border: 2px #cd9948 solid;
}

#text2{
  border: 2px #cd9948 solid;
}

.mess_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #cd9948;
  margin-top: 20px;
}

#text2 {
  width: 820px;
  height: 35px;
  padding: 5px 10px;
  box-sizing: border-box;
}
/*  BUTTON ODESLAT  */
.tlacitko {
  display: block;
  margin-top: 1%;
  background: none;
  border: 0;
  margin-bottom: 2%;
}

.tlacitko:hover {
  cursor: pointer;
} /* FOOTER */
footer {
  text-align: center;
  padding: 30px;
  color: #777;
  font-size: 14px;
  border-top: 1px solid#1f2937; 
  margin-top: 2%;
  background-color: #00000020;
}


@media (max-width: 900px) {
    nav {
        position: absolute;
        top: 70px;
        right: 0;
        background: #0b0f1a;
        flex-direction: column;
        width: 220px; 
        padding: 20px;
        display: none;
    }

    nav.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }
    .btn_zpet{
  margin-top: 30%;
  margin-left: 4%;
}

    .nadpiskontakty {
        margin-top: 10%;
        font-size: 200%;
    }

    .kontakty {
        display: flex;
        flex-direction: column; 
        height: auto;
        width: 100%;
        margin-top: 10%;
        align-items: center;
        gap: 30px;
    }

    .txt_kontakty, .mapa_kontakty, .ig {
        width: 90%; 
        max-width: 500px;
        margin-left: 0;
    }

    .mapa_kontakty {
        display: block; 
    }

    .mapa_kontakty iframe, .ig iframe {
        width: 100% !important;
        height: 350px;
    }

.formicek center, .formik, form, .formos, .jmeno_form, .mail_form, .mess_form {
        width: 100% !important;
        display: block !important;
        text-align: center;
    }

    .jmeno_form p, .mail_form p, .mess_form p {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    #text, #mail, #text2 {
        width: 90% !important;
        max-width: none !important;
        height: 45px !important;
        margin: 0 auto !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    #text2 {
        height: 150px !important;
    }

    .tlacitko {
        width: 100% !important;
        text-align: center !important;
        margin-top: 20px !important;
    }

    footer {
        width: 100%;
        margin-top: 50px; 
        padding: 30px 0;
        background-color: #00000020;
        border-top: 1px solid #1f2937;
        position: relative;
        left: 0;
    }
}

/* ANIMACE */
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}