@font-face {
    font-family: 'Gotham Thin';
    src: url('webfont/hinted-subset-Gotham-Thin.woff2') format('woff2'),
    url('webfont/hinted-subset-Gotham-Thin.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('webfont/hinted-subset-Gotham-Medium.woff2') format('woff2'),
    url('webfont/hinted-subset-Gotham-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


html,
body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    text-decoration: none;
    box-shadow: px px;
    scroll-snap: smooth;
    scroll-behavior: smooth;
    width: 100%;
    height: 100%;
  
}




.about {
    transform-style: preserve-3d;
    transform: perspective(800px);
}

.about h2 {
    text-transform: uppercase;
}

.about h2,
.about p {
    transition: all 0.8s ease;
}

.about.hidden h2 {
    opacity: 0;
    transform: translate3d(0, 0, 400px) rotateY(-40deg);
}

.about.hidden p {
    opacity: 0;
    transform: translate3d(0, 0, 400px) rotateY(40deg);
}




//how many images we have
$slides: 4;

// how much we want each slide to show
$time_per_slide: 4;

// total time needed for full animation
$total_animation_time: $time_per_slide * $slides;


.blueberry {
    margin: 0 auto;
}

.blueberry .slides {
    display: block;
    position: relative;
    overflow: hidden;
}

.blueberry .slides li {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.blueberry .slides li img {
    display: block;
    width: 1280px;
    height: auto;
}

.blueberry .slides li.active {
    display: block;
    position: relative;
}







header {
    background-size: cover;
    background position: center;
    height: 20px;
}




nav {
    position: fixed;
    width: 100%;
    line-height: 65px;
    background-color: #eee;
    width: 100%;
    z-index: 1;
}

nav ul {
    /* float: left; */
    margin: 0;
    padding-right: 10%;
    margin-left: 20px;
}


nav ul li {
    display: inline-block;
    padding: 0px 25px;
    /* margin-left: 40px; */

}

nav ul li a {
    text-decoration: none;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 15px;
    left: 1000px;

}

nav ul li a.active {
    background-color: #666;
}

.logo {
    float: left;
    margin: 16px 48px;
    opacity: .9;
    z-index: 9;
}

.font-nadpis {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 50%;
    font-weight: bold;
    z-index: .1;
    color: black;

}

.font-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 110%;
    z-index: .1;
}


.bar1 {
    width: 2283px;
    height: 100px;
    background: black;
    margin-top: 0px;
    padding: 0px;
    color: black;
    size: 0;
}

.bar {
    width: 1263px;
    height: 178px;
    background: black;
    margin-top: 0px;
    padding: 0px;
    color: black;
    size: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 100%;
    z-index: .9;

}

.nepruhlednost {
    opacity: 9;
}

.odkaz {
    text-decoration: none;

}

/* Let's style the wrapper in such away that, 
it should always be at the center of the browser */

.wrapper {
    position: absolute;
    top: 40px;
    left: 200px;
    transform: translate(-50%, -70%);
    width: 470px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-weight: Normal;
    font: PHONES;
}

/* Style the Un-order list by setting its list-style to none */

.wrapper ul {
    list-style: none;
    color: #EBB71E;
}

/* Style the list items inside the UL list, by setting its width, height and line-height 
  and float them to left and set its border and border-radius.
 */

.wrapper ul li {
    /*width: 500px;
    height: 55px;*/
    line-height: 75px;
    margin-left: -50px;
    margin-top: 18px;	
    text-align: center;
    position: top 30px;
    cursor: pointer;
    float: left;
    transition: all 1s ease;
    color: #EBB71E;
    font: 'Gotham Thin';
    font-size: 170%;
}




/* whatsapp */

.wrapper ul li:hover.whatsapp {
    transform: scale(1.1);

}


}




/* media queries */

@media screen and (max-width: 640px) {
    .wrapper {
        width: 350px;
    }
    .wrapper ul li {
        margin-top: 10px;
    }
    .wrapper ul li.google {
        margin-left: 60px;
    }
    .wrapper ul li.fa-whatsapp {
        margin-top: 40px;
        font: 'Gotham Thin';
        font-weight: bold;
    }
}


@media screen and (max-width: 340px) {
    .wrapper {
        width: 150px;
    }
    .wrapper ul li {
        margin: 15px;
    }
    .wrapper ul li.google {
        margin-left: 15px;
    }
}


.wrapper ul li:hover .fa-instagram {
    color: #bc2a8d;
    text-shadow: 0 0 15px #bc2a8d;
    transition: all 0.5s ease;
}

b {
    display: inline-block;
    font-family: 'Gotham Thin';
    color: #fff;
    font-size: 5px;
    letter-spacing: 0px;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0px;
}

b:after {
    content: "";
    position: absolute;
    height: 10px;
    background-color: #EBB71E;
    width: 0;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) all;
}

b:hover {
    color: EBB71E;
}

b:hover:after {
    width: 100%;
}

a {
    text-decoration: underline;
    color: white;
}

a:hover {
    text-decoration: none;
    color: black;
}

.tucny-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 80%;
    z-index: .1;
    Font-weight: bold;
}

.tucny-text1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 150%;
    z-index: .1;
    Font-weight: bold;
}

.text2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 150%;
    z-index: .1;
    font-weight: bold;
    text-decoration: underline;
}

.z-index:1 {
    z-index: .1;
}

.zápisy {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 130%;
    z-index: .1;
}

.box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box span {
    display: block;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin: -10px;
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
    animation-delay: -0.2s;
}

.box span:nth-child(3) {
    animation-delay: -0.4s;
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}

.menu img {
    transition: 1s;
}

.menu img:hover {
    transform: scale(1.1);
}



.container {
  max-width: 700px;
  width: 500px;
  margin: 0 auto;
  position: relative;
  Text-align: center;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  margin: 150px 0;
  
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
  color: black;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: black;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 400px;
  padding: 0;
  width: 100%;
  color: black;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  color: black;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa; 
  color: black;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #ffa500;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #ff8c00;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}



.font-kontakt {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 140%;
    z-index: .1;

}



.gallery {
    margin: 0;
}

.gallery img {
    filter: grayscale(100%);
    transition: 1s;

}

.gallery img:hover {
    transform: scale(1.02);
    filter: grayscale(0%);
}

.font-cislo {
    font: 'Gotham Thin';
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 0px;
}

::-webkit-scrollbar-thumb {
    color: #000;
    width: 0px;
}

label {font-weight: 500;}
