/* bootstrap changed */
.btn:hover {
  color: #fff;
}
.btn {
  font-weight: 600 !important;
}
.btn.btn-primary {
  -webkit-box-shadow: 0px 30px 25px -10px rgb(0 122 194 / 60%);
  -moz-box-shadow: 0px 30px 25px -10px rgb(0 122 194 / 60%);
  box-shadow: 0px 30px 25px -10px rgb(0 122 194 / 60%);
}
.modal-content {
  color: #000;
}
.modal-content h5 {
  color: #000;
  font-weight: 500;
}
/* end bootstrap changed */

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: hidden;
  background: #141629;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

header {
  width: 100%;
  z-index: 20;
  transition: 0.5s ease-in-out;
}
header.down_scrolling {
  background: rgb(20 22 41 / 30%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
header .logo {
  width: 200px;
}
header .logo img.onload {
  transform: scale(1);
  opacity: 1;
}

header img.menu {
  width: 35px;
}

header .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
header .sub-menu li {
  margin-left: 0;
}

body {
  color: rgb(66 118 148 / 69%);
}

h1 {
  text-transform: uppercase;
  font-size: 57px;
  color: #ffffff;
  font-weight: 800;
}
.h1 {
  text-transform: uppercase;
  font-size: 57px;
  color: #ffffff;
  font-weight: 400;
}
h2 {
  color: #ffffff;
  font-size: 57px;
  font-weight: 800;
}
h3,
h4,
h5 {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
}
.h2 {
  font-size: 29px;
  color: #007ac2;
}
.navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.navbar-nav li a {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  padding: 5px 15px;
  text-decoration: none;
}
.navbar-nav .btn a {
  font-weight: 600;
}
.navbar-nav .btn-outline-primary a {
  color: #007ac2;
}
.navbar-nav .btn-outline-primary:hover a {
  color: #fff;
}
.menu-item:hover .sub-menu {
  display: block;
}

.navbar-nav-footer {
  list-style: none;
  padding: 0px;
}

.navbar-nav-footer a {
  color: #333;
}

.navbar-nav-footer {
  font-style: normal;
}

.navbar-nav-footer > ul {
  display: contents;
  list-style-type: none;
}

#baner-top {
  position: relative;
  height: 1000px;
  font-size: 28px;
  z-index: 3;
}
#baner-top p {
  font-size: 26px;
}
#baner-top .baner-top-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all ease;
}
#baner-top .baner-top-img div {
  position: absolute;
}
#baner-top .baner-top-img div:nth-child(1) {
  top: 0;
  left: 50px;
  opacity: 0;
  transform: translate(150px, 150px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
}
#baner-top .baner-top-img div:nth-child(2) {
  top: 30px;
  left: -300px;
  opacity: 0;
  transform: translate(300px, 150px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
}
#baner-top .baner-top-img div:nth-child(3) {
  top: 300px;
  left: -80px;
  opacity: 0;
  transform: translate(150px, 0px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(3) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
}
#baner-top .baner-top-img div:nth-child(4) {
  bottom: -60px;
  left: -300px;
  opacity: 0;
  transform: translate(500px, -300px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(4) img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 175px;
}
#baner-top .baner-top-img div:nth-child(5) {
  top: -100px;
  right: -300px;
  opacity: 0;
  transform: translate(-600px, 300px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(5) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
}
#baner-top .baner-top-img div:nth-child(6) {
  top: 200px;
  right: -300px;
  opacity: 0;
  transform: translate(-600px, 0px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(6) img {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
}
#baner-top .baner-top-img div:nth-child(7) {
  bottom: -60px;
  right: -350px;
  opacity: 0;
  transform: translate(-800px, -300px) scale(0);
  transition-delay: 0.5s;
  transition: all 0.8s ease-in-out 0.5s;
}
#baner-top .baner-top-img div:nth-child(7) img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 140px;
}

