@charset "utf-8";
body,
td,
th,
input,
textarea,
select {
  font-family: komet, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
body {
  background-color: #000;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
.movie {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
}
.movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.logo {
  width: 100% !important;
  height: auto !important;
}
.content {
  position: relative;
  z-index: 9;
}
.slide {
  justify-content: center;
  flex-direction: column;
  padding: 2vw 8vw;
  box-sizing: border-box;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.slide .slidein {
  width: 100%;
}
a {
  color: #fff;
  text-decoration: none;
  transition: ease 0.3s all;
}
a:hover {
  color: #f4b560;
  text-decoration: none;
}
a:hover path {
  fill: #f4b560;
}
#under {
  text-align: center;
}
.insta {
  margin-top: 20px;
  width: 50px;
  height: 50px;
}
path {
  transition: ease 0.3s all;
  fill: #fff;
}
h1 {
  font-weight: 400;
  font-family: #fff;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 38px;
}
h1 strong {
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
h2 {
  text-transform: uppercase;
  color: #f4b560;
  padding-top: 20px;
  font-family: magistral-condensed, sans-serif;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 0;
  padding-bottom: 0;
}
h3 {
  font-family: magistral-condensed, sans-serif;
  font-size: 21px;
  line-height: 31px;
  margin-top: 0;
  padding-top: 0;
  font-weight: 400;
  padding-bottom: 20px;
}
h6 {
  font-size: 2vw;
}
.text strong {
  color: #f4b560;
}
.wiecej {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 40px;
  transition: ease 0.3s all;
}
.wiecej:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}
#kontakt .slidein {
  background-color: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  text-align: center;
  padding: 30px 60px;
  backdrop-filter: blur(10px);
  max-width: 760px;
  width: 100%;
}
#kontakt .slidein .cell {
  flex: 0 0 25vw;
  margin-top: 2vw;
  margin-bottom: 2vw;
  color: #ddd;
}
#kontakt .slidein .cell a {
  color: #ddd;
}
#kontakt .slidein .cell strong {
  display: inline-block;
  padding-bottom: 1vw;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 800px) {
  body,
  td,
  th,
  input,
  textarea,
  select {
    font-size: 14px;
    line-height: 20px;
  }
  #kontakt .slidein {
    padding: 30px 30px;
  }
  h1 {
    font-size: 16px;
    line-height: 26px;
  }
  h1 strong {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
  }
  h2 {
    font-size: 18px;
    line-height: 28px;
  }
  h3 {
    font-size: 17px;
    line-height: 24px;
  }
  .slide {
    padding: 0vw 2vw;
  }
  h2 {
    padding-top: 10px;
  }
  h3 {
    padding-bottom: 10px;
  }
}
