@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    box-sizing: border-box;
}

body {
    background-color:#121212;;
    font-family: 'Roboto', sans-serif;
    color: #FFF;
}
/*
.navbar {
    margin-top: 39px;
    margin-left: 120px;
    margin-right: 120px;
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: space-between;
}

nav {
    flex: 1;
    text-align: right;
}

nav ul li {
    list-style: none;
    display: inline-block;
    padding: 20px;
}

nav ul li a {
    color: #FFF;
    text-decoration: none;
}

.navbar ul li a:hover {
    color: #C8F560 ;
    transition: 1s;
}

.name{
    outline: 1px solid #C8F560;
    border-radius: 5px;
    padding: 5px;
    padding-left: 7px;
    padding-right: 7px;
}

.logo {
    flex-shrink: 0;
}

.logo-img {
    height: 58px;
}


.menu-icon {
    display: none;
    cursor: pointer;
}
*/


/*hero*/

.container1{
    margin: 120px;
    display: flex;
    background-color: #21251F;
    padding: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
    border-radius: 29px;
    box-shadow: 0px 3px 4.6px 0px #41493d;
    margin-top: 3vh;
}

.otazka{
    font-size: 44px;
    width: 50%;
    color: #C8F560;
    font-weight: 600;
    margin-top: -40px;
    margin-bottom: -40px;
}

.otazkatext {
    font-weight: 400;
    font-size: 26px;
    padding: 20px;
    margin-top: -40px;
    margin-bottom: -40px;
}
/*
.container2 {
    padding-bottom: 120px;
    margin-left: 120px;
}
*/
.nabidka {
    color: #C8F560;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.vyhody {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    padding-top: 15px;
    margin-bottom: 15px;
}

.vyhody hr {
    margin-left: 4px;
    margin-top: 30px;
    width: 23%;
    height: 1px;
}

.container3 {
    margin-left: 120px;
    margin-right: 120px;
    display: flex;
}

.relax {
    align-items: center;
    text-align: center;
    width: 33%;
}

.relaxnadpis {
    font-size: 32px;
    font-weight: 500;

}

.relaxtext {
    font-size: 20px;
    font-weight: 400;
    padding-left: 100px;
    padding-right: 100px;
}

.spanek {
    align-items: center;
    text-align: center;
    width: 33%;
    border-left: 1px solid;
    border-right: 1px solid;
}

.spaneknadpis {
    font-size: 32px;
    font-weight: 500;

}

.spanektext {
    font-size: 20px;
    font-weight: 400;
    padding-left: 100px;
    padding-right: 100px;
}

.vykonnost {
    align-items: center;
    text-align: center;
    width: 33%;
}

.vykonnostnadpis {
    font-size: 32px;
    font-weight: 500;

}

.vykonnosttext {
    font-size: 20px;
    font-weight: 400;
    padding-left: 100px;
    padding-right: 100px;
}

.vice {
    text-align: center;
    align-content: center;
    margin-top: 75px;
}

.vice :hover{
    color: #C8F560;
    transition: 1s;
}

.vice p {
    cursor: pointer;
    align-items: center;
    width: 100%;
}

.container4 {
    margin: 120px;
    display: flex;
    text-align: left;
}

.nadpis4 {
    color: #7862F8;
    font-size: 48px;
    font-weight: 600;
}

.text4 {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 30px;
    padding-right: 30%;
    line-height: 2.8vh;
}

.button4 {
    align-items:end;
    cursor: pointer;
}

.button4:hover {
    color: #C8F560;
    padding-left: 8px;
}

.picture4 {
    margin-left: 120px;
    padding: 10px;
}

.prnadpis {
    font-size: 64px;
    font-weight: 600;
    text-align: center;
}

.container5 {
    margin: 120px;
    display: flex;
    text-align: left;
}

.nadpis5 {
    font-size: 36px;
    font-weight: 700;
}

.text5 {
    margin-top: 50px;
    font-weight: 400;
    font-size: 24px;
    line-height: 3.5vh;
    margin-bottom: 4.5vh;
}

.button5 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    cursor: pointer;
}

.button5:hover {
    color: #C8F560;
    padding-left: 8px;
}

.picture5 {
    margin-right: 120px ;
}

.container6 {
    margin: 120px;
    display: flex;
    text-align: left;
}

.nadpis6 {
    font-size: 36px;
    font-weight: 700;
}

.text6 {
    margin-top: 80px;
    font-weight: 400;
    font-size: 24px;
    line-height: 3.5vh;
    margin-bottom: 4.5vh;
}