#baner-top .baner-top-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  transition: all ease-in-out;
  opacity: 0;
  transition: all 0.5s ease-in-out 0.2s;
}
#baner-top .baner-top-dots div {
  position: absolute;
}
#baner-top .baner-top-dots div:nth-child(1) {
  top: 15%;
  left: 0%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(2) {
  top: 17%;
  left: 25%;
  width: 8px;
  height: 8px;
  background: #007ac2;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(3) {
  top: 40%;
  left: -10%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(4) {
  top: 52%;
  left: 12%;
  width: 30px;
  height: 30px;
  background: transparent;
  border: #c20061 solid 5px;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(5) {
  top: 60%;
  left: -25%;
  width: 110px;
  height: 110px;
  background: transparent;
  border: #c20061 solid 5px;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(6) {
  top: 80%;
  left: 25%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(7) {
  top: 10%;
  left: 65%;
  width: 20px;
  height: 20px;
  background: transparent;
  border: #007ac2 solid 5px;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(8) {
  top: 17%;
  left: 110%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(9) {
  top: 30%;
  left: 105%;
  width: 30px;
  height: 30px;
  background: transparent;
  border: #007ac2 solid 5px;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(10) {
  top: 50%;
  left: 72%;
  width: 8px;
  height: 8px;
  background: #007ac2;
  border-radius: 100%;
}
#baner-top .baner-top-dots div:nth-child(11) {
  top: 72%;
  left: 78%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}

#baner-top .baner-top-blur div:nth-child(1) {
  top: -100px;
  left: -350px;
  width: 350px;
  height: 350px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.3;
}
#baner-top .baner-top-blur div:nth-child(2) {
  top: 100px;
  left: calc(50% - (950px / 2));
  width: 950px;
  height: 325px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.08;
}
#baner-top .baner-top-blur div:nth-child(3) {
  top: -100px;
  right: -550px;
  width: 350px;
  height: 350px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.22;
}
#baner-top .baner-top-blur div:nth-child(4) {
  top: 36%;
  left: -46%;
  width: 580px;
  height: 580px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.12;
}
#baner-top .baner-top-blur div:nth-child(5) {
  top: 60vh;
  right: -130px;
  width: 250px;
  height: 250px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.3;
}

#baner-top .baner-top-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#baner-top .baner-top-blur div {
  position: absolute;
}

#nasi-klienci {
  position: relative;
  z-index: 3;
}
#nasi-klienci div img {
  width: 100%;
  max-height: 70px;
  object-fit: contain;
}
#nasi-klienci .slick-prev:before,
#nasi-klienci .slick-next:before {
  color: #c20061;
  font-size: 30px;
}
#o_nas .circle-blur div:nth-child(1) {
  top: -50px;
  left: -675px;
  width: 475px;
  height: 475px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.2;
}
#o_nas .circle-blur div:nth-child(2) {
  top: -300px;
  right: -775px;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(90px);
  -webkit-filter: blur(90px);
  opacity: 0.2;
}
#realizacje {
  position: relative;
  z-index: 3;
}
#realizacje .row {
  position: relative;
  z-index: 3;
}
#realizacje .circle-dots div:nth-child(1) {
  top: 30%;
  left: -15%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#realizacje .circle-dots div:nth-child(2) {
  top: 35%;
  left: 96%;
  width: 32px;
  height: 32px;
  background: #007ac2;
  border-radius: 100%;
}
#realizacje .circle-dots div:nth-child(3) {
  top: 42%;
  left: 42%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#realizacje .circle-dots div:nth-child(4) {
  top: 78%;
  left: 20%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}
#realizacje .circle-dots div:nth-child(5) {
  top: 95%;
  left: 66%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#realizacje .circle-dots div:nth-child(6) {
  top: 100%;
  left: 100%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#kroki .kroki-img span {
  font-size: 30px;
  font-weight: 800;
  color: #007ac2;
}
#kroki .kroki-img img {
  margin: auto;
  display: block;
}
#kroki .row {
  position: relative;
  z-index: 3;
}
#kroki .row > div:nth-child(1) {
  transition-delay: 0.3s;
}
#kroki .row > div:nth-child(2) {
  transition-delay: 0.6s;
}
#kroki .row > div:nth-child(3) {
  transition-delay: 0.9s;
}
#kroki .row > div:nth-child(4) {
  transition-delay: 1.2s;
}
#kroki .kroki-img:nth-child(1) img {
  width: 200px;
}
#kroki .kroki-img:nth-child(2) img {
  width: 290px;
  margin-top: 290px;
}
#kroki .kroki-img:nth-child(3) img {
  width: 240px;
  margin-top: 90px;
}
#kroki .kroki-img:nth-child(4) img {
  width: 270px;
  margin-top: 210px;
}
#kroki .circle-dots div:nth-child(1) {
  top: 20%;
  left: -10%;
  width: 110px;
  height: 110px;
  background: transparent;
  border: #c20061 solid 5px;
  border-radius: 100%;
}
#kroki .circle-dots div:nth-child(2) {
  top: 30%;
  left: 118%;
  width: 110px;
  height: 110px;
  background: transparent;
  border: #c20061 solid 5px;
  border-radius: 100%;
}
#kroki .circle-blur div:nth-child(1) {
  top: 100px;
  left: 0px;
  width: 475px;
  height: 475px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.2;
}
#kroki .circle-blur div:nth-child(2) {
  top: 10%;
  left: 100%;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.12;
}
#kroki .circle-blur div:nth-child(3) {
  top: 65%;
  left: -40%;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.12;
}
#kroki .arrow-line {
  position: absolute;
  width: 90%;
  top: 395px;
  left: 20px;
  z-index: 0;
}

#opinie {
  margin-bottom: 200px;
}
#opinie .circle-dots div:nth-child(1) {
  top: 30%;
  left: -15%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#opinie .circle-dots div:nth-child(2) {
  top: 35%;
  left: 96%;
  width: 32px;
  height: 32px;
  background: #007ac2;
  border-radius: 100%;
}
#opinie .circle-dots div:nth-child(3) {
  top: 42%;
  left: 42%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#opinie .circle-dots div:nth-child(4) {
  top: 65%;
  left: 20%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#opinie .circle-dots div:nth-child(5) {
  top: 65%;
  left: 69%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#opinie .circle-dots div:nth-child(6) {
  top: 130%;
  left: 75%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#opinie .circle-blur div:nth-child(1) {
  top: 45%;
  left: 100%;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.12;
}
#opinie #opinie-carusel .opinie-shape {
  margin-right: 50px;
  border: solid 1px #4b4e70;
  border-radius: 20px;
  background: rgb(255 255 255 / 2%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  color: #a2c8de;
  font-size: 22px;
}
#opinie #opinie-carusel .opinie-shape img {
  width: auto;
  max-height: 75px;
  object-fit: contain;
}
#opinie #opinie-carusel .opinie-shape > div {
  font-size: 26px;
}
#opinie .slick-slider .slick-prev {
  position: absolute;
  top: 320px;
  right: 80px;
  width: 55px;
  height: 55px;
  left: auto;
  border: 1px solid #c20061;
  border-radius: 60px;
  z-index: 3;
}
#opinie .slick-prev:before {
  content: "";
  position: absolute;
  clip-path: polygon(55% 0, 65% 0, 10% 50%, 65% 100%, 55% 100%, 0 50%);
  background: #c20061;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}
#opinie .slick-slider .slick-next {
  position: absolute;
  top: 320px;
  right: 0;
  width: 55px;
  height: 55px;
  left: auto;
  border: 1px solid #c20061;
  border-radius: 60px;
  z-index: 3;
}
#opinie .slick-next:before {
  content: "";
  position: absolute;
  clip-path: polygon(35% 0, 45% 0, 100% 50%, 45% 100%, 35% 100%, 90% 50%);
  background: #c20061;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
}
#opinie .apostrof {
  width: 165px;
  position: absolute;
  top: 150px;
  left: -80px;
}
#liczby > span,
#liczby > h2,
#liczby > .row {
  position: relative;
  z-index: 2;
}
#liczby .circle-dots div:nth-child(1) {
  top: 30%;
  left: 30%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#liczby .circle-dots div:nth-child(2) {
  top: 65%;
  left: 119%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#liczby .circle-dots div:nth-child(3) {
  top: 75%;
  left: -23%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
#liczby .circle-dots div:nth-child(4) {
  top: 85%;
  left: 70%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
