/*
	Theme Name: Turfgrass
	Author: Magićmarinac d.o.o.
	Author URI: http://www.magicmarinac.hr/
	Description: Theme for Turfgrass Pro care
	Version: 1.0.1
*/

/* Default */

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-VariableFont_opsz\,wght.woff2') format('woff2');
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  font-optical-sizing: auto;
}

@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Italic-VariableFont_opsz\,wght.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: italic;
  font-display: swap;
  font-optical-sizing: auto;
}

:focus {
  outline: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  text-shadow: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: none;
}

@media (min-width: 2048px) {
  html {
    font-size: 0.78125vw;
  }
}

/*define color and spacing variable*/

:root {
  --white: #FFFFFF;
  --black: #252525;
  --green: #03873D;
  --orange: #3C2415;
  --dark-green: #155A39;


  /* --spacing-xxs: 8px;
	--spacing-xs: 16PX;
	--spacing-sm: 32px;
	--spacing-md: 64px;
	--spacing-lg: 128px;
	--spacing-xl: 224px; */

  --spacing-xxs: clamp(0.25rem, 0.1893rem + 0.2589vw, 0.5rem);
  --spacing-xs: clamp(0.5rem, 0.3786rem + 0.5178vw, 1rem);
  --spacing-sm: clamp(1rem, 0.7573rem + 1.0356vw, 2rem);
  --spacing-md: clamp(2rem, 1.5146rem + 2.0712vw, 4rem);
  --spacing-lg: clamp(4rem, 3.0291rem + 4.1424vw, 8rem);
  --spacing-xl: clamp(8rem, 6.5437rem + 6.2136vw, 14rem);

  --block-border-radius-xl: clamp(1rem, 0.923rem + 0.327vw, 1.25rem);
  --block-border-radius-sm: clamp(0.375rem, 0.298rem + 0.327vw, 0.625rem);
}

body {
  margin: 0;
  background-color: #F4F9F5;
  color: #3C2415;
  font-family: "DM Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: left;
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.as-h1,
.as-h2,
.as-h3,
.as-h4,
.as-h5,
.as-h6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  font-weight: 500;
}

h1,
.as-h1 {
  font-size: clamp(3.25rem, 1.821rem + 3.81vw, 5.25rem);
  line-height: 0.9;
  letter-spacing: -0.1rem;
  word-spacing: -0.05rem;
  padding-top: clamp(2rem, -0.857rem + 7.619vw, 6rem);
  padding-bottom: 1rem;
  font-weight: 500;
}

h2,
.as-h2 {
  font-size: clamp(1.75rem, 1.375rem + 1vw, 2.275rem);
  padding-top: 2rem;
  padding-bottom: 1rem;
}

