
body {
  background-color: #d9f3e7;
}


nav {
  background-color: #408767 !important;
  color: #ffffff;
}

.section_bg {
  background-color: rgb(255 255 255 / 50%);
  border-radius: 10px;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 350px;
  height: 3px;
  background: #bcddce;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}


.stripes {
  border: 3px solid #bcddce;
  border-left: 0;
  border-right: 0;
}

.bg_pos {
    position: fixed;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
}

@keyframes jumbo {
    0% {
        background-position: 50% 50%,50% 50%
    }

    25% {
        background-position: 150% 50%,150% 50%
    }

    50% {
        background-position: 250% 50%,250% 50%
    }

    75% {
        background-position: 300% 50%,300% 50%
    }

    to {
        background-position: 350% 50%,350% 50%
    }
}

.jumbo {
    --stripes: repeating-linear-gradient(100deg,#fff,#fff 7%,transparent 10%,transparent 12%,#fff 16%);
    --rainbow_gold: repeating-linear-gradient(100deg,#755133 10%,#b18a4b 15%,#d0ad6a 20%,#f4d598 25%,#b18a4b 30%);
    --rainbow: repeating-linear-gradient(100deg, #a8d5ba 10%, #bfe3c8 15%, #d6f2d9 20%, #eafceb 25%, #bfe3c8 30%);



    background-size: 150%,100%;
    background-position: 50% 50%,50% 50%;
    filter: blur(3px) invert(100%);
    -webkit-mask-image: radial-gradient(ellipse at 100% 0,#000 40%,transparent 70%);
    mask-image: radial-gradient(ellipse at 100% 0,#000 40%,transparent 70%);
    pointer-events: none;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: auto
}

.jumbo,.jumbo:after {
    background-image: var(--stripes),var(--rainbow);
}

.jumbo:after {
    content: "";
    position: absolute;
    inset: 0;
    background-size: 200%,100%;
    animation: jumbo 60s linear infinite;
    mix-blend-mode: difference
}



        .carousel {
            max-width: 100%; /* 800px; */
            margin: 0 auto;
        }
        .carousel-caption {
            background-color: rgba(255, 255, 255, 0.5);
            color: #000000;
            text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
            padding: 10px;
            left: 0;
            right: 0;
            width: 100%;
            bottom: 0;
        }
        .carousel-item {
            background-image: url("img/slider_circle.png");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }
        .carousel-item img {
            max-height: 400px;
            width: 100%;
            object-fit: contain; /* cover */
        }
        .product-card {
            margin-bottom: 20px;
            background: linear-gradient(to bottom,  #faf9f5 0%,#d9f3e7 55%,#ffffff 65%,#ffffff 100%);
            border: 1px solid transparent;
            xxxbackground:
                linear-gradient(to bottom, #faf9f5 0%, #efe0c3 55%, #ffffff 65%, #ffffff 100%) padding-box, /* Pozadí pro vnitřní část */
                linear-gradient(to bottom, #efe0c3 0%, #efe0c3 55%, #ffffff 65%, #efe0c3 100%) border-box; /* Pozadí pro ohraničení */
            background-clip: padding-box, border-box;




        }
        .product-card img {
            max-height: 200px;
            object-fit: cover;
        }

        .product-card img {
            max-height: 200px;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-card:hover img {
            transform: scale(1.1) rotate(5deg);
        }


        .btn_buy {
            background-color: #d9f3e7;
            color: #000000;
            border: 1px solid #c5e5d6;
        }

        .btn_buy:hover {
          background-color: #bcddce;
          color: #000000;
          border: 1px solid #b8ab95;
        }



        .card_img {
          height: 200px;
        }


      .modal-open .modal-backdrop { backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background-color: rgba(0, 0, 0, 0.35); opacity: 0; transition: opacity 0.3s ease-in-out; }
      .modal-open .modal-backdrop.show { opacity: 1; }

      .img_sm {
        width: 100px;
        filter: hue-rotate(35deg);
      }



      .not-allowed{
        cursor: not-allowed;
      }





/* KEYFRAMES */

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to{
    transform: rotate(359deg);
  }
}



.spinner-box {
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}


.circle-border {
  width: 150px;
  height: 150px;
  padding: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: rgb(63,249,220);
  background: linear-gradient(0deg, rgba(63,249,220,0.1) 33%, rgba(63,249,220,1) 100%);
  animation: spin 8s linear 0s infinite;
  filter: hue-rotate(77deg);
}

.circle-core {
  width: 100%;
  height: 100%;
  background-color: #1d2630;
  border-radius: 50%;
}





.accordion-item {
  border: 0px;
}


.accordion-button:not(.collapsed) {
  background-color: #d9f3e7;
}

.accordion-button:not(.collapsed) {
    color: #000000;
}


.no-outline {
  outline:0px !important;
  -webkit-appearance:none;
  box-shadow: none !important;
}



.chat-container {
  max-width: 600px;
  margin: 20px auto;
}
.bubble {
  padding: 10px 15px;
  border-radius: 15px;
  max-width: 90%;
  word-wrap: break-word;
  position: relative;
}
.question {
  background-color: #343a40;
  color: white;
  align-self: flex-start;
}
.answer {
  background-color: #d9f3e7;
  color: black;
  align-self: flex-end;
}
.chat-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Ocásek dole vlevo (otázka) */
.question::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #343a40;
}

/* Ocásek dole vpravo (odpověď) */
.answer::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #d9f3e7;
}



#scrollTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 1000;
}


.sub {
  color: #b18a4b;
  opacity: .08;
  font-size: 7.3vw;
  font-size: clamp(14px,7.3vw,110px);
  xmargin-bottom: -60px;
  font-weight: 400;
  line-height: 1;
  font-family: Prata;
  white-space: nowrap;

  xpadding-bottom: 100px;
  pointer-events: none;
  z-index: -1;

}



/* Definice animace naklánění na ose X */
@keyframes img_fx {
  0% {
    transform: rotateY(-5deg); /* Naklonění dozadu */
  }
  50% {
    transform: rotateY(5deg); /* Naklonění dopředu */
  }
  100% {
    transform: rotateY(-5deg); /* Naklonění dozadu */
  }
}

/* Rodičovský kontejner s perspektivou */
.img-container {
  perspective: 1000px; /* Určuje intenzitu 3D efektu */
}

/* Aplikování animace na obrázek */
.img_fx {
  animation: img_fx 10s ease-in-out infinite;
  transform-origin: center; /* Ujistíme se, že rotace bude středová */
}
