@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.font-1 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700; }

.font-2 {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-weight: 700; }

.h2, h2 {
  font-size: 1.8rem; }

.h3, h3 {
  font-size: 1.6rem; }

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: radial-gradient(1000px circle at 100% 15%, rgba(198, 213, 235, 0.7) 0%, #f9fafd 100%); }

strong {
  color: #0b2238; }

header {
  background: transparent; }
  header .navbar .navbar-brand {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px; }
    header .navbar .navbar-brand .logo-img {
      width: 50px;
      z-index: 2; }
    header .navbar .navbar-brand .logo-animation {
      position: absolute;
      left: 19px;
      bottom: -18px;
      z-index: 3; }
    header .navbar .navbar-brand .logo-text {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      font-size: 28px;
      line-height: 26px;
      text-align: right;
      color: #0b2238;
      padding-top: 3px;
      z-index: 2; }
      @media (max-width: 460px) {
        header .navbar .navbar-brand .logo-text {
          display: inline-block !important; } }
      header .navbar .navbar-brand .logo-text .small {
        display: block;
        font-size: 22px;
        font-weight: 700;
        text-transform: none; }
  header .navbar .navbar-collapse {
    margin-top: 0; }

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.bg-primary {
  text-transform: none;
  color: #fff !important; }

.fa-duotone {
  --fa-primary-color: #0a8dff;
  --fa-secondary-color: #0a8dff; }

.highlights {
  background: #c9e4fd;
  padding: 1px 4px;
  border: 1px solid #007bff;
  border-radius: 4px; }

/* SVG line */
.text-effect-1 {
  position: relative;
  z-index: 1; }
  .text-effect-1 img {
    position: absolute;
    max-width: 103%;
    height: auto;
    bottom: -10px;
    left: -5px;
    z-index: -1; }
  .text-effect-1.b-20 img {
    bottom: -20px; }
  .text-effect-1.b-13 img {
    bottom: -13px; }

/* BG color */
.text-effect-2 {
  position: relative;
  display: inline-block; }
  .text-effect-2:before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: 0;
    transform: translateY(15%);
    width: 102%;
    height: 55%;
    background: rgba(10, 141, 255, 0.1);
    z-index: 1; }
  .text-effect-2.yellow:before {
    background: rgba(255, 199, 56, 0.2); }

.top-banner {
  position: relative;
  padding-top: 7rem !important; }
  .top-banner .banner {
    padding: 0 20px 20px 0; }
    .top-banner .banner .flag {
      margin: 0px 2px;
      top: -2px;
      position: relative; }
    .top-banner .banner .title {
      font-family: "Playfair Display", serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 2.5rem;
      line-height: 3rem;
      font-weight: 700;
      margin: 0; }
      @media (max-width: 420px) {
        .top-banner .banner .title {
          font-size: 1.8rem;
          line-height: 2.5rem; } }

.main-page {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.title_sections {
  margin-bottom: 2rem; }

.how-to {
  display: flex;
  flex-direction: column;
  gap: 10px; }
  .how-to .item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 15px;
    border: 1px solid #edeef1;
    border-radius: 8px; }
    .how-to .item .image {
      width: 34px;
      text-align: center;
      font-size: 30px; }
    .how-to .item .txt {
      color: #555;
      font-size: 14px; }
      .how-to .item .txt .title {
        font-weight: 600;
        color: #0b2238; }
      .how-to .item .txt p {
        margin: 0; }

.ico-box-1 {
  background: radial-gradient(rgba(22, 93, 245, 0), rgba(22, 93, 245, 0.16));
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 8px; }
  .ico-box-1.yellow {
    background: radial-gradient(rgba(255, 230, 0, 0), rgba(255, 230, 0, 0.16)); }
  .ico-box-1.size32 {
    width: 32px;
    height: 32px; }

@media (max-width: 768px) {
  .mobile-small {
    height: 280px;
    width: 100%;
    object-fit: cover;
    object-position: top; }
    .mobile-small.ob-center {
      object-position: center; } }
.function .top-title {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px; }
.function .part {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px; }
  .function .part .item {
    padding: 10px 20px;
    border: 1px solid #edeef1;
    border-radius: 8px; }
    .function .part .item .img-title {
      display: flex;
      align-items: center;
      gap: 10px;
      padding-bottom: 5px; }
      .function .part .item .img-title .img {
        font-size: 24px; }
      .function .part .item .img-title .title {
        font-family: inherit;
        font-weight: 600;
        font-size: 18px;
        margin: 0; }
    .function .part .item .txt {
      color: #444;
      font-size: 14px; }
      .function .part .item .txt p, .function .part .item .txt ul {
        margin: 0; }
.function ul {
  padding-left: 20px; }

.loaded_page .loading_overlay {
  -webkit-transition: opacity 0.1s !important;
  -moz-transition: opacity 0.1s !important;
  -o-transition: opacity 0.1s !important;
  -ms-transition: opacity 0.1s !important;
  transition: opacity 0.1s !important; }

.loading_overlay {
  background-color: #eaeff7; }

.no-wrap {
  white-space: nowrap; }

.fw700 {
  font-weight: 700; }

.space {
  height: 50px; }

.lh-32 {
  line-height: 32px; }

.illustration-1 {
  position: relative; }
  .illustration-1 .img-1 {
    position: absolute;
    height: 400px;
    left: 0;
    bottom: 0; }
    @media (max-width: 466px) {
      .illustration-1 .img-1 {
        max-height: 200px; } }
  .illustration-1 .img-2 {
    z-index: 2;
    position: absolute;
    top: -40px;
    right: 30px;
    width: 90px;
    filter: hue-rotate(0deg);
    animation: blikani-zelena 2s linear 2.5s 4; }
@keyframes blikani-zelena {
  0%, 49.9% {
    filter: none; }
  50%, 99.9% {
    filter: hue-rotate(270deg); }
  100% {
    filter: none; } }
.section-alfa {
  position: relative;
  background: linear-gradient(#ffffff, #f9f9f9);
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 15px 35px 15px;
  border-radius: 20px;
  margin-top: 45px;
  /* pro scroll z menu! */ }
  @media (max-width: 768px) {
    .section-alfa {
      width: 98%;
      padding: 35px 0 35px 0; } }

.action-box-1 {
  background-image: url(../bezobsluzne-fitness-img5.jpg);
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  background-position: 50% 59%;
  padding: 120px 0;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px; }

.call-box {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  background: #f9fafd;
  padding: 20px 20px 20px 0;
  margin-left: -40px;
  border-radius: 0 8px 8px 0;
  max-width: 500px; }

.pro-koho .card-target-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
  column-gap: 25px; }
.pro-koho .card-target {
  height: 150px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
  box-sizing: border-box;
  		/*
          Výchozí chování pro větší displeje:
          Flex-basis 240px se snaží udržet původní šířku.
          flex-grow: 0; zabrání roztažení karet nad 240px, pokud je na řádku dost místa.
          flex-shrink: 1; umožní kartám se zmenšit, pokud by se 240px nevešlo.
          */
  flex: 0 1 240px;
  max-width: 240px; }
  @media (max-width: 768px) {
    .pro-koho .card-target {
      flex: 0 0 calc(45% - 5px);
      max-width: calc(45% - 5px); } }
  .pro-koho .card-target:hover .wrapper {
    transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
    box-shadow: 2px 15px 14px -10px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 2px 15px 14px -10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 2px 15px 14px -10px rgba(0, 0, 0, 0.55); }
  .pro-koho .card-target:hover .wrapper::before, .pro-koho .card-target:hover .wrapper::after {
    opacity: 1; }
  .pro-koho .card-target:hover .wrapper::after {
    height: 120px; }
  .pro-koho .card-target:hover .title {
    transform: translate3d(0, -25px, 0);
    z-index: 2; }
  .pro-koho .card-target:hover .character {
    opacity: 1;
    transform: translate3d(0, -13px, 0);
    z-index: 1; }
.pro-koho .cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px; }
.pro-koho .wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1; }
  .pro-koho .wrapper::before, .pro-koho .wrapper::after {
    content: "";
    opacity: 0;
    width: 101%;
    height: 80px;
    transition: all 0.5s;
    position: absolute;
    left: -1px;
    border-radius: 6px; }
  .pro-koho .wrapper::before {
    top: -1px;
    height: 100%;
    background-image: linear-gradient(to top, transparent 46%, rgba(12, 13, 19, 0.5) 68%, #0c0d13 97%); }
  .pro-koho .wrapper::after {
    bottom: 0;
    opacity: 1;
    background-image: linear-gradient(to bottom, transparent 46%, rgba(12, 13, 19, 0.5) 68%, #0c0d13 97%); }
.pro-koho .title {
  width: 100%;
  transition: transform 0.4s;
  text-align: center;
  padding: 5px;
  margin-bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 4px; }
.pro-koho .character {
  width: 100px;
  opacity: 0;
  transition: all 0.4s;
  position: absolute;
  z-index: -1; }

.img-overlay {
  position: relative;
  z-index: 1; }

.img-animated-1 {
  position: absolute;
  z-index: -1;
  left: -40px;
  bottom: -40px;
  width: 250px;
  height: 250px;
  background-image: url(../img-bg-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 0 0 20px;
  filter: grayscale(100%);
  opacity: 0.1 !important; }
  .img-animated-1.right {
    left: unset;
    right: -40px; }
  @media (max-width: 768px) {
    .img-animated-1 {
      opacity: 0.08 !important; } }

.img-animated-2 {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20px;
  bottom: -20px;
  width: 50%;
  height: 50%;
  background-image: url(../img-pattern-1.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 0 0 0 20px;
  filter: grayscale(100%);
  opacity: 0.2; }

.call-wave-icon {
  filter: grayscale(1); }

.call-wave:hover .call-wave-icon {
  filter: grayscale(0); }

.footer-logo {
  position: absolute;
  top: -15px;
  text-align: center;
  left: 0;
  right: 0; }
  .footer-logo .logo-img {
    width: 74px; }

.prgoress_indicator::after {
  font-family: "Font Awesome 6 Pro", serif;
  content: "\f0aa"; }

.gap10 {
  gap: 10px; }

.gap20 {
  gap: 20px; }

.footer-main {
  position: relative;
  background: #222831;
  color: #6c7a87;
  font-size: 14px;
  margin-top: 100px; }
  .footer-main .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    text-transform: uppercase; }
    .footer-main .brand .small {
      text-transform: none; }
  .footer-main .nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important; }
  .footer-main a {
    color: #cdc7c7;
    text-decoration: none; }
  .footer-main i {
    font-size: 16px;
    width: 22px; }
  .footer-main .divider {
    background: #3c444b;
    height: 4px;
    margin: 30px 0; }
  .footer-main .address {
    display: flex;
    flex-direction: column;
    gap: 3px; }

.form-group input, .form-group select {
  font-weight: 400;
  height: auto;
  padding: 8px 10px; }

.p_pricing_list {
  margin-top: 100px;
  position: relative; }

.item-offer {
  position: absolute;
  bottom: -30px;
  left: 40px;
  right: 0;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  width: fit-content; }
  .item-offer .item-offer-text {
    font-family: "Caveat", cursive;
    font-size: 22px;
    width: 270px;
    text-align: center; }
  .item-offer .item-offer-gif1 {
    position: absolute;
    right: 40px; }
  @media (max-width: 768px) {
    .item-offer {
      position: relative;
      flex-direction: row-reverse;
      justify-content: center;
      left: 0; } }

/*-----------------------------
  PRICING NEW !!!
-----------------------------*/
.section-price .price-box {
  padding: 10px 15px;
  margin-top: 15px;
  border: 1px solid #edeef1;
  border-radius: 6px; }

.pricing-list-style2 {
  padding: 0;
  margin: 0;
  list-style: none; }
  .pricing-list-style2 .name {
    font-size: 16px;
    font-weight: 500; }

.pricing-list-style2 li {
  border-bottom: 1px solid #eee;
  padding: 8px 0; }
  .pricing-list-style2 li:last-child {
    border-bottom: 0; }

.pricing-list-style2 .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px; }
  .pricing-list-style2 .info:last-child {
    border-bottom: 0; }

.pricing-list-style2 p {
  font-size: 14px;
  color: #555;
  margin: 0; }

.pricing-list-style2 .price {
  text-align: right; }

.pricing-list-style2 .price .amount {
  font-size: 16px;
  font-weight: 500;
  color: #080a3c;
  white-space: nowrap; }

.pricing-list-style2 .price .note {
  font-size: 13px;
  color: #555; }

.coming-soon-badge {
  background-color: #ffc107;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 8px;
  text-transform: uppercase;
  white-space: nowrap; }

/* --- Styly pro kalkulačku --- */
.calculator-section {
  background: #fff;
  margin-top: 50px;
  padding: 20px 50px 50px 50px;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05); }
  @media (max-width: 768px) {
    .calculator-section {
      padding: 20px 15px 30px 15px; } }

/* Form controls */
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border: 1px solid #eee;
  border-radius: 6px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease; }

.form-check:hover {
  border-color: #1692ff; }

.form-check.active input:checked ~ .checkmark {
  background-color: #4CAF50;
  border-color: #4CAF50; }
.form-check.active .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg); }

.form-check-input {
  position: relative;
  margin: 0;
  width: 16px;
  height: 16px; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

/* Summary box */
.summary-box {
  padding: 20px 10px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  gap: 20px; }
  .summary-box .summary-box-header {
    flex: 1;
    background-color: #f7f8fa;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px; }

.summary-box .price-title {
  font-size: 18px;
  color: #666; }

.summary-box .price-amount {
  font-size: 32px; }

.visual-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 5px 0;
  min-height: 68px;
  align-items: center; }

.visual-item {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease; }

.visual-item-wrapper img {
  width: 40px;
  margin-top: -5px;
  margin-right: 10px;
  max-height: 46px;
  object-fit: contain; }

@media (max-width: 768px) {
  .summary-box {
    padding: 20px 5px; }

  .summary-box .price-title {
    font-size: 14px; }

  .summary-box .price-amount {
    font-size: 18px;
    margin-top: 10px; } }
/* Utility */
input:disabled + span {
  color: #aaa; }

label.disabled-look {
  cursor: not-allowed;
  background-color: #f0f0f0; }

.hidden {
  display: none !important; }

.sub-options {
  padding-left: 25px;
  margin-top: 10px;
  border-left: 2px solid #eee; }

/*# sourceMappingURL=custom.css.map */
