@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
body{
    overflow-x: hidden;
}
.uvod{
    padding-top: 50px;
    margin: 150px auto;
    width: 100%;
    color: white;
    background-color: #051626;
}
.wrapper1_1{
    margin: 150px auto;;
    width: 70%;
    color: white;
    margin-bottom: 10%;
    overflow: hidden;
}

.img_1{
    max-width: 320px;
    float: right;
    margin-left: 16px;
}
.img_2{
    max-width: 320px;
    float: left;
    margin-right: 16px;
}
/* ----------------------------------------------------------------------- */
.text-box{
    color: white;
}

.text-box_1 h2 {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

.text-box_1 h1 {
    font-size: 42px;
    font-family: "Oswald", sans-serif;
}

.text-box_1 p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
}

.text-box_2 h2 {
    font-size: 22px;
    font-family: "Oswald", sans-serif;
}

.text-box_2 h1 {
    font-size: 42px;
    font-family: "Oswald", sans-serif;
}

.text-box_2 p {
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 100;
}

.img_3 {
    max-width: 30px;
    margin-top: -50%;
    margin-left: 17%;
    opacity: 0.33;
}

.img_4{
    max-width: 120px;
    opacity: 0.33;
    margin-top: 10%;
}

.text-margin-left{
    margin-left: 60%;
}


/* ----------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
    .about-us {
        display: flex;
        flex-direction: column;
    }

    .about-us .member_ img {
        padding-bottom: 100px;
    }

    .recenze_1 {
        display: flexs;
        flex-direction: column;
        align-items: center;
        padding-top: 10%;
    }


    .recenze_1 .recenze-box img {
        margin-top: 0;
    }

    .img_3 {
        display: none;
    }


}



@media only screen and (max-width: 768px) {
    .about-us {
        flex-direction: column;
    }
    
    .recenze_1 {
        flex-direction: column;
        padding-top: 10%;
    }

    .recenze_1 .recenze-box img {
        width: 400px;
        margin-top: 0;
    }

    .ss2 {
        margin: 0;
        padding-top: 10px;
    }

    .img_3 {
        display: none;
    }

    .wrapper1_1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .img_1, .img_2 {
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    .text-margin-left {
        margin: 0;
    }

    .recenze-box {
        justify-content: center;
        display: flex;
    }
}


@media only screen and (max-width: 550px) {
    .ss2 {
        margin-top: 0;
        padding-top: 0;
    }

    .img_1, .img_2 {
        height: 400px;
    }

    .img_3 {
        display: none;
    }

    .text-margin-left {
        margin-left: 0;
    }

    .about-us {
        flex-direction: column;
    }

    .recenze-box {
        justify-content: center;
        display: flex;
    }

    .recenze_1 {
        flex-direction: column;
    }

    .recenze_1 .recenze-box img {
        width: 300px;
    }

    .about-us .member_ img {
        width: 300px;
    }
}

/* ----------------------------------------------------------------------- */

.about-us {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    background-color: #051626;
    padding-left: 10%;
    padding-right: 10%;
}

.member_ {
    text-align: center;
    flex-basis: 30%;
}

.member_ h2 {
    font-size: 1.2rem;
    margin-bottom: 1px;
    color:#F7934C;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

.member_ img {
    width: 400px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10%;
}

.member_ h1 {
    font-size: 35px;
    margin-bottom: 5px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: 500;
}

.member_ p {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 10%;
    margin-top: -20%;
    font-family: "Inter", sans-serif;
    font-weight: 100;
}
/* ----------------------------------------------------------------------- */
.nadpis_team{
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 5%;
    font-family: "Oswald", sans-serif;
    
}

/* ----------------------------------------------------------------------- */
.recenze_1{
    display: flex;
    justify-content: space-around;
    background-color: #071f35;
    padding-left: 10%;
    padding-right: 10%;

}

.recenze-box img{
    width: 500px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 20%;
    margin-bottom: 20%;
    transition: filter 0.3s ease;
    filter: brightness(80%);
}
.recenze-box img:hover {
    transform: scale(1.1); 
    transition: transform 0.3s ease;
    filter: brightness(120%); 
}
/* ------------------------script-slider---------------------------------------------- */

.hidden{
    opacity: 0;
    filter: blur(3px);
    transform: translateX(-100%);
    transition: all 0.6s;

}

.show{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}

/* ------------------------script-slider---------------------------------------------- */

.hidden_2{
    opacity: 0;
    filter: blur(3px);
    transform: translateX(100%);
    transition: all 0.6s;

}

.show_2{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* ------------------------script-slider---------------------------------------------- */
.hidden_3{
    opacity: 0;
    filter: blur(3px);
    transform: translateY(-100%);
    transition: all 1s;

}

.show_3{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}
/* ------------------------script-slider---------------------------------------------- */
.hidden_4{
    opacity: 0;
    filter: blur(3px);
    transform: translateY(100%);
    transition: all 0.5s;

}

.show_4{
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
}


/* ------------------------carousel---------------------------------------------- */


.slideshow-container {
    max-width: 800px;
    position: relative;
    margin: auto;
  }
  

  .mySlides {
    display: none;
  }
  

  .prev_1, .next_1 {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    
  }
  

  .next_1 {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  

  .prev_1:hover, .next_1:hover {
    background-color: rgba(0,0,0,0.8);
  }
  

  .text_carousel {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
  }
  

  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  
 
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 1.6s ease;
    margin-bottom: 10%;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
  
  .fade {
    animation-name: fade;
    animation-duration: 2.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
/* ------------------------video---------------------------------------------- */
  .video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }