@charset "UTF-8";
.img_sent {
  width: 65%;
  max-width: 267px;
  height: auto;
  margin-left: -20px;
}

[data-overlay-dark="9"]:before {
  opacity: 0.9;
}

.service-single header {
  background-position: bottom;
  background-size: cover;
}

.services-details.section-padding {
  padding-top: 100px;
}

.container_gdpr {
  max-width: 963px;
}

.container_gdpr ul,
.container_gdpr ol {
  margin: 0;
  padding: 0;
}

.container_gdpr h5 {
  margin-top: 34px;
}

.img_404 {
  width: 99%;
  max-width: 360px;
  height: auto;
}

.container_404 {
  min-height: 75vh;
}
.container_404 a.butn {
  background: transparent !important;
  border-color: #1a1a1a;
  color: #1a1a1a !important;
}

.footer_bottompanel {
  color: #777;
  font-size: 14px;
}
.footer_bottompanel * {
  font-family: inherit;
}

.page-header.bg-img > .container {
  padding-top: 42px;
}

.page-header.bg-img h1 {
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 29px;
  font-size: 3.5rem;
  font-weight: 500;
}

.page-header.section-padding {
  padding: 70px 0;
}

body.o-nas .swiper5 .item img {
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 112px;
}

.about_custom h3 {
  font-size: 29px;
}

#logo_svg_header .cls-1 {
  fill: #1c1d1a;
}

.navbar.change #logo_svg_header .cls-1 {
  fill: #fff;
}

.navbar.change.nav-scroll #logo_svg_header .cls-1 {
  fill: #1c1d1a;
}

.full-showcase .swiper-controls {
  position: relative;
  margin: 0 auto;
}

.full-showcase .caption > h6 {
  font-size: 24px;
}

.footer_address p {
  color: #c9c9c9;
}

.navbar .ti-align-right:before {
  font-size: 23px;
}

.portfolio-carsouel .swiper-slide img.work_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  z-index: 2;
  max-height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.portfolio-carsouel .swiper-slide .img {
  position: relative;
  overflow: hidden; /* Skryje přebytečné části obrázku */
  perspective: 1000px; /* Vytváří dojem hloubky */
}
.portfolio-carsouel .swiper-slide .img img {
  transition: transform 0.5s ease, opacity 0.5s ease;
  transform-origin: center; /* Efekt působí z prostředka */
}
.portfolio-carsouel .swiper-slide .img:hover img:not(.work_logo) {
  transform: scale(1.1) translateZ(50px); /* Přiblížení obrázku */
}
.portfolio-carsouel .swiper-slide .img:hover img.work_logo {
  transform: translate(-50%, -50%) scale(1.1) translateZ(19px); /* Jemný pohyb a otočení loga */
}
.portfolio-carsouel .swiper-slide .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4)); /* Světlejší výchozí efekt */
  z-index: 1;
  transition: background 0.5s ease; /* Plynulá změna přechodu */
}
.portfolio-carsouel .swiper-slide .img:hover::after {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)); /* Tmavší při hoveru */
}

.shap-left-bottom path,
.shap-right-bottom path {
  fill: white;
}

.section_skills h2 {
  max-width: 600px;
}

.brands-crev .item:hover:after {
  opacity: 0;
}

.portfolio-carsouel h2 {
  line-height: 1.1;
}

.portfolio-carsouel .swiper-slide {
  max-width: 534px;
}

.portfolio-carsouel .swiper-slide,
.portfolio-carsouel .swiper-slide:nth-child(2n),
.portfolio-carsouel .swiper-slide:nth-child(3n) {
  width: 36%;
}

.contact .sec-head p {
  color: #1a1a1a;
}

.contact textarea {
  min-height: 246px;
}

.prvni_sekce .hlavni_nadpis > * {
  line-height: 1.1;
}
.prvni_sekce .hlavni_nadpis h1 {
  font-size: 2rem;
}
.prvni_sekce .hlavni_nadpis h2 {
  font-size: 5rem;
}
.prvni_sekce .hlavni_nadpis h3 {
  font-size: 2rem;
}
.prvni_sekce .claim {
  max-width: 593px;
  margin-top: 24px;
}
.prvni_sekce .circle-button .icon > svg {
  width: 14px;
  height: 14px;
}

@media screen and (max-width: 768px) {
  .page-header.bg-img h1 {
    font-size: 2.2rem;
  }
  .services-boxs .item-box h5 {
    transform: unset;
  }
  .services-boxs .item-box p {
    transform: unset;
    opacity: 1;
  }
  .about .cont .d-flex.mt-55 {
    flex-direction: column-reverse;
    margin-top: 0 !important;
    justify-content: start;
    align-items: start !important;
    gap: 30px;
  }
  .sub-title {
    font-size: 11px;
  }
  .prvni_sekce .hlavni_nadpis h2 {
    font-size: 4rem;
  }
  .brands-crev .item img {
    width: 119px;
    height: 55px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .full-showcase .caption > h6 {
    font-size: 21px;
  }
  .full-showcase .caption > h1 {
    font-size: 21px;
  }
  .full-showcase .parallax-slider .caption h1 {
    font-size: 44px;
  }
  .full-showcase .swiper-controls .swiper-button-prev {
    left: 86px;
  }
  .full-showcase .swiper-controls .swiper-button-next {
    right: 65px;
  }
}
@media screen and (min-width: 768px) {
  footer.clean-footer.crev:after {
    right: 40px;
  }
  footer .big_text_footer {
    font-size: 5.5rem;
  }
  .brands-crev .item img {
    width: 157px;
    height: 52px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .brands-crev .item img.partner-konzervator {
    width: 139px;
    height: 76px;
  }
  .brands-crev .item img.partner-semnevice {
    width: 171px;
    height: 76px;
  }
  .brands-crev .item img.partner-ozdoba {
    width: 138px;
    height: 76px;
  }
  .brands-crev .item img.partner-watergate {
    width: 180px;
    height: 76px;
  }
}/*# sourceMappingURL=vlastni_redesign.css.map */