@charset "UTF-8";
html {
  scroll-behavior: smooth;
  position: relative;
  scroll-padding-top: 120px;
  /* zavysi od vysky menu */
}

section {
  /*max-width: 1440px;*/
  width: 100%;
  margin: auto;
  /* border-right: 1px solid #00000028;
  border-left: 1px solid #00000028; */
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

*:focus {
  box-shadow: none !important;
  outline: none !important;
}

body {
  font-family: "soleto", sans-serif;
  position: relative;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.0392156863);
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(18, 18, 18, 0.5);
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
body.offcanvas-menu:before {
  opacity: 1;
  visibility: visible;
}

.row {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "soleto", sans-serif;
  font-weight: bold;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
  color: #34983d;
}

h1,
.h1 {
  padding: 10px 0;
}

h2,
.h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.125rem;
  position: relative;
}
h2.underline,
.h2.underline {
  margin: 0 auto 20px;
}
h2.underline:after,
.h2.underline:after {
  content: "";
  display: block;
  height: 6px;
  width: 230px;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: -20px;
  background-color: #34983d;
}

h3,
.h3 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.125rem;
}

p {
  font-size: 1rem;
  line-height: 1.625rem;
  font-weight: 400;
  color: #1c1e1f;
}
p.bold {
  font-weight: 600;
}
p span {
  color: #34983d;
}
p.bigger {
  font-size: 1.375rem;
  line-height: 1.875rem;
}

a {
  transition: 0.3s all ease;
}
a, a:hover {
  text-decoration: none !important;
}

.down-arrow {
  margin-top: 20px;
}

.lottie-player {
  width: 95.5px;
  height: 80.8px;
  margin-bottom: 20px;
}

main a {
  color: #34983d;
}
main a:hover {
  color: #34983d;
  text-decoration: underline !important;
}

/* --- MENU --- */
.search-icon svg {
  width: 20px;
  height: 20px;
}

.search-bar {
  display: none;
  background-color: #f8f9fa;
  padding: 15px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100% !important;
  height: 120px;
}

.search-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}

#search-input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
#search-input:focus-visible, #search-input:focus {
  outline-color: #34983d !important;
}

#close-search {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  color: #666;
  font-size: 20px;
  border: none;
  background: none;
  cursor: pointer;
}

.mobile-search-bar {
  width: 100%;
  position: relative;
  top: 20px !important;
  display: flex;
}

header .mobile-search-bar {
  top: 0px !important;
}

#mobile-search-input {
  flex-grow: 1;
  padding: 10px;
  border: 1.5px solid #34983d;
  border-right: none;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
}

#mobile-search-button {
  background-color: #34983d;
  /* Alebo iná farba podľa vášho dizajnu */
  border: none;
  border-radius: 0 5px 5px 0;
  padding: 0 15px;
  cursor: pointer;
}

#mobile-search-button svg {
  width: 20px;
  height: 20px;
  stroke: white;
}

button#search-icon {
  background-color: transparent !important;
  border: none !important;
}

/* --- BACKGROUNDS --- */
.grey-bg {
  background: #1c1e1f;
}
.grey-bg p, .grey-bg h2, .grey-bg span.title {
  color: #fff;
}
.grey-bg.more-padding {
  padding: 50px 10% !important;
}
.grey-bg .two-btns {
  justify-content: flex-end;
}

.white-bg {
  background: #fff;
}

.grey-light-bg {
  background: #efedec;
}
.grey-light-bg .list li {
  color: #1c1e1f;
}

.grey-section {
  background: #fff url(../img/pattern-bg.svg);
  padding: 50px 0;
  background-repeat: no-repeat no-repeat;
  background-position: bottom;
  background-size: auto auto;
}
.grey-section h4 {
  color: #34983d;
}
.grey-section .grey-bg {
  border-radius: 15px;
}
.grey-section .grey-bg .btn.transparent {
  color: #fff;
}
.grey-section .grey-bg .btn.transparent:hover {
  color: #1c1e1f;
}

.grey-bg h3,
.grey-bg p,
.grey-bg ul {
  color: #fff;
}