h3,
.as-h3 {
  font-size: clamp(1.5rem, 1.232rem + 0.714vw, 1.875rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h4,
.as-h4 {
  font-size: clamp(1.125rem, 1rem + 0.5333vw, 1.5rem);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

h5,
.as-h5 {
  font-size: clamp(1rem, 0.9583rem + 0.1778vw, 1.125rem);
  line-height: 1.375;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 1.5rem;
  font-size: clamp(1.0625rem, 1.0102rem + 0.2326vw, 1.25rem);
}

small,
.small {
  font-size: 0.875rem;
  padding-bottom: 1rem;
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

blockquote {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

ul {
  list-style-type: none;
  margin: 0;
}

ul li::before {
  content: '\2014';
  color: #009444;
  display: inline-block;
  width: 1.3em;
  margin-left: -2.3rem;
  font-size: 1.2rem;
}

ol {
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}

strong,
b {
  font-weight: 600;
}

sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

img,
svg {
  vertical-align: middle;
}

iframe {
  border: 0;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/*!
   * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
   * Copyright 2011-2024 The Bootstrap Authors
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
.container,
.container-fluid {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 83.3333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 91.66%;
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }
}

@media (min-width: 768px) {
  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }
}

@media (min-width: 992px) {
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
}

@media (min-width: 1200px) {
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
}

@media (min-width: 1400px) {
  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }
}

.m-0 {
  margin: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-2 {
  margin-top: 2rem;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.p-0 {
  padding: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pl-0 {
  padding-left: 0;
}

.pr-0 {
  padding-right: 0;
}

#curtain-container {
  position: fixed;
  /* Make the container fixed */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Cover the entire screen */
  display: flex;
  z-index: 1000;
  /* Ensure it is above other content */
  pointer-events: none;
  /* Allow interaction with content below */
}

#curtain-container::before,
#curtain-container::after {
  display: none;
}

.pillar {
  flex: 1;
  background-color: var(--green);
  height: 100%;
  /* Ensure pillars cover the full height */
  transform: translate3d(0, 0, 0);
  will-change: transform;
  position: relative;
  z-index: 1;
  /* Keep pillars under the nav */
  opacity: 1 !important;
}

.pillar.nav-animation {
  background-color: #F4F9F5;
  transform: translateY(0);
}

.pillar.initial {
  background-color: var(--green);
  transform: translateY(100%);
}

#content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  z-index: 1;
  position: relative;
}

.vertical-mask {
  position: fixed;
  inset: 0;
  z-index: -111;
  pointer-events: none;
  mask-image: linear-gradient(to right, black 0%, black 97%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, black 0%, black 97%, transparent 100%);
}

.vertical-lines {
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(to right,
      transparent,
      transparent calc(100% / 3 - 1px),
      rgba(0, 159, 60, 0.16) calc(100% / 3 - 1px),
      rgba(0, 159, 60, 0.16) calc(100% / 3));
}

@media (min-width: 1200px) {
  .vertical-lines {
    background-image: linear-gradient(to right, rgba(0, 159, 60, 0.16) 1px, transparent 1px);
    background-size: calc(100% / 6) 100%;
    background-repeat: repeat-x;
    width: 100%;
    height: 100%;
  }
}

.test {
  position: relative;
  z-index: 2;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  z-index: 10;
}

.brand img:first-of-type {
  width: 10rem;
  height: auto;
}

nav {
  position: relative;
  width: 100%;
  padding: 1.5rem, 0;
  z-index: 20;
  text-transform: uppercase;
}

nav ul li::before {
  content: none;
}

nav>.container-fluid {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav>.container-fluid .hamburger {
  position: relative;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  width: 2rem;
  height: 0.7rem;
  z-index: 10;
}

nav>.container-fluid .hamburger::before,
nav>.container-fluid .hamburger::after {
  content: "";
  display: block;
  width: 2rem;
  height: 0.125rem;
  background-color: #252525;
  position: absolute;
  transition: all 0.3s ease-in-out;
}

nav>.container-fluid .hamburger::before {
  top: 0;
}

nav>.container-fluid .hamburger::after {
  bottom: 0;
}

nav>.container-fluid .nav__link-wrapper {
  opacity: 0;
  position: fixed;
  pointer-events: none;
  width: 0;
  height: 100vh;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
}

.nav__link-wrapper {
  margin-right: 16.6667%
}

@media (min-width: 1200px) {
  nav>.container-fluid .hamburger {
    display: none;
  }

  .brand img:first-of-type {
    width: 12rem;
  }

  nav>.container-fluid .nav__link-wrapper {
    opacity: 1;
    pointer-events: all;
    height: auto;
    width: auto;
    position: initial;
    background-color: transparent;
    overflow-y: initial;
  }
}

nav {
  padding: 1.25rem 0rem;
}

.nav-is-open nav .nav__link-wrapper {
  width: 100%;
  opacity: 1;
  pointer-events: all;
}

.nav-is-open nav .nav__link-wrapper .container-fluid .nav-link {
  padding-left: 0;
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
  text-decoration: none;
}

.nav-is-open nav .hamburger .hamburger-inner {
  width: 0;
}

.nav-is-open nav .hamburger::before {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
}

.nav-is-open nav .hamburger::after {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
}

@media (min-width: 1200px) {
  .nav-is-open nav .nav__link-wrapper {
    width: auto;
  }
}

.nav-link {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: 8rem;
}

.nav-link li a {
  white-space: nowrap;
  text-decoration: none;
  color: var(--dark-green);
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav-link li a:hover {
  color: #006838;
  opacity: 0.5;
}

.nav-link li.active a,
.nav-link li.current-menu-item a {
  color: #006838;
  opacity: 0.5;
}

.nav-link li a:hover::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link li.current-menu-item a::after {
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.nav-link li {
  margin-bottom: 1.8rem;
}

.nav-link li:first-child {
  margin-top: 1.8rem;
}

@media (min-width: 1200px) {
  .nav-link {
    display: flex;
    margin-top: 0;
    /* gap: clamp(1rem, -0.019rem + 4.35vw, 5.2rem); */
    /* gap: clamp(1rem, -8.3333rem + 12.4444vw, 4.5rem); */
    gap: clamp(1rem, -11.5rem + 16.6667vw, 3.5rem);
  }

  .nav-link li {
    margin-bottom: 0;
  }

  .nav-link li:first-child {
    margin-top: 0;
  }

  .nav-link li a {
    font-size: clamp(0.875rem, 0.5417rem + 0.4444vw, 1rem);
  }
}

.nav__link--dropdown__title {
  cursor: pointer;
  /*   display: inline-block;
 */
  display: flex;
  position: relative;
  z-index: 5;
  font-weight: 500;
  color: var(--dark-green);
}

.nav__link--dropdown__title .nav-plus {
  display: flex;
  align-items: center;
}

/* Dropdown menu animation: smooth height and opacity from 0 to open, closes from bottom to top */

.nav__link--dropdown:focus-within>.nav__dropdown-menu {
  pointer-events: auto;
  height: 15em;
  padding: 2rem 0;
  opacity: 1;
}

/* Mobile styles for dropdown */
.nav__dropdown-menu li a {
  color: var(--dark-green);
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.2rem;
  white-space: nowrap;
  text-decoration: none;
  transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.nav__dropdown-menu li a:hover,
.nav__dropdown-menu li a:focus {
  color: #006838;
  opacity: 0.5;
}

.nav__dropdown-menu li.active a,
.nav__dropdown-menu li.current-menu-item a {
  color: #006838;
  opacity: 0.5;
}

.nav__dropdown-menu .nav-social a {
  opacity: 1 !important;
}

nav .nav-social {
  display: none;
}

.nav-link a {
  display: block;
  width: 100%;
}

@media (min-width: 1200px) {
  nav .nav-social {
    display: flex;
  }

  .nav__link--dropdown:hover>.nav__dropdown-menu {
    pointer-events: auto;
    height: 15em;
    padding: 2rem 0;
    opacity: 1;
  }

  .nav-link a {
    display: flex;
    justify-content: flex-end;
    gap: 2rem;
    width: auto;
  }
}

.nav__dropdown-menu {
  position: static;
  width: 100%;
  left: 0;
  top: auto;
  min-width: 0;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
  height: 0;
  padding: 0;
  overflow: hidden;
  transition: height 0.4s ease-in-out, padding 0.4s ease-in-out, opacity 0.2s ease-in-out;
  z-index: 1;
  text-transform: none;
}

.nav__link--dropdown.open>.nav__dropdown-menu {
  height: 11rem;
  /* padding: 1rem 0; */
  opacity: 1;
}

.nav__dropdown-inner {
  margin: 0;
}

.travne-smjese-section1 .img11 {
  height: 40rem;
  object-fit: contain;
}

@media (min-width: 1200px) {

  .travne-smjese-section1 .img11 {
    height: auto;
  }

  .nav__dropdown-menu li a {
    font-size: 3.625rem;
  }

  .nav__dropdown-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    min-width: 220px;
    background: #E9F0EB;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    opacity: 0;
    pointer-events: none;
    height: 0;
    overflow: hidden;
    transition:
      height 0.4s ease-in-out,
      padding 0.4s ease-in-out,
      opacity 0.5s ease-in-out;
    z-index: 2;
    padding: 0 0;
  }

  .nav__dropdown-inner {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 3rem;
    margin-top: 7rem;
    margin-right: 16.6667%;
    margin-left: 16.66666667%;
    padding-bottom: 5rem;
  }

  .nav__dropdown-img {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 2rem;
    position: relative;
    height: 27rem;
    overflow: hidden;
  }

  .nav__dropdown-img img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s, transform 0.4s;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    max-width: 20rem;
  }

  .nav__dropdown-img img[style*="display: block"] {
    display: block;
    opacity: 1;
    position: relative;
    z-index: 2;
    animation: dropdownImgIn 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  @keyframes dropdownImgIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav__dropdown-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }
}

.brand img {
  margin-bottom: 0;
}

.brand {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  z-index: 10;
}

body {
  opacity: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  display: inline-block;
  background-color: var(--green);
  padding: var(--spacing-xs) 0;
  border-radius: 0.375rem;
  color: var(--white);
  width: 100%;
  text-align: center;
  font-weight: 500;
  transition: background-color 0.3s ease-in-out;
}

.btn-pag {
  display: inline-flex;
  width: initial;
  padding: 0.8rem 1rem;
  line-height: 1;
  border-radius: 0.75rem;
  margin: 0 0.313rem;
}

.btn:hover {
  background-color: #039644;

}

.section1 h1 {
  color: var(--orange);
}

.box1 {
  background-image: url('../images/turfgrass2.webp');
}

.box2 {
  background-image: url('../images/turfgrass1.webp');
}

.box3 {
  background-image: url('../images/turfgrass3.webp');
}

.section-box h2 {
  position: absolute;
  top: 2.5rem;
  left: 2rem;
  margin: 0;
}

.section-box .plus {
  position: absolute;
  bottom: 0;
  right: 0;
}

a .section-box {
  position: relative;
  display: block;
  height: 34rem;
  background-size: cover;
  background-position: center;
  color: var(--white);
  overflow: hidden;
  text-decoration: none;
}

@media(min-width: 500px) {
  a .section-box {
    height: 43.75rem;
  }
}

a .section-box:hover .plus img {
  transform: rotate(135deg);
}

a .section-box img,
a .section-box .plus img {
  transition: transform 0.3s ease-in-out;
}

a .section-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.8s ease;
  z-index: 0;
}

a .section-box:hover::before {
  transform: scale(1.05);
}

.box1::after,
.box2::after,
.box3::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  /* Black overlay with 0.2 opacity */
  z-index: 0;
}

.box1::before {
  background-image: url('../images/turfgrass2.jpg');
}

.box2::before {
  background-image: url('../images/turfgrass1.jpg');
}

.box3::before {
  background-image: url('../images/turfgrass3.jpg');
}

.box1:hover::before,
.box2:hover::before,
.box3:hover::before {
  transform: scale(1.07);
}

section {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  section {
    padding: 3rem 0;
  } 
}

.section1 a {
  margin-top: 2.875rem;
}

.section2.front {
  padding-top: 0;
} 

.section2 h2 {
  z-index: 1;
}

.plus {
  z-index: 1;
}

.section3-img-container,
.section3-img-container2 {
  position: relative;
}

.section3-img-container {
  padding-bottom: 3rem;
}

.section3-content-container {
  top: 50%;
  left: 50%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.padding1 {
  padding-top: 4.44rem;
  padding-bottom: 5rem;
}

.section4-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1200px) {
  .section3-content-container {
    position: absolute;
    transform: translate(-50%, -50%);
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: 0;
  }

  .padding1 {
    padding-bottom: 8.7rem;
  }

  .section4-text {
    align-items: center;
    flex-direction: row;
    gap: 7rem;
  }

}

.section4-text h2 {
  white-space: nowrap;
}

.padding2 {
  padding: 0 0 5.563rem;
}

.padding3 p {
  padding-top: 4rem;
}

.section4-container {
  background: linear-gradient(to top, #155A39 0%, #39B54A 100%);
}

/* Prevent horizontal scrolling for section 4 on small screens */
.section4-container {
  max-width: 100%;
  overflow-x: hidden;

}

@media (max-width: 420px) {
  .section4-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.section6-phone {
  font-size: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
}

.footer {
  padding: 5rem 0;
}

.footer-btn {
  background-color: var(--dark-green);
  color: var(--white);
  display: inline-block;
  padding: var(--spacing-xs) 0;
  border-radius: 0.375rem;
  width: 100%;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
  font-size: 1.25rem;
}

.footer-btn:hover {
  background-color: #1b7449;
}

.section6-phone img {
  margin-right: 1rem;
  width: 2rem;
  height: auto;
}

.section6 {
  gap: 2.625rem;
}

.client-sec .client-logo-slide-wrap {
  overflow: hidden;
}

.client-logo-slide {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 7rem;
  transform: translateX(0);
  animation: clientLogoSlide 25s infinite linear;
}

.client-logo-slide img {
  width: 30%;
  display: block;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.footer-right {
  margin-top: 1rem;
}

.btn2 {
  width: 101.5%;
}

@media (min-width: 1200px) {

  .section6-phone {
    padding-top: 2rem;
    padding-bottom: 0;
  }


  .client-logo-slide img {
    width: 10%;
  }

  .btn2 {
    width: 100%;
  }

  .footer-right {
    margin-left: auto;
    margin-top: 0;
  }

  .footer-content {
    flex-direction: row;
  }

}

@keyframes clientLogoSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1473px);
  }
}

@keyframes testimonialSlider1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-3462px);
  }
}

