
/*nacisticka odveta*/
.menu{
    display:flex;
    list-style:none;
    gap:30px;
}

.menu li{
    position:relative;
}

.menu a{
    color:white;
    transition:0.3s;
}

.menu a:hover{
    color:#b22222;
}

/* SUBMENU */

.submenu{
    display:none;
    position:absolute;
    top:30px;
    background:#111;
    padding:10px;
    list-style:none;
    min-width:200px;
}

.dropdown:hover .submenu{
    display:block;
}

/* HERO */

.hero2{
    height:80vh;
    background-image: url("nacisticka odveta.png");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    padding:80px;
}

.hero2 h2{
    font-size:90px;
    line-height:0.9;
    margin-bottom:20px;
    color:white;
    white-space:nowrap;
    letter-spacing:5px;
    
}

.hero-subtitle2 p{
    font-size:29px;
    margin-bottom:20px;
}

/* CARDS */

.cards2{
    font-size:15px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    padding:80px;
}

.card2{
    background:#111;
    padding:40px;
    border-left:4px solid #8b1e1e;
}

.card2 h3{
    margin-bottom:20px;
    color:#c0392b;
    font-size:27px;
}
 .card2 p{
   font-size: 28px;
   color:#d0d0d0;
 }
/* TIMELINE */

.timeline{
    padding:80px;
}

.timeline h2{
    margin-bottom:50px;
    font-size:40px;
}

.timeline-item{
    border-left:3px solid #8b1e1e;
    padding-left:20px;
    margin-bottom:30px;
}

.timeline-item span{
    color:#c0392b;
    font-weight:bold;
}

/*vyznam operace*/
/* HERO */

.hero3{
    height:80vh;
    background-image: url("vyznam operace2.png");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    padding:80px;
}
.hero3 h2{
    font-size:90px;
    line-height:0.9;
    margin-bottom:20px;
    color:white;
    
}
.hero3 p{
   font-size:29px;
   color:#d0d0d0;
}

/* tabulka */

table{
    width: 600px;
    border-collapse:collapse;
    background:#111;
    box-shadow:0 0 25px rgba(255,0,0,.2);
    margin: 40px auto;
}


th{
    background:#7a0000;
    font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
    font-size:22px;
    padding:18px;
}


td{
    padding:18px;
    text-align:center;
    border:1px solid #444;
    font-size:20px;
    font-family: 'Century Gothic', 'Apple Gothic', sans-serif;
}

/*prubeh*/

/* HERO */

.hero-operace{
    height:70vh;
    background: url("anthropoid2.jpeg");
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    padding:100px;
    position:relative;
}

.hero-text{
    position:relative;
    z-index:2;
}

.hero-text h1{
    font-size:90px;
    line-height:0.9;
    margin-bottom:30px;
    letter-spacing:5px;
}

.hero-text p{
    font-size:28px;
    color:#d0d0d0;
    max-width:850px;
    line-height:1.7;
}

/* OBSAH */

.operace-container{
    max-width:1500px;
    margin:auto;
    padding:100px 70px;
}

/* BLOKY */

.story-box{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;

    align-items:center;

    margin-bottom:120px;
}

/* TEXT */

.date{
    color:#8b1e1e;
    letter-spacing:3px;
    font-size:29px;
    font-weight:bold;
}

.text-side h2{
    font-size:50px;
    margin:20px 0;
    color:white;
}

.text-side p{
    color:#d0d0d0;
    line-height:2;
    font-size:24px;
    
}

/* OBRÁZKY */

.image-side img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:12px;
    filter:
    grayscale(70%)
    brightness(0.8);
    transition:0.4s;
}

.image-side img:hover{
    transform:scale(1.02);
    filter:
    grayscale(20%)
    brightness(1);
}

/* CITÁT */

.quote-section{
    text-align:center;
    padding:120px 40px;
    margin-bottom:120px;
    border-top:1px solid #1a1a1a;
    border-bottom:1px solid #1a1a1a;
}

.quote-section p{
    font-size:55px;
    font-style:italic;
    color:white;
}
