@charset "UTF-8";
/* Variables */
html {
  --accent-color-10: #69FF00;
  --white-color-10: rgba(255, 255, 255, 1);
  --black-color-10: rgba(19, 27, 38, 1);
  --secondary-color-10: rgba(245, 244, 242, 1);
  --background-color: #070908;
}

/* Variables */
/* begin::general */
* {
  margin: 0;
  padding: 0;
  font-family: "Galano Grotesque Alt", sans-serif;
  text-decoration: none;
  border: none;
  transition: all 0.2s linear;
}

img:not(.img-contain) {
  -o-object-fit: cover;
     object-fit: cover;
}

html {
  font-size: 100%;
  overflow-x: hidden;
}

section {
  overflow-y: hidden;
}

body {
  background-color: var(--background-color);
}

section {
  overflow-x: hidden;
}

/* end::general */
/* begin::form settings */
input[type=text], input[type=password], input[type=date], input[type=email], input[type=tel],
textarea, .form-select-lg {
  width: 100%;
  border-radius: 0;
  padding: 13px 15px !important;
  border: 1px solid var(--black-color-4);
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.form-check-input {
  border-radius: 0 !important;
}

.form-check-input:checked {
  background-color: var(--accent-color-10);
  border-color: var(--accent-color-10);
}

.form-check-input:focus, .form-select:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-control:focus, .form-textarea:focus {
  border-color: var(--accent-color-10);
  outline: 0;
  box-shadow: 0 0 0 0.15rem var(--accent-color-2);
}

.form-label {
  font-size: 14px;
  margin-bottom: 4px;
}

select {
  outline: none;
}

/* end::form settings */
/* begin::fonts */
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("/assets/fonts/GalanoGrotesqueAltHeavy.otf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("/assets/fonts/GalanoGrotesqueAltBold.otf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("/assets/fonts/GalanoGrotesqueAltSemiBold.otf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("/assets/fonts/GalanoGrotesqueAltMedium.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Galano Grotesque Alt";
  src: url("/assets/fonts/GalanoGrotesqueAltRegular.otf") format("opentype");
  font-weight: 400;
}
.accent {
  color: var(--accent-color-10) !important;
  display: contents;
}

.word-decoration {
  position: relative;
}
.word-decoration:before {
  content: "";
  background-image: url("/assets/img/stroke_1.png");
  background-repeat: no-repeat;
  background-size: 132px;
  position: absolute;
  left: -39px;
  top: -18px;
  width: 182px;
  height: 85px;
}
.word-decoration dotlottie-player {
  position: absolute;
  width: 250px !important;
  height: 67px !important;
  transform: scaleY(0.6);
  top: -20px;
  left: -100px;
}

h1 {
  font-size: 47px;
  font-weight: 700;
  line-height: 50px;
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 37px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 200;
  line-height: 60px;
}

h3 {
  font-size: 28px;
  font-weight: 200;
  line-height: 42px;
}

h4 {
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
}

h5 {
  font-size: 16px;
  font-weight: 200;
  line-height: 24px;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

p, li, a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a:hover {
  color: var(--accent-color-10);
}

.accent {
  color: var(--accent-color-10) !important;
}

/* end::fonts */
/* begin::buttons */
.btn-accent {
  background-color: var(--accent-color-10);
  color: #000;
  padding: 13.5px 39px;
  border: 1px solid var(--accent-color-10);
  font-size: 16px;
  font-weight: 600;
}
.btn-accent span {
  color: #000 !important;
}

.btn-accent:hover {
  color: var(--accent-color-10);
  background-color: #000;
  border: 1px solid var(--accent-color-10);
}
.btn-accent:hover span {
  color: rgba(255, 255, 255, 0.5803921569) !important;
}

.btn-dark {
  background-color: #171B17;
  color: #9FA0A8;
  padding: 13.5px 39px;
  border: 1px solid #171B17;
  font-size: 16px;
  font-weight: 600;
}
.btn-dark.small {
  padding: 10px 15px;
  border: 1px solid var(--black-color-10);
  font-size: 14px;
  font-weight: 500;
}

.btn-dark:hover {
  color: #fff;
  background-color: var(--accent-color);
  border: 1px solid #fff;
}

/* end::buttons */
/* begin::navbar */
nav.main-navbar {
  padding-top: 50px;
  filter: drop-shadow(2px 4px 6px var(--black-color-2));
}
nav.main-navbar.second-navbar .mobile-burger {
  filter: invert(1);
}
@media (max-width: 991px) {
  nav.main-navbar {
    padding-top: 17px;
  }
}
nav.main-navbar.scrolled {
  transform: translateY(-120px);
}
nav.main-navbar.dark-bg {
  background-color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 575px) {
  nav.main-navbar.dark-bg {
    padding-top: 0;
    padding-bottom: 0;
  }
}
nav.main-navbar a {
  font-size: 16px;
  line-height: 17px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  nav.main-navbar {
    margin-right: 0;
  }
  nav.main-navbar .main-menu {
    margin-top: 0px !important;
  }
}
nav.main-navbar:not(.hero-navi-fixed) .mega-menu {
  margin-left: 84px;
}
nav.main-navbar .container-fluid {
  padding: 0;
}
nav.main-navbar .mega-menu {
  background-color: var(--white-color-10);
  padding: 25px;
  width: 100%;
  margin-right: 164px;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
nav.main-navbar .main-menu {
  position: relative;
}
nav.main-navbar .main-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
}
nav.main-navbar .main-menu ul li {
  position: relative;
  padding: 11.5px 20px;
}
nav.main-navbar .main-menu ul li a {
  color: #fff;
}
nav.main-navbar .main-menu ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
}
nav.main-navbar .btn-holder {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 1199px) {
  nav.main-navbar .mobile-burger {
    display: block !important;
    margin-left: auto;
    margin-right: 16px;
    cursor: pointer;
    filter: brightness(0) invert(1);
    -o-object-fit: contain;
       object-fit: contain;
    width: 20px;
    height: 20px;
  }
  nav.main-navbar .main-menu {
    height: 81px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  nav.main-navbar .main-menu {
    height: 63px;
  }
}
@media (max-width: 1199px) {
  nav.main-navbar .main-menu img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  nav.main-navbar .logo-holder {
    height: 81px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  nav.main-navbar .logo-holder {
    height: 63px;
  }
}
@media (max-width: 1199px) {
  nav.main-navbar .logo-holder .big-logo {
    display: block !important;
  }
  nav.main-navbar .logo-holder .big-logo img {
    width: 200px;
  }
}
@media (max-width: 1199px) and (max-width: 575px) {
  nav.main-navbar .logo-holder .big-logo img {
    width: 131px;
  }
}
@media (max-width: 1199px) {
  nav.main-navbar .logo-holder .small-logo {
    display: none !important;
  }
}
@media (max-width: 319px) {
  nav.main-navbar .logo-holder .big-logo img {
    width: 50vw;
  }
}

.mobile-menu-offcanvas {
  background-image: url(./assets/img/Hero_bg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  background-color: #070908;
}
@media (max-width: 575px) {
  .mobile-menu-offcanvas {
    width: 100% !important;
  }
}
.mobile-menu-offcanvas ul {
  padding-left: 0;
}
.mobile-menu-offcanvas ul li {
  position: relative;
  list-style: none;
  margin-bottom: 16px;
  padding: 8px;
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas ul li {
    margin-bottom: 0;
  }
}
.mobile-menu-offcanvas ul li.backarrow {
  margin-bottom: 30px;
}
.mobile-menu-offcanvas ul li a {
  color: #fff;
  display: flex;
  cursor: pointer;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 25px;
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas ul li a {
    font-size: 4vw;
    line-height: 6vw;
  }
}
@media (max-width: 319px) {
  .mobile-menu-offcanvas .btn-dark {
    font-size: 5vw;
  }
}
.mobile-menu-offcanvas .btn-close {
  transform: scale(1.5);
  width: 16px;
  height: 16px;
  opacity: 1;
  filter: brightness(0) invert(1);
}
.mobile-menu-offcanvas hr {
  color: var(--black-color-1);
}
.mobile-menu-offcanvas .offcanvas-body {
  padding: 24px;
  padding-top: 50px;
}
.mobile-menu-offcanvas .offcanvas-header {
  padding: 24px;
}

/* end::navbar */
/***** footer *****/
footer.footer {
  overflow: hidden;
  background-color: var(--accent-color-10);
  background-image: url(./assets/img/footer-bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding-top: 176px;
}
@media (max-width: 575px) {
  footer.footer {
    padding-top: 67px;
  }
}
footer.footer.second-footer {
  padding-top: 0;
  margin-top: 150px;
}
footer.footer.second-footer .copyright-row {
  border-top: 0px solid #000;
}
footer.footer .aos-animate img {
  max-width: 100%;
  -o-object-position: bottom;
     object-position: bottom;
}
footer.footer img {
  -o-object-fit: contain;
     object-fit: contain;
}
footer.footer .big-text {
  margin-top: 45px;
  font-size: 96px;
  line-height: 92px;
  font-weight: 700;
  margin-bottom: 57px;
  display: block;
  color: #000;
  position: relative;
}
@media (max-width: 1199px) {
  footer.footer .big-text {
    font-size: 70px;
    line-height: 72px;
    margin-bottom: 68px;
  }
}
@media (max-width: 575px) {
  footer.footer .big-text {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 68px;
  }
}
footer.footer .big-text span {
  position: relative;
}
@media (max-width: 991px) {
  footer.footer .big-text span {
    display: contents;
  }
}
footer.footer .big-text span:before {
  content: "działaj";
  color: rgba(255, 255, 255, 0);
  background-image: url(/assets/img/stroke_2.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 33px;
  z-index: 0;
  bottom: -33px;
}
@media (max-width: 420px) {
  footer.footer .big-text span:before {
    left: unset;
  }
}
footer.footer p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 57px;
}
footer.footer p:not(.big-text) {
  max-width: 500px;
}
@media (max-width: 575px) {
  footer.footer p {
    font-size: 18px;
    line-height: 30px;
  }
}
footer.footer a {
  color: #000;
}
footer.footer .contact-info {
  gap: 30px;
}
@media (max-width: 767px) {
  footer.footer .contact-info {
    flex-direction: column;
    gap: 20px;
  }
}
footer.footer .contact-info .single a {
  font-size: 20px;
  font-weight: 700;
}
footer.footer .contact-info .single a:hover {
  color: #fff;
}
footer.footer .contact-info .single img {
  margin-right: 18px;
}
footer.footer .copyright-row {
  border-top: 1px solid #000;
}
footer.footer .copyright-row .copyright-column {
  padding-top: 49px;
  padding-bottom: 37px;
}
@media (max-width: 1199px) {
  footer.footer .copyright-row .copyright-column .content {
    gap: 10px;
  }
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column .content {
    justify-content: center !important;
  }
}
footer.footer .copyright-row .copyright-column a {
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 16px;
  line-height: 30px;
  font-weight: 600;
}
footer.footer .copyright-row .copyright-column a:hover {
  filter: brightness(0) invert(1);
}
footer.footer .copyright-row .copyright-column .links {
  display: flex;
  gap: 20px;
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column .links {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
footer.footer .copyright-row .copyright-column .left {
  gap: 40px;
}
@media (max-width: 1199px) {
  footer.footer .copyright-row .copyright-column .left {
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column .left {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    gap: 28px;
  }
}
footer.footer .copyright-row .copyright-column .right p {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column .right p {
    gap: 6px;
  }
}
footer.footer .copyright-row .copyright-column .socials {
  display: flex;
  gap: 20px;
}
footer.footer .copyright-row .copyright-column .socials img {
  filter: brightness(0);
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column .socials {
    margin-bottom: 28px;
  }
}
footer.footer .copyright-row .copyright-column p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 576px) {
  footer.footer .copyright-row .copyright-column p {
    min-width: -moz-max-content;
    min-width: max-content;
  }
}
@media (max-width: 575px) {
  footer.footer .copyright-row .copyright-column p {
    max-width: 185px;
  }
}
footer.footer .copyright-row .copyright-column span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  position: relative;
  margin-right: 18px;
}
footer.footer .copyright-row .copyright-column span:not(:first-child):before {
  content: "";
  height: 8px;
  width: 2px;
  position: absolute;
  top: 6px;
  left: -11px;
  background-color: var(--accent-color-10);
}

/***** End footer *****/
/***** hero-main *****/
.hero-main {
  padding-top: 290px;
  padding-bottom: 254px;
}
@media (max-width: 992px) {
  .hero-main {
    padding-top: 600px;
  }
}
@media (max-width: 767px) {
  .hero-main {
    padding-top: 500px;
    padding-top: 70vw;
    padding-bottom: 117px;
  }
}
.hero-main .content {
  position: relative;
  z-index: 9;
}
@media (min-width: 992px) {
  .hero-main .content {
    padding-left: 80px;
  }
}
.hero-main .content * {
  z-index: 9;
}
.hero-main .content *:not(.btn-dark):not(.btn-accent) {
  color: #fff;
}
.hero-main .content p {
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
@media (min-width: 992px) {
  .hero-main .content p {
    max-width: 450px;
  }
}
@media (max-width: 575px) {
  .hero-main .content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.hero-main .background {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: calc(100% - 268px);
     object-position: calc(100% - 268px);
  z-index: 1;
}
@media (max-width: 1599px) {
  .hero-main .background {
    -o-object-position: 100%;
       object-position: 100%;
  }
}
@media (max-width: 991px) {
  .hero-main .background {
    -o-object-position: 0px 0px;
       object-position: 0px 0px;
  }
}
@media (max-width: 575px) {
  .hero-main .background {
    width: 100% !important;
  }
}
.hero-main h1 {
  margin-bottom: 39px;
  max-width: 400px;
}
@media (max-width: 575px) {
  .hero-main h1 {
    margin-bottom: 32px;
  }
}
.hero-main .button-holder {
  gap: 16px;
  margin-top: 39px;
}
@media (max-width: 575px) {
  .hero-main .button-holder {
    margin-top: 32px;
  }
}
.hero-main .button-holder a {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 767px) {
  .hero-main .button-holder {
    flex-direction: column;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
  }
}

/***** End hero-main *****/
/***** video-section *****/
.video-section {
  padding-top: 100px;
  margin-top: -100px;
  overflow: visible;
  margin-bottom: 47px;
}
.video-section * {
  color: #fff;
}
.video-section h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 360px;
  margin: 0 auto 53px auto;
}
@media (max-width: 575px) {
  .video-section h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 auto 44px auto;
  }
}
.video-section p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  max-width: 660px;
  margin: 67px auto 0 auto;
}
@media (max-width: 575px) {
  .video-section p {
    margin: 153px auto 0 auto;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
  }
}
@keyframes slideFromLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideFromright {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.video-section .video-holder {
  position: relative;
}
.video-section .video-holder span.play {
  animation: moveWord 3s cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  position: absolute;
  left: calc(50% - 38px);
  top: calc(50% - 38px);
  border-radius: 50%;
  background: #69ff00;
  z-index: 1;
  color: #070908;
  cursor: pointer;
}
.video-section .video-holder span.play:hover {
  box-shadow: 0 0 0 10px rgba(49, 204, 44, 0.4);
}
@media (max-width: 767px) {
  .video-section #videoPlayer {
    width: 100% !important;
    height: auto;
  }
}
.video-section .start-overlay {
  position: relative;
}
.video-section .start-overlay:before {
  content: "liczysz kalorie";
  position: absolute;
  max-width: 600px;
  left: -78px;
  bottom: -25px;
  font-size: 86px;
  line-height: 96px;
  font-weight: 700;
  color: var(--accent-color-10);
  height: 269px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .video-section .start-overlay:before {
    left: -2vw;
    font-size: 86px;
    bottom: -45px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay:before {
    left: -2vw;
    font-size: 59px;
    bottom: -109px;
    max-width: 222px;
    line-height: 62px;
  }
}
@media (max-width: 575px) {
  .video-section .start-overlay:before {
    bottom: -16px;
    font-size: 9vw;
    height: 28vw;
    left: -1vw;
    line-height: 10vw;
    max-width: 170px;
  }
}
.video-section .start-overlay.aos-animate:before {
  animation: slideFromLeft 1s ease forwards;
}
.video-section .start-overlay.aos-animate:after {
  animation: slideFromright 1s ease forwards;
}
.video-section .start-overlay:after {
  content: "na oko?";
  position: absolute;
  left: -78px;
  bottom: -31px;
  font-size: 99px;
  line-height: 78px;
  font-weight: 700;
  max-width: 368px;
}
@media (max-width: 991px) {
  .video-section .start-overlay:after {
    left: -2vw;
    font-size: 75px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay:after {
    left: -2vw;
    font-size: 59px;
    bottom: -25px;
  }
}
@media (max-width: 575px) {
  .video-section .start-overlay:after {
    left: -1vw;
    bottom: -32px;
    font-size: 11vw;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  .video-section .start-overlay img {
    width: 100%;
  }
}

/***** End video-section *****/
/***** photo-slider *****/
.photo-slider {
  padding-top: 100px;
}
.photo-slider .slider {
  max-width: 1481px;
  margin: auto;
}
.photo-slider .splide__arrow--next {
  right: 12em;
}
@media (max-width: 991px) {
  .photo-slider .splide__arrow--next {
    right: 6em;
  }
}
@media (max-width: 575px) {
  .photo-slider .splide__arrow--next {
    right: 3vw;
  }
}
.photo-slider .splide__arrow--prev {
  left: 12em;
}
@media (max-width: 991px) {
  .photo-slider .splide__arrow--prev {
    left: 6em;
  }
}
@media (max-width: 575px) {
  .photo-slider .splide__arrow--prev {
    left: 3vw;
  }
}
.photo-slider .splide__arrow {
  width: 46px;
  height: 46px;
  background: #fff;
  opacity: 1;
}
.photo-slider .splide__arrow:hover {
  transform: scale(1.3) translateY(-20px);
}
.photo-slider .photoSlider2 .splide__arrow {
  background: #000;
}
.photo-slider .photoSlider2 .splide__arrow svg {
  filter: invert(1);
}
.photo-slider .splide__arrow svg {
  width: 27px;
  height: 27px;
}
@media (max-width: 575px) {
  .photo-slider .splide.photoSlider .splide__slide img {
    border-right: 20px solid #000;
    border-left: 20px solid #000;
  }
}
.photo-slider .splide__slide {
  display: flex;
  justify-content: center;
}
.photo-slider .splide__slide.is-active {
  opacity: 1;
}
.photo-slider .splide__slide:not(.is-active) {
  opacity: 0.1;
}
.photo-slider .splide__slide img {
  aspect-ratio: 239/302;
  max-height: 302px;
}
.photo-slider.before-after-slider {
  background-color: #fff;
  padding-bottom: 148px;
}
@media (max-width: 767px) {
  .photo-slider.before-after-slider {
    padding-bottom: 77px;
  }
}
.photo-slider.before-after-slider h2 {
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 550px;
  margin: auto;
  margin-bottom: 52px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 43px;
  }
}
.photo-slider.before-after-slider .content-holder {
  position: relative;
}
.photo-slider.before-after-slider .content-holder:before {
  content: "-2,5 tony";
  position: absolute;
  font-size: 143px;
  line-height: 108px;
  font-weight: 700;
  max-width: 318px;
  color: #E8F0DF;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider .content-holder:before {
    top: 20vw;
  }
}
.photo-slider.before-after-slider p {
  position: relative;
  max-width: 660px;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 120px;
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}
@media (max-width: 575px) {
  .photo-slider.before-after-slider p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 100px;
    margin-bottom: 40px;
  }
}
.photo-slider.before-after-slider .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.2);
}
.photo-slider.before-after-slider .splide__pagination__page {
  width: 11.5px;
  height: 11.5px;
  margin: 6px;
}
.photo-slider.before-after-slider .splide__pagination {
  bottom: -4.3em;
}
@media (max-width: 991px) {
  .photo-slider.before-after-slider .splide__track {
    overflow: visible !important;
  }
  .photo-slider.before-after-slider .splide__slide {
    width: 440px !important;
  }
}
@media (max-width: 500px) {
  .photo-slider.before-after-slider .splide__slide {
    width: 320px !important;
  }
  .photo-slider.before-after-slider .splide__slide:not(.is-active) {
    opacity: 1;
  }
  .photo-slider.before-after-slider .splide__slide img {
    width: 151px !important;
  }
}
@media (max-width: 360px) {
  .photo-slider.before-after-slider .splide__slide {
    width: 280px !important;
  }
  .photo-slider.before-after-slider .splide__slide img {
    width: 131px !important;
  }
}
.photo-slider.before-after-slider .button-holder {
  position: relative;
}
.photo-slider.before-after-slider .splide {
  max-width: 1330px;
}
.photo-slider.before-after-slider .splide__slide {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.photo-slider.before-after-slider .splide__slide img {
  aspect-ratio: 239/354;
}
.photo-slider.before-after-slider .splide__slide .img-holder {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}
.photo-slider.before-after-slider .splide__slide .img-holder:before {
  background-color: rgba(0, 0, 0, 0.4666666667);
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  left: 10px;
  bottom: 10px;
  position: absolute;
}
.photo-slider.before-after-slider .splide__slide .img-holder:first-child:before {
  content: "Przed";
}
.photo-slider.before-after-slider .splide__slide .img-holder:last-child:before {
  content: "Po";
}

/***** End photo-slider *****/
/***** archievement-cards *****/
.archievement-cards {
  margin-top: 60px;
  padding-bottom: 248px;
  max-width: 879px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .archievement-cards {
    padding-bottom: 89px;
  }
}
.archievement-cards .container {
  gap: 20px;
}
@media (max-width: 1199px) {
  .archievement-cards .container {
    overflow: auto;
  }
}
.archievement-cards .custom-card .single-archievement-card {
  aspect-ratio: 528/262;
  min-width: 268px;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}
.archievement-cards .custom-card .single-archievement-card .content {
  padding: 23px 24px 27px 24px;
  padding-left: 38%;
}
.archievement-cards .custom-card .single-archievement-card .content h3 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  font-weight: 900;
  margin-bottom: 7px;
}
.archievement-cards .custom-card .single-archievement-card .content p {
  color: #fff;
  opacity: 0.3;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}

/***** End archievement-cards *****/
/***** begin about-with-cards *****/
.about-with-cards {
  background-color: #fff;
  padding-top: 238px;
  padding-bottom: 138px;
}
@media (max-width: 767px) {
  .about-with-cards {
    padding-top: 119px;
    padding-bottom: 68px;
  }
}
.about-with-cards .splide {
  max-width: 1130px;
  margin: 0 auto;
}
.about-with-cards .splide .splide__pagination__page.is-active {
  background: #000;
  transform: scale(1.2);
}
.about-with-cards .splide .splide__pagination__page {
  width: 11.5px;
  height: 11.5px;
  margin: 6px;
}
.about-with-cards .splide .splide__pagination {
  bottom: -4.3em;
}
.about-with-cards .splide p {
  max-width: none !important;
}
.about-with-cards .splide .splide__track {
  overflow: visible !important;
}
.about-with-cards h2 {
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 400px;
  margin: 0px auto 41px auto;
}
@media (max-width: 575px) {
  .about-with-cards h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px auto 31px auto;
  }
}
.about-with-cards p {
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  max-width: 450px;
  margin: 0 auto 45px auto;
}
@media (max-width: 575px) {
  .about-with-cards p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 41px auto;
  }
}
.about-with-cards .splide__slide:nth-child(1) .about-card {
  background-color: #f5ffea;
  margin-right: 20px;
}
.about-with-cards .splide__slide:nth-child(2) .about-card {
  background-color: #effeff;
  margin-right: 10px;
  margin-left: 10px;
}
.about-with-cards .splide__slide:nth-child(3) .about-card {
  background-color: #fffcea;
  margin-left: 20px;
}
.about-with-cards .about-card {
  height: 100%;
  padding: 61px 50px 50px 50px;
}
.about-with-cards .about-card ul {
  padding-left: 18px;
}
.about-with-cards .about-card ul li {
  list-style: disc;
}
.about-with-cards .about-card .icon {
  margin-bottom: 40px;
}
.about-with-cards .about-card .icon img {
  width: 49px;
  height: 49px;
}
.about-with-cards .about-card .content h3 {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 700;
}
.about-with-cards .about-card .content p, .about-with-cards .about-card .content li, .about-with-cards .about-card .content a, .about-with-cards .about-card .content span {
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.about-with-cards .about-card .content p {
  max-width: 220px;
  margin-bottom: 20px;
}
.about-with-cards .about-card .content li {
  margin-bottom: 10px;
}

/***** end about-with-cards *****/
/***** begin testimonials *****/
.testimonials {
  padding-top: 100px;
  padding-bottom: 184px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .testimonials {
    padding-bottom: 105px;
  }
}
.testimonials .testimonialsSlider2, .testimonials .testimonialsSlider {
  pointer-events: none;
}
.testimonials h2 {
  text-align: center;
  font-size: 32px;
  line-height: 35px;
  font-weight: 700;
  max-width: 450px;
  margin: 0px auto 52px auto;
}
@media (max-width: 767px) {
  .testimonials h2 {
    margin: 0px auto 34px auto;
  }
}
@media (max-width: 575px) {
  .testimonials h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.testimonials .content-holder p {
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #686868;
  max-width: 460px;
  margin: 52px auto 0 auto;
  margin-bottom: 0;
}
.testimonials .content-holder p a {
  color: var(--accent-color-10);
  text-decoration: underline;
}
@media (max-width: 575px) {
  .testimonials .content-holder p {
    font-size: 14px;
    line-height: 25px;
  }
}
.testimonials .testimonialsSlider2 .splide__slide {
  direction: ltr;
  text-align: left;
}
.testimonials .single-testimonial {
  margin: 20px;
  padding: 42px 29px;
  background-color: #fff;
  filter: drop-shadow(0 8px 11px rgba(129, 129, 129, 0.1));
}
@media (max-width: 575px) {
  .testimonials .single-testimonial {
    margin: 10px;
  }
}
.testimonials .single-testimonial .top-info {
  flex-wrap: wrap;
  align-items: center;
}
.testimonials .single-testimonial .top-info .author {
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
@media (max-width: 575px) {
  .testimonials .single-testimonial .top-info .author {
    font-size: 14px;
    line-height: 23px;
  }
}
.testimonials .single-testimonial .top-info .icon {
  padding-left: 7px;
  padding-right: 7px;
}
.testimonials .single-testimonial .top-info .state {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  color: #B6B6B6;
}
.testimonials .single-testimonial .stars {
  display: flex;
  margin-top: 19px;
  margin-bottom: 19px;
  gap: 5px;
}
.testimonials .single-testimonial .content h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.testimonials .single-testimonial .content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

/***** end testimonials *****/
/***** begin big image section *****/
.big-image-section {
  position: relative;
  height: 756px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .big-image-section {
    height: 360px;
  }
}
@media (max-width: 450px) {
  .big-image-section {
    height: 340px;
  }
}

.big-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/assets/img/Kamil_Parallax.jpg");
  background-size: cover;
  background-position: center;
}

.container-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

section br.mobile {
  display: inline-block !important;
}

@media (min-width: 768px) {
  section br.mobile {
    display: none !important;
  }
}
section br.desktop {
  display: inline-block !important;
}

@media (max-width: 767px) {
  section br.desktop {
    display: none !important;
  }
}
/* Ukrycie paska przewijania dla Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Styl dla Safari */
  .archievement-cards .container::-webkit-scrollbar {
    display: none; /* Ukrycie paska przewijania */
  }
}
/***** end big image section *****/
/***** begin text section *****/
.text-section {
  padding-top: 180px;
}
.text-section * {
  color: #fff;
}
.text-section h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  margin-bottom: 60px;
}
.text-section h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .text-section h2 {
    line-height: 40px;
    margin-top: 40px;
  }
}
.text-section p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px) {
  .text-section .container {
    max-width: 1140px;
  }
}
.text-section .text-col {
  margin-top: -10px;
}