@keyframes testimonialSlider2 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(3462px);
  }
}

.footer-str1 {
  margin-right: 1rem;
}

.footer-content a {
  font-weight: 400;
}

.footer-content a.active,
.footer-content a.current-menu-item {
  /* color: #006838;
  opacity: 0.5; */
  color: rgba(0, 0, 0, 0.7);
}

.footer-line {
  width: 100%;
  height: 0.063rem;
  /*background-color: #ccc;*/
  margin: 0 auto 1.25rem auto;
}

.nav-is-open body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* Prevent scrolling when nav is open */
.nav-is-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

.z-5 {
  z-index: 5;
}

@media (max-width: 1200px) {
  .pm-0 {
    padding: 0;
  }

  .nav__link--dropdown__title {
    font-size: 1.2rem;
  }

  .nav-is-open .nav__link-wrapper {
    z-index: 1000;
    /* Ensure nav__link-wrapper is above the pillars */
    position: fixed;
    /* Use fixed positioning to ensure it appears above */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .nav-is-open #curtain-container {
    z-index: 11;
    /* Keep pillars below the nav__link-wrapper */
  }

  nav .nav-social a {
    width: auto;
    padding-right: 2rem;
  }
}

/* Ensure the ul list inside nav__link-wrapper is visible when nav is open */
.nav-is-open .nav__link-wrapper {
  display: block;
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
}

