*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Marcellus", serif;
    font-weight: 400;
}

body{
    overflow-x: hidden;
}

header{
    position:fixed;
    top:0;
    width: 100%;
    z-index: 1000;
    background-color: beige;
    /* border-bottom: solid 1px black; */
    min-height: 130px;
}

main{
    width: 100%;
    min-height: 100vh;
    background: linear-gradient();
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 130px;
}

.menu{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.logo{
    width: 10%;

    flex-grow: 1;
    padding:10px;

    font-family: "Roleway", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
}

 .duelogo{
    width: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* .logo img{
    width: 85px;
} */

 .duelogo img{
    text-align: center;
    width: 85px;
} 

.boldish{font-weight: bold;}

nav {
    margin-right: 30px;
}

nav li{
    display: inline-flex;
    padding-right: 30px;
    font-size: 17.5px;
}

nav li a{
    text-decoration: none;
    color: black;
    border-bottom: solid 1px transparent;

}

nav li a:hover{
    border-bottom: solid 1px black;

}

.part, .socialweb{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* flex-wrap: wrap; */
}

.two video{
    width: 100%;
    height: 82.5vh;
}

.two{
    background-color: rgba(239, 228, 193, 0.67);
}

.underpart{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    letter-spacing: 3px;
    word-spacing: 2.5px;
    line-height: 1.5;
    
}

.underpartThree{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
}

.underI img{
    height: 74px;
    width: 74px;
}

.vox{
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.underI{
    height: 80px;
}

.underH{
    height: 160px;
}

.underP{
    height: 160px;
    margin-top: 60px;
}



.three .right, .three .left, .three .middle, .five .right, .five .middle, .five .left{
    padding: 25px 25px;
    margin: 75px 0px;

    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}

.makers{
    background-color: rgb(240, 242, 235);
    padding: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;

}

.makers a{
    text-decoration: none;
    color: grey;
    font-weight: bold;
}

.makers p{
    margin: 3.5px 0px;

}

#pct_me{
    width:100%;

}

.first{
    background-color: rgba(245, 238, 213, 0.96);
}

.first .left {
    padding: 0px 25px;
}

.allthree{
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

.prodThree{
    width: 100%;
    margin: 0;
}

.not{
    flex-wrap: nowrap;
}

.three{
background-color: rgba(241, 224, 169, 0.67);
text-align: center;
}



.three .ser{
    min-width: 100vh;
    margin-bottom: 50px;
    cursor: pointer;
}

.three .ser img{
    width: 175px;
    
}

.ser h4{
    font-size: 25px;
}

.three .middle{
    border-right: solid 1px black;
    border-left: solid 1px black;
}


.one{
    text-align: center;
}

.one h3{
font-size: 20px;

}

.one p{
font-size: 10px;
   
}

.underpart h3, .ever h3{
    font-size: 35px;
    font-weight: bold;

}

.underpart p, .ever p{
    font-size: 17.5px;

}

.three h2{
    font-size: 55px;
    /* font-weight: bold; */
}

.three p{
    font-size: 25px;

}

.ever{
    display: flex;
     flex-direction: column;
    justify-content: center;
    align-items: center; 
    text-align: center;
    padding: 35px 75px;
    letter-spacing: 3px;
    word-spacing: 2px;
    line-height: 2;
    background-color: rgb(246, 236, 208);
}


.five{
    background-color: rgb(240, 242, 235);
}

.five .underpart a{
    text-decoration: none;
    color: black;
}

.five .underpart a img{
width:51px;    
}

.five .underpart h4, .five .underpart p{
font-size: 12.5px;
}

form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;


} 
#popupForm{
    
    margin-top: 140px;
    position: fixed;
    left: 25%;
    top: 0;
    width: 50%;
    height: 75%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.popupContent p{
    font-size: 7.5px;
    line-height: 8px;
    margin: 5px;

}
.gRec {
  transform: scale(0.6); /* 0.5 = 50 %, 0.85 = 85 % */
  transform-origin: 0 0; /* zarovnání vlevo nahoře */
height: 45px;
margin:10px;
margin-left: 35%;
}

.popupContent{
    margin-top: 10%;
    margin-left: 25%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px grey;
    background: white;
    width: 45%;
}

.closeBtn{
    float: right;
    font-size: 28px;
    cursor: pointer;
}

input{
    text-align: center;
}

textarea {
    resize: none;
    text-align: center;
}

input::placeholder, textarea::placeholder{
    text-align: center;
}

.message p{
    color: rgb(79, 181, 11);
    background-color: rgba(0, 0, 0, 0.263);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}

.prdc {
    width: 1500px;
    height: 500px;
    display: flex;
    flex-direction: row;
    background-color: white;
    margin: 0px 50px 75px 50px;

}

.prodPic img{
    max-width: 450px;
    height: 450px;

}
.aboutProd{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 70%; 
    padding: 0px 35px;

}

.aboutProd li, .aboutProd p, .aboutProd h6{
    font-size:15px;

    letter-spacing: 1px;
    word-spacing: 1.5px;
    line-height: 1;

    margin-bottom: 25px;
}

.aboutProd h5{
    font-size: 30px;
    font-weight: bold;
}

.aboutProd h6{
    font-size: 25px;
    font-weight: bold;
}

.aboutProd ul{
    list-style: none;
}

.prodPic{
    width:30%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.prodPic img{
    max-width: 100%;}

.miniatur{
    cursor: pointer;
}

.popup {
    margin-top: 65px;
    display: none;
    position: fixed;
    z-index: 1;
    left: 15%;
    top:10%;
    width: 70%;
    height: 80%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    text-align: center;

}

.popCont {
    padding-top: 20px;
    margin: auto;
    display: block;

    max-width: 700px;
    max-height: 600px;
  }

.close{
    position: absolute;
    top: 10%;
    right: 25px;
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.prev, .nextis {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -50px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .nextis {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .prev {
    left: 0;
  }

  .slide {
    transition: transform 0.5 ease;
    /* height: 100%; */
}

.photoShow{
    max-width: 1000px;
    position: relative;
    margin: 15px;
}

.mySlides {
    display: none;
}

.mySlides img{
   max-width: 100vh;
}



.prev2, .nextis2{
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(0, 183, 255);
    background-color: rgba(253, 251, 251, 0.8);
    font-weight: bold;
    font-size: 35px;
    transition: 0.6 ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.nextis2{
    right:30px; 
    border-radius: 3px 0 0 3px;
}

.prev2{
    left: 30px;
}

.prev2:hover, .nextis2:hover {
    background-color: rgba(0,0,0,0.8);
}

.slide-animation{
    animation-name: slideIn;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
}

@keyframes slideIn{
    from {
        transform: translateX(-30%);
    }
    to{
        transform: translateX(0%);
    }
}
.contact{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: rgb(246, 236, 208);
    min-height: 100vh;
    padding-top: 25px;


}

.newGen{
    min-height: 100vh;
    background: url(../images/nikca23.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.newGen p{
    background-color: rgba(255, 255, 255, 0.8);
}

.contactForm input[type="submit"]{
    padding: 5px 15px;
    margin: 10px;
    border-radius: 10px;
    font-weight: bold;
    border: 0px solid transparent;
    box-shadow: 0px 0px 10px black;
    background-color: navy;
    cursor: pointer;
    color: white;
    border: 0.5px solid black;

}

.contactForm input[type="submit"]:hover{
background-color: lightskyblue;
color: black;
box-shadow: 0px 0px 10px white;


}

.contactForm{
    margin-bottom: 35px;

} 

.contactForm form{
    padding: 25px;
    border-radius: 12.5px;
    background-color: bisque;
    box-shadow: 0px 0px 10px black;

}

.contactForm input{
    width: 325px;
    height: 50px;
    margin: 5px;
    border-radius: 10px;
    font-size: 25px;

}

.contactForm input::placeholder{
    font-size: 25px;
}

.contactForm textarea{
    width: 325px;
    height: 250px;
    border-radius: 10px;
    font-size: 20px;

}

.contactForm textarea::placeholder{
    font-size: 20px;
}

.contact p{
    margin: 5px;
    font-size: 25px;
    color:green;
    padding: 5px;


}
.calendar{
    background: url(../images/nikca-kal.jpg);

    background-size: cover;
    background-position: center;
    background-size: 100vw;

}


.calendar table{
    border: 2px solid black;
    background-color: bisque;
    border-radius: 10px;
    margin-bottom: 20px;
    
    }
    
    .calendar td{
    
     border: 2px solid black;
     border-radius: 3.5px;
     background-color: white ;
     height: 180px;
        
    }
    
    .calendar p{
        font-size: 12px;
        color: white;
    }

    .calendar table td:nth-child(6)
 {
    background-color: yellow;

}


    
    .oneDay{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width:150px;
    height: 150px;
    }
    .oneDay p{
        background-color: 1px solid black;
        cursor: none;
    
    
    }
    
    .oneDay a{
        text-decoration: none;
        font-size: 10px;
        padding: 0px 35px;
        border-radius: 3.5px;
        margin-top: 2px;
    }
    
    .record{
        background: linear-gradient(45deg,lightgray, rgb(5, 129, 5), lightgray) ;
    
    }
    
    .record:hover{
        background: linear-gradient(45deg,yellow, white, yellow) ;
        color: black;
    }
    .wholeTime{
        display: inline-flex;
        background-color: rgba(128, 128, 128, 0.287);
        border-radius: 5px;
    }
    
    .wholeTime input{
        background: transparent;
        border: none;
        font-size: 15px;
    
    }
    
     .calendar a {
        color: white;
        padding: 2px 5px;
        
        border:1px solid black ;
    
    } 
    
    .calendar a, .butState{
        border-radius: 15px;
        box-shadow: 5px 5px 10px  black;
        margin: 2px;
    }
    
    .calendar p{
        width: 130px;
        text-align: center;
    
    }
    .white{
        background-color: rgb(101, 188, 14);
        padding: 3px 8px;
        border: 1px solid rgb(125, 142, 93);
        box-shadow: 0px 0px 10px black;

    }
    
    .red, .ored{
        background-color: red;
        color: white;
        padding: 3px 8px;
        border: 1px solid black;
        box-shadow: 0px 0px 10px black;
    
    }

    .blue, .oblue{
        background-color: blue;
        color: white;
        padding: 3px 8px;
        border: 1px solid black;
        box-shadow: 0px 0px 10px black;
    
    }

    .blue:hover{
        background: linear-gradient(45deg, blue,lightgray,blue);
        color: white;
    
    }

   
    
    
    .red:hover{
        background: linear-gradient(45deg, red,lightgray,red);
        color: white;
    
    }

    .oblack{
        background-color: black;
    }
    
    .yellow, .oyellow{
        background-color:rgb(146, 146, 2);
        color: black;
        padding: 3px 8px;
        border: 1px solid black;
        box-shadow: 0px 0px 10px black;

    
    }
    .links{
        padding: 3px 8px;
        border: 1px solid black;
    }
    .yellow:hover{
        background: linear-gradient(45deg, rgb(146, 146, 2),grey,rgb(146, 146, 2));
        color: black;
    
    }
    
    .green, .ogreen {
        background-color:  green;
        color: white;
        padding: 1px 3.5px;
        border: 1px solid black;
    
    }
    
    .green:hover{
        background: linear-gradient(45deg, green,lightgray,green);
        color: white;
    
    }
    
    .topElement{
        display: inline-flex;
        position: relative;
    
    }
    
    .detailElement{
        display: none;
        position: absolute;
        font-size: 12px;
        background-color: yellow;
        border: 1px solid black;
        box-shadow: 5px 5px 10px black;
        margin-bottom: 15px;
    }
    
    .topElement:hover .detailElement{
        display: block;
    }
    
    .topElement a{
        font-size: 35px;
        color: black;
        text-decoration: none;
        border: none;
        box-shadow: none;
    }
    
    .topElement a:hover{
        background-color: rgba(128, 128, 128, 0.459);
        color: blueviolet;
    }
    
    .buttonLink{
        font-size: 15px;
        padding: 2px 5px;
        text-decoration: none;
        margin: 12px;
    
    }
    
    .delButton{
        background-color: red;
        color: white;
    
    }
    
    .upRecord a{
        border-radius: none;
    }
    
    
    .calendar input[type="submit"]{
        padding: 2px 5px;
        background-color: green;
        color: white;
        margin: 3px;
        border-radius: 5px;
        cursor: pointer;
    }
    .undermenu{
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: darkolivegreen;
        height: 40px;

    }

    .undermenu ul{
        display: inline-flex;
    }

    .undermenu ul li{
    list-style: none;    
    }
 
    .undermenu ul li a{
    color: white;  
    padding: 2px 5px;
    border: 1px solid white;
    margin: 0.1px 15px;
    text-decoration: none;
    }

    .undermenu ul li a:hover{
    color: darkolivegreen;
    background-color: white;
    border: 1px solid darkolivegreen;
    }  
    
.myMenu img{
    width: 25px;
}

.ham_menu, .cross_menu{
    display: none;
    cursor: pointer;

}

.homes{
    display: flex;
    flex-direction: row;
}
.tepping{
    min-width: 100vh;
    display: flex;
    flex-direction: column;
}

.tepping h3{
    font-size: 35px;
    font-weight: lighter;
}
.teps{
    display: flex;
    flex-direction: row;
    align-items: center;

}

.three .teps{
    margin-bottom: 50px;
    cursor: pointer;
}

.three .teps .h4{
    margin: 50px;
}

.pictPrice{
display: flex;
flex-direction: row;
justify-content: flex-end;
width: 30%;
}

.textPrice{
display: flex;
flex-direction: column;

margin-left: 150px;
width: 40%;
}

.three .teps img{
    width: 175px;
    /* margin-left: 300px; */
    
}

.teps h4{
    font-size: 25px;
}

.four h4{
    font-size: 35px;
}
.otherMake{
    /* background-color:  rgba(241, 224, 169, 0.67); */
    min-height: 60px;
   /* color: bisque; */
}

.otherMakeTwo{
    background-color: beige;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.otherMakeThree{
    display: flex;
    flex-direction: row;
    justify-content:  center;
    align-items: center;
}

.someText p{
    font-size: 20px;
    margin: 25px 200px;
}

.contButLink a{
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 15px;
    border: 2px solid rgba(243, 230, 184, 0.96);
    background-color: rgba(243, 230, 184, 0.96);
    margin: 15px 35px 15px 15px;
    color: black;
    box-shadow: 0px 10px 10px black;
}

.contButLink a:hover{
    background-color: rgba(241, 235, 214, 0.96);
    box-shadow: 0px 10px 10px white;


}

.underLineText{
    margin: 15px 55px;
    padding:0px 35px
}
.underLineText p{
    color: black;
    text-align: center;
    font-size: 17.5px;
}

.recP p{
    font-style: italic;
    padding: 10px 50px;
    font-size: 17.5px;
}

.recName p{
    font-style: italic;

}

.rec{
    padding: 35px;
}

.outAm{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}



.am img{
    height: 100%;
}

.am .left{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    letter-spacing: 3px;
    word-spacing: 2.5px;
    line-height: 1.5;
    text-align: center;
}
.am h3{
    font-size: 35px;
    font-weight: bold;
}

.am p{
    font-size: 20px;
    margin: 15px 45px;
}

.am .three{
   min-height: 200px;
}

.am .otherMake{
    margin-top: 35px;
}

/* .ns{


} */

.byt{
    background: url(../images/niky12.jpg);
    width:1282.5px; /*1710px*/
    height: 855px; /*1140*/
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    cursor: pointer;

}

.byt h4{
    font-size: 65px;
    
}

.byt h3{
    font-size: 40px;
    
}

.byt h4, .byt h3{
    margin-right: 15px;
}

.dows{
    background: url(../images/niky20.jpg);
    width:1282.5px; /*1710px*/
    height: 855px; /*1140*/
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    cursor: pointer;

}

.ovanes{
    background: url(../images/niky6.jpg);
    width:1282.5px; /*1710px*/
    height: 855px; /*1140*/
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: end;
    cursor: pointer;

}

.indaS{
    margin-top: 25px;
    margin-bottom: 45px;
}

.allRightThree{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.fineOne{
    margin: 20px 65px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    height: 500px;
}

.finePic{
    width: 300px; 
    height: 300px; 
    border-radius: 50%;
    

}

.Finepri{
    background: url(../images/niky15.jpg);
    background-size: cover;
    background-position: center;

}

.Finesec{
    background: url(../images/niky20.jpg);
    background-size: cover;
    background-position: center;

}

.Fineter{
    background: url(../images/niky6.jpg);
    background-size: cover;
    background-position: center;

}

.Finequa{
    background: url(../images/PUZZI.jpg);
    background-size: cover;
    background-position: center;

}

.Finefiv{
    background: url(../images/niky26.jpg);
    background-size: cover;
    background-position: center;

}

.fineText a{

    text-decoration: none;
    color: darkgray;
}

.fineText h3{
    font-size: 20px;
    margin: 20px 0px;
    

}

.fineText p{
    font-size: 15px;
    width: 300px;
    margin: 20px 0px;
    height: 80px;
}

.fineText img{
    width: 15px;
}
.ever .textLab{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.ever .twigy{
    font-size: 20px;
    letter-spacing: 2px;
    word-spacing: 1.5px;
    line-height: 1.25;
    padding: 20px 75px;
}

.textLab{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    letter-spacing: 2px;
    word-spacing: 1.5px;
    line-height: 1.25;
}
.textLab p{
    font-size: 15px;
    margin: 15px 0px;
}


.priceLab{
    background-color: white;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    border: 0.5px solid black;
    font-size: 12.5px;
}
.labSection{
    display: flex;
    flex-direction: row;
}

.mainLab{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    margin: 1px 15px;
    width: 800px;

}

.mainLab img{
    width: 800px;
    cursor: pointer;

}

.labMenu{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 1px 15px;

}

.labMenu a{
    font-size: 15px;
    padding: 10px 20px;
    width: 330px;
    text-decoration: none;
    color: black;
    margin: 1px;
}

.labMenu a:hover{
    background-color: orangered;
}

.ouRange{
    background-color: orangered;
}

.ouGray{
    background-color: lightgray;

}

.textLab table{
    margin-top: 25px;
}
.textLab table td{
    padding-top: 25px;
}

.lefLabTab{
    border-bottom: 1px dotted black;
}

.midLabTab{
    width: 200px;
    border-bottom: 1px dotted black;
}

.rigLabTab{
    border-bottom: 1px none black;
}
.textLab h3{
    font-size: 30px;
    font-weight: lighter;
}

.textLab h4{
    font-size: 20px;
    font-weight: lighter;
    margin-top: 15px;
}
.textLab ul{
    list-style: none;
}

.textLab li{
    margin-top: 15px;
}

.moneyPlus h6{
    font-size: 12.5px;
    background-color: yellow;
    border: 0.25px solid black;
    padding: 7.5px;
}



.calendar .monthInYear{
    font-size: 17.5px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.486);
    width: 250px;
}

.newAction img{
    width: 25px;
}

.newAction h6{
    font-size: 15px;
    color: green;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.42);
}

.newAction{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: url(../images/hvezdy.webp);
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: 2px solid white;
}

.redAlert{
    font-size: 13.5px;
    font-weight: bold;
    color: red;
    letter-spacing: 1.2px;
    word-spacing: 1.2px;
    line-height: 20px;
    background-color: rgba(255, 255, 255, 0.707);
    padding: 2.5px;


}

.redAlertTwo{
    color: red;
    font-weight: bold;

}

.fineMain a{
    text-decoration: none;
}

.Finefiv{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}




/* .textLab td{
    text-align: right;
} */