.button6 {
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    cursor: pointer;
}

.button6:hover {
    color: #C8F560;
    padding-left: 8px;
}

.picture6 {
    margin-left: 120px ;
}

/*team*/


.container7 {
    margin: 120px;
    display: flex;
    text-align: left;
}

.nadpis7 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}

.text7 {
    font-size: 20px;
    font-weight: 300;
}

.text72 {
    font-size: 20px;
    font-weight: 300;
    margin-top: 50px;
    margin-bottom: 50px;
}

.button7 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    border-radius: 7px;
    border: 1px solid #C8F560;
    width: 100px;
    text-align: center;
    padding: 5px;
    cursor: pointer;
}

.button7:hover {
    border: 1px solid white;
    transition: 1s;
    color: #C8F560;
}

.picture7 {
    margin-left: 120px;
    
}


.container8 {
    margin: 80px;
    display: flex;
    justify-content: center;
}

.galerie {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 28px;
}

.box {
    padding: 20px;
    position: relative;
}



.box1 {
    justify-content: center;
    text-align: left;
}

.box2 {
    text-align: left;
    padding-left: 80px;
    padding-right: 80px;
}


.box1 {
    justify-content: center;
    text-align: left;
}

.box2 {
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
}

.box3 {
    text-align: left;
}

.text1 {
    color: #C8F560;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 600;
}

.text2 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text3 {
    color: #4E515C;
    font-size: 20px;
    font-weight: 600;
}

.text3 a{
    text-decoration: none;
    color: #4E515C;
}


.container {
    max-width: 1170px;
    margin: auto;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
  }
  
  ul {
    list-style: none;
    padding: 0 0;
  }
  
  .footer {
    background-color: #121212;
    padding: 70px 0;
    box-sizing: border-box;
  }
  
  .footer-col {
    width: 25%;
    padding: 0 15px;
  }
  
  .footer-col h4 {
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 35px;
    font-weight: 500;
    position: relative;
  }
  
  .footer-col h4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #C8F560;
    height: 2px;
    box-sizing: border-box;
    width: 50px;
  }
  
  .footer-col ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  
  .footer-col ul li a {
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: #bbbbbb;
    display: block;
    transition: all 0.3s ease;
  }
  
  .footer-col ul li a:hover {
    color: #ffffff;
    padding-left: 8px;
  }
  
  .footer-col .social-links a {
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
  }
  
  .footer-col .social-links a:hover {
    color: #C8F560;
  }
  
  
  @media (max-width: 767px) {
    .footer-col {
      width: 50%;
      margin-bottom: 30px;
    }
  }
  
  
  @media (max-width: 574px) {
    .footer-col {
      width: 100%;
    }
  }
  @media only screen and (max-width: 700px) {
    .otazka{
        font-size: 24px;
        width: 50%;
        margin-top: -40px;
        margin-bottom: -40px;
        margin-right: 12px;
    }
    .otazkatext {
        font-weight: 400;
        font-size: 14px;
        padding: 20px;
        margin-top: -40px;
        margin-bottom: -40px;
        padding: 0px 30px;
    }
    .container3 {
        margin-left: 0px;
        margin-right: 0px;
    }
    .container4 {
        margin: 0px;
        text-align: left;
        display: block;
    }
    .container5 {
        margin: 120px;
        display: block;
        text-align: center;
    }
    .container6 {
        margin: 120px;
        display: block;
        text-align: center;

    }
    .container7 {
        margin: 120px;
        display: block;
        text-align: left;
    }
    .container8 {
        margin: 200px;
        display: block;
        justify-content: center;

    }
    .box3 {
        text-align: left;
        margin-bottom: 600px;
    }
  }
  @media only screen and (max-width: 450px) {
    .container1{
        margin: 0px;
        display: flex;
        padding: 40px;
        padding-top: 45px;
        padding-bottom: 45px;
        margin-top: 3vh;
        margin-bottom: 80px;
    }
    .otazkatext {
        font-weight: 400;
        font-size: 14px;
        padding: 14px;
        margin-top: -40px;
        margin-bottom: -40px;
    }
    .container3 {
        margin-left: 120px;
        margin-right: 120px;
        display: block;
    }
    .nadpis4 {
        color: #7862F8;
        font-size: 24px;
        font-weight: 600;
    }
    .text4 {
        font-size: 16px;
        line-height: 2.2vh;
    }
}