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

:root {
  --bs-primary: #92b828;
  --bs-primary-rgb: 146, 184, 40;
  --bs-secondary: #8e70ad;
  --bs-secondary-rgb: 142, 112, 173;
  --bs-light: #f2e6d7;
  --bs-light-rgb: 242, 230, 215;
}

body {
  font-family: "nexa", sans-serif;
  overflow-x: hidden;
  color: var(--color2);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  line-height: 1 !important;
}
strong {
  font-weight: 600;
}
a {
  transition: 0s !important;
  font-size: 14px;
}
p,
li,
td,
th {
  line-height: 1.6;
  font-size: 14px;
}
.lh-1 {
  line-height: 1 !important;
}
.fs-7 {
  font-size: 12px;
}
.fs-8 {
  font-size: 11px;
}
.border-bottom,
.border-end,
.border-start,
.border-top {
  border-color: rgba(0, 0, 0, 0.06) !important;
}
.grecaptcha-badge {
  display: none !important;
}
.cky-btn-revisit-wrapper {
  display: none !important;
}
.bg-dark {
  background-color: black !important;
}
.line {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.dropdown-menu {
  background-color: var(--bs-secondary);
  border: 0px;
  border-radius: 0px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-top: 19px !important;
  padding: 16px;
  margin-left: -14px;
}
.dropdown-item {
  color: white !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.dropdown-item:hover {
  background-color: transparent !important;
  color: black !important;
}
.logo {
  max-width: 200px;
  width: 100%;
}

/* form */
.form-label {
  width: 100%;
}
textarea {
  height: 80px;
}
.form-control,
.form-select {
  border-radius: 15px;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 6px;
  color: black;
  background-color: white;
  color: black !important;
}
::placeholder {
  color: #474747 !important;
}
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wpcf7-not-valid-tip {
  font-size: 11px !important;
  margin-left: 14px;
  margin-top: -4px;
}
.form-check-input {
  border-radius: 4px !important;
  margin-left: -1.9rem !important;
  width: 1.5em !important;
  height: 1.5em !important;
  cursor: pointer !important;
  margin-top: 2px;
  z-index: 99;
  position: relative;
}
.form-check-input:focus {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.form-check-input:checked {
  background-color: var(--color) !important;
  border-color: var(--color) !important;
}
.form-select {
  cursor: pointer !important;
}
.wpcf7-list-item-label {
  cursor: pointer !important;
}
.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}
.accept p {
  font-size: 11px !important;
  line-height: 1.2 !important;
}
.accept a {
  font-size: 11px !important;
  color: black !important;
}
.accept {
  margin-top: -5px;
  margin-bottom: 20px;
}
.wpcf7-spinner {
  position: absolute !important;
}
/* form */
.offcanvas {
  border: 0px !important;
}
.btn-close {
  opacity: 1 !important;
}

.btn {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  text-transform: uppercase !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 14px 35px !important;
  transition: all 0s ease !important;
  width: fit-content;
}
.btn-sm {
  padding: 7px 20px !important;
}
.btn-primary {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}
.bg-dark .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.btn-primary:hover {
  background-color: black !important;
  border-color: black !important;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.btn-outline-primary {
  background-color: transparent !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
}
.btn-outline-primary:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-secondary {
  background-color: var(--bs-secondary) !important;
  color: white !important;
  border-color: var(--bs-secondary) !important;
}
.btn-secondary:hover {
  background-color: black !important;

  border-color: black !important;
}
.btn-light {
  background-color: var(--bs-light) !important;
  color: black !important;
  border-color: var(--bs-light) !important;
}
.btn-light:hover {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-dark {
  background-color: black !important;
  color: white !important;
  border-color: black !important;
}
.btn-dark:hover {
  background-color: var(--bs-primary) !important;
  color: white !important;
  border-color: var(--bs-primary) !important;
}

.bg-dark .btn-outline-primary {
  background-color: transparent !important;
  color: white !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
}
.bg-dark .btn-outline-primary:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}
.swiper-pagination-bullet {
  background-color: var(--bs-secondary) !important;
  opacity: 1 !important;
  width: 20px !important;
  border-radius: 5px !important;
}
.swiper-pagination-bullet-active {
  background-color: var(--bs-primary) !important;
  width: 30px !important;
}
.header-menu .navbar {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}

.badge {
  color: black !important;
}
.project-card img {
  max-width: 200px;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: var(--bs-primary) !important;
  color: black !important;
  border-radius: 100px;
  padding: 0px 35px !important;
  top: 30px;
}
.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}
.circle {
  width: 15px;
  height: 15px;
  background-color: var(--bs-primary);
  border-radius: 100px;
  transition: all 0.3s ease-in-out;
}
.mySwiper2 .swiper-slide-active .circle {
  width: 25px;
  height: 25px;
  margin-top: -5px;
}
.mySwiper2 .swiper-slide-active p {
  transition: all 0.3s ease-in-out;
}
.mySwiper2 .swiper-wrapper {
  padding-top: 20px;
}
.mySwiper2 {
  margin-top: -28px;
}
.small {
  font-size: 12px;
}

.nav-link {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px 10px;
  color: white;
}
.nav-link:hover {
  color: var(--color);
}

.shadow {
  box-shadow: 0px 0px 15px #0000000d !important;
}
.card {
  background-color: white;
}
.swiper-offer .card-text {
  min-height: 44px;
}
.elipse {
  z-index: -1;
  mix-blend-mode: multiply;
  opacity: 0.6;
}
.elipse1 {
  top: 0px;
  left: -100px;
}
.elipse2 {
  top: 100px;
  right: -200px;
}
.elipse3 {
  bottom: -100px;
  left: -100px;
}
.text-primary {
  color: var(--bs-primary) !important;
}
.text-secondary {
  color: var(--bs-secondary) !important;
}
.about-us .display-4 {
  line-height: 1.1 !important;
}

.bg-primary {
  background-color: var(--bs-primary) !important;
}
.bg-primary .swiper-pagination-bullet-active {
  background-color: black !important;
}
.benefits p {
  line-height: 1.2 !important;
}
.max1 {
  max-width: 600px;
  margin: 0 auto;
}
.nav-pills .nav-link {
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-pills .nav-link.active {
  background-color: var(--color);
  color: black;
  border-color: var(--color);
}
.rounded-circle {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  line-height: 2 !important;
}
.rounded-circle:hover {
  background-color: white !important;
}
.text-muted {
  color: #636363 !important;
}
.copy.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.btn-close {
  opacity: 1 !important;
}
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 14px !important;
  padding: 10px 15px !important;
  border-radius: 15px !important;
}
.line1 {
  width: 133% !important;
}
.san {
  max-width: 400px;
  width: 100%;
}
.swiper-info img {
  height: 50px;
}
.bdg {
  margin: 20px;
  width: calc(100% - 40px);
  padding: 10px;
  border-radius: 50px !important;
}
.sec-round {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
}
.img-round {
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}
.img1 {
  margin-bottom: -240px;
}

/* Typewriter effect */
.typewriter-text {
  position: relative;
  display: inline-block;
}

.typewriter-text::after {
  content: "_";
  animation: blink 1s infinite;
  opacity: 1;
}

.typewriter-text.typing::after {
  animation: none;
  opacity: 1;
}

.typewriter-text.finished::after {
  animation: blink 1s infinite;
  opacity: 1;
}

/* Stała wysokość dla nagłówków typewriter */
#typewriter-zajecia,
#typewriter-treningi {
  display: inline-block;
  min-height: 2.4em; /* Wysokość dla dwóch linii display-4 */
  vertical-align: top;
}

#typewriter-silownia {
  display: inline-block;
  min-height: 1.2em; /* Wysokość dla jednej linii display-4 */
  vertical-align: top;
}

