* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
}

p {
    font-size: 20px;
}

body {
    overflow-x: hidden;
    position: relative;
}

.space {
    width: 100%;
    height: 30vh;
    background-color: rgb(0, 0, 0);
}

/* container 1*/
.background-clip {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.container {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;

}

.content h1 {
    
    color: rgb(246, 243, 243);
    font-size: 80px;
}

.content > p {
    color: rgb(246, 243, 243);
    font-size: 50px;
    
}

.btn {
    margin-top: 40px;
    padding: 10px 15px;
    border: 1px solid white;
    display: inline-flex;
    border-radius: 50px;
    background-color: black;
    color: rgb(241, 234, 234);
    cursor: pointer;
    transition: 0.4s all linear;
}

.btn p {
    font-size: 30px;
}
/* 
@media (min-aspect-ratio:16/9){
    .background-clip{
        width: 100%;
        height: auto;

  
    }
}

@media (max-aspect-ratio:16/9){
    .background-clip{
        width: auto;
        height: 100%;
   
    }
} */

/* container 2*/
.container2 {
    width: 100%;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: rgb(255, 255, 255); */
    padding: 30px 5%;
   
    margin-bottom: 50px;
    text-align: left;
   
}

.title h2 {
    color: rgb(17, 17, 17);
    font-size: 30px; 
}

.title p {
    font-size: 20px; 
    color: rgb(28, 27, 27);
    
}

.content3 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /* background-color: rgba(0,0,0,0.8); */
    border-radius: 20px;
    text-align: center;
    
}

.content3 > h2{
    color: rgb(29, 28, 28);
    font-size: 40px;
    
}

.coloms {
    margin-top: 20px;
    width: 100%;
    flex-direction:row;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}

.oneCol {
    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 45%;
    padding: 20px;
    background-color: rgb(7, 7, 88);
    justify-content: center;
    border-radius: 10px;
    text-align: left;
    justify-content: space-between;
    color: white;
}

.whiter{
    filter: brightness(0) invert(1);
}

.image {
    display: flex;
    flex-direction: row;
}

.image img {
    width: 100px;
    height: 100px;
    display: flex;
}

.text {
    width: 80%;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.btns {
    margin: 20px;
}


/* Container 3*/
.container3 {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

.container3Content {
    flex-direction: column;
    flex-wrap: wrap;
    height: 100%;
    margin: 20px;
}


.btn:hover {
    
    padding: 10px 15px;
    border: 1px solid rgb(0, 0, 0);
    display: inline-flex;
    border-radius: 50px;
    background-color: white;
    color: rgb(29, 26, 26);
    cursor: pointer;
    text-align: center;
}

.priceTitle {
    width: 100%;
    padding: 20px;
    height: 100px;

  
}

.priceTitle h2{
    color: rgb(255, 255, 255);
    font-size: 50px;
    
}

.priceList {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.oneList {
    max-width: 40%;
    height: 300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: 0 0 32px rgb(206, 182, 182);
    margin-left: 20px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
    flex-wrap: wrap;

}

.left {
    display: flex;
    max-width: 30%;
    padding-top: 15px;
    background-color: hsl(178, 80%, 32%);
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}

.left h2 {
    font-size: 30px;
}

.left img {
    width: 200px;
    margin: 10px;
}

.right {
    display: flex;
    flex-direction: column;
    width: 69%;
    height: 100%;
    padding: 20px;
    flex-wrap: wrap;
    background-color: white;
}

.kontakt {
    text-align: center;
}


/* Documents*/
.documents {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.docContainer {
    width: 80%;
    height: 80%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 0 30px grey;
}

.docContainerLeft {
    display: flex;
    width: 30%;
    justify-content: center;
    align-items: center;
    background-color: rgb(7, 7, 88);
}

.docContainerLeft img{
    width: 300px;
    height: 300px;
}

.docContainerRight {
    width: 69%;
    padding: 20px;
    background-color: #ffffff;
    
    
}

.docContainerRight h2 {
    font-size: 35px;
    
}
.listOf{
    display: flex;
    margin: 20px;

}

.oneDoc {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    width: 200px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.oneDoc img{ 
    width: 100px;

}

.zpetLast {
    /* position: absolute; */
    bottom: 10px;
    margin: 10px;

}


/* WEB APLICATION*/
.webAplication {
    display: none;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    flex-direction: column;
    flex-wrap: wrap;
    position: relative;
  

}
.webAplicationTitle {
    width: 100%;
    padding: 40px;
}


.food {
    margin-top: 90px;
    margin-right: 10%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    background-color: rgb(18, 18, 52);
    border-radius: 0px 50px 50px 0px;
    position: relative;
    color: white;

}

.foodImg {
    width: 50%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

.foodImg img{
    width: 100%;
    transform: translate(0,-30%);
}

.foodText {

    right: 10px;
    display: flex;
    flex-direction: column;
}


.foodText {
font-size: 3vh;
}

.btnShow {
    margin: 5px 10px;
    padding: 10px 16px;
    background-color: rgb(253, 253, 254);
    display: flex;
    position: absolute;
    right: 20px;
    top: 30px;
    border-radius: 15px;
    color: rgb(18, 18, 52);
    border: 2px solid rgb(18, 18, 52);
    cursor: pointer;
    transition: 0.4s all linear;
    
}
.btnShow:hover {
    border: 2px solid rgb(207, 207, 220);
    box-shadow: 0 0 32px rgb(207, 207, 220);
}
.btnShow p {
    font-size: 1.3rem;
}

.foodPdf {
    right: 20px;
    top: 130px;
}

.btnVideo {
    right: 20px;
    top: 80px;
}



.taxi {
    margin-left: 10%;
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 20px;
    background-color: hsl(178, 80%, 32%);
    border-radius: 50px 0px 0px 50px;
    position: relative;
    justify-content: center;
    align-items: right;
    color: white;


}
.taxiImg {
    width: 40%;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: right;
    position: relative;
    
}

.taxiImg img{
    width: 100%;
    text-align: right;
    flex-wrap: wrap;
    display: flex;
    transform: translate(0,-30%);
}


.fakturace {
    margin-top: 90px;
    margin-right: 10%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
    background-color: rgb(7, 7, 88);
    border-radius: 0px 50px 50px 0px;
    position: relative;
    justify-content: space-between;
    color: white;



}

.foodText {
    width: 30%;
}
.fakturaceImg {
    width: 30%;
    display: flex;
    justify-content: right;
    margin-right: 20px;

}
.fakturaceImg img{
    width: 200px;
    border-radius: 15px;
}


/* kontakt */
.kontakt {
    margin-top: 90px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px;
    background-color: rgb(10, 10, 29);
   
    position: relative;
    justify-content: center;
    align-items: right;
    color: white;
}