#liczby .circle-blur div:nth-child(1) {
  top: 25%;
  left: -35%;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.12;
}
#liczby .circle-blur div:nth-child(2) {
  top: 20%;
  left: 110%;
  width: 475px;
  height: 475px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.2;
}
#liczby img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
#liczby .liczba-glowna,
#liczby .liczba-poboczna {
  position: relative;
  width: fit-content;
}
#liczby .liczba-glowna div,
#liczby .liczba-poboczna div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: 700;
}
#liczby .liczba-glowna div {
  width: 300px;
  font-size: 35px;
}
#liczby .liczba-poboczna div {
  width: 170px;
  font-size: 19px;
}
#liczby .liczba-glowna span {
  font-size: 295px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 5px #007ac2;
}
#liczby .liczba-poboczna span {
  font-size: 160px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 3px #c20061;
}

#katalogi .row {
  position: relative;
  z-index: 4;
}
#katalogi #baner-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
#katalogi .shape-katalogi,
.panel {
  border-radius: 20px;
background: rgb(255,255,255);
  background: linear-gradient( 140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100% );
    background-repeat: no-repeat;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-style: solid;
  border-width: 2px;
  border-color: rgb(255 255 255 / 10%);
  color: #a2c8de;
  -webkit-box-shadow: 0px 1px 24px 1px rgb(0 0 0 / 10%);
  box-shadow: 0px 1px 24px 1px rgb(0 0 0 / 10%);
}
#katalogi .shape-katalogi {
  height: 100%;
  background-size: 200%;
  background-position: 120%;
  -webkit-animation: fadeItOut 0.8s ease;
  -moz-animation: fadeItOut 0.8s ease;
  animation: fadeItOut 0.8s ease;
}
.panel {
    background-size: 300%;
	background-position: 90%;
  -webkit-animation: fadeItOut2 0.8s ease;
  -moz-animation: fadeItOut2 0.8s ease;
  animation: fadeItOut2 0.8s ease;
}
#katalogi .shape-katalogi:hover,
.panel:hover {
background: rgb(255,255,255);
  background: linear-gradient( 140deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100% );
    background-repeat: no-repeat;
}
#katalogi .shape-katalogi:hover {
	background-size: 200%;
	background-position: -20%;
  -webkit-animation: fadeItIn 0.8s ease;
  -moz-animation: fadeItIn 0.8s ease;
  animation: fadeItIn 0.8s ease;
}
.panel:hover {
	background-size: 300%;
	background-position: -10%;
  -webkit-animation: fadeItIn2 0.8s ease;
  -moz-animation: fadeItIn2 0.8s ease;
  animation: fadeItIn2 0.8s ease;
}
#katalogi .btn {
  font-weight: 500 !important;
}
#katalogi .shape-katalogi div:nth-child(1) {
  width: 200px;
  height: 200px;
}
#katalogi .shape-katalogi div:nth-child(1) img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#katalogi .shape-katalogi div:nth-child(1) img.img-c {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#katalogi .shape-katalogi div:nth-child(1) img.img-l {
  position: absolute;
  top: 40px;
  left: 20px;
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  transition: all 0.5s ease 0.3s;
}
#katalogi .shape-katalogi div:nth-child(1) img.img-r {
  position: absolute;
  top: 55px;
  right: 20px;
  max-width: 55px;
  max-height: 70px;
  object-fit: contain;
  transition: all 0.5s ease 0.3s;
}
#katalogi .shape-katalogi div:nth-child(1) img.img-b {
  position: absolute;
  bottom: 25px;
  left: 60px;
  max-width: 60px;
  max-height: 50px;
  object-fit: contain;
  transition: all 0.5s ease 0.3s;
}
#katalogi .shape-katalogi:hover div:nth-child(1) img.img-l {
  -webkit-transform: translate(-20px, -20px);
  -moz-transform: translate(-20px, -20px);
  -ms-transform: translate(-20px, -20px);
  -o-transform: translate(-20px, -20px);
  transform: translate(-20px, -20px);
  transition: all 0.5s ease 0.3s;
}
#katalogi .shape-katalogi:hover div:nth-child(1) img.img-r {
  -webkit-transform: translate(20px, -20px);
  -moz-transform: translate(20px, -20px);
  -ms-transform: translate(20px, -20px);
  -o-transform: translate(20px, -20px);
  transform: translate(20px, -20px);
  transition: all 0.5s ease 0.3s;
}
#katalogi .shape-katalogi:hover div:nth-child(1) img.img-b {
  -webkit-transform: translate(0px, 20px);
  -moz-transform: translate(0px, 20px);
  -ms-transform: translate(0px, 20px);
  -o-transform: translate(0px, 20px);
  transform: translate(0px, 20px);
  transition: all 0.5s ease 0.3s;
}

