 *{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
 html, body {
                margin: 0;
                padding: 0;
scroll-behavior: smooth;
overflow-x: hidden; 
             touch-action: manipulation;
background-color: #fafafa;

            }  
/*--------------Header---------------*/
header {
    width: 100%;
    background-color: #333;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: top 0.3s;
}

#logo {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:   #E8E9EE;
}

#logo img {
    width: 200px;
    height: auto;
    cursor: pointer;
}


nav {
    background-color: #444;
    padding: 20px 0;
    font-size: 1.3em; 
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 10px;
}

nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    cursor: pointer;
}

main {
    padding-top: 140px; 
}

@media (max-width:500px){
    #logo{
        padding-top: 0px;
        padding-bottom: 0px;
    }
    nav{
        padding: 10px 0;
    }
}

/*--------------Header---------------*/

/*--------------Uvod---------------*/

section {
    padding-top: 20vh;
    padding-bottom: 60px;
    min-height: 50vh;
    background-image: linear-gradient(rgba(4,9,30,0.7),rgba(4,9,30,0.7)),url(images/uvod.jpg);
 background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.uvod {
    width: 80%;
    height: auto;
    margin: 8vh auto 0;
    display: flex;
    justify-content: center; 
    align-items: center; 
    padding: 20px; 
    border-radius: 10px;
    max-width: 85vh;
}

.uvod .textbox {
    text-align: center;
    font-size: 1.2em;
    width: 70%;
    padding: 20px; 
    color: #f1f1f1; 
}

.uvod h2 {
    font-size: 2em;
    margin-bottom: 20px; 
    color: #ffffff;
}

.uvod p {
    font-size: 1.2em;
    color: #dcdcdc; 
    margin-bottom: 20px;
}

.uvod button {
    padding: 10px 20px; 
    background-color: #007bff; 
    color: #ffffff; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer; 
    font-size: 1em; 
    transition: background-color 0.3s; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.uvod button:hover {
    background-color: #0056b3; 
}
   
@media (max-width:500px){
    .uvod{
        width: 100%;
        padding: 0px;
        border-radius: 0;
    }

    .uvod h2{
        font-size: 1.5em;
    }

}

/*--------------Uvod---------------*/

/*--------------Ukazka prace---------------*/
 .SlideshowColumn1 {
            width: 100%;
            margin-top:0vh;
            position: relative;
            display: flex; 
            flex-wrap: wrap;
            justify-content: space-evenly; 
            color: white;
padding-bottom: 20vh;
padding-top:3vh;
max-width: 100%;
background-color: #fafafa;
}

/*--------------Ukazka prace---------------*/

    
                
            
/*--------------Cenik---------------*/

#CENIKKotva {
    height: 10em;
    width: auto;
    max-width: 100%;
}

.cenikbox {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 6vh;
    padding-top: 2vh;
    display: flex;
    justify-content: space-evenly;
    background-color: #fafafa;
}

.cenikNadpis {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 2.2em;
    color: black; 
}

.cenik {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 12vh;
    padding-bottom: 1%;
    padding-top: 1%;
    background-color:#e4f2fd;

    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 1);
    width: 25%;
    transition: 0.8s;
}


.cenik:hover {
    transform: scale(1.05); 
}

.sluzba {
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
}

.cenovka {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #62994F;
    text-align: center;
}

.cenikbutton {
    padding: 10px 20px;
    background-color: #007bff; 
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    transition: background-color 0.3s;
}

.cenikbutton:hover {
    background-color: #0056b3;
}
.tlacitko{
    text-decoration: none;
}
.line {
    width: 80%;
    height: 1px;
    background-color: #666666; 
    margin: 10px 0;
}

.ceniktext {
    color: black; 
    text-align: center;
    margin-bottom: 10px;
    background-color: #fafafa; 
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
    border-radius:5px;
}

.cenikinfo {
    font-size: 0.9em;
    color: #007bff; 
    cursor: pointer;
    text-decoration: underline;
    margin-top: 10px;

}



@media (max-width:1000px) {
    .cenikbox {
        display: block;
        border-radius: 0;
    }
    .cenik {
        margin-left: auto;
        margin-right: auto;
        width: 40vh;
    }
}
@media (max-width:716px){
.cenik{
    width:90%;
}
}
@media (max-width:500px){
.cenik{
    padding-top: 3%;
    padding-bottom: 3%;
}
}


/*--------------Cenik---------------*/


            
          
       /* -----------Info-Cenik-Box -----------*/

.Info-Cenik-Box {
    margin-top: 20vh;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: ;
}

.Info-Cenik-Text-Box {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1em;
    margin-bottom: 10vh;
   padding-bottom:1% ;
   padding-top: 1%;
}

.Info-Cenik-Text-Box h2 {
    text-align: center;
    color: black; 
}

.Info-Cenik-Text {
    width: 80vh;
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    padding: 1%;
    border-radius: 10px;
}

.Info-Cenik-Doplnkove-Sluzby {
    margin-left: auto;
    text-align: center;
    margin-right: auto;
    width: 50%;
    padding: 15px;
    border-radius: 10px; 
}
.Info-Cenik-Doplnkove-Sluzby ul {
    list-style-type: none; 
    padding-left: 0; 
    line-height: 2em; 
}

.fa-regular.fa-square{
    color: #007bff;
}

