.elementor-kit-844{--e-global-color-primary:#4417A6;--e-global-color-secondary:#9A77E8;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BD3FBF;--e-global-color-5127534:#0B1215;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-5127534 );font-family:"Poppins", Sans-serif;}.elementor-kit-844 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Bąbelki - animacja CSS */
.bubble {
  position: absolute;
  bottom: -20px;
  background-color: #ff69b4;
  border-radius: 50%;
  z-index: 0;
}

.bubble-1 {
  left: 10%;
  width: 10px;
  height: 10px;
  animation: float1 12s linear infinite;
}

.bubble-2 {
  left: 30%;
  width: 15px;
  height: 15px;
  animation: float2 18s linear infinite 2s;
}

.bubble-3 {
  left: 50%;
  width: 8px;
  height: 8px;
  animation: float3 15s linear infinite 4s;
}

.bubble-4 {
  left: 70%;
  width: 12px;
  height: 12px;
  animation: float4 20s linear infinite 6s;
}

.bubble-5 {
  left: 90%;
  width: 7px;
  height: 7px;
  animation: float5 13s linear infinite 8s;
}

.bubble-6 {
  left: 20%;
  width: 9px;
  height: 9px;
  animation: float6 14s linear infinite 5s;
}

.bubble-7 {
  left: 60%;
  width: 11px;
  height: 11px;
  animation: float7 17s linear infinite 7s;
}

.bubble-8 {
  left: 80%;
  width: 6px;
  height: 6px;
  animation: float8 16s linear infinite 9s;
}

@keyframes float1 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(50px); opacity: 0; }
}

@keyframes float2 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(-75px); opacity: 0; }
}

@keyframes float3 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(100px); opacity: 0; }
}

@keyframes float4 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(-50px); opacity: 0; }
}

@keyframes float5 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(60px); opacity: 0; }
}

@keyframes float6 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(-40px); opacity: 0; }
}

@keyframes float7 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(85px); opacity: 0; }
}

@keyframes float8 {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(-100vh) translateX(-65px); opacity: 0; }
}/* End custom CSS */