#katalogi .shape-katalogi div:nth-child(2) {
  width: calc(100% - 200px);
}
#katalogi .shape-katalogi div span,
.panel h3 {
  font-size: 37px;
  font-weight: bold;
}
.panel h3 {
  font-size: 24px;
  font-weight: bold;
}

#realizations-carusel .slick-list {
  overflow: visible;
}

.menu-link-border-mask {
    position: absolute;
    width: 460px;
    height: 2px;
    overflow: hidden;
}

.menu-link-border {
    width: 460px;
    border-bottom: 2px solid #ffffff;
    -webkit-transform: translate3d(-411px, 0, 0);
    transform: translate3d(-461px, 0, 0);
    -webkit-transition: all 1s;
    transition: all 1s;
}
.menu-item:hover > .menu-link-border-mask > .menu-link-border {
    -webkit-transform: translate3d(460px, 0, 0);
    transform: translate3d(460px, 0, 0);
    -webkit-transition: all 1s 0.2s;
    transition: all 1s 0.2s;
}

.menu-social-icon {
	position: absolute;
    display: flex;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
	opacity: 0;
	transition: ease-in-out 0.2s;
}
.menu-social-icon img {
	filter: invert(45%) sepia(50%) saturate(5%) hue-rotate(10deg) brightness(350%) contrast(480%);
}

#mobile-menu:not(.active) .menu-social-icon {
  transition: all 0.1s ease-in-out 0.2s;
  pointer-events: none;
}
#mobile-menu.active .menu-social-icon {
  transition: all 0.3s ease-in-out 0.6s;
  opacity: 0.5;
}