/*-*/
.logo-animacia {
  width: 80%;
  margin: auto;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.logo-animacia img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logo-animacia img.renovia {
  animation: fadeInOut 8s infinite;
}

.logo-animacia img.swiftbau {
  animation: fadeOutIn 8s infinite;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes fadeOutIn {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
ul.list {
  list-style-type: none;
  /* Odstráni pôvodné označenie */
  padding-left: 0;
  /* Odstráni pôvodné odsadenie */
}
ul.list li {
  padding-left: 35px;
  /* Vytvorí miesto pre obrázok */
  position: relative;
  /* Pre absolútne poziciovanie pseudo-elementu */
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}
ul.list li::before {
  content: "";
  /* Prázdny obsah pre pseudo-element */
  background-image: url("../img/green-arrow-right.svg");
  background-size: cover;
  /* Veľkosť obrázka */
  width: 34.5px;
  height: 25.4px;
  position: absolute;
  left: -15px;
  top: 12px;
  transform: translateY(-50%);
  /* Vertikálne centrovanie */
}

/*scrollbar*/
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #34983d;
  border-radius: 8px;
}

/* --- BUTTONS --- */
a.btn:hover {
  text-decoration: none !important;
}

.btn {
  position: relative;
  border-radius: 50px;
  border-width: 0;
  padding: 14px 20px;
  font-size: 1.125rem;
  font-weight: 600;
  transition: 0.6s ease;
  min-width: 165px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn img {
  margin-left: 5px;
}
.btn.green {
  color: #fff;
  background: #34983d;
}
.btn.green:hover {
  background: #fff;
  color: #1c1e1f;
}
.btn.white {
  background: #fff;
  color: #121212;
  border: 2px solid #fff;
  padding: 8px 12px 8px 20px;
  outline: 2px solid #1c1e1f;
}
.btn.white span {
  background: #121212;
  color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.375rem;
  margin-left: 10px;
  transition: 0.6s;
}
.btn.white:hover {
  color: #fff !important;
  background: #34983d;
  border: 2px solid #34983d;
}
.btn.white:hover span {
  background: #fff;
  color: #34983d;
}
.btn.black {
  background: #1c1e1f;
  color: #fff !important;
  /*display: inline;*/
}
.btn.black:hover {
  background: #34983d;
}
.btn.black.active {
  background-color: #34983d;
}
.btn.transparent {
  background: transparent;
}
.btn.transparent img {
  width: 34.5px;
  margin-left: 10px;
  transition: 0.4s;
}
.btn.transparent:hover {
  background: #fff;
}

.scroll-btn::after {
  border-radius: 6px 6px 0 0 !important;
}

.two-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.two-btns > *:nth-child(n) {
  margin-right: 20px;
  /* Add horizontal gap between items */
}

.two-btns > *:nth-child(2n) {
  margin-right: 0;
  /* Reset margin for every second item */
}

.scroll-btn {
  position: fixed;
  right: calc((100% - 1440px) / 2);
  top: 200px;
  z-index: 9;
  transform: rotate(-90deg) !important;
  transform-origin: right bottom;
  background: url(../img/btn-green-clear-bg.svg);
  color: #fff;
  font-size: 0.875rem;
  border-radius: 20px 20px 0 0;
  padding: 10px 20px;
  transition: 0.6s !important;
}

#scroll-top {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #34983d;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 45px;
  right: 10px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transform-origin: center center;
  transition: 0.6s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#scroll-top:hover {
  cursor: pointer;
  background-color: #121212;
}

#scroll-top:active {
  background-color: #555;
}

#scroll-top.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 500px) {
  #button {
    bottom: 30px;
    right: 10px;
  }
}
/* --- MAIN HEADER --- */
#main-header {
  z-index: 2;
  min-height: 550px;
}

/* --- MAIN CAROUSEL --- */
.main-carousel:hover .owl-nav .owl-prev {
  left: 25px;
}
.main-carousel:hover .owl-nav .owl-next {
  right: 25px;
}
.main-carousel .owl-stage {
  display: flex;
}
.main-carousel .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.main-carousel .item {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  min-height: 494px;
}
.main-carousel .container-fluid {
  display: flex;
  flex: 1 0 auto;
}
.main-carousel .row {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
}
.main-carousel .col-7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #1c1e1f;
  padding: 70px 5% 90px 10%;
  min-height: 100%;
}
.main-carousel .image-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0;
  min-height: 100% !important;
}
.main-carousel .image-bg .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}
.main-carousel .title {
  font-size: 1rem;
  color: #fff;
  font-weight: 600;
}
.main-carousel .video-bg {
  background: rgba(28, 30, 31, 0.6);
}
@media (max-width: 992px) {
  .main-carousel .row {
    flex-direction: column;
  }
  .main-carousel .col-7 {
    width: 100%;
    padding: 70px 5% 90px;
    position: relative;
    z-index: 2;
    background: rgba(28, 30, 31, 0.6);
    min-height: 100%;
  }
  .main-carousel .image-bg,
  .main-carousel .video-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: 0;
  }
  .main-carousel .item {
    position: relative;
  }
}
.main-carousel span.slide {
  display: inline-block;
  position: absolute;
  width: 100%;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.main-carousel span.showing {
  opacity: 1;
  transform: translateY(0);
}
.main-carousel h1,
.main-carousel .h1 {
  font-size: 3.125rem;
  font-weight: bold;
  color: #fff;
}
.main-carousel p {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

/* --- VIDEO BG ---*/
.video-bg {
  position: relative;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  background-size: cover;
}

/* --- CAROUSELS --- */
#counter,
#ikony {
  background-color: #EFEDEC;
  height: 167px;
}

.counter-carousel .work {
  text-align: center;
  font-size: 3.125rem;
  font-weight: bold;
}
.counter-carousel .work p {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}

#ikony .work p {
  font-size: 1.125rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
}
#ikony .work img {
  width: 96px;
  height: 81px;
  margin: 6px auto;
}

.realizacie-carousel .ion-ios-arrow-forward {
  background-image: url(../img/carousel-arrow-right-grey.svg);
}
.realizacie-carousel .ion-ios-arrow-back {
  background-image: url(../img/carousel-arrow-left-grey.svg);
}
.realizacie-carousel:hover .owl-nav .owl-prev {
  left: -50px !important;
}
.realizacie-carousel:hover .owl-nav .owl-next {
  right: -50px !important;
}
.realizacie-carousel .owl-carousel .owl-dots .owl-dot.active {
  background: #34983d;
}
.realizacie-carousel .owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  position: relative;
}
.realizacie-carousel .owl-carousel .owl-dots {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}
.realizacie-carousel .image-wrapper {
  width: 100%;
  height: 274px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.realizacie-carousel .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px !important;
  transition: transform 1s;
}
.realizacie-carousel .image-wrapper:hover img {
  transform: scale(1.1);
}
.realizacie-carousel a.realizacia-link {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1c1e1f;
  display: inline-block;
  display: flex;
  margin-top: 15px;
}
.realizacie-carousel a.realizacia-link img {
  width: 23px;
  margin-left: 10px;
  transition: 0.4s;
}
.realizacie-carousel a.realizacia-link:hover {
  text-decoration: none !important;
}
.realizacie-carousel a.realizacia-link:hover img {
  margin-left: 20px;
}

.obklady-carousel .ion-ios-arrow-forward {
  background-image: url(../img/carousel-arrow-right-grey.svg);
}
.obklady-carousel .ion-ios-arrow-back {
  background-image: url(../img/carousel-arrow-left-grey.svg);
}
.obklady-carousel:hover .owl-nav .owl-prev {
  left: -50px !important;
}
.obklady-carousel:hover .owl-nav .owl-next {
  right: -50px !important;
}
.obklady-carousel.owl-carousel .owl-dots .owl-dot.active {
  background: #1c1e1f;
}
.obklady-carousel.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1c1e1f;
  position: relative;
}
.obklady-carousel.owl-carousel .owl-dots {
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%);
}

