@font-face {
  font-family: "unison-regular";
  src: url("/fonts/Unison-regular.ttf")
}
@font-face {
  font-family: "unison-bold";
  src: url("/fonts/Unison-black.ttf")
}
html {
  scroll-behavior: smooth;
}
body, html {
  max-width: 100% !important;
  overflow-x: hidden !important;
  font-family: 'unison-regular';
  color: #152b45;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'unison-bold';
  color: #152b45;
}
h1, h2, h3 {
  font-family: 'unison-bold';
  background: linear-gradient(97deg, #324f72, #152b45);
  -webkit-background-clip: text;
  color: transparent;
}
.m5 {
  margin: 5rem !important
}
.mt1 {
  margin-top: 1rem !important
}
.mt2 {
  margin-top: 2rem !important
}
.mt3 {
  margin-top: 3rem !important
}
.mt4 {
  margin-top: 4rem !important
}
.mt5 {
  margin-top: 5rem !important
}
.mb1 {
  margin-bottom: 1rem !important
}
.mb2 {
  margin-bottom: 2rem !important
}
.mb3 {
  margin-bottom: 3rem !important
}
.mb4 {
  margin-bottom: 4rem !important
}
.mb5 {
  margin-bottom: 5rem !important
}
.pt1 {
  padding-top: 1rem !important
}
.pt2 {
  padding-top: 2rem !important
}
.pt3 {
  padding-top: 3rem !important
}
.pt4 {
  padding-top: 4rem !important
}
.pt5 {
  padding-top: 5rem !important
}
.pb1 {
  padding-bottom: 1rem !important
}
.pb2 {
  padding-bottom: 2rem !important
}
.pb3 {
  padding-bottom: 3rem !important
}
.pb4 {
  padding-bottom: 4rem !important
}
.pb5 {
  padding-bottom: 5rem !important
}
.pb7 {
  padding-bottom: 7rem !important
}
.pb10 {
  padding-bottom: 10rem !important
}
.p1 {
  padding: 1rem !important
}
.p2 {
  padding: 2rem !important
}
.p3 {
  padding: 3rem !important
}
.p4 {
  padding: 4rem !important
}
.p5 {
  padding: 5rem !important
}
.m1 {
  margin: 1rem !important
}
.m2 {
  margin: 2rem !important
}
.m3 {
  margin: 3rem !important
}
.m4 {
  margin: 4rem !important
}
.m5 {
  margin: 5rem !important
}
.no-padding {
  padding: 0 !important
}
.no-margin {
  margin: 0 !important
}
.zoomico, .zoomlogo {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1)
}
.zoomico:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1.4)
}
.zoomlogo:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transform: scale(1.05)
}
@keyframes ringing {
  0%, 100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }
  1.5% {
    transform: translateX(-5px) rotate(-3deg);
  }
  3% {
    transform: translateX(5px) rotate(3deg);
  }
  4.5% {
    transform: translateX(-5px) rotate(-3deg);
  }
  6% {
    transform: translateX(5px) rotate(3deg);
  }
  7.5% {
    transform: translateX(-5px) rotate(0deg);
  }
}
.burger-icon {
  position: relative;
  top: 30px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #152b45;
  float: right;
  border-radius: 6px;
}
.burger {
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 6px;
  transform: translate(-50%, -50%);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  transition: .5s;
}
.sticky .burger-icon {
  position: relative;
  top: 37px;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #152b45;
  float: right;
  border-radius: 6px;
}
.burger:before, .burger:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #fff;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  transition: .5s;
  border-radius: 6px;
  left: 0;
}
.burger:before {
  top: -11px
}
.burger:after {
  top: 11px
}
.burger-icon.active .burger {
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}
.burger-icon.active .burger:before {
  top: 0;
  transform: rotate(45deg);
}
.burger-icon.active .burger:after {
  top: 0;
  transform: rotate(135deg);
}







.swiper-autoheight {
  width: 100%;
}

.swiper-autoheight .swiper-wrapper{
  height: auto !important;
  min-height: 0 !important;
}

.swiper-autoheight .swiper-slide {
  height: auto;
  display: flex;
}

.swiper-autoheight .responsive-img,
.swiper-autoheight .responsive-video {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 768px) {

  .swiper-autoheight{
    height: 70vh !important;      /* tu zmieniasz wysokość */
    min-height: 420px;            /* opcjonalnie */
  }

  .swiper-autoheight .swiper-wrapper,
  .swiper-autoheight .swiper-slide{
    height: 100% !important;
  }

  .swiper-autoheight .responsive-img,
  .swiper-autoheight .responsive-video{
    width: 100%;
    height: 100%;
    object-fit: cover;            /* KLUCZ: wypełnia */
    display: block;
  }
}





@media screen and (min-width:2000px) {
  .mySwiper {
    width: 70vw !important;
    margin: 0 auto !important;
    position: relative !important;
  }
  .mySwiper2 {
    width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
  }
}



