@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: local("Inter Thin"), local("Inter-Thin"), url("fonts/Inter-Thin.ttf");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter ExtraLight"), local("Inter-ExtraLight"), url("fonts/Inter-ExtraLight.ttf");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Light"), local("Inter-Light"), url("fonts/Inter-Light.ttf");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Regular"), local("Inter-Regular"), url("fonts/Inter-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Medium"), local("Inter-Medium"), url("fonts/Inter-Medium.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter SemiBold"), local("Inter-SemiBold"), url("fonts/Inter-SemiBold.ttf");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Bold"), local("Inter-Bold"), url("fonts/Inter-Bold.ttf");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter ExtraBold"), local("Inter-ExtraBold"), url("fonts/Inter-ExtraBold.ttf");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter Black"), local("Inter-Black"), url("fonts/Inter-Black.ttf");
  font-weight: 900;
  font-display: swap;
}
/*ver->1.0std-3-12-2016*/
/* last ver -> - */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

html, body {
  height: 100%;
  line-height: 1.4;
  text-align: center;
  position: relative;
}

/* ====================================================== Czcionki ============================================ */
html, body, input, textarea {
  color: #1A1A1A;
  font-size: 16px;
  font-family: Inter, tahoma, arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 25px 0;
  font-family: Inter, tahoma, arial, sans-serif;
  color: #1A1A1A;
}

h1 {
  font-size: 32px;
  color: white;
  font-weight: 500;
  margin: -40px 0 80px 0;
}

h1:first-child {
  margin-top: 0;
}

a {
  color: white;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all 300ms ease-in;
  position: relative;
}

/* =================================================== Układ strony =========================================== */
html, body {
  position: relative;
  overflow: hidden;
  background-color: #07070c;
  z-index: -2;
}

.uc-area {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  color: white;
  z-index: 1;
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  opacity: 20%;
}

.logo {
  width: 300px;
}

.contact {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
}

.tel::before {
  content: "";
  display: flex;
  width: 17px;
  height: 17px;
  background-image: url("graphics/uc/tel.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-wrapper p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 20px;
  font-weight: 400;
  margin: 0 auto;
}

.uc-area .uc-wrapper .image-wrapper .image img {
  max-height: 100%;
  max-width: 100%;
}

.button {
  display: flex;
  padding: 15px 30px;
  gap: 8px;
  border: 2px solid white;
  border-radius: 30px;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.button:hover {
  text-transform: none;
  background-color: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 1000px) {
  h1 {
    font-size: 50px;
  }
  .uc-area {
    padding: 0px;
  }
  .contact a {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .uc-area {
    padding: 20px;
  }
  h1 {
    font-size: 30px;
  }
  .logo {
    top: 20%;
  }
  .text-wrapper p {
    font-size: 14px;
  }
  a.button.tel {
    margin: 0;
  }
  .contact {
    bottom: 10%;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}/*# sourceMappingURL=uc.css.map */