@charset "UTF-8";

/*--------------------------------------------------------------
# Custom style
--------------------------------------------------------------*/
.grecaptcha-badge { 
  visibility: hidden;
}

/* Odstrániť defaultnú Bootstrap šípku */
.navmenu .dropdown-toggle::after {
    display: none !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.hero {
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero .info {
  position: relative;
  inset: 0;
  z-index: 3;
  padding: 140px 0 60px 0;
}

@media (max-width: 768px),
(max-height: 480px) {
  .hero .info {
    padding: 100px 50px 60px 50px;
  }
}

.hero .info h2 {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: 56px;
  font-weight: 700;
  position: relative;
}

.hero .info h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 4px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .hero .info h2 {
    font-size: 36px;
  }
}

.hero .info p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  font-size: 18px;
}

.hero .info .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
}

.hero .info .btn-get-started:hover {
  background: var(--surface-color);
  color: var(--accent-color);
}

.hero .carousel {
  inset: 0;
  position: absolute;
  overflow: hidden;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  transition-duration: 0.4s;
}

.hero .carousel-item img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero .carousel-item::before {
  content: "";
  background-color: color-mix(in srgb, var(--background-color), transparent 30%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .carousel-control-prev {
  justify-content: start;
}

@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}

.hero .carousel-control-next {
  justify-content: end;
}

@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}

.hero .carousel-control-next-icon,
.hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: color-mix(in srgb, var(--default-color), transparent 80%);
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero .carousel-control-prev,
.hero .carousel-control-next {
  z-index: 3;
  transition: 0.3s;
}

.hero .carousel-control-prev:focus,
.hero .carousel-control-next:focus {
  opacity: 0.5;
}

.hero .carousel-control-prev:hover,
.hero .carousel-control-next:hover {
  opacity: 0.9;
}

.header .header-social-links a {
  color: color-mix(in srgb, var(--accent-color), transparent 0%);
  padding-left: 6px;
  display: inline-block;
  transition: 0.3s;
  font-size: 24px;
}

.header .header-social-links a:hover {
  color: var(--accent-color);
}

.header .header-social-links a i {
  line-height: 0px;
}


  .cat_circle {
  background: rgba(255, 255, 255, .0);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.cat_circle img {
  width: 80%;
  height: auto;
}


.header .logo img {max-height: 56px;}
.cta-buttons .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding:0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 50px;
  transition:all 0.3s ease;
}

.cta-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

.navbar-nav .menu-item .current_page_item {  }
.navmenu .current_page_item a:before, .navmenu .current-menu-parent a:before {
    visibility: visible;
    width: 100%;
  }

.navmenu .current_page_item a, .navmenu .current-menu-parent a {
    color: var(--nav-hover-color);
  }

.properties-list .card {border-radius: 10px !important;}

.propery-info .col:nth-child(2) {border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF; }
.propery-values .col:nth-child(2) {border-left:1px solid #FFFFFF;border-right:1px solid #FFFFFF; }
/*.category-postst .post-category {
  font-size: 16px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}*/

.product-list-2 .product-image {
  height: 250px;
}

.product-list-2 .product-image img {
  width: 100%;
  height: auto !important;
  object-fit: contain; 
  transition: transform 0.5s ease;
}
.category-postst .post-img {width:100%;max-height:auto !important;margin: 0px 0px 15px 0px;display:flex;justify-content:center;}
.category-postst .post-img img {width:80%;margin: 0 auto;}

.category-postst .post-category {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--default-color);
  padding: 4px 20px;
  border: 2px solid var(--accent-color);
  border-radius: 50px;
  margin-bottom: 10px;
}
.features-4 .feature-box {border-radius: 0.5rem;}

/*.ecommerce-product-details .product-info-card .product-price-stock .price-container {width: 100%;}*/

.tags-widget ul a {
  background-color: color-mix(in srgb, var(--default-color), transparent 94%);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  border-radius: 50px;
  font-size: 14px;
  padding: 5px 15px;
  margin: 0 6px 8px 0;
  display: inline-block;
  transition: 0.3s;
}

.tags-widget ul a:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.tags-widget ul a.active { background-color: color-mix(in srgb, var(--accent-color), transparent 0%);
color: #ffffff;text-decoration:none;
 }

.product-list-2 .product-item {
  transition: transform 0.3s ease;
  height: auto;
}

.product-list-2 .product-card {
  background-color: var(--surface-color);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  /*padding: 30px;*/
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.product-list-2 .product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}


.clients .swiper-slide {
    width:180px !important;
}

.clients .swiper-slide img {
    width:100% !important;
}



.cta-buttons .btn.btn-primary {
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
  padding:0.75rem 1.5rem;
  font-weight: 500;
  border-radius: 50px;
  transition:all 0.3s ease;
}

.cta-buttons .btn.btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  border-color: color-mix(in srgb, var(--accent-color), transparent 15%);
  transform: translateY(-2px);
}

.footer .footer-about .logo {
  line-height: 1;
  margin-bottom: 5px;
}
.footer .footer-about .logo img {
  max-height: 60px;
  margin-right: 6px;
  margin-left: -10px;
}
#filter-form {display:flex;flex-direction:row;justify-content: space-between;}

#filter-form > .widget-item {
  width: 48%;
}

@media (max-width: 767.98px) {
  .header .logo img {max-height: 40px;}
  .header .header-social-links {display:none;}
  .cat_circle img { width: 50%;height: auto; }
  .hero {min-height: 50vh;height: 50vh;}
  .hero .carousel {min-height: 50vh;}
  .hero .carousel-item {min-height: 50vh;}
  .hero .carousel-item video {width: 180vw;}
  .hero .info h2 {font-size: 1.2em;}
  .section-title div {font-size: 24px;}
  #filter-form {display:flex;flex-direction:column;}
  #filter-form > .widget-item {width: 100% !important;}

}