/* --- SECTION IMAGE TEXT --- */
span.title {
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  display: block;
  font-weight: 500;
  padding-bottom: 8px;
}
span.title span {
  color: #34983d;
}

.col-text {
  z-index: 2;
  margin: 50px 0;
}
.col-text.right {
  position: absolute;
  right: 0;
}

.content-inside {
  border-radius: 2rem;
}
.content-inside.right {
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.16);
}
.content-inside.left {
  box-shadow: -10px 10px 0 0 rgba(0, 0, 0, 0.16);
}

*:not(.main-carousel) .image-bg {
  padding: 0 !important;
}
*:not(.main-carousel) .image-bg .image-wrapper {
  min-height: 550px;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  /* position: absolute; */
  z-index: 1;
  overflow: hidden;
  position: relative;
}
*:not(.main-carousel) .image-bg .image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}
*:not(.main-carousel) .image-bg.right {
  position: absolute;
  right: 0;
}
*:not(.main-carousel) .image-bg.left {
  position: relative;
  left: 0;
}

.sb-badge {
  width: 77px;
  height: 62px;
  z-index: 9;
}

.badge-right {
  position: absolute;
  right: 0;
  bottom: 80px;
}

.badge-left {
  position: absolute;
  left: 0;
  top: 80px;
}

.text-badge {
  background: #34983d;
  display: block;
  color: #fff;
  font-weight: 800;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  right: 0;
  padding: 20px 30px;
  border-radius: 0 0 0 30px;
}

/*-*/
.container.nova-identita {
  position: relative;
}

.vitaz-sutaze {
  position: absolute;
  background: #1c1e1f;
  padding: 0.375rem 1.875rem 0.375rem 1.375rem;
  color: #fff;
  border-radius: 0 0 25px 25px;
  right: 12%;
  display: block;
  overflow: hidden;
  /* Ensure pseudo-element is contained within the parent */
  transition: all 0.3s;
  /* Transition for text color */
  z-index: 9;
  padding: 10px 20px;
}
.vitaz-sutaze:hover {
  text-decoration: none !important;
  background: #34983d;
}
.vitaz-sutaze:hover .vitaz {
  color: #fff;
}
.vitaz-sutaze:hover .down {
  background: #1c1e1f;
}
.vitaz-sutaze span {
  display: block;
}
.vitaz-sutaze .vitaz {
  font-size: 0.6875rem;
  display: block;
}
.vitaz-sutaze .down {
  width: 24px;
  height: 24px;
  background: #34983d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vitaz-sutaze .category {
  font-size: 1.0625rem;
  margin-top: 15px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vitaz-sutaze:hover::before {
  opacity: 1;
}

/* --- CISELNY ZOZNAM --- */
.custom-list .item {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.custom-list .item .number {
  font-size: 2.5rem;
  font-weight: 600;
  color: #34983d;
  margin-right: 20px;
}
.custom-list .item .content {
  font-size: 1rem;
  color: #fff;
}

.custom-container {
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr;
  gap: 20px;
  align-items: stretch;
  max-width: 1200px;
  margin: auto;
}
.custom-container .custom-section {
  background-color: #1c1e1f;
  color: #fff;
  padding: 1.8125rem 1.625rem;
  border-radius: 35px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
  display: flex;
  flex-direction: column;
  height: 100%;
}
.custom-container .custom-section h4 {
  font-size: 1.375rem;
  color: #fff;
}
.custom-container .custom-section p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
}
.custom-container .custom-section p span {
  color: #34983d;
  font-weight: bold;
}
.custom-container .custom-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-container .custom-arrow img {
  width: 34px;
}

@media (max-width: 767px) {
  .custom-container {
    grid-template-columns: 1fr;
  }
  .custom-arrow img {
    width: 26px !important;
  }
  .custom-section {
    margin-bottom: 20px;
  }
}
/* --- O NAS --- */
.hodnoty h4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: green;
}
.hodnoty .col-md-6 > div {
  margin-bottom: 30px;
}

#manazment .image-wrapper img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.16);
}
#manazment h3 {
  font-size: 1.375rem;
  margin-bottom: -6px;
  margin-top: 14px;
}

.image-wrapper img {
  width: 100%;
  /*   border-radius: 15px; */
}

/* --- REALIZACIE --- */
.realizacie-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
  gap: 1rem;
}

.projekty .item {
  margin-bottom: 30px;
}
.projekty .item a.realizacia-link {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1c1e1f;
  display: inline-block;
  display: flex;
  justify-content: end;
  margin-top: 15px;
}
.projekty .item a.realizacia-link img {
  width: 23px;
  margin-left: 10px;
  transition: 0.4s;
}
.projekty .item a.realizacia-link:hover {
  text-decoration: none !important;
}
.projekty .image-wrapper {
  width: 100%;
  height: 274px;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-bottom: 15px;
}
.projekty .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px !important;
  transition: transform 1s;
}
.projekty .image-wrapper:hover img {
  transform: scale(1.1);
}

.table.detail-realizacie {
  width: 75%;
}
.table.detail-realizacie th, .table.detail-realizacie td {
  padding: 0.5rem 0;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table.detail-realizacie td {
  text-align: right;
}

/*gallery*/
#galeria .image-wrapper {
  position: relative;
  width: 300px;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
}
#galeria .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
#galeria .image-wrapper img:hover {
  transform: scale(1.1);
}

.scroller__inner {
  display: flex !important;
  flex-direction: row !important;
  /*flex-wrap: wrap !important;*/
  gap: 1rem;
}

.scroller__inner img {
  width: 400px !important;
}

.scroller[data-animated=true] {
  overflow: hidden;
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent) !important;
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent) !important;
}

.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content !important;
  width: max-content !important;
  flex-wrap: nowrap !important;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite !important;
}

.scroller[data-direction=right] {
  --_animation-direction: forwards;
}

.scroller[data-direction=left] {
  --_animation-direction: reverse;
}

.scroller[data-speed=fast] {
  --_animation-duration: 10s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 50s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
/* Pause animation on hover */
.scroller[data-animated=true]:hover .scroller__inner {
  animation-play-state: paused !important;
}

.alert {
  margin-bottom: 0;
  outline: 1px solid #1c1e1f;
  width: -moz-max-content;
  width: max-content;
  padding: 0 1rem;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.16);
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  animation: zobrazenie 0.6s ease-in-out 15s forwards;
}
.alert .close,
.alert .close:not(:disabled):not(.disabled):hover, .alert .close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}

@keyframes zobrazenie {
  from {
    opacity: 0;
    right: -100px;
    visibility: visible;
  }
  to {
    opacity: 1;
    right: 30px;
    visibility: visible;
  }
}
/* --- KARIERA --- */
#volne-pozicie {
  background-image: url(../img/pattern-bg.svg);
  background-size: 100%;
  background-position: bottom -65px center;
  background-repeat: no-repeat;
  padding-bottom: 150px;
}
#volne-pozicie .pozicia {
  margin-bottom: 40px;
  text-align: center;
}

/* --- VIDEO --- */
.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  /* alebo akúkoľvek inú veľkosť */
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border-radius: 30px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

iframe {
  border-radius: 30px;
}

.thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}

.play-button {
  position: absolute;
  background: none;
  border: none;
  cursor: pointer;
}

.play-button svg {
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.7));
}

.youtube-player {
  aspect-ratio: 16/9;
  width: 100%;
}

.youtube-player iframe {
  width: 100%;
  height: 100%;
}

/* --- REALIZACIE MENU --- */
#realizacie-menu .grey-bg {
  border-radius: 16px;
  box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.16);
}
#realizacie-menu .grey-bg a {
  text-transform: uppercase;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: underline !important;
  display: inline-block;
  margin: 10px 30px;
}
#realizacie-menu .grey-bg a:hover {
  color: #34983d;
}

/* --- FAQs --- */
.card {
  background-color: transparent !important;
}