.Info-Cenik-Nadpis{
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 130px;
   margin-bottom: 10vh;
   color: black;
}


.Info-Cenik-Box h3 {
    text-align: center;
}

 .button-container{
    width:100%;
    height: auto;
 text-align: center;
  }
.cenik-button {
    background-color: #007bff; 
    color: white;
    border: none;
    padding: 25px 45px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s; 
   margin-top: 2%;
    margin-bottom: 2%;
}

.cenik-button:hover {
    background-color: #0056b3;
}


@media (max-width:1000px){
    .Info-Cenik-Text{
        width: 90%;
    }
    .Info-Cenik-Doplnkove-Sluzby{
        width:80%;
    }
}
@media (max-width:500px){



.Info-Cenik-Doplnkove-Sluzby{
        width:100%;
        border-radius: 0;
    }

.Info-Cenik-Doplnkove-Sluzby ul{
    text-align: center;
    margin-right: 7%;
}
    .Info-Cenik-Text{
        width: 100%;
        border-radius: 0;
    }
    .Info-Cenik-Text p{
        margin:5%;
    }

    .Info-Cenik-Box h3{
        font-size: 1.1em;
    }
}




/* -----------Info-Cenik-Box -----------*/
    










          /* -----------Kontakt -----------*/   

#KontaktKotva {
    height: 10em;
    width: auto;
}


.KontaktBox {
    width: 100%;
        margin-left: auto;
        margin-right: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; 
    align-items: center; 
}

.KontaktRow h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 5vh;
}

.KontaktRow iframe {
    flex: 1;
    max-width: 700px;
    height: 450px;
    margin-right: 2%;
    margin-bottom: 5vh;
border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0,1); 
    transition: 0.6s;
}
.KontaktRow iframe:hover{
    transform: scale(1.01);
}

.contact-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6vh;
    max-width: 300px; 
    padding-bottom: 8vh;
}

.contact-col div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-col i {
    font-size: 24px;
    color:#007bff;
}

.contact-col h5 {
    margin: 0;
    font-size: 1.35em;
    font-weight: bold;
}

.contact-col a{
    color: black;
}

.contact-col a h5:hover {
    text-decoration: underline;
}

@media (max-width: 500px){
    .KontaktRow iframe{
        border-radius: 0;
       margin-right: auto;
       margin-left: auto;
    }
}

          /* -----------Kontakt -----------*/   



/*--------------Form rezervace---------------*/
#FormKotva{
     height: 2em;
    width: auto;
}
.Form-Box {
    width: 100%;
    height: auto;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: #333;
    display: flex; 
    justify-content: center; 
    align-items: center; 
}

#form {
    width: 700px;
    padding: 20px;
    border-radius: 10px; 
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
}

@media (max-width: 900px) {
    #form {
        width: 80%;
    }
    #form h1 {
        font-size: 150%;
    }
}
@media (max-width: 500px){
    #form{
        margin-top: 5vh;
        width: 80%;
        border-radius: 0;

    }
}
#form h1 {
    text-align: center;
    margin-bottom: 5%;
    font-size: 2em;
}

#form .Obsazenost-Terminu-BTN{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
color: #007bff;
    margin-bottom: 2vh;
    cursor: pointer;
      transition:color 0.3s;
}


#form .Obsazenost-Terminu-BTN:hover{
    color: #0056b3;
}

#form button {
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #007bff; 
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 1em;
}

#form button:hover {
    background-color: #0056b3; 
}



.input-control {
    display: flex;
    flex-direction: column;
    margin-bottom: 2%;
}

.input-control input {
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 10px;
    width: 95%;
    padding:2%;
}
   textarea{
    border:2px solid #f0f0f0;;
   }     
        .input-control select{
               border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 10px;
    width: 100%;
        }     

.input-control input:focus {
    outline: 0;
}
        .input-control select:focus{
            outline: 0;
        }

.input-control.success input {
    border-color: #09c372;
}
        .input-control.success select{
            border-color: #09c372;
        }    

.input-control.error input {
    border-color: #ff3860;
}
        
        .input-control.error select{
              border-color: #ff3860;
        }


.input-control .error {
    color: #ff3860;
    font-size: 12px;
    height: 13px;
}

/*--------------Form rezervace---------------*/




/*--------------Footer---------------*/

    .footer {
        width: 100%;
        background-color: #333;
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 5vh;
        color: white;
    }
    .footerContentBox {
        justify-content: space-around;
        align-items: center;
        text-align: center;
        }
    .footerContentBox > div {
        margin: 20px 20px; 
    }
    .logo {
        max-width: 150px;
    }
    .linksBox {
        flex: 2;
    }
    .footerLinks {
        list-style: none;
        padding: 0;
    }
    .footerLinks li {
        display: inline;
        margin: 0 15px;
                cursor: pointer;
    }
    .footerLinks a {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }
    .footerLinks a:hover {
        text-decoration: underline;
    }
    .socialMediaBox {
        flex: 1;
    }
    .socialMediaBox a {
        color: white;
        font-size: 20px;
        margin: 0 10px;
        text-decoration: none;
    }
    .socialMediaBox a:hover {
        color: #ddd;
    }
    .copyrightBox {
        flex: 1;
        margin-top: 10px;
    }

 /*--------------Footer---------------*/
     