*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    cursor: none;
}

@font-face {
    font-family: 'CinzelDecorative';
    src: url('../fonts/Cinzel_Decorative/CinzelDecorative-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Chomsky';
    src: url('../fonts/Chomsky.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poiret';
    src: url('../fonts/Poiret_One/PoiretOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Quin ;
    src: url('../fonts/Quintessential/Quintessential-Regular.ttf') format('truetype');
}

:root {
            --gold: #c5a059;
            --bg-dark: #0a0a0a;
            --card-bg: #111111;
        }

html{
    overflow-x: hidden;
}

body{
    background-color: #000000;
    overflow-x: hidden;
}

main{
    max-width: 100%;
}

.navbar {
            z-index: 1000 !important;
            position: fixed !important;
            top: 50%;
            left: 0px; /* Vzdálenost od kraje */
            transform: translateY(-50%);
            background-image: url('../images/navbar-novy.svg');
            background-repeat: no-repeat;
            background-position: center;
            background-size: 5.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            border: none;
            width: 200px; 
            height: 40rem;
            padding: 40px 0;
            gap: 1.5rem;
            
        }
        

        .navbar-content {
            display: flex;
            flex-direction: column;
            gap: 20px; /* Mezera mezi ikonkami */
            pointer-events: auto; /* Pouze ikonky jsou klikatelné */
        }

        .navbar a {
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.3s ease;
        }

        /* Efekt na ikonky */

        .navbar a:hover {
            transform: scale(1.2);
        }

        .navbar a:hover svg path {
            stroke: #ffbb00;
            filter: drop-shadow(0 0 5px rgba(201, 168, 76, 0.6));
        }

.header-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 1.5rem;
    width: 100%;
    height: 100vh;
    position: relative;
}

.header-cont img{
    width: 100%;
    top: -5%;
    height: auto;
    object-fit: contain;
    position: absolute;
    pointer-events: none;
}

.antologie-nadpis{
    font-size: 30px;
    font-family: "CinzelDecorative", serif;
    color: #C9A84C;
    font-weight: 400;
    text-shadow: 2px 2px 10px rgba(201,168,76, 1);
}

.antologie img{
    position: absolute;
    height: 90%;
    width: 90%;
    opacity: 0.1;
    z-index: -0;
}

.rytiri-nadpis{
    font-size: 50px;
    font-family: "CinzelDecorative", serif;
    color: #F2E8D5;
    font-weight: 400;
    text-shadow: 0px 2px 10px rgba(201,168,76, 1);
}

.header-cont hr{
    width: 8%;
    height: .5px;
    border-color: #C9A84C;
}

.kone-section{
    position: relative;
    width: 100%;
    height: 100vh;

}

.kone-container{
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kone-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50%;
    width: 200%;        
    height: 250vh;
    transform: translateY(-50%); 
    background: radial-gradient(
        ellipse at center, 
        rgba(196, 126, 46, 0.7) 20%,
        rgba(193, 110, 40, 0.3) 60%, 
        transparent 85%
    );
    filter: blur(80px);
    z-index: -1;
    pointer-events: none; 
}

.kone-container img{
    width: 65%;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    
}

.main-text-section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10rem;
}

.main-text-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #F2E8D5;
    gap: 3rem;
    font-family: "CinzelDecorative", serif;
}

.text-container{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    font-size: 13px;
    gap: 1.5rem;
}

.text-container h2{
    font-size: 50px;
    text-wrap:calc();
    color: #F2E8D5;
    text-align: center;
    font-weight: 400;
}

.text-container h3{
    font-size: 30px;
    color: #C9A84C;
    text-align: center;
    font-weight: 400;
}

.text-container .mobile-nadpis{
    display: none;
}

.blanik-section{
    position: relative;
    width: 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.blanik-container{
    position: relative;
    top: 0%;
    left: 0;
    padding: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;

}

.blanik-image{
    position: absolute;
    left: 0;
    top: 0;
}

.blanik-image img{
    width:100vw;
    height: 120vh;
    object-fit: cover;
    object-position: center top;
    opacity: .8;
    z-index: -1;
    overflow: hidden;
}

.image-shader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 80%);
  pointer-events: none;
  z-index: 2;
}






.vaclav-section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vaclav-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.vaclav-container::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 5%;
    width: 100%;        
    height: 75vh;
    transform: translateY(-50%); 
    background: radial-gradient(
        ellipse at center, 
        rgba(196, 126, 46, 0.7) 20%,
        rgba(193, 110, 40, 0.3) 60%, 
        transparent 85%
    );
    filter: blur(80px);
    z-index: -1;
    pointer-events: none; 
}

.vaclav-container img{
    margin-top: 2rem;
    width: 35%;
}

.vaclav-text-section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: start;
}

.vaclav-bigtext-container{
    width: 60%;
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F2E8D5;
    font-family: "CinzelDecorative", serif;
    gap: 5rem;
    margin-left: 10rem;
    padding: 2rem;
}

.vaclav-text-container{
    width: 35%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    gap: 2rem;
}

.vaclav-1{
  margin-bottom: 5rem;
}