nav>.container-fluid .hamburger {
  cursor: pointer;
  z-index: 1001;
}

.nav-is-open nav .hamburger::before {
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  transition: transform 0.3s ease-in-out;
}

.nav-is-open nav .hamburger::after {
  transform: rotate(-45deg) translateY(50%);
  bottom: 50%;
  transition: transform 0.3s ease-in-out;
}

.nav-is-open nav .hamburger .hamburger-inner {
  width: 0;
  transition: width 0.3s ease-in-out;
}

.nav-is-open .nav__link-wrapper {
  display: block;
  opacity: 1;
  pointer-events: all;
  z-index: 1000;
  transition: opacity 0.3s ease-in-out;
}

.section6-phone img {
  padding: 0.1rem;
}

.section3-p2,
.p-h2 {
  font-size: clamp(1.5rem, 1.385rem + 0.49vw, 1.875rem);
  line-height: 1.375;
  font-weight: 400;
}

.section3-p2 {
  padding-top: 1rem;
}

.kontakt-section2 iframe {
  width: 100%;
  height: clamp(28rem, 23.085rem + 20.971vw, 38.813rem);
}

.kontakt-section2 .section6 {
  /*   background: #F4F9F5;
 */
  position: relative;
  overflow: hidden;
}

.kontakt-section2 .section6::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 159, 60, 0.08);

}

