html {
  font-family: "Inter", sans-serif;
}

.global-padding {
  padding: 0 5%;
}

.global-section-spacing {
  margin: 200px 0;
}

a {
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  color: white;
  text-decoration: none;
  font-size: 0.7vw;
  line-height: 150%;
}
a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 10px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #7FBCE8;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after {
  width: 100%;
  left: 0;
}
a:hover {
  color: #7FBCE8;
}
@media screen and (max-height: 300px) {
  a ul {
    margin-top: 40px;
  }
}
a.no-underline {
  padding: 0;
}
a.no-underline::after {
  display: none;
}

p {
  font-size: 0.8vw;
  line-height: 150%;
  margin: 0;
}

h1 {
  font-size: 3vw;
  line-height: 100%;
  font-weight: 300;
  margin: 0;
}
h1 span {
  color: #1166A3;
}

h2 {
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
  margin: 0;
}

h3 {
  text-transform: uppercase;
  font-size: 0.8vw;
}

.btn {
  text-transform: uppercase;
  cursor: pointer;
  font-size: 24px;
  padding: 20px 40px;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  transition: 0.4s all;
  width: -moz-fit-content;
  width: fit-content;
}
.btn.primary-btn {
  background-color: #1166A3;
  color: white;
}
.btn.primary-btn:hover {
  background-color: #7FBCE8;
  transition: 0.4s all;
}
.btn.secundary-btn:hover {
  background-color: #d2d2d2;
}

.title {
  width: 40vw;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}