footer {
  overflow: hidden;
}
footer .kontakt-shape {
  margin-right: 50px;
  border: solid 1px #4b4e70;
  border-radius: 20px;
  background: rgb(255 255 255 / 2%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
footer .kontakt-shape p {
  font-size: 24px;
  color: #ffffff;
}
footer .kontakt-shape > img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 100%;
}
footer .kontakt-shape > div > a {
  font-weight: 800;
  font-size: 24px;
  text-decoration: none;
}
footer .kontakt-shape > div > a > img {
  width: 22px;
}
footer .circle-dots div,
footer .circle-blur div {
  position: absolute;
}
footer .circle-dots div:nth-child(1) {
  top: 20px;
  left: 55%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
footer .circle-dots div:nth-child(2) {
  top: 40px;
  left: 75%;
  width: 15px;
  height: 15px;
  background: #007ac2;
  border-radius: 100%;
}
footer .circle-dots div:nth-child(3) {
  top: 80px;
  left: 100%;
  width: 32px;
  height: 32px;
  background: #c20061;
  border-radius: 100%;
}
footer .circle-dots div:nth-child(4) {
  top: 250px;
  left: 65%;
  width: 15px;
  height: 15px;
  background: #c20061;
  border-radius: 100%;
}
footer .circle-blur div:nth-child(1) {
  top: -10%;
  left: 100%;
  width: 585px;
  height: 585px;
  background: #c20061;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.12;
}
footer .circle-blur div:nth-child(2) {
  top: 50%;
  left: -40%;
  width: 475px;
  height: 475px;
  background: #007ac2;
  border-radius: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  opacity: 0.2;
}
footer .logo {
  position: absolute;
  top: 15%;
  right: -10%;
}
footer .container .row {
  position: relative;
  z-index: 3;
}

.circle-blur,
.circle-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.circle-blur div,
.circle-dots div {
  position: absolute;
}

.btn-custom {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border-radius: unset;
  padding: 10px 80px;
}

.bg-black {
  background: #000;
  color: #ffcc00;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* css slide effect */

.deley-1 {
  transition-delay: 0.7s !important;
}

.deley-2 {
  transition-delay: 1s !important;
}

.deley-3 {
  transition-delay: 1.3s !important;
}

.slide-left {
  transform: translateX(-40px);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}

.slide-right {
  transform: translateX(40px);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}

.slide-up {
  transform: translateY(40px);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}

.slide-down {
  transform: translateY(-40px);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}

.grow {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.8s ease 0.3s;
}

.slide-right.onload,
.slide-left.onload,
.slide-down.onload,
.slide-up.onload {
  transform: translate(0);
  opacity: 1;
}

.grow.onload {
  transform: scale(1);
  opacity: 1;
}

.calender.onload {
  opacity: 1;
  transform: scale(1);
}
.offset-top {
  margin-top: 150px;
}

.onload {
  opacity: 1 !important;
  transform: translate(0px, 0px) scale(1) !important;
}

.animation h3.onload:before {
  transition: all 0.2s ease-in-out 0.7s;
  height: 68px;
}

a.logo img {
  transition: all 0.8s ease 0s;
  max-width: 350px;
}

.icon {
  width: 25px;
  margin-right: 10px;
}

.social-icon {
  width: 40px;
  margin-right: 10px;
}

span > input.wpcf7-text,
span > textarea.wpcf7-textarea {
  width: 100%;
}

.wpcf7-form-control-wrap > input.wpcf7-form-control {
  height: 70px;
  padding-left: 15px;
  border: solid 1px;
}

.wpcf7-form-control-wrap > textarea.wpcf7-form-control {
  height: 150px;
  padding: 15px;
  border: solid 1px;
}
footer .wpcf7-form-control-wrap > input.wpcf7-form-control {
  border: 0;
}
.btn-form {
  width: 100%;
  height: 150px;
  border: 0;
  background: rgb(65, 187, 140);
  background: linear-gradient(
    138deg,
    rgba(65, 187, 140, 1) 26%,
    rgba(136, 197, 66, 1) 100%
  );
  color: #fff;
  font-size: 2.5rem;
  font-family: amatic-sc, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.td-1 {
  transition-delay: 0.3s;
}
.td-2 {
  transition-delay: 0.6s;
}
.td-3 {
  transition-delay: 0.9s;
}
.td-4 {
  transition-delay: 1.2s;
}
.td-5 {
  transition-delay: 1.5s;
}
/* koniec css slide effect */

/* kod do hamburgera na mobile */


.mobile-menu-switch {
  position: relative;
  z-index: 1;
}
#mobile-menu {
    visibility: visible;
    display: block;
    position: fixed;
    width: max-content;
    left: 50%;
    top: 0vh;
    height: 100vh;
    transform: translate(-50%, 5%);
  transition: ease-in-out 0.8s;
}
#mobile-menu:not(.active) {
	pointer-events: none;
    top: -5vh;
  transition: ease-in-out 0.8s;
}
#mobile-menu:not(.active) .menu-top-menu-mobile-container {
  width: 100vw;
  pointer-events: none;
}
#mobile-menu.active .menu-top-menu-mobile-container {
  width: 100vw;
  opacity: 1;
  transition: ease-in-out 0.2s;
}
#mobile-menu.active .menu-top-menu-mobile-container a {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
#mobile-menu.active .menu-top-menu-mobile-container li:nth-child(1) a {
  transition: all 275ms 175ms;
}
#mobile-menu.active .menu-top-menu-mobile-container li:nth-child(2) a {
  transition: all 275ms 225ms;
}
#mobile-menu.active .menu-top-menu-mobile-container li:nth-child(3) a {
  transition: all 275ms 275ms;
}
#mobile-menu.active .menu-top-menu-mobile-container li:nth-child(4) a {
  transition: all 275ms 325ms;
}
#mobile-menu.active .menu-top-menu-mobile-container li:nth-child(5) a {
  transition: all 275ms 375ms;
}
#mobile-menu .menu-top-menu-mobile-container:before {
  content: "";
  position: absolute;
  right: 27px;
  top: 23px;
  background: #007ac2;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