.card {
  border: none;
  border-radius: 17px;
  margin-bottom: 20px;
}
.card .card-header {
  border: none;
  padding: 0;
  border-radius: 17px;
  background-color: #efedec;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.16);
}
.card .card-header h5 {
  position: relative;
  color: #121212;
}
.card .card-header h5 button {
  margin-top: 0;
  color: #1c1e1f;
  text-align: left;
  font-size: 1rem;
  font-weight: 800;
  padding: 1.4375rem 2.5rem 1.4375rem 1.5625rem;
  width: 100%;
  position: relative;
  border: none;
  justify-content: inherit;
}
.card .card-header h5 button:hover, .card .card-header h5 button:focus {
  text-decoration: none;
}
.card .card-header h5 button.btn.collapsed:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../img/accordion-plus.svg);
  background-size: cover;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translate(0, -50%);
}
.card .card-header h5 button.btn:before {
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background-image: url(../img/accordion-minus.svg);
  background-size: cover;
  position: absolute;
  right: 1.875rem;
  top: 50%;
  transform: translate(0, -50%);
}
.card .card-body {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 1.875rem 1.875rem;
  background-color: transparent !important;
  margin-top: 30px;
}
.card .card-body h6 {
  color: #34983d;
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0px 35px 20px;
}
.card .card-body li {
  font-size: 1rem;
  font-weight: 400;
}

#accordion-inside .card-header {
  background-color: #1c1e1f;
  box-shadow: none;
}
#accordion-inside .card-header button {
  color: #fff;
}

/* --- KONTAKT --- */
.kontaktne-udaje a {
  color: #fff;
}
.kontaktne-udaje a:hover {
  text-decoration: none !important;
}

/* --- MAPA --- */
#map {
  width: 100%;
  height: 500px;
}

.leaflet-tile {
  filter: grayscale(100%);
}

.leaflet-marker-icon, .leaflet-popup-content img {
  filter: none;
}

.leaflet-control-attribution {
  display: none !important;
}

/* --- SEARCH RESULT --- */
.search-result h2 {
  font-size: 1.375rem;
  line-height: 1.75rem;
}

/* --- FOOTER --- */
footer ul {
  list-style: none;
  margin-block-start: 0;
  padding: 0;
  margin-bottom: 0;
}

#pre-footer {
  padding-top: 23.5px;
  padding-bottom: 23.5px;
  background-color: #121212;
}
#pre-footer h2,
#pre-footer p {
  color: #fff;
}
#pre-footer p {
  font-size: 1.125rem;
  line-height: 1.33;
}

.footer-menu.main ul {
  list-style: none;
}
.footer-menu.main ul li a {
  color: #121212;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  position: relative;
}
.footer-menu.main ul li a:hover {
  color: #34983d;
}
.footer-menu.main ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 5.9px;
  background: #34983d;
  position: absolute;
  bottom: -5px;
}
.footer-menu.main ul li ul li a {
  font-weight: 400 !important;
}
.footer-menu.main ul li ul li a:after {
  display: none;
}

#main-footer {
  background-color: #EFEDEC;
}
#main-footer .logo {
  width: 100%;
  max-width: 200px;
}

.site-mobile-menu .site-nav-wrap .social a {
  padding: 10px !important;
}

.social-links {
  display: flex;
}
.social-links .social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: block;
  margin-right: 7px;
  background-color: #121212;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #121212;
  font-size: 1.125rem;
  color: #fff;
  line-height: 0;
}
.social-links .social a:hover {
  background-color: transparent;
  color: #121212;
  border: 2px solid #121212;
}

#end-footer {
  background-color: #121212;
  color: #fff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 0.8125rem;
  line-height: 13px;
}
#end-footer img.logo {
  margin-left: 5px;
  vertical-align: top;
}
#end-footer ul {
  display: flex;
  justify-content: flex-end;
}
#end-footer ul li {
  display: inline;
  margin-right: 20px;
}
#end-footer ul li a {
  color: #fff;
  font-size: 0.8125rem;
}
#end-footer ul li a:hover {
  text-decoration: underline !important;
}

