/*
 Theme Name: fitstylekids
 Author: tadamart.pl
 Version: 1.0
 */

:root {
  --bs-primary: #5cb265 !important;
  --bs-primary-rgb: 92, 178, 101 !important;
  --bs-secondary: #ffc516 !important;
  --bs-secondary-rgb: 252, 197, 22 !important;
}

body {
  font-family: "Nunito", sans-serif;
  color: black;
}

.admin-bar {
  margin-top: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1 !important;
}
strong {
  font-weight: 700;
}
a {
  transition: 0s !important;
  font-size: 16px;
  font-weight: 600;
}
p,
li,
td,
th {
  font-size: 16px;
  line-height: 1.4 !important;
  font-weight: 600;
}
.lh1 {
  line-height: 1 !important;
}
.ls1 {
  letter-spacing: 1px !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.border-end,
.border-start,
.border-top,
.border-bottom,
.border,
hr {
  border-color: rgba(0, 0, 0, 0.06) !important;
}

.bg-black .border-end,
.bg-black .border-start,
.bg-black .border-top,
.bg-black .border-bottom,
.bg-black .border,
.bg-black.border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.custom-page a {
  color: black;
}
.fs-6 {
  font-size: 16px !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.logo {
  max-width: 100px;
  width: 100%;
}
.img-back {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.btn {
  border-width: 2px;
  border-radius: 100px;
  font-weight: 600;
  padding: 10px 20px;
}
.btn-primary {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: white !important;
  border-color: white !important;
}
.btn-outline-primary:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: black !important;
}
.btn-secondary:hover {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: white !important;
}
.nav-link {
  color: black;
}
.soc-icon {
  font-size: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.soc-icon i {
  line-height: 1;
}
.si1 {
  background-color: var(--bs-primary);
}
.si2 {
  background-color: #f17a72;
}
.si3 {
  background-color: #24b6e9;
}
.kid2 {
  margin-bottom: 30px;
}
.bee {
  max-width: 70px;
}
.girl {
  max-width: 120px;
}
.parasuit {
  max-width: 70px;
}
.bee1 {
  top: -40px;
  left: -20px;
}
.bee2 {
  right: -20px;
}

.parasuit1 {
  right: -70px;
  top: 0px;
}

.parasuit2 {
  top: 300px;
  left: 30px;
}
.girl1 {
  bottom: -140px;
}
.girl2 {
  bottom: 70px;
  left: 260px;
  z-index: 9;
}
.bee3 {
  right: 100px;
  top: 40px;
}
.bee4 {
  right: 20px;
  bottom: 60px;
}
.shape {
  min-width: 1920px;
  width: 100%;
}
.bto {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bottom1 {
  margin-top: -143px;
  min-height: 144px;
  position: relative;
  z-index: 0;
}
.top1 {
  margin-bottom: -143px;
  min-height: 144px;
  z-index: 9;
  position: relative;
}
.shape1 {
  height: 9px;
}
.s2-img {
  height: 350px;
}
.s2-img2 {
  height: 350px;
}
.kid3 {
  max-height: 500px;
}
.swiper-button-prev-features,
.swiper-button-next-features {
  width: 60px;
  height: 35px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.swiper-button-prev-features,
.swiper-button-next-features {
  background-color: #ffc516;
  color: white;
}

.swiper-button-next-features:hover,
.swiper-button-prev-features:hover {
  background-color: #333333;
}
.swiper-button-prev-features.swiper-button-disabled,
.swiper-button-next-features.swiper-button-disabled {
  cursor: not-allowed;
}

.swiper-button-prev-offer,
.swiper-button-next-offer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
  height: 35px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background-color: #ffc516;
  color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev-offer {
  left: 20px;
}

.swiper-button-next-offer {
  right: 20px;
}

.swiper-button-prev-offer:hover,
.swiper-button-next-offer:hover {
  background-color: #333333;
}

.swiper-button-prev-offer.swiper-button-disabled,
.swiper-button-next-offer.swiper-button-disabled {
  cursor: not-allowed;
}
.half-fluid .left-half,
.half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 500px;
  height: 100%;
}
.image {
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
}
footer .form-check {
  padding-left: 10px;
}

footer .form-check-label span {
  cursor: pointer !important;
  text-align: left !important;
}
.wpcf7-not-valid-tip {
  font-size: 12px !important;
  margin-left: 10px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
textarea,
select {
  font-size: 15px !important;
  border-radius: 50px !important;
  padding: 13px 25px !important;
  border: 0px !important;
  font-weight: 600;
}
textarea {
  height: 100px !important;
  border-radius: 25px !important;
}
::placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
  width: 100% !important;
}
.form-label {
  width: 100% !important;
  margin-bottom: 0px !important;
}
.bg-white input[type="text"],
.bg-white input[type="email"],
.bg-white input[type="tel"],
.bg-white input[type="url"],
.bg-white input[type="password"],
.bg-white input[type="search"],
.bg-white input[type="number"],
.bg-white input[type="date"],
.bg-white textarea,
.bg-white select {
  background-color: #f4ede5 !important;
}
.lab-sp {
  margin-left: 10px;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.nav-link:hover {
  color: var(--bs-primary) !important;
}
.wpcf7 p {
  margin-bottom: 0px !important;
}
.dropdown-menu {
  margin-top: 10px;
  border-radius: 15px;
  border: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.dropdown-item {
  font-weight: 600;
}
.dropdown-item:hover {
  background-color: transparent;
  color: var(--bs-primary);
}
.shadow {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15) !important;
}

/* Gallery Tabs Pills */
.nav-pills .nav-link {
  border-radius: 100px;
  padding: 12px 30px;
  margin: 0 5px;
  font-weight: 600;
  color: black;
  background-color: white;
  border: 1px solid #e0e0e0;
  transition: all 0s ease;
}

.nav-pills .nav-link:hover {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: black !important;
}

.nav-pills .nav-link.active {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: black !important;
}
footer a:hover {
  text-decoration: underline !important;
}
.bottom-slider {
  min-height: 155px;
}
.form-select {
  cursor: pointer;
}
.wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7-spinner {
  position: absolute !important;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}

@media (min-width: 2000px) {
  .bottom1 {
    margin-top: -194px;
    min-height: 195px;
  }
  .top1 {
    margin-bottom: -194px;
    min-height: 195px;
  }
  .shape1 {
    height: 11px;
  }
  .bottom-slider {
    min-height: 194px;
  }
}
@media (min-width: 1400px) {
  .nav-link {
    margin: 0 5px;
  }
}
/* XX-Large devices (larger desktops) */
@media (max-width: 1399.98px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1199.98px) {
}

/* Large devices (desktops) */
@media (max-width: 991.98px) {
  .parasuit1 {
    right: 10px;
    top: 0px;
  }
  .bee2 {
    right: 10px;
  }
  .bee1 {
    top: -20px;
    left: 0px;
  }
  .kid2 {
    max-width: 250px;
  }
  .image {
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0) 100%);
  }
  .swiper-button-prev-offer,
  .swiper-button-next-offer {
    position: relative;
  }
  .swiper-nav-offer {
    padding-bottom: 120px;
  }
}

/* Medium devices (tablets) */
@media (max-width: 767.98px) {
}

/* Small devices (landscape phones) */
@media (max-width: 575.98px) {
}

/* Cennik Styles */
.pricing-table {
  width: 100%;

  border-radius: 15px;
  overflow: hidden;
  background-color: white;
}

.pricing-header {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  background-color: var(--bs-secondary);
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.pricing-col {
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-col-left {
  background-color: transparent;
}

.pricing-col-weekday {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-col-weekend {
  background-color: transparent;
}

.pricing-col h3 {
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 1.3 !important;
  color: #000 !important;
  margin: 0 !important;
}

.pricing-row {
  display: grid;
  grid-template-columns: 40% 30% 30%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 70px;
  align-items: stretch;
}

.pricing-row:last-child {
  border-bottom: 0px;
}

.pricing-label {
  padding: 20px 25px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
}

.pricing-label h4 {
  font-size: 16px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  color: #000 !important;
  margin: 0 !important;
  line-height: 1.3 !important;
}

.pricing-value {
  padding: 20px;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
}

.pricing-value > div {
  width: 100%;
}

.mobile-day-label {
  display: block;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #666 !important;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.pricing-value p {
  font-size: 28px !important;
  font-weight: 700 !important;
  color: var(--bs-primary) !important;
  margin: 0 !important;
}

.pricing-row-special {
  grid-template-columns: 40% 60%;
  background-color: #f4ede5;
}

.pricing-row-special .pricing-label {
  background-color: #f4ede5;
}

.pricing-full {
  background-color: #f4ede5;
  grid-column: 2 / 4;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-full p {
  color: #000 !important;
  font-size: 24px !important;
}

@media (max-width: 991.98px) {
  .pricing-header {
    grid-template-columns: 1fr;
  }

  .pricing-col-left {
    display: none;
  }

  .pricing-col-weekday {
    border-right: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pricing-row {
    grid-template-columns: 1fr;
  }

  .pricing-value {
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
  }

  .pricing-row-special {
    grid-template-columns: 1fr;
  }

  .pricing-full {
    grid-column: 1;
    border-left: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pricing-label h4 {
    font-size: 15px !important;
  }

  .pricing-value p {
    font-size: 24px !important;
  }

  .pricing-col h3 {
    font-size: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .pricing-label {
    padding: 15px 20px;
  }

  .pricing-value {
    padding: 12px 15px;
  }

  .pricing-label h4 {
    font-size: 14px !important;
  }

  .pricing-value p {
    font-size: 22px !important;
  }

  .mobile-day-label {
    font-size: 12px !important;
  }

  .pricing-col h3 {
    font-size: 15px !important;
  }

  .pricing-col {
    padding: 15px;
  }
  .offer-slider-sec .kid3 {
    max-height: 300px;
  }
}