#mobile-menu:not(.active) .menu-top-menu-mobile-container:before {
  content: "";
  -webkit-animation: scale-down-center 0.8s both;
  animation: scale-down-center 0.8s both;
}
#mobile-menu.active .menu-top-menu-mobile-container:before {
  content: "";
  -webkit-animation: scale-up-center 0.8s both;
  animation: scale-up-center 0.8s both;
}

#mobile-menu .menu-top-menu-mobile-container ul {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  height: 93%;
  -webkit-box-align: end;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.8s ease-in-out 0.4s;
}
#mobile-menu:not(.active) .menu-top-menu-mobile-container ul {
  transition: all 0.1s ease-in-out 0.2s;
}
#mobile-menu.active .menu-top-menu-mobile-container ul {
  opacity: 1;
}

#mobile-menu .menu-top-menu-mobile-container ul {
  margin: 0 20px;
  padding: 0;
  display: flex;
}
#mobile-menu .menu-top-menu-mobile-container li {
	width: 100%;
}
#mobile-menu .menu-top-menu-mobile-container li a {
  padding: 10px 10px;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 25px;
  border-bottom: solid 1px rgb(255, 255, 255, 0.3);
  text-decoration: none;
  width: 100%;
}
#mobile-menu .menu-top-menu-mobile-container li.btn-outline-white {
	text-align: center;
}
#mobile-menu .menu-top-menu-mobile-container li.btn-outline-white a {
    padding: 0.25rem 1rem;
	margin: 10px auto 0px;
    border: 1px solid #fff;
    border-radius: 50rem;
	width: fit-content;
}
#mobile-menu .menu-top-menu-mobile-container li ul li a {
  padding: 10px 20px;
  color: #fff;
  display: block;
  text-align: left;
  font-size: 15px;
  border-bottom: none;
}

#mobile-menu > .menu-top-menu-mobile-container > ul > li > ul.sub-menu {
  display: none;
  column-count: 2;
}

#menu-top-menu .sub-menu {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.7);
}

#nav-icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  margin-right: 12px;
  margin-bottom: 15px;
  background: transparent;
  margin-left: auto;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 55%;
  background: #fff;
  border-radius: 4px;
  opacity: 1;
  left: 8px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon.open span {
  background: #fff;
}
#nav-icon span:nth-child(1) {
  top: 12px;
}
#nav-icon span:nth-child(2),
#nav-icon span:nth-child(3) {
  top: 18px;
}
#nav-icon span:nth-child(4) {
  top: 24px;
}
#nav-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
  opacity: 0;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
/* koniec kodu hamburgera */

/* css dla paginacji w aktualnościach */
.page-link {
  color: #000000;
}
.page-link:hover {
  color: #353535;
}
.page-item.active .page-link {
  background-color: #000000;
  border-color: #000000;
}
/* koniec css dla paginacji w aktualnościach */

@media (max-width: 1400px) {
  #nasi-klienci > div.d-flex {
    flex-wrap: wrap;
  }
  #nasi-klienci > div.d-flex div {
    margin-bottom: 20px;
  }
}

@media (max-width: 1200px) {
  #kroki .arrow-line {
    display: none;
  }
}

