@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
header {
  box-shadow: 0px 0px 8px rgba(119, 119, 119, 0.4666666667);
}
header .container {
  display: flex;
  justify-content: space-between;
}
header .container .custom-logo .custom-logo-inner {
  position: absolute;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 0px 8px rgba(119, 119, 119, 0.4666666667);
}
header .container .custom-logo svg {
  max-width: 100px;
  height: auto;
  padding-top: 20px;
}
header .container .header-buttons {
  margin-bottom: 0px !important;
}
header .container .header-buttons a {
  white-space: nowrap;
}
header nav ul#menu-podstawowy {
  margin-bottom: 0px;
  display: flex;
  height: 100%;
}
header nav ul#menu-podstawowy li {
  list-style-type: none;
  padding: 20px;
  display: flex;
  height: auto;
  vertical-align: middle;
  align-items: center;
}
header nav ul#menu-podstawowy li a {
  color: #000;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  transition: 300ms ease;
}
header nav ul#menu-podstawowy li a:hover {
  box-shadow: 0px 3px 0px #f0b925;
  font-weight: 700;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

/* --- MOBILE --- */
@media (max-width: 1000px) {
  .container {
    justify-content: space-between;
  }
  .container .header-buttons {
    display: none;
  }
  #header-widget-section {
    display: none;
  }
  nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 75%;
    max-width: 320px;
    height: 100vh;
    background: #fff;
    box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 1002;
  }
  nav.active {
    right: 0;
  }
  nav ul#menu-podstawowy {
    flex-direction: column;
    padding: 40px 20px;
  }
  nav ul#menu-podstawowy li {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  nav ul#menu-podstawowy li a {
    font-size: 18px;
  }
  .menu-toggle {
    display: block;
  }
}
.menu-close {
  position: fixed;
  top: 15px;
  right: 15px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1003;
  display: none;
}
.menu-close.active {
  display: block;
}

body {
  background-color: #fff;
  margin: 0px;
}
body .wp-block-columns {
  justify-content: center;
}
body .square-columns {
  padding: 20px;
}
body .square-columns .wp-block-column {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 15px 15px 0px #f0b925;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  transition: 300ms ease;
}
body .square-columns .wp-block-column:hover {
  box-shadow: -15px -15px 0px #000;
  border-color: #000;
}
body .height-70 {
  min-height: 70px;
}
body .width-30p {
  width: 30%;
  height: 3px;
}
body .centered {
  margin: auto;
}
body .portfolio-column .wp-block-image {
  transition: 900ms ease;
}
body .portfolio-column .wp-block-image:hover {
  transform: scale(95%);
}
body .padding-20 {
  padding: 20px;
}
body .aspect {
  aspect-ratio: 1;
  align-content: center;
  box-shadow: 15px 15px 0px #f0b925;
}
body .white-button a {
  color: #000;
}
body .white-button a:hover {
  background-color: #f0b925 !important;
  color: #fff;
}
body .wp-block-button__link {
  background-color: #000;
  border-radius: 0px;
  box-shadow: 5px 5px 0px #f0b925;
  transition: 300ms ease;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
body .wp-block-button__link:hover {
  background-color: #f0b925;
  box-shadow: -5px -5px 0px #000;
  color: #000;
  width: 105%;
}
body .main-banner {
  min-height: 80vh;
  position: relative;
}
body .astronauta {
  display: block;
  animation: float 9s ease-in-out infinite;
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.25));
}
body {
  /* animacja lewitacji */
}
@keyframes float {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(-10px, -10px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
body .custom-logo svg {
  fill: #000;
  filter: drop-shadow(0 0 0 #f0b925);
  transition: 200ms ease;
}
body .custom-logo svg:hover {
  filter: drop-shadow(3px 3px 0 #f0b925);
}
body .no-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
body .wpcf7 {
  background-color: #fff;
  border-radius: 0px;
  padding: 30px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
}
body .wpcf7 label {
  width: 100%;
}
body .wpcf7 input,
body .wpcf7 textarea {
  background-color: #efefef;
  padding: 10px;
  width: 100%;
  border-width: 0px;
  border-radius: 0px;
}
body .wpcf7 .wpcf7-submit {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  box-shadow: 5px 5px 0px #f0b925;
  transition: 300ms ease;
}
body .wpcf7 .wpcf7-submit:hover {
  box-shadow: -5px -5px 0px #000;
  background-color: #f0b925;
}
body .wpcf7 .no-margin {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
@media only screen and (max-width: 1000px) {
  body .wpcf7 .odstep {
    height: 150px !important;
  }
  body .wpcf7 h2 {
    font-size: 26px;
  }
  body .wpcf7 h1 {
    margin-top: 30px !important;
  }
  body .wpcf7 #menu-podstawowy {
    display: block !important;
    margin-top: 50px;
  }
  body .wpcf7 #menu-podstawowy li {
    width: 100%;
  }
}
body .wpcf7 .main-banner {
  position: relative;
}
body .wpcf7 .wpcf7 label,
body .wpcf7 .wpcf7-submit {
  font-size: 16px;
}

@media only screen and (min-width: 1000px) {
  .wjedz {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .animuj-lewo,
  .animuj-prawo,
  .animuj-dol {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
    will-change: transform, opacity;
  }
  .animuj-lewo {
    transform: translateX(-100px);
  }
  .animuj-prawo {
    transform: translateX(100px);
  }
  .animuj-dol {
    transform: translateY(100px);
  }
  .wjedz {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@media only screen and (max-width: 1000px) {
  .hidden-mobile {
    display: none !important;
  }
  .wjedz {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .animuj-lewo,
  .animuj-prawo,
  .animuj-dol {
    opacity: 0;
    transform: translateX(0);
    transition: all 0.8s ease;
    will-change: transform, opacity;
  }
  .animuj-lewo {
    transform: translateY(100px);
  }
  .animuj-prawo {
    transform: translateY(100px);
  }
  .animuj-dol {
    transform: translateY(100px);
  }
  .wjedz {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
.footer-widget .wp-block-button {
  width: 100%;
}

.footer-widget .wp-block-button a {
  padding: 20px;
  border-width: 1px;
}

#menu-menu-2 {
  padding-left: 40px;
}

footer .menu-item a {
  font-weight: 400;
}

footer .menu {
  padding-top: 15px;
}

header .custom-logo {
  padding-bottom: 20px;
}

.main-banner .inside-padding {
  padding: 20px;
}

header > .container,
footer > .container {
  max-width: 1200px;
}

/* ---- reset ---- */
body {
  margin: 0;
  font: normal 75% Arial, Helvetica, sans-serif;
}

canvas {
  display: block;
  vertical-align: bottom;
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
} /* ---- stats.js ---- */
footer {
  background-color: #f0b925;
  padding-bottom: 30px;
  padding-top: 30px;
}
footer ul {
  list-style: none;
  padding-left: 0px;
}
footer .menu-item a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  line-height: 2.5;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700 !important;
  letter-spacing: -0.5px;
}

/*# sourceMappingURL=style.css.map */