.kontakt-section2 .section6>* {
  position: relative;
  z-index: 1;
}

.kontakt-section2-span {
  height: clamp(28rem, 23.085rem + 20.971vw, 38.813rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kontakt-section2 .section6-phone {
  justify-content: center;
  padding-top: 4rem;
}

.kontakt-section2 .section6-text {
  padding-bottom: 2rem;
}

.pb-mb-1 {
  padding-bottom: 1rem;
}


.pb-mb-2 {
  padding-bottom: 2rem;
}

.pb-mb-3 {
  padding-bottom: 3rem;
}

@media (min-width: 1200px) {
  .section3-p2 {
    padding-top: 0;
  }

  .kontakt-section2-span {
    height: 38.813rem;
  }

  .pb-mb-1,
  .pb-mb-2,
  .pb-mb-3 {
    padding-bottom: 0;
  }

  .kontakt-section2 iframe {
    height: 100%;
  }
}

.special-slider-section {
  overflow: hidden;
  position: relative;
  color: var(--white);
}

.special-slider-section img {
  margin: 0;
  max-height: 40rem;
}

.special-slider-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 18.75rem;
  /* Reduced height */
}

.special-slider-sticky {
  position: sticky;
  top: 0;
  height: 100%;
  overflow: hidden;
  /*background: linear-gradient(to top, #155A39 0%, #39B54A 100%);*/
  background: #016032;
}

.special-slider-horizontal {
  display: flex;
  gap: 1.25rem;
  /* Add gap between images */
  transition: transform 0.5s ease;
  transform: translateZ(0);
  will-change: transform;
}

.image-slide {
  flex: 0 0 16%;
  /* Show 3 images at a time with gap */
  box-sizing: border-box;
  transform: translateZ(0);
  will-change: transform;
}

.image-slide img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1199px) {
  .image-slide img {
    height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    background: #fff;
    /* Optional: helps with transparent PNGs */
  }
}

