@import url('https://fonts.googleapis.com/css?family=Nunito:200,300,400,600,700,800,900');
html{
  scroll-behavior: smooth;
}

body {
  font-family: 'Nunito', sans-serif;
}
.wrapper {
  font-family: 'Nunito', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  max-width: 1140px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  overflow: hidden;
}
.btn {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #000;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  transition-duration: 0.3s;
}
.frame {
  min-height: 500px;
  min-width: 20%;
}
.btn:hover {
  text-decoration: none;
  background: none;
  border: solid #fff 1px;
  color: #fff;
}
.btn2 {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #000;
  padding: 10px 20px 10px 20px;
  border: solid #000 1px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
}
.btn2:hover {
  text-decoration: none;
  background-color: none;
  background: none;
  border: solid #000 1px;
  color: #000;
}
.btn-blue {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 18px;
  background-color: #0082fa;
  padding: 10px 20px 10px 20px;
  border: solid #0082fa 1px;
  text-decoration: none;
  cursor: pointer;
  min-width: 150px;
  width: auto;
  transition-duration: 0.3s;
}
.btn-blue:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid #0082fa 1px;
  color: #0082fa;
  transition-duration: 0.3s;
}

.btn-white {
  -webkit-border-radius: 30;
  -moz-border-radius: 30;
  border-radius: 30px;
  font-family: 'Nunito', sans-serif;
  color: #0082fa;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px 10px 20px;
  border: solid #fff 1px;
  text-decoration: none;
  cursor: pointer;
  width: 150px;
  transition-duration: 0.3s;
}
.btn-white:hover {
  text-decoration: none;
  background-color: #fff;
  border: solid #0082fa 1px;
  color: #0082fa;
  transition-duration: 0.3s;
}

.bg-header {
  color: #fff;
  background-size: cover;
  background-image: url("../img/KV_top.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 895px;
  font-family: 'Nunito', sans-serif;
}

.footer {
  background-color: #1d7bca;
  min-height: 120px;
}
.bg-content-1 {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;  
  background-image: url("../img/bg.svg");
  min-height: 445px;
  font-family: 'Nunito', sans-serif;
  background-color: #1b1b1b;
}
.bg-content-2 {
  background-size: cover;
  background-image: url("../img/s2.jpg");
  background-size: cover;
  background-color: #ebebeb;
  min-height: 500px;
  font-family: 'Nunito', sans-serif;
}
.bg-content-3 {
  color: #000;
  background-size: cover;
  background-image: url("../img/03.jpg");
  background-repeat: no-repeat;
  min-height: 460px;
  font-family: 'Nunito', sans-serif;
  background-color: #f1f0f1;
}
.bg-content-4 {
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Nunito', sans-serif;
  background-color: #e7e7e6;
}
.bg-content-5 {
  background-size: cover;
  background-image: url("../img/s3.jpg");
  background-size: cover;
  background-color: #ebebeb;
  min-height: 500px;
  font-family: 'Nunito', sans-serif;
}
.prod{
  background-color: #2f2f2f;
  border-radius: 30px;
  border: solid 1px #2f3561;
  max-width: 90%;
  min-height: 300px;
}

.grow{
transition: 0.5s ease;
}

.grow:hover{
-webkit-transform: scale(1.005);
-ms-transform: scale(1.005);
transform: scale(1.005);
transition: 0.5s ease;
box-shadow:
4px 4px 50px -10px rgba(35, 43, 222, 0.99), 0 6px 20px 0 rgba(35, 43, 222, 0.19);
}

.obrazek {
  position: absolute;
  bottom: 0;
}
h5 {
  font-size: 1.1rem;
}
@media (max-width: 991px) {
  .bg-header {
    
  }
}
