body {
    margin: 0 auto;
    font-family: Arial, sans-serif;
    background-color: azure;
    color: #fff;
}

header {
    background-image: url(img/jordan11back.jpg);
    height: 830px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}

.logo {
    text-align: center;
    width: 100%;
    margin: 10px 0;
}

.aktivni {
    text-decoration: none;
    color: brown;
    margin: 10px;
    font-weight: bold;
}

nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #ffffff;
}

nav ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 5px 0;
    flex-wrap: wrap;
}

nav ul li {
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.prehled {
    color: rgb(0, 0, 0);
    float: left;
    font-size: 35px;
    padding-right: 1000px;
    font-weight: bold;
}

.nadpis {
    color: rgb(0, 0, 0);
    font-size: 35px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 20px 0;
}

.flex-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.box {
    text-align: center;
    width: 300px;
    background-color: white;
    height: 250px;
    margin: 20px auto;
}

.omezeni {
    width: 1350px;
    margin: 0 auto;
    padding: 0;
}

.Akce {
    color: rgb(255, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 100px 0 0;
    font-size: 40px;
    font-weight: bolder;
}

.cara {
    background-color: rgb(255, 0, 0);
    height: 3px;
    position: relative;
    top: -40px;
}

.flex-container1 {
    display: flex;
    margin-left: 50px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.box1 {
    padding-top: 4px;
    text-align: center;
    margin-top: 15px;
    list-style-type: none;
    background-color: #c4c2c2;
    width: 520px;
    height: 555px;
    text-decoration: none;
}

.box1 li {
    color: black;
    text-decoration: none;
}

.box1 p {
    color: rgb(255, 0, 0);
    text-decoration: none;
    font-weight: bold;
}

.socialni {
    background-image: url(img/jordan11back.jpg);
    color: #000000;
    text-align: center;
    text-decoration: none;
}

.socialni a {
    text-decoration: none;
    color: red;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

footer p {
    margin: 0;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

footer ul li {
    margin-left: 20px;
}

footer ul li a {
    color: #fff;
    text-decoration: none;
}

.cara2 {
    background-color: rgb(46, 175, 175);
    height: 3px;
    position: relative;
    top: -40px;
}

.slideshow-container {
    width: 80%;
    max-width: 600px;
    position: relative;
    margin: 0 auto; /* Center the slideshow */
}

.slideshow {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: red; /* Red background */
}

.slide {
    width: 100%;
    height: auto;
    position: absolute;
    opacity: 0;
    animation: slideshow 15s infinite;
}

.slide:nth-child(1) {
    animation-delay: 0s;
}

.slide:nth-child(2) {
    animation-delay: 5s;
}

.slide:nth-child(3) {
    animation-delay: 10s;
}

@keyframes slideshow {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
section {
    background-color: rgb(177, 201, 201); 
    border-radius: 15px;
    padding: 20px;
    margin: 20px auto;
    width: 90%; 
    max-width: 2000px; 
}
header h1{
    text-align: center;
    font-weight: bold;
    color: #000000;
}
.kontakt{
    color:#000000;
    text-align: center;
    background-color: #ffffff;
}
.dalsikontakt{
    color: #000000;
    text-align: center;
    font-weight: bold;
    background-color: azure;
}