.pbM-3 {
  padding-bottom: 3rem;
}

.pbM-2 {
  padding-bottom: 2rem;
}

.ul-color {
  /*background: rgba(0, 159, 60, 0.1);*/
  padding-bottom: 2rem;
  padding-top: 2rem;
}

.ul-bg {
  background: rgba(0, 159, 60, 0.1);
}

.ul-color p {
  font-size: 1rem;
}

.pb-mb-8 {
  padding-bottom: 8rem;
}

.nav-social a img {
  width: 2rem;
}

@media (min-width: 1200px) {

  .nav__link--dropdown:hover>.nav__dropdown-menu,
  .nav__link--dropdown:focus-within>.nav__dropdown-menu {
    height: 40rem;
  }

  .btn3 {
    width: 48%;
  }

  .flex-space {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  section.section3 .flex-space {
    justify-content: center;
  }

  .special-slider-sticky {
    height: 100vh;
  }

  .pbM-3,
  .pbM-2 {
    padding-bottom: 0;
  }

  .pb-mb-8 {
    padding-bottom: 0;
  }

  .center {
    display: flex;
    align-items: center;
  }
}

.o-nama-section1 .row:not(:first-of-type),
.tekuca-gnojiva-section1 .row:not(:first-of-type),
.granulirana-gnojiva-section1 .row:not(:first-of-type),
.travne-smjese-section1 .row:not(:first-of-type) {
  padding: 2rem 0;
}

.o-nama-section1 .row:first-of-type {
  padding-top: clamp(2rem, -0.857rem + 7.619vw, 6rem);
}

.tekuca-gnojiva-section1 ul,
.granulirana-gnojiva-section1 ul,
.section2-uvjeti ul {
  line-height: 1.25;
  padding-left: 1.7rem;
}

.tekuca-gnojiva-section1 ul li,
.granulirana-gnojiva-section1 ul li,
.section2-uvjeti ul li {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.tekuca-gnojiva-section1 ul li::before,
.granulirana-gnojiva-section1 ul li::before,
.section2-uvjeti ul li::before {
  position: absolute;
  /* margin-top: 0.08rem; */
  margin-left: -1.5rem;
}

@media (max-width: 1199px) and (orientation: landscape) {
  .image-slide img {
    height: 100vh;
  }

  .special-slider-sticky {
    height: auto;
  }
}

.pb-3 {
  padding-bottom: 3rem;
}

.test {
  display: flex;
  justify-content: center;
}

.travne-smjese-section2 li,
.tekuca-gnojiva-section2 li,
.granulirana-gnojiva-section2 li {
  line-height: 1.25;
  margin-bottom: 0.5rem;
}

.travne-smjese-section2 ul,
.tekuca-gnojiva-section2 ul,
.granulirana-gnojiva-section2 ul {
  line-height: 1.25;
  padding-left: 1.7rem;
}

.travne-smjese-section2 ul li::before,
.tekuca-gnojiva-section2 ul li::before,
.granulirana-gnojiva-section2 ul li::before {
  position: absolute;
  margin-top: -0.16rem;
  margin-left: -1.5rem;

}

.granulirana-gnojiva-section1 li {
  font-size: 1.25rem;
}

.nav-plus {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-left: 0.1rem;
  vertical-align: middle;
}

.nav__link--dropdown__title:hover .nav-plus img,
.nav__link--dropdown.open>.nav__link--dropdown__title .nav-plus img {
  transform: rotate(135deg);
}

.nav-plus img {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
}

.nav__link--dropdown__title .nav-plus img {
  transform: rotate(0deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.nav__link--dropdown.open>.nav__link--dropdown__title .nav-plus img {
  transform: rotate(135deg);
}

.nav__link--dropdown__title:hover .nav-plus img {
  transform: rotate(0deg);
}

@media (min-width: 1200px) {
  .pad-section6 {
    padding: 0 0.75rem;
  }

  .section3-p22 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    left: 0;
  }

  .nav-social a {
    margin-right: 2rem;
    margin-top: 12rem;
  }

  .nav__link--dropdown__title .nav-plus img {
    transform: rotate(0deg);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .nav__link--dropdown:hover>.nav__link--dropdown__title .nav-plus img,
  .nav__link--dropdown:focus-within>.nav__link--dropdown__title .nav-plus img,
  .nav__link--dropdown.open>.nav__link--dropdown__title .nav-plus img {
    transform: rotate(135deg);
  }
}

.text-align-l {
  text-align: left;
}

.section6 {
  padding-top: 5.438rem;
}

.kontakt-section2 .section6-text,
.kontakt-section2 .section6-phone {
  text-align: center;
}

.section5 {
  padding: 6rem 0;
}

.katalog-img-wrap {
  width: 100%;
  aspect-ratio: 5/7;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 1rem;
}

.katalog-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.katalog-padd {
  padding-top: clamp(2rem, -0.857rem + 7.619vw, 6rem);
}

.katalog {
  padding: 2rem 0;
}

.katalog h3 {
  margin-bottom: 1rem;
}

/* Novosti */
section.front-novosti .spacing,
section.novosti-section1 .spacing {
  margin-bottom: calc(var(--bs-gutter-x) * 1);
}

a.novost {
  display: block;
  height: 100%;
  background-color: rgba(0, 159, 60, 0.08);
  padding: clamp(1.25rem, 0.9884rem + 1.1628vw, 2.1875rem);
}

.pagination {
  display: flex;
  justify-content: center;
}

.current-page {
  opacity: 0.3;
  pointer-events: none;
}

.novost-content a {
  font-weight: 600;
  color: var(--dark-green);
}

.novost-content img {
  margin-bottom: 1rem;
}

/* Helper */
.pr-12 {
  padding-right: 0.75rem;
}