@media (max-width: 992px) {
  #katalogi .shape-katalogi div:nth-child(1) {
    width: 100px;
    height: 100px;
  }
  #katalogi .shape-katalogi div:nth-child(2) {
    width: calc(100% - 100px);
  }
  #nasi-klienci > div.d-flex div {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  #nasi-klienci {
    padding-top: 40px;
  }
  #liczby .liczba-glowna span {
    font-size: 160px;
  }
  #liczby .liczba-glowna div {
    width: 240px;
    font-size: 28px;
  }
  #liczby .liczba-poboczna span {
    font-size: 80px;
  }
  #liczby .liczba-poboczna div {
    width: 150px;
    font-size: 16px;
  }
  #kroki .kroki-img:nth-child(1) img {
    width: 100px;
  }
  #kroki .kroki-img:nth-child(2) img {
    width: 190px;
    margin-top: 50px;
  }
  #kroki .kroki-img:nth-child(3) img {
    width: 140px;
    margin-top: 50px;
  }
  #kroki .kroki-img:nth-child(4) img {
    width: 170px;
    margin-top: 50px;
  }
  #opinie #opinie-carusel .opinie-shape {
    margin-right: 20px;
  }
  #opinie .slick-slider .slick-prev {
    top: auto;
    bottom: -25px;
  }
  #opinie .slick-slider .slick-next {
    top: auto;
    bottom: -25px;
  }
  #opinie .apostrof {
    width: 100px;
    top: 245px;
    left: -35px;
  }
  #katalogi .shape-katalogi {
    text-align: center;
  }
  #katalogi .shape-katalogi div:nth-child(2) {
    width: 100%;
  }

  #katalogi .shape-katalogi div:nth-child(1) img.img-l {
    top: 20px;
    left: 15px;
    max-width: 25px;
    max-height: 25px;
  }
  #katalogi .shape-katalogi div:nth-child(1) img.img-r {
    top: 25px;
    right: 5px;
    max-width: 35px;
    max-height: 35px;
  }
  #katalogi .shape-katalogi div:nth-child(1) img.img-b {
    bottom: 10%;
    left: 30%;
    max-width: 25px;
    max-height: 25px;
  }
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-l {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    transition: all 0.5s ease 0.3s;
  }
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-r {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    transition: all 0.5s ease 0.3s;
  }
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-b {
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    transition: all 0.5s ease 0.3s;
  }

  footer .kontakt-shape {
    margin-right: 0px;
  }
  footer {
    text-align: center;
  }
  .slick-next {
    z-index: 2;
    width: 50px;
    height: 50px;
    right: -25px;
  }
  .slick-prev {
    z-index: 2;
    width: 50px;
    height: 50px;
    left: -25px;
  }
  .offset-top {
    margin-top: 100px;
  }
  footer {
    margin: 20px 0 0 0;
  }
  	.menu-link-border-mask {
		display: none;
	}
.wycena-header {
	position: fixed;
    top: 90vh;
    text-align: center;
}
}
@media (hover: hover) and (pointer: fine) {
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-l,
  #katalogi .shape-katalogi:focus-within div:nth-child(1) img.img-l {
    -webkit-transform: translate(-10px, -10px);
    -moz-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    -o-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    transition: all 0.5s ease 0.3s;
  }
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-r,
  #katalogi .shape-katalogi:focus-within div:nth-child(1) img.img-r {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    transition: all 0.5s ease 0.3s;
  }
  #katalogi .shape-katalogi:hover div:nth-child(1) img.img-b,
  #katalogi .shape-katalogi:focus-within div:nth-child(1) img.img-b {
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 10px);
    -ms-transform: translate(0px, 10px);
    -o-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
    transition: all 0.5s ease 0.3s;
  }
}

@-webkit-keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
}
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
}
@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(100);
    transform: scale(100);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#baner-top .baner-top-blur div {
  position: fixed;
  z-index: 0;
}
#baner-top .baner-top-blur div:nth-child(1) {
  left: -185px;
}
#baner-top .baner-top-blur div:nth-child(3) {
  right: -185px;
  top: -100px;
}
#baner-top .baner-top-blur div:nth-child(4) {
  top: 300px;
  left: -330px;
}

@media (max-width: 768px) {
  .h1,
  h1 {
    font-size: 30px;
  }
  #baner-top p {
    font-size: 20px;
  }
  h2 {
    font-size: 38px;
  }
  #opinie #opinie-carusel .opinie-shape {
    font-size: 16px;
  }
}
.cf7sr-g-recaptcha > div {
  margin-left: auto;
}
.sbi_load_btn {
  border-radius: 50rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

@keyframes fadeItIn {
  0% {
    background-position: 120%;
  }
  100% {
    
    background-position: -20%;
  }
}

@keyframes fadeItOut {
  0% {
    background-position: -20%;
  }
  100% {
    background-position: 120%;
  }
}
@keyframes fadeItIn2 {
  0% {
    background-position: 90%;
  }
  100% {
    
    background-position: -10%;
  }
}

@keyframes fadeItOut2 {
  0% {
    background-position: -10%;
  }
  100% {
    background-position: 90%;
  }
}