/* Stała wysokość dla nagłówków typewriter w stopce */
#typewriter-aplikacja,
#typewriter-pakiety {
  display: inline-block;
  min-height: 2.4em; /* Wysokość dla dwóch linii display-5 */
  vertical-align: top;
}
.bg-image {
  background-size: 80% 100%;
  background-repeat: no-repeat;
}
.bg-right {
  background-position: right !important;
}
.bg-left {
  background-position: left !important;
}

.minh {
  min-height: 400px;
}
.sec-minh {
  min-height: 690px;
}
.el1 {
  width: 246px;
  top: 124%;
  right: 25%;
}
.el2 {
  max-width: 240px;
  left: 26%;
  top: 104%;
}
.el3 {
  max-width: 190px;
  top: 73%;
  right: 13%;
}
.el4 {
  max-width: 200px;
  top: -58%;
  left: 26%;
}
.el5 {
  max-width: 246px;
  right: 3%;
  top: -41%;
}
.el6 {
  max-width: 216px;
  left: 6%;
  top: -34%;
}
.el7 {
  max-width: 260px;
  left: 13%;
  top: 29%;
}
.el8 {
  max-width: 260px;
  top: -80%;
  right: 20%;
}
.footer-top {
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background: linear-gradient(to right, var(--bs-primary) 50%, var(--bs-secondary) 50%);
  padding-bottom: 150px;
}
.footer-bottom {
  margin-top: -100px;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
  background-color: #242728;
}
.footer-bottom .line {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pmax {
  max-width: 400px;
}
.as,
.gp {
  max-height: 50px;
}
.medicover {
  max-width: 150px;
}
.h-max {
  max-width: 200px;
}
.img-mob {
  margin-bottom: -30px;
}
.rounded-circle:hover {
  background-color: black !important;
}
.custom-page a {
  color: black;
}
.icons img {
  width: 40px;
}

@keyframes blink {
  0%,
  50% {
    opacity: 1;
  }
  51%,
  100% {
    opacity: 0;
  }
}
@media (min-width: 1700px) {
  .bg-image {
    background-size: 70%;
  }
}
/* XX-Large devices (larger desktops) */
@media (max-width: 1400px) {
}

/* X-Large devices (large desktops) */
@media (max-width: 1200px) {
  .el {
    transform: scale(0.7) !important;
  }
  .el7 {
    display: none;
  }
}

/* Large devices (desktops) */
@media (max-width: 992px) {
  .nav-link {
    margin: 0px;
  }
  .header-top .btn {
    padding: 10px 26px !important;
  }
  .el {
    display: none !important;
  }
  .sec-minh {
    min-height: 0px;
  }
  .minh {
    min-height: 0px;
  }
  .bg-image {
    background-size: 75% 100%;
  }
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    padding: 0px 22px !important;
  }
  .logo {
    max-width: 120px;
  }
  .hero video {
    max-width: 300px;
    width: 100%;
  }
  .sec-round {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .img1 {
    margin-bottom: 0px;
    max-height: 400px;
  }
  .elipse {
    opacity: 0.6;
  }
  .bg-image {
    background-image: none !important;
  }
  .footer-top {
    background: linear-gradient(to bottom, var(--bs-primary) 42%, var(--bs-secondary) 42%);
  }
  .pmax {
    max-width: 100%;
  }
}

/* Small devices (landscape phones) */
@media (max-width: 576px) {
  .san {
    max-width: 300px;
    width: 100%;
  }
}