/* --- CONTACT FORM --- */
.modal-content {
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #34983d;
}
.modal-content h5 {
  font-size: 1.625rem;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  text-transform: inherit;
  line-height: 1.14;
  color: #121212;
}
.modal-content h5 span {
  color: #34983d;
  display: block;
}
.modal-content p {
  text-align: left;
  font-weight: 600;
  color: #121212;
}
.modal-content p a {
  color: #121212;
  text-decoration: underline !important;
}
.modal-content .modal-header {
  border-bottom: none;
}
.modal-content .btn-close {
  background-color: transparent;
  border: none;
  position: absolute;
  right: 2%;
  z-index: 9;
  transition: 0.7s;
  /*&:hover {
      transform: rotate(180deg);
  }*/
}
.modal-content form label {
  width: 100%;
}
.modal-content form input:not([type=checkbox]),
.modal-content form textarea {
  width: 100%;
  padding: 15px 10px;
  color: #121212;
  font-size: 0.875rem;
  border-radius: 10px;
  border: 1px solid rgba(52, 152, 61, 0.5);
}

.recaptcha-text,
.suhlas {
  font-size: 0.875rem;
}

form input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1px solid #34983d;
  border-radius: 3px;
  /* Môžete pridať zaoblenie, ak chcete */
  outline: none;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  margin-right: 5px;
}
form input[type=checkbox]:checked {
  background-color: #34983d;
}
form input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-submit {
  width: initial !important;
  text-align: center;
  border-radius: 0 !important;
  position: relative;
  left: 50%;
  top: 20px;
  transform: translate(-50%);
  padding: 12px 35px !important;
}

/* --- MEDIA SCREEN --- */
@media (max-width: 1440px) {
  .scroll-btn {
    right: 0 !important;
  }
  #scroll-top {
    right: 10px !important;
  }
}
@media (max-width: 1350px) {
  .container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .main-carousel .col-7 {
    padding: 70px 5% 90px 5%;
  }
  .vitaz-sutaze {
    right: 7%;
  }
}
@media (max-width: 992px) {
  .container {
    padding: 0 5%;
  }
  #main-header {
    min-height: 400px;
  }
  .is-sticky header {
    height: 65px;
    position: absolute;
  }
  .is-sticky header .swiftbau-logo {
    height: 30px;
    width: auto;
  }
  .owl-carousel .owl-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    transform: translate(-50%);
    bottom: 10px;
  }
  .vitaz-sutaze {
    right: 4%;
  }
  .table.detail-realizacie {
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* bg image text */
  .main-carousel .col-7 {
    padding: 30px 5% 50px;
  }
  .badge-right {
    bottom: 30px;
    right: 15px;
  }
  .badge-left {
    top: 30px;
    left: 15px;
  }
  .col-text {
    margin: 25px 0;
  }
  .col-text.right {
    position: relative;
  }
  .col-text.left {
    position: relative;
  }
  /*-*/
  .btn.white {
    padding: 10px 20px;
  }
  .grey-bg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .grey-bg.more-padding {
    padding: 2rem 1.3rem !important;
  }
  .grey-section {
    padding: 20px 0 50px;
    background-size: auto 200px;
  }
  .logo-animacia {
    height: 100px;
  }
  #map {
    width: 100%;
    height: 300px;
  }
  .col-md-6.image-bg {
    padding: 15px !important;
  }
  .col-md-6.image-bg .image-wrapper {
    min-height: 400px !important;
  }
  .image-bg.right {
    position: relative !important;
    right: 0;
  }
  .main-carousel .image-bg {
    padding: 0 !important;
  }
}
@media (max-width: 576px) {
  .col-md-6.image-bg .image-wrapper {
    min-height: 375px !important;
  }
  #end-footer ul {
    display: flex;
    flex-direction: column;
  }
  #end-footer ul li a {
    line-height: 1.3;
  }
  .scroll-btn {
    font-size: 0.75rem;
    border-radius: 10px 10px 0 0;
    padding: 6px 10px;
    display: none;
  }
  #scroll-top {
    right: 15px !important;
  }
  .site-mobile-menu {
    width: 100%;
  }
  .card h5 button {
    padding: 1.875rem 5rem 1.875rem 1.875rem !important;
    font-size: 1.125rem;
  }
  small {
    line-height: 1rem;
  }
}/*# sourceMappingURL=style.css.map */