* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Playpen Sans', cursive;
}
.slider {
    position: relative;
    height: 83vh;
    width: 100%;
    margin-bottom: 20px;
}
.slide {
     position: absolute;
     width: 100%;
     height: 100%;
     display: none;
}

.slider-text {
    color: white;
    position: absolute;
    bottom: 5%;
    left: 10%;
    right: 20%;
    width: 80%;
    text-align: center;
    background-color: rgba(49, 177, 232, 0.568);
    border-radius: 20%;
    font-size: 300%;
    font-weight: bold;;
    letter-spacing: 5px;
}

.slide img {
    width: 100%;
    height: 100%;
}
.next, .prev {
    cursor: pointer;
    position: absolute;
    top: 45%;
    width: auto;
    color: rgb(14, 9, 9);
    font-size: 50px; 
}

.next {
   right: 0 ;

}

.nadpis{
    margin: 30px auto;
    width: 300px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 35px;
    font-weight: 900;
    border-radius: 20% 30% 20% 50%;
    border: solid;
    border-style: groove;
    border-color: black;
    background-color: rgb(243, 152, 5);
}

.akce {
    width: 80vw;
    margin: 0 auto;
}

.aktivity{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
    width: 80vw;
    margin: 0 auto;
    font-size: 2vh;
}

.aktivity img{
    height: 110px;
    width: 90px;
    margin: 0 auto;
}

.aktivity h1{
    margin-bottom: 20px;
    text-align: center;
}

.aktivita {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 1.5%;
    width: 25%;
}

.aktivita img {
    display: block;
}

.aktivita p {
    text-align: justify;
}

.button {
    width: 80vw;
    margin: 30px auto;
    text-align: center;
}
.button a {
    text-decoration: none;
    display: inline-block;
    width: 200px;
    background-color: rgb(49, 177, 232);
    color: white;
    border: solid;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
    margin: 20px auto;
}

.button span {
    margin-right: 10px;
    font-size: 30px;
}

.popis {
    text-align: justify;
}

.about {
    width: 80vw;
    margin: 0 auto;

}

.stepanek {
    text-align: center;
}

.stepanek img{
    border-radius: 50%;
    height: 350px;
    width: 40vw;
    object-fit: cover;
}

.about p {
    text-align: justify;
}

.kontaktni-udaje{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 20px;
}

.kontakt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    margin-right: 10px;
    height: 20vh;
    border: solid;
    border-radius: 25%;
    font-size: 130%;
    text-align: center;
    background-color: rgb(230, 79, 79);
}

.prvni {
    background-color: rgb(44, 151, 78);
    color: white;
}

.druhy {
    background-color: rgb(49, 177, 232);
    color: white;
}

.vzkaz {
    text-align: center;
    margin: 30px auto 10px auto;
}
.contact-form {
    display:flex;
    flex-direction: column;
    align-items: center;

}

.contact-form input {
    width: 400px;
    border-radius: 40%;
    margin-bottom: 3px;
    font-size: 15px;
    height: 40px;
    text-align: center;
}
.contact-form input[type="submit"]{
    background-color: rgb(243, 152, 5);
    color: white;
    font-size: 20px;
}

.contact-form textarea {
    width: 400px;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.pata {
    display:flex;
    height: 50px;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgb(49, 177, 232);
    color:white;
}

.pata a {
    text-decoration: none;
    color: white;
}

.pata img {
    height: 40px;
    background: none;
    margin-top: 5px;
}
/********** login pop up ***********/

#login {
    border: solid 1px;
    position: absolute;
    background-color: rgb(49, 177, 232);
    border-radius: 30%;
    padding-top: 30px;
    text-align: center;
    width: 50vw;
    min-height: 50%;
    left: 25%;
    bottom: 25%;
    position: fixed;
    display: none;
    z-index: 8;
}

#login input[type=text], #login input[type=password] {
    width: 50%;
    display: block;
    text-align: center;
    height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#login input[type=submit] {
    width: 30%;
    height: 15%;
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    background-color: rgb(243, 152, 5);
    color: white; 
}

#login label {
    display: block;
    font-size: 20px;
    color:white;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 800;
}

.noaccount-container {
    margin-top: 30px;
}

.noaccount-container #nopass {
    color:rgb(237, 4, 4);
    text-decoration: none;
    display: block;
    margin-top: 10px;
}

#login a {
    color: black;
    font-weight: bold;
}

#login i{
    size: 50px;
    font-size: 3rem;
    position: absolute;
    color:white;
    top: 25px;
    right: 130px;
    cursor: pointer;
}

#noaccount {
    display: inline;
    color: white;
} 



/********** registration form ***********/

#registrace {
    position: fixed;
    display: none;
    background-color: rgb(49, 177, 232);
    border-radius: 30%;
    width: 60vw;
    height: 100vh;
    bottom:0;
    left: 20%;
    z-index: 9;
    padding-top: 2%;
    border: solid 1px;
    overflow-y: auto;

}

#registrace i{
    size: 50px;
    font-size: 3rem;
    position: absolute;
    color:white;
    top: 25px;
    right: 180px;
    cursor: pointer;
}


#registrace input {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    width: 30vw;
    height: 27px;
    font-size: 20px;
    border-radius: 30%;
}

#registrace input[type=submit]{
    background-color: rgb(243, 152, 5);
    height: 5vh;
    border-radius: 50%;
    width: 30%;
    font-size: 20px;
    font-weight: bold;
    color: white;

}

#registrace input[type=radio]{
    height: 20px;
}
    


#registrace label {
    display: block;
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.termos {
  font-size: 15px !important;
}

.result-text {
    text-align: center;
    background-color: white;
}

.valid {
    color: rgb(47, 241, 8);
}

.invalid {
    color: red;
}