.top-bar {
  color: white;
  background: black;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .top-bar-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.top-bar .top-bar-left > a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.top-bar .top-bar-left > a p {
  font-size: 0.8vw;
  line-height: 150%;
}
.top-bar .lang-wrapper {
  text-align: center;
}
.top-bar .lang-wrapper .fa-solid {
  margin-right: 10px;
}
.top-bar .lang-wrapper .sl-nav {
  display: inline;
}
.top-bar .lang-wrapper .sl-nav li {
  padding: 4px 0;
}
.top-bar .lang-wrapper .sl-nav .sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.top-bar .lang-wrapper .sl-nav .flag-cro {
  background: url(https://flagpedia.net/data/flags/w580/hr.webp);
  background-size: cover;
  background-position: center center;
}
.top-bar .lang-wrapper .sl-nav .flag-usa {
  background-size: cover;
  background-position: center center;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=");
}
.top-bar .lang-wrapper .sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.top-bar .lang-wrapper .sl-nav ul li {
  cursor: pointer;
}
.top-bar .lang-wrapper .sl-nav ul li a {
  color: black;
}
.top-bar .lang-wrapper .sl-nav ul li ul {
  display: none;
}
.top-bar .lang-wrapper .sl-nav ul li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.top-bar .lang-wrapper .sl-nav ul li ul li:last-of-type {
  padding-bottom: 15px;
}
.top-bar .lang-wrapper .sl-nav ul li ul li span {
  padding-left: 5px;
}
.top-bar .lang-wrapper .sl-nav ul li ul li span:hover {
  color: #146c78;
}
.top-bar .lang-wrapper .sl-nav ul li ul li span.active {
  color: #146c78;
}
.top-bar .lang-wrapper .sl-nav ul li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 200px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}
.top-bar .lang-wrapper .sl-nav ul li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -9px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}
.top-bar .lang-wrapper .sl-nav ul li:hover .triangle:after {
  content: "";
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.hidden {
  display: none !important;
}

header {
  background-image: url(img/hero-bg.jpg);
  height: 80vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .hero-content {
  height: 100%;
  display: flex;
  align-items: self-end;
}
header .hero-content .hero-content-inner {
  height: -moz-fit-content;
  height: fit-content;
  color: white;
  background: black;
  width: 40vw;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
header .hero-content .hero-content-inner .hero-content-buttons {
  display: flex;
  gap: 15px;
}
header.inner-page {
  height: 40vh;
}
header.inner-page .hero-content {
  position: relative;
  display: flex;
  height: calc(100% - 135px);
  align-items: center;
}
header.inner-page .hero-content .hero-content-inner {
  width: auto !important;
}

.nav-logo img {
  height: 80px;
  padding: 10px 0;
}

nav {
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav .nav-main {
  display: flex;
  gap: 30px;
}
nav .active {
  font-weight: 900;
}

.all-products {
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.products {
  margin-top: 330px;
}
.products .btn {
  margin-top: 30px;
}
.products .products-cards-row {
  display: flex;
  gap: 20px;
}
.products .products-cards-row .products-cards-card {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1/1.5;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.products .products-cards-row .products-cards-card h2 {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.products .products-cards-row .products-cards-card.contruction {
  background-image: url(img/contruction-bg.jpg);
}
.products .products-cards-row .products-cards-card.cleaning-tools {
  background-image: url(img/clean-bg.png);
}
.products .products-cards-row .products-cards-card.work-tools {
  background-image: url(img/tools-bg.jpg);
}
.products .products-cards-row .products-cards-card.garden {
  background-image: url(img/garden-bg.jpg);
}
.products .products-cards-row .products-cards-card .products-cards-links {
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  transition: opacity 0.4s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.products .products-cards-row .products-cards-card .products-cards-links p {
  padding: 10px 20px;
}
.products .products-cards-row .products-cards-card:hover .products-cards-links {
  opacity: 1;
  height: auto;
  transition: opacity 0.4s ease-out;
}

.services .services-cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services .services-cards .service-card {
  display: flex;
  height: 500px;
  padding: 0;
}
.services .services-cards .service-card::after {
  display: none;
}
.services .services-cards .service-card .service-card-content {
  width: 60%;
  background-color: #F4F4F4;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.services .services-cards .service-card .service-card-content h2, .services .services-cards .service-card .service-card-content p {
  color: black;
}
.services .services-cards .service-card .service-card-img {
  width: 100%;
}
.services .services-cards .service-card .service-card-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: -webkit-fill-available;
}
.services .services-cards .service-card:hover .p-link {
  color: #7FBCE8;
}

.cta {
  background-color: #1166A3;
  padding: 125px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cta h1 {
  font-weight: 700;
  color: white;
}
.cta p {
  color: white;
}
.cta:before {
  content: "";
  z-index: -1;
  background-image: url(img/cta-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.45;
  filter: grayscale(100%);
}
.cta .btn {
  margin-top: 50px;
}

.services-content-outer {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.services-content-outer .services-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-content-outer .services-content img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-form form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-form form > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-form form input {
  height: 30px;
  padding: 5px;
}
.contact-form form textarea {
  height: 150px;
  padding: 5px;
}
.contact-form form label, .contact-form form input, .contact-form form textarea {
  font-size: 20px;
}

footer {
  padding: 125px 5% 0 5%;
  background: black;
  color: white;
  z-index: 5;
  position: relative;
}
footer .footer-content {
  display: flex;
  gap: 100px;
}
footer .footer-content img {
  margin-bottom: 20px;
}
footer .footer-content span {
  font-weight: 700;
}
footer .footer-content-column {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .footer-content-column a {
  padding: 5px 0;
}
footer .footer-content-column.contact a {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .footer-content-column.contact a p {
  font-size: 0.7vw;
  line-height: 150%;
}
footer .footer-bottom {
  padding: 125px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .footer-bottom p, footer .footer-bottom a {
  font-size: 0.5vw;
  line-height: 100%;
}

.main-content {
  display: flex;
  gap: 100px;
}
.main-content .main-content-column {
  width: calc(100% - 100px);
}

.cookieConsentContainer {
  z-index: 999;
  width: 350px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 30px 30px 30px 30px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 30px;
  right: 30px;
  display: none;
}
.cookieConsentContainer .cookieTitle a {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  display: block;
  padding: 0;
}
.cookieConsentContainer .cookieTitle a::after {
  display: none;
}
.cookieConsentContainer .cookieDesc p {
  margin: 0;
  padding: 0;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px;
}
.cookieConsentContainer .cookieDesc a {
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  padding: 0;
  text-decoration: underline;
}
.cookieConsentContainer .cookieDesc a::after {
  display: none;
}
.cookieConsentContainer .cookieButton a {
  display: inline-block;
  font-family: OpenSans, arial, "sans-serif";
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #1166A3;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover {
  cursor: pointer;
  background: #7FBCE8;
}
.cookieConsentContainer .cookieButton a::after {
  display: none;
}

@media (max-width: 980px) {
  .cookieConsentContainer {
    bottom: 0px !important;
    left: 0px !important;
    width: 100% !important;
  }
}
.products-grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.filter {
  width: 100%;
  background-color: #000000;
  padding: 30px;
  color: white;
  height: -moz-fit-content;
  height: fit-content;
}
.filter.fixed {
  position: fixed;
  width: 21.15vw !important;
  top: 0;
}
.filter .products-cards-links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
.filter h2:not(:first-child) {
  margin-top: 50px;
}

.products-content h2 {
  margin-bottom: 30px;
}
.products-content .product-category {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.products-content .products-cards {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
.products-content .products-cards .product-card {
  background: black;
  color: white;
  width: calc(36.5% - 60px);
}
.products-content .products-cards .product-card img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.products-content .products-cards .product-card h3 {
  padding: 0 15px;
}
.products-content .products-cards .product-card p {
  padding: 0 15px 15px 15px;
}

@media screen and (max-width: 1500px) {
  .nav-main {
    gap: 10px !important;
  }
  .nav-main a {
    font-size: 16px;
    padding: 10px 10px;
  }
  .top-bar a, .top-bar p {
    font-size: 16px !important;
  }
  p, a {
    font-size: 16px !important;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 14px;
  }
  .btn {
    font-size: 14px;
  }
  .filter .products-cards-links {
    margin-top: 15px;
  }
  .filter .products-cards-links a {
    padding: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .products-cards .product-card {
    width: calc(50% - 60px) !important;
  }
  .products-cards .product-card:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-bar-left {
    gap: 10px !important;
  }
  .top-bar-left a {
    padding: 10px 5px;
  }
  .title {
    width: 100%;
  }
  .hero-content-inner {
    width: 90% !important;
  }
  h1 {
    font-size: 50px;
  }
  p {
    font-size: 18px;
  }
  .btn {
    font-size: 16px;
  }
  .products-cards .products-cards-row {
    flex-direction: column;
  }
  .products-cards .product-card {
    flex: none;
    aspect-ratio: 5/1.5;
    width: 100% !important;
  }
  .services-cards .service-card {
    flex-direction: column;
    height: auto !important;
  }
  .services-cards .service-card .service-card-content {
    width: auto !important;
  }
  .services-cards .service-card .service-card-img img {
    max-height: 300px;
  }
  .contact-form-outer {
    flex-direction: column;
  }
  .footer-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-content .footer-content-column {
    align-items: center;
  }
  .product-category .products-cards {
    flex-direction: column;
  }
  .product-category .products-cards img {
    aspect-ratio: 1/0.5 !important;
  }
  .products-grid {
    grid-template-columns: 0 1fr;
    gap: 0;
  }
  .products-grid .filter {
    display: none;
  }
}
@media screen and (max-width: 560px) {
  .global-padding {
    padding: 0 3%;
  }
  .top-bar-left p {
    display: none;
  }
  .nav-main {
    gap: 0 !important;
  }
  header {
    height: 50vh;
    width: 100vw;
  }
  .hero-content {
    top: 40vh;
    padding: 0;
  }
  .hero-content.internal-page {
    position: absolute;
    display: block;
    top: 0;
    padding: 0 3%;
  }
  .global-section-spacing {
    margin: 100px 0;
  }
  .products {
    margin-top: 350px;
  }
  .products-cards .products-cards-card {
    aspect-ratio: 2/1 !important;
  }
}/*# sourceMappingURL=style.css.map */