/***** end text section *****/
/***** page-decoration *****/
.page-decoration {
  position: relative;
}
.page-decoration img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
.page-decoration img.mobile {
  top: 90vh;
}

/***** End page-decoration *****/
.hero-navi-top {
  animation: myAnim 0.7s ease 0s 1 normal forwards;
}

.hero-navi-fixed {
  animation: myAnim2 0.7s ease 0s 1 normal forwards;
}

@keyframes myAnim2 {
  100% {
    opacity: 1;
  }
  50% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes myAnim {
  100% {
    opacity: 1;
  }
  50% {
    top: -100px;
    opacity: 0;
  }
}
@keyframes moveWord {
  0% {
    transform: translateY(0) translateX(0);
  }
  12% {
    transform: scale(1.1) translateX(0px);
  }
  25% {
    transform: translateY(0) translateX(0);
  }
  37% {
    transform: translateY(0px) translateX(0px);
  }
  50% {
    transform: translateY(0) translateX(0);
  }
  75% {
    transform: translateY(0px) translateX(0px);
  }
  100% {
    transform: translateY(0) translateX(0);
  }
}
.accent {
  display: block;
  animation: moveWord 3s cubic-bezier(0.9, 0.7, 0.5, 0.9) infinite;
  width: -moz-max-content;
  width: max-content;
}

.archievement-cards .container {
  /* Dostosowanie przewijania sekcji */
  overflow-x: scroll; /* Umożliwienie poziomego przewijania */
  overflow-y: hidden; /* Ukrycie pionowego scrollbar wewnątrz sekcji */
  -webkit-overflow-scrolling: touch; /* Dodanie płynnego przewijania na Safari */
}

@media (max-width: 768px) {
  .archievement-cards .container::-webkit-scrollbar {
    display: none !important;
  }
}
@media (max-width: 575px) {
  #splide01 .splide__track {
    overflow: visible;
  }
}
.mobile-menu-offcanvas .offcanvas-body {
  gap: 50px;
}
.mobile-menu-offcanvas .offcanvas-body .btn-accent {
  font-size: 22px;
  font-weight: 700;
  padding: 20px 40px;
  border-radius: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: auto;
}

.mobile-menu-social-icons {
  margin-left: 10px;
  margin-top: -50px;
  margin-bottom: 30px;
}
.mobile-menu-social-icons img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .photoSlider * {
    transition: all 0.2s !important;
  }
}
.splide * {
  transition: none !important;
}/*# sourceMappingURL=main 2.css.map */