.vaclav-2{
  margin-top: 5rem;
}

.vaclav-text-container h2{
    font-size: 25px;
    color: #C9A84C;
    text-align: center;
    font-weight: 400;
}

.vaclav-text-container p{
    font-size: 13px;
    color: #F2E8D5;
    text-align: justify;
}



.vaclav-text-container::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 80%;
    width: 40%;        
    height: 100vh;
    transform: translateY(-50%); 
    background: radial-gradient(
        ellipse at center, 
        rgba(196, 126, 46, 0.7) 20%,
        rgba(193, 110, 40, 0.3) 60%, 
        transparent 85%
    );
    filter: blur(80px);
    z-index: -1;
    pointer-events: none; 
}

.antologie {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start; /* Změna pro sticky efekt */
    position: relative;
    min-height: 250vh;
    background: #000;
    overflow: hidden;
    padding: 20px; /* Menší padding pro mobil */
}

.antologie-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: #fff;
    font-family: "CinzelDecorative", serif;
    position: sticky;
    top: 75vh; /* Lepší pozice pro sticky střed */
    text-align: center;
    z-index: 10;
    width: 100%;
}

.antologie-container h2 {
    font-size: 6rem;
    font-weight: 400;
    text-shadow: #C9A84C 0px 0px 20px;
    margin: 0;
    line-height: 1.1;
}

.antologie-container h3 {
    font-size: 3rem;
    font-weight: 400;
    margin: 0;
    color: var(--gold, #C9A84C); /* Použití tvé zlaté barvy */
}

/* MEČ */
/* MEČ - Úprava wrapperu */
.mec-wrapper {
    position: absolute;
    top: 50%; /* Posuneme střed wrapperu na střed sekce */
    left: 50%;
    transform: translate(-50%, -50%); /* Dokonalé centrování */
    width: 100%;
    max-width: 600px;
    height: 70%; /* TADY ovládáš velikost: 70% výšky obrazovky je ideál */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    pointer-events: none; /* Aby meč nepřekrýval klikání na texty */
}

.mec-svg {
    height: 100%; /* Teď se bude měnit podle .mec-wrapper */
    width: auto;
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 0.2)); /* Přidá jemnou záři */
}

 
 /*  HLAVNÍ KONTEJNER - ZMĚNĚNO  */

.mec-text {
    position: absolute;
    top: 55%; 
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1100px;
    height: 30%; 
    color: #fff;
    font-family: "Poiret", cursive;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    pointer-events: none;
}

/* TEXTOVÝ BLOK - ZŮSTÁVÁ + ÚPRAVA */
.text-block {
    display: flex;
    flex-direction: column;
    width: 320px;
    pointer-events: auto;
}

.mec-text1 {
    align-self: flex-start;
    text-align: left;
}
.mec-text2 {
    align-self: flex-end;
    text-align: right;
    margin-top: 2rem; 
}

.mec-text3 {
    align-self: flex-start;
    text-align: left;
}

/*  SUB-HEADING & LINKY - ZŮSTÁVÁ STEJNÉ (Logika designu) */
.sub-heading {
    position: relative;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
    display: inline-block;
    padding-bottom: 10px;
}

.sub-heading::before,
.sub-heading::after {
    content: '';
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
}

.sub-heading::before {
    width: 1px;
    height: 40px;
}

.sub-heading::after {
    height: 1px;
    width: 150px;
}

/* POZICE LINEK DLE STRANY - ZMĚNĚNO (Logika cik-cak) */

/* Pro texty zarovnané VLEVO (1 a 3) */
.mec-text1 .sub-heading::before,
.mec-text3 .sub-heading::before {
    left: -2rem; 
    top: 1.5rem;
    right: auto;
}

.mec-text1 .sub-heading::after,
.mec-text3 .sub-heading::after {
    left: -3rem; 
    top: 2.65rem;
    right: auto;
}

.mec-text2 .sub-heading::before {
    right: -2rem; 
    top: 1.5rem;
    left: auto; 
}

.mec-text2 .sub-heading::after {
    right: -3rem; 
    top: 2.65rem;
    left: auto; 
}

/* Obal pro tlačítko a dekorační linky */
.antologie-btn-wrapper {
    position: absolute;
    bottom: 50px; /* Vzdálenost od spodku sekce */
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

/* Samotné tlačítko */
.antologie-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid white; /* Čistý bílý border */
    color: white;
    text-decoration: none;
    font-family: "Poiret", cursive;
    font-size: 1.1rem;
    letter-spacing: 2px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
}

/* Hover efekt (volitelné) */
.antologie-btn:hover {
    background-color: whitesmoke;
    box-shadow: 0 0 15px black;
    color: black;
    font-weight: 600;
}

/* --- DEKORAČNÍ LINKY NAD A POD --- */

/* Horní linka (zleva) */
.antologie-btn-wrapper::before {
    content: '';
    position: absolute;
    top: -15px; /* Nad tlačítkem */
    left: -100px; /* Začíná vlevo */
    width: 150px;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}

/* Spodní linka (zprava) */
.antologie-btn-wrapper::after {
    content: '';
    position: absolute;
    bottom: -15px; /* Pod tlačítkem */
    right: -100px; /* Končí vpravo */
    width: 150px;
    height: 1px;
    background-color: white;
    opacity: 0.7;
}

/*  ODSTAVCE - ZŮSTÁVÁ STEJNÉ */
.text-block p {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: justify;
    margin: 0;
}

/* Galerie */

:root {
        --gold: #c5a059;
    }

:root {
    --gold: #C9A84C;
}

.carousel-section {
    background-color: black;
    color: white;
    padding: 80px 0;
    text-align: center;
    overflow: hidden;
}

.carousel-section h2 {
    font-family: "CinzelDecorative", serif;
    color: var(--gold);
    font-size: 2.5rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 550px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-container {
    width: 100%;
    height: 80%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    clip-path: inset(0 8% 0 8%); 
}

.carousel-wrapper::before,
.carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 15%;
    height: 100%;
    background: black;
    z-index: 4; 
}

.carousel-wrapper::before {
    left: 0;
}

.carousel-wrapper::after {
    right: 0;
}

.divider1 {
    width: 100%;
    height: 1px;
    margin: 40px 0;
}

.divider1 img{
    width: 70%;
    height: auto;
}

.divider2 {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    rotate: 180deg;
}

.divider2 img{
    width: 70%;
    height: auto;
}

.static-border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}

.carousel-container::-webkit-scrollbar {
    display: none;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card {
    min-width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-border-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.card-content {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: -5rem;
    padding: 0 60px;
}

.card-image-side {
    flex: 0 0 40%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-image-side img {
    position: absolute;
    max-height: 90%;
    width: auto;
    filter: drop-shadow(0 0 20px rgba(201, 168, 76, 0.2));
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-15deg);
    
    pointer-events: none;
}

.card-image-side.small-image img{
    max-height: 60%;

}

.card-text-side {
    flex: 0.7;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.card-text-side h3 {
    font-family: "Cinzel", serif;
    font-size: 2rem;
    color: white;
    letter-spacing: 2px;
    font-weight: 400;
}

.card-text-side p {
    font-family: "Quin", cursive;
    font-size: 1rem;
    line-height: 1.6;
    color: #ccc;
    max-width: 450px; /* Aby se řádky neprotahovaly moc do šířky */
}

.card-btn {
    display: inline-block;
    padding: 10px 30px;
    border: 1px solid var(--gold);
    color: var(--gold);
    text-decoration: none;
    font-family: "Cinzel", serif;
    transition: 0.3s;
}

.card-btn:hover {
    background: var(--gold);
    color: black;
}

/* ŠIPKY */
.carousel-nav-btn {
    background: none;
    border: none;
    z-index: 10;
    transition: 0.3s;
    padding: 20px;
}

.carousel-nav-btn img {
    width: 40px;
}

.carousel-nav-btn:hover {
    filter: brightness(4);
}

.carousel-nav-btn:active img {
    transform: scale(0.85);
    filter: brightness(1.5) drop-shadow(0 0 15px var(--gold));
    transition: transform 0.1s;
}

/* Původní nastavení (pokud máš) smaž a nahraď tímto: */
#dots-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px; /* Vzdálenost od rámu */
    position: relative; /* Pokud chceš tečky uvnitř wrapperu, dej sem relative */
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    background: #333;
    border: 1px solid var(--gold); /* Hezký detail ke zlatému rámu */
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.dot.active {
    background: var(--gold);
    transform: scale(1.2);
    box-shadow: 0 0 10px var(--gold);
}





footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #000;
    width: 100%;
    height: 35vh;
    padding: 0 5%;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 2rem;
}

.contact-info {
    font-family: "Poiret", cursive;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 2px;
    opacity: 0.8;
    flex: 1;
    text-align: center;
}

.footer-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 2;
}

.lev-image {
    position: absolute;
    width: 280px;
    opacity: 0.3;
    z-index: 1;
    pointer-events: none;
}

.brand-name {
    font-family: "Poiret", cursive;
    color: #fff;
    font-size: 4rem;
    margin: 0;
    z-index: 2;
    letter-spacing: 8px;
    font-weight: 300;
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.8), 
                 0 0 20px rgba(201, 168, 76, 0.4);
}

.copyright {
    font-family: "Poiret", cursive;
    color: #C9A84C;
    font-size: 0.8rem;
    letter-spacing: 4px;
    margin-top: 5px;
    z-index: 2;
}

.social-icons {
    margin-top: 15px;
    z-index: 2;
    display: flex;
    gap: 15px;
}

.social-icons img {
    width: 50px;
    height: 50px;
    filter: invert(1);
    transition: 0.3s;
}

.social-icons img:hover {
    filter: invert(1) drop-shadow(0 0 5px #C9A84C);
    transform: scale(1.1);
    transition: 0.3s;
}

.custom-cursor {
    width: 40px;
    height: 40px;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    background-image: url(../images/dyka-zluta3.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-5px, -5px) rotate(90deg); 
    transform-origin: 15% 95%;
    transition: transform 0.1s ease-out;
}














