@tailwind base;@tailwind components;@tailwind utilities; /*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/ *,


::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #E5E7EB; /* 2 */
} ::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/ html,
:host {
  src: url('../../assets/fonts/Satoshi-Regular.woff2') format('woff2'),
  url('../../assets/fonts/Satoshi-Regular.otf') format("opentype");
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Satoshi-Regular;
  font-weight: 400; /* 4 */
  font-style: normal;
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
} /*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/ body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
  font-family: Satoshi-Regular;
} /*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/ 
@font-face {
  font-family: Satoshi-Regular;
  src: url('../../assets/fonts/Satoshi-Regular.woff2') format('woff2'),
  url('../../assets/fonts/Satoshi-Regular.otf');
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
} /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/ abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.section-margin {
  padding-right: 8rem;
  padding-left: 8rem;
} .section-margin-sm {
  padding-right: 4rem;
  padding-left: 4rem;
}
.kontakt-to {
  width: 40%;
      color: rgba(250,235,227,1);
      position: absolute;
      transform: translate(-20%, -20%);
      -webkit-transform: translate(-20%, -20%);
      top: 80%;
      left: 60%;
      font-family: Satoshi;
      font-weight: Regular;
      font-size: 1.5vw;
      opacity: 1;
      text-align: left;
      z-index: 999;
}
.kontakt-to:hover {
  text-decoration: underline;
}

.more {
  position: absolute;
                          top: 80%;
                          left: 11%;
                          transform: translate(-20%, -20%);
      -webkit-transform: translate(-20%, -20%);
                          font-family: Satoshi;
                          font-size: 1.5vw;
                          z-index: 999;
}
/*
Remove the default font size and weight for headings.
*/ h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
} /*
Reset links to optimize for opt-in styling instead of opt-out.
*/ a {
  color: inherit;
  text-decoration: inherit;
} /*
Add the correct font weight in Edge and Safari.
*/ b,
strong {
  font-weight: bolder;
} /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/ code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
} /*
Add the correct font size in all browsers.
*/ small {
  font-size: 80%;
} /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/ sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
} sub {
  bottom: -0.25em;
} sup {
  top: -0.5em;
} /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/ table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
} /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/ button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
} /*
Remove the inheritance of text transform in Edge and Firefox.
*/ button,
select {
  text-transform: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/ button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
} /*
Use the modern Firefox focus style for all focusable elements.
*/ :-moz-focusring {
  outline: auto;
} /*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/ :-moz-ui-invalid {
  box-shadow: none;
} /*
Add the correct vertical alignment in Chrome and Firefox.
*/ progress {
  vertical-align: baseline;
} /*
Correct the cursor style of increment and decrement buttons in Safari.
*/ ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
} /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/ [type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
} /*
Remove the inner padding in Chrome and Safari on macOS.
*/ ::-webkit-search-decoration {
  -webkit-appearance: none;
} /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
} /*
Add the correct display in Chrome and Safari.
*/ summary {
  display: list-item;
} /*
Removes the default spacing and border for appropriate elements.
*/ blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
} fieldset {
  margin: 0;
  padding: 0;
} legend {
  padding: 0;
} ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
} /*
Reset default styling for dialogs.
*/ dialog {
  padding: 0;
}

.half-row{
  display: flex;
  justify-content: center;
}

.sticky {
  position: sticky !important;
  top: 0;
  z-index: 9999;
  background-color: #F4EADE;
}
.textTitleMain {
  width: 90%;
  color: rgba(253,234,215,1);
  position: absolute;
  top: 40%;
  left: 22%;
  transform: translate(-20%, -20%);
  -webkit-transform: translate(-20%, -20%);
  font-family: Satoshi;
  font-size: 3vw;
  opacity: 1;
  text-align: center;
  z-index: 999;
}

.textFooterMain {
  width: 40%;
      position: absolute;
        color: rgba(253,234,215,1);
        transform: translate(10%, 20%);
      -webkit-transform: translate(10%, 20%);
        font-family: Satoshi;
        font-weight: Bold;
        font-size: 4vw;
        opacity: 1;
        text-align: left;
        z-index: 999;
        display: flex;
        flex-direction: column;
        justify-content: center;
}
/*
Prevent resizing textareas horizontally by default.
*/ textarea {
  resize: vertical;
} /*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/ input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
} input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9CA3AF; /* 2 */
}
.titleText {
  color: rgba(253,234,215,1);
  font-family: Satoshi;
  font-weight: Bold;
  font-size: clamp(1.5rem, 6vw, 3.5rem);
  opacity: 1;
  text-align: left;
  z-index: 999;
  line-height: 1.2;
}

.hero-subtitle {
  font-family: Satoshi;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
  /* Sekcje dwukolumnowe na mobile */
  .section-two-column {
    flex-direction: column !important;
  }
  
  .section-left-col,
  .section-right-col {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1rem;
  }
  
  /* Kolejność na mobile - nagłówek jako pierwszy */
  .section-left-col {
    order: 2;
  }
  
  .section-right-col {
    order: 1;
  }
  
  /* Formularz kontaktowy */
  .form-row {
    flex-direction: column !important;
  }
  
  .form-col {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  
  /* Marginesy sekcji na mobile */
  .section-margin {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  
  /* Wyrównanie tekstu tytułów na mobile */
  .section-right-col h2 {
    text-align: left !important;
    padding-right: 0 !important;
  }
  
  /* Zmniejszone odstępy na mobile */
  .py-20 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .py-10 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  
  .mb-16 {
    margin-bottom: 1rem !important;
  }
  
  /* Responsywne rozmiary czcionek */
  .text-4xl {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
  
  .text-3xl {
    font-size: 1.25rem !important;
    line-height: 1.4 !important;
  }
  
  .text-2xl {
    font-size: 1.125rem !important;
    line-height: 1.5 !important;
  }
  
  .text-lg {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  
  .text-5xl {
    font-size: 1.75rem !important;
    line-height: 1.2 !important;
  }
  
  /* Podpisy pod obrazkami - mniejsza czcionka na mobile */
  span.text-3xl {
    font-size: 1rem !important;
    line-height: 1.3 !important;
    font-weight: bold !important;
  }
  
  /* Wyrównanie tekstu do lewej w sekcji "Gotowi na nowe rozwiązania" na mobile - tylko dla konkretnych elementów */
  section .text-center h3:not(.font-heading) {
    text-align: left !important;
  }
  
  /* Przycisk wyślij na środku dla mobile */
  .text-center button[type="submit"] {
    text-align: center !important;
    margin: 2rem auto 0 auto !important;
    display: block !important;
  }
}

/* Czarna obwódka dla pól z błędami */
.error-field {
  border: 2px solid #000 !important;
}

/* Specjalny styl dla checkboxa z błędem */
input[type="checkbox"].error-field {
  outline: 2px solid #000 !important;
  outline-offset: 2px;
}

/* Kolor checkboxa taki sam jak przycisk wyślij */
input[type="checkbox"]:checked {
  background-color: rgb(40, 37, 35) !important;
  border-color: rgb(40, 37, 35) !important;
  accent-color: rgb(40, 37, 35) !important;
}

#consent:checked {
  background-color: rgb(40, 37, 35) !important;
  border-color: rgb(40, 37, 35) !important;
  accent-color: rgb(40, 37, 35) !important;
}

/* Modal popup */
#errorModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #F4EADE;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  max-width: 400px;
  text-align: center;
  margin: 1rem;
}

.modal-content p {
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  color: #374151;
}

.modal-button {
  background-color: rgb(40, 37, 35);
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}

.modal-button:hover {
  background-color: rgb(51, 65, 85);
}i, sans-serif;
  font-size: clamp(1rem, 2.5vw, 1.5rem);
  line-height: 1.4;
  opacity: 0.9;
  text-align: left;
}

.hero-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: white;
  background-color: #4B5563;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.hero-button:hover {
  background-color: #374151;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .hero-button {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
}

@media (min-width: 641px) and (max-width: 1024px) {
  .hero-button {
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) and (max-width: 1536px) {
  .hero-button {
    padding: 1rem 2rem;
    font-size: 1.125rem;
  }
}

@media (min-width: 1537px) and (max-width: 2559px) {
  .hero-button {
    padding: 1.25rem 2.5rem;
    font-size: 1.25rem;
  }
}

@media (min-width: 2560px) {
  .hero-button {
    padding: 1.5rem 3rem;
    font-size: 1.5rem;
  }
}

.hover-underline::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.hover-underline:hover::after {
  width: 100%;
} /*
Set the default cursor for buttons.
*/ button,
[role="button"] {
  cursor: pointer;
} /*
Make sure disabled buttons don't get the pointer cursor.
*/


:disabled {
  cursor: default;
} /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/ img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
  filter: brightness(70%);
} /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/ img,
video {
  max-width: 100%;
  height: auto;
} /* Make elements with the HTML hidden attribute stay hidden by default */ [hidden] {
  display: none;
} *, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} ::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
} .container{
  width: 100%;
} 
 .fixed{
  position: fixed;
} .info-box {
  background-color: #f4e0ce;
}.dot{
  width: 60px;
  height: 57px;
  background-color: #000000;
  border-radius: 50%;
  display: inline-block;
}
 .absolute{
  position: absolute;
} .relative{
  position: relative;
} .inset-0{
  inset: 0px;
} .-top-6{
  top: -1.5rem;
} .bottom-0{
  bottom: 0px;
} .left-0{
  left: 0px;
} .left-1\/2{
  left: 50%;
} .top-0{
  top: 0px;
} .top-1\/2{
  top: 50%;
} .z-10{
  z-index: 10;
} .z-20{
  z-index: 20;
} .z-50{
  z-index: 50;
} .-m-0{
  margin: -0px;
} .-m-0\.5{
  margin: -0.125rem;
} .-m-1{
  margin: -0.25rem;
} .-m-1\.5{
  margin: -0.375rem;
} .-m-2{
  margin: -0.5rem;
} .-m-2\.5{
  margin: -0.625rem;
} .-m-3{
  margin: -0.75rem;
} .-m-4{
  margin: -1rem;
} .-m-5{
  margin: -1.25rem;
} .-m-6{
  margin: -1.5rem;
} .-m-7{
  margin: -1.75rem;
} .-m-8{
  margin: -2rem;
} .-m-9{
  margin: -2.25rem;
} .-m-px{
  margin: -1px;
} .mx-auto{
  margin-left: auto;
  margin-right: auto;
} .mx-auto-navbar{
  margin-left: 5%;
  margin-right: 5%;
  max-width: 90vw !important;
  width: 100%;
} .-mt-48{
  margin-top: -12rem;
} .mb-1{
  margin-bottom: 0.25rem;
} .mb-10{
  margin-bottom: 2.5rem;
} .mb-11{
  margin-bottom: 2.75rem;
} .mb-12{
  margin-bottom: 3rem;
} .mb-14{
  margin-bottom: 3.5rem;
} .mb-16{
  margin-bottom: 4rem;
} .mb-2{
  margin-bottom: 0.5rem;
} .mb-20{
  margin-bottom: 5rem;
} .mb-24{
  margin-bottom: 6rem;
} .mb-28{
  margin-bottom: 7rem;
} .mb-3{
  margin-bottom: 0.75rem;
} .mb-4{
  margin-bottom: 1rem;
} .mb-5{
  margin-bottom: 1.25rem;
} .mb-6{
  margin-bottom: 1.5rem;
} .mb-8{
  margin-bottom: 2rem;
} .mb-9{
  margin-bottom: 2.25rem;
} .mb-20 {
  margin-bottom: 3rem;
}
 .ml-12{
  margin-left: 3rem;
} .ml-2{
  margin-left: 0.5rem;
} .ml-auto{
  margin-left: auto;
} .mr-10{
  margin-right: 2.5rem;
} .mr-12{
  margin-right: 3rem;
} .mr-14{
  margin-right: 3.5rem;
} .mr-16{
  margin-right: 4rem;
} .mr-2{
  margin-right: 0.5rem;
} .mr-3{
  margin-right: 0.75rem;
} .mr-6{
  margin-right: 1.5rem;
} .mt-2{
  margin-top: 0.5rem;
} .mt-1{
  margin-top: 0.25rem;
} .mt-5{
  margin-top: 1.25rem;
} .mt-12{
  margin-top: 3rem;
} .block{
  display: block;
} .inline-block{
  display: inline-block;
} .flex{
  display: flex;
} .inline-flex{
  display: inline-flex;
} .hidden{
  display: none;
} .h-1\/2{
  height: 50%;
} .h-10{
  height: 2.5rem;
} .h-11{
  height: 2.75rem;
} .h-12{
  height: 3rem;
} .h-4{
  height: 1rem;
} .h-40{
  height: 10rem;
} .h-8{
  height: 2rem;
} .h-80{
  height: 20rem;
} .h-96{
  height: 24rem;
} .h-full{
  height: 100%;
} .h-100{
  height: 100vh;
} .h-70{
  height: 70vh;
}
 .h-px{
  height: 1px;
} .min-h-screen{
  min-height: 100vh;
} .w-1\/2{
  width: 50%;
} .w-11{
  width: 2.75rem;
} .w-12{
  width: 3rem;
} .w-36{
  width: 9rem;
} .w-4{
  width: 1rem;
} .w-4\/6{
  width: 66.666667%;
} .w-44{
  width: 11rem;
} .w-48{
  width: 12rem;
} .w-52{
  width: 13rem;
} .w-8{
  width: 2rem;
} .w-auto{
  width: auto;
} .w-full{
  width: 100%;
} .min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
} .max-w-2xl{
  max-width: 42rem;
} .max-w-3xl{
  max-width: 48rem;
} .max-w-4xl{
  max-width: 56rem;
} .max-w-5xl{
  max-width: 64rem;
} .max-w-7xl{
  max-width: 80rem;
} .max-w-lg{
  max-width: 32rem;
} .max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
} .max-w-md{
  max-width: 28rem;
} .max-w-sm{
  max-width: 24rem;
} .max-w-xl{
  max-width: 36rem;
} .max-w-xs{
  max-width: 20rem;
} .flex-1{
  flex: 1 1 0%;
} .flex-shrink-0{
  flex-shrink: 0;
} .-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
} .resize-none{
  resize: none;
} .flex-col{
  flex-direction: column;
} .flex-wrap{
  flex-wrap: wrap;
} .flex-nowrap{
  flex-wrap: nowrap;
} .items-start{
  align-items: flex-start;
} .items-end{
  align-items: flex-end;
} .items-center{
  align-items: center;
} .justify-end{
  justify-content: flex-end;
} .justify-center{
  justify-content: center;
} .justify-between{
  justify-content: space-between;
}
.demo-img{
  height: 300px;
} .gap-1{
  gap: 0.25rem;
} .space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
} .overflow-wrap {
  overflow-wrap: break-word;
}
 .overflow-hidden{
  overflow: hidden;
} .overflow-x-auto{
  overflow-x: auto;
} .overflow-y-auto{
  overflow-y: auto;
} .rounded-2xl{
  border-radius: 1rem;
} .rounded-full{
  border-radius: 9999px;
} .rounded-lg{
  border-radius: 0.5rem;
} .rounded-md{
  border-radius: 0.375rem;
} .rounded-xl{
  border-radius: 0.75rem;
} .rounded-top{
  border-radius: 0.75rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
 .border{
  border-width: 1px;
} .border-2{
  border-width: 2px;
} .border-b{
  border-bottom-width: 1px;
  color: #FEEAD8;
} .border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
} .border-gray-800{
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity));
} .border-lynch-200{

/* Custom video title styles - specific to avoid conflicts */
h1.de-video-title {
  white-space: pre-line !important;
  line-height: 1.2 !important;
  display: block !important;
}

@media (max-width: 768px) {
  h1.de-video-title {
    white-space: pre-line !important;
    line-height: 1.2 !important;
  }
}

@media (min-width: 769px) {
  h1.de-video-title {
    white-space: pre-line !important;
    line-height: 1.2 !important;
  }
}
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
} .border-slate-100{
  --tw-border-opacity: 1;
  border-color: #FEEAD8;
} .border-slate-200{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
} .bg-amber-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity));
} .bg-amber-600{
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity));
} .bg-black{
  --tw-bg-opacity: 1;
  background-color: #282523;
} .bg-body{
  --tw-bg-opacity: 1;
  background-color: #F1EBE4;
} .bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
} .bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
} .bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
} .bg-lynch-100{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
} .bg-lynch-500{
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 35 / var(--tw-bg-opacity));
} .bg-lynch-600{
  --tw-bg-opacity: 1;
  background-color: rgb(40 37 35 / var(--tw-bg-opacity));
} .bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
} .bg-transparent{
  background-color: transparent;
} .bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(244 224 206 / var(--tw-bg-opacity));
} .bg-opacity-40{
  --tw-bg-opacity: 0.4;
} .object-cover{
  -o-object-fit: cover;
     object-fit: cover;
} .p-0{
  padding: 0px;
} .p-0\.5{
  padding: 0.125rem;
} .p-1{
  padding: 0.25rem;
} .p-1\.5{
  padding: 0.375rem;
} .p-10{
  padding: 2.5rem;
} .p-12{
  padding: 3rem;
} .p-2{
  padding: 0.5rem;
} .p-2\.5{
  padding: 0.625rem;
} .p-3{
  padding: 0.75rem;
} .p-4{
  padding: 1rem;
} .p-5{
  padding: 1.25rem;
} .p-6{
  padding: 1.5rem;
} .p-7{
  padding: 1.75rem;
} .p-8{
  padding: 2rem;
} .p-9{
  padding: 2.25rem;
} .p-px{
  padding: 1px;
} .px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
} .px-12{
  padding-left: 3rem;
  padding-right: 3rem;
} .px-14{
  padding-left: 3.5rem;
  padding-right: 3.5rem;
} .px-16{
  padding-left: 4rem;
  padding-right: 4rem;
} .px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
} .px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
} .px-4{
  padding-left: 1rem;
  padding-right: 1rem;
} .px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
} .px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
} .px-8{
  padding-left: 2rem;
  padding-right: 2rem;
} .px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
} .py-0{
  padding-top: 0px;
  padding-bottom: 0px;
} .py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
} .py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
} .py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
} .py-11{
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
} .py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
} .py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
} .py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
} .py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
} .py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
} .py-28{
  padding-top: 7rem;
  padding-bottom: 7rem;
} .py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
} .py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
} .py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
} .py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
} .py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
} .pb-10{
  padding-bottom: 2.5rem;
} .pb-12{
  padding-bottom: 3rem;
} .pb-16{
  padding-bottom: 4rem;
} .pb-20{
  padding-bottom: 5rem;
} .pb-24{
  padding-bottom: 6rem;
} .pb-28{
  padding-bottom: 7rem;
} .pb-32{
  padding-bottom: 8rem;
} .pb-8{
  padding-bottom: 2rem;
} .pl-10{
  padding-left: 2.5rem;
} .pl-4{
  padding-left: 1rem;
} .pr-3{
  padding-right: 0.75rem;
} .pr-4{
  padding-right: 1rem;
} .pt-10{
  padding-top: 2.5rem;
} .pt-12{
  padding-top: 3rem;
} .pt-16{
  padding-top: 4rem;
} .pt-20{
  padding-top: 5rem;
} .pt-24{
  padding-top: 6rem;
} .pt-6{
  padding-top: 1.5rem;
} .pt-8{
  padding-top: 2rem;
} .pt-9{
  padding-top: 2.25rem;
} .text-left{
  text-align: left;
} .text-center{
  text-align: center;
} .font-body{
  font-family: Satoshi;
} .font-heading{
  font-family: Satoshi;
} .text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
} .text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
} .text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
} .text-5xl{
  font-size: 3rem;
  line-height: 1;
} .text-6xl{
  font-size: 3.75rem;
  line-height: 1;
} .text-base{
  font-size: 1rem;
  line-height: 1.5rem;
} .text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
} .text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
} .text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
} .text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
} .font-bold{
  font-weight: 700;
} .font-medium-dark {
  font-weight: 500;
}
 .font-medium{
  font-weight: 400;
} .font-semibold{
  font-weight: 600;
} .uppercase{
  text-transform: uppercase;
}
.overlay {
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  background-color: #B9B1AA; /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.text-light{
  --tw-text-opacity: 1;
  color: #FEEAD8;
} .text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
} .text-body{
  --tw-text-opacity: 1;
  color: rgb(40 37 34 / var(--tw-text-opacity));
} .text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
} .text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
} .text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
} .text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
} .text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
} .text-lynch-300{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity));
} .text-lynch-50{
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
} .text-lynch-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
} .text-lynch-600{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
} .text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
} .text-white{
  --tw-text-opacity: 1;
  color: rgba(250,235,227,1);
} .underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
} .antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} .placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
} .placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.menu-item {
      position: relative;
      transition: all 0.3s ease;
    }
    
    .menu-item::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: -4px;
      left: 0;
      background-color: #000;
      transition: width 0.3s ease;
    }
    
    .menu-item:hover::after {
      width: 100%;
    }
    
    .section-width {
      max-width: 80rem;
      margin-left: auto;
      margin-right: auto;
      border-radius: 1rem;
    }
 .opacity-50{
  opacity: 0.5;
} .opacity-80{
  opacity: 0.8;
} .shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
} .outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
} .transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .transition-colors{
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
} .footer {
  height: 405px;
} .footer-inner {
  height: 320px;
}.duration-200{
  transition-duration: 200ms;
} .duration-300{
  transition-duration: 300ms;
} .hover\:border-slate-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
} .hover\:border-slate-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
} .hover\:bg-amber-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity));
} .hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
} .hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
} .hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
} .hover\:bg-lynch-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
} .hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
} .hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
} .hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
} .hover\:text-lynch-500:hover{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
} .hover\:text-slate-600:hover{
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
} .hover\:placeholder-gray-600:hover::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
} .hover\:placeholder-gray-600:hover::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity));
} .focus\:bg-lynch-700:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity));
} .focus\:bg-white:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(244 224 206 / var(--tw-bg-opacity));
} .focus\:ring-lynch-600:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity));
} .focus\:ring-opacity-40:focus{
  --tw-ring-opacity: 0.4;
} .active\:ring-lynch-600:active{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(40 37 35 / var(--tw-ring-opacity));
} .active\:ring-opacity-40:active{
  --tw-ring-opacity: 0.4;
} .disabled\:border-none:disabled{
  border-style: none;
} .disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
} .disabled\:bg-lynch-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
} .disabled\:text-gray-900:disabled{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
} .disabled\:shadow-none:disabled{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.footer-mobile {
  height: 800px;
  display: none;
}
.smith-text {
  width: 90%;
  color: rgba(253,234,215,1);
  position: relative;
  font-family: Satoshi;
  font-size: 3vw;
  opacity: 1;
  top: -70vh;
  text-align: center; 
  z-index: 999;
}
@media (min-width:50px) {
  .titleText {
    font-size: 30px;
  }

  .kontakt-to {
    font-size: 10px;
  }

  .more {
    font-size: 10px;
  }

  .textTitleMain{
    font-size: 20px;
  }

  .textFooterMain {
    font-size: 30px;
    width: 50%;
  }

  .section-margin {
    padding-right: 0rem;
    padding-left: 0rem;
  }
  
  .section-margin-sm {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .half-row{
    display: flex;
    flex-wrap: wrap;
  }

  .footer-inner {
    height: 720px;
  }

  .footer-mobile {
    height: 800px;
    display: flex;
  }

  .smith-text {
    font-size: 20px;
  }
}
@media (min-width: 640px){ .container{
    max-width: 640px;
  }
  .titleText{
    font-size: 30px;
  }
  .kontakt-to {
    font-size: 10px;
  }

  .more {
    font-size: 10px;
  }

  .textTitleMain{
    font-size: 20px;
  }

  .textFooterMain {
    font-size: 30px;
    width: 50%;
  }

  .section-margin {
    padding-right: 0rem;
    padding-left: 0rem;
  } .section-margin-sm {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .half-row{
    display: flex;
    flex-wrap: wrap;
  }

  .footer-mobile {
    display: flex;
    height: 400px;
  }

  .footer-inner {
    height: 720px;
  }

  .smith-text {
    font-size: 20px;
  }

} @media (min-width: 768px){ .container{
    max-width: 768px;
  }
} @media (min-width: 1024px){ .container{
    max-width: 1024px;
  }

  .titleText {
    font-size: 3vw;
  }

  .more {
    font-size: 1.5vw;
  }

  .textTitleMain{
    font-size: 3vw;
  }

  .textFooterMain {
    font-size: 4vw;
  }

  .section-margin {
    padding-right: 8rem;
    padding-left: 8rem;
  } .section-margin-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .half-row{
    display: flex;
    justify-content: center;
  }

  .footer-mobile {
    display: flex;
    height: 400px;
  }

  .footer-inner {
    height: 320px;
  }

  .smith-text {
    font-size: 3vw;
  }
} @media (min-width: 1280px){ .container{
    max-width: 1280px;
  }
  .titleText {
    font-size: 3vw;
  }

  .kontakt-to {
    font-size: 1.5vw;
  }

  .more {
    font-size: 1.5vw;
  }
  .textTitleMain{
    font-size: 3vw;
  }

  .textFooterMain {
    font-size: 4vw;
  }

  .section-margin {
    padding-right: 8rem;
    padding-left: 8rem;
  } .section-margin-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .half-row{
    display: flex;
    justify-content: center;
  }

  .footer-mobile {
    display: flex;
    height: 400px;
  }

  .footer-inner {
    height: 320px;
  }

  .smith-text {
    font-size: 3vw;
  }
} @media (min-width: 1536px){ .container{
    max-width: 1536px;
  }
  .titleText {
    font-size: 3vw;
  }

  .kontakt-to {
    font-size: 1.5vw;
  }

  .more {
    font-size: 1.5vw;
  }
  .textTitleMain{
    font-size: 3vw;
  }

  .textFooterMain {
    font-size: 4vw;
  }

  .section-margin {
    padding-right: 8rem;
    padding-left: 8rem;
  } .section-margin-sm {
    padding-right: 4rem;
    padding-left: 4rem;
  }

  .half-row{
    display: flex;
    justify-content: center;
  }

  .footer-mobile {
    display: flex;
    height: 400px;
  }

  .footer-inner {
    height: 320px;
  }

  .smith-text {
    font-size: 3vw;
  }
}
@media (min-width: 640px){ .sm\:max-w-xs{
    max-width: 20rem;
  }
} @media (min-width: 768px){ .md\:-mr-64{
    margin-right: -16rem;
  } .md\:-mt-16{
    margin-top: -4rem;
  } .md\:ml-0{
    margin-left: 0px;
  } .md\:ml-auto{
    margin-left: auto;
  } .md\:mr-0{
    margin-right: 0px;
  } .md\:mr-12{
    margin-right: 3rem;
  } .md\:block{
    display: block;
  } .md\:h-auto{
    height: auto;
  } .md\:h-full{
    height: 100%;
  } .md\:w-1\/2{
    width: 50%;
  } .md\:w-1\/3{
    width: 33.333333%;
  } .md\:w-1\/4{
    width: 25%;
  } .md\:w-3\/12{
    width: 25%;
  } .md\:w-3\/4{
    width: 75%;
  } .md\:w-6\/12{
    width: 50%;
  } .md\:w-7\/12{
    width: 58.333333%;
  } .md\:w-auto{
    width: auto;
  } .md\:w-full{
    width: 100%;
  } .md\:max-w-2xl{
    max-width: 42rem;
  } .md\:max-w-3xl{
    max-width: 48rem;
  } .md\:max-w-4xl{
    max-width: 56rem;
  } .md\:max-w-lg{
    max-width: 32rem;
  } .md\:max-w-md{
    max-width: 28rem;
  } .md\:max-w-sm{
    max-width: 24rem;
  } .md\:max-w-xl{
    max-width: 36rem;
  } .md\:max-w-xs{
    max-width: 20rem;
  } .md\:flex-1{
    flex: 1 1 0%;
  } .md\:justify-end{
    justify-content: flex-end;
  } .md\:justify-center{
    justify-content: center;
  } .md\:self-center{
    align-self: center;
  } .md\:p-16{
    padding: 4rem;
  } .md\:px-16{
    padding-left: 4rem;
    padding-right: 4rem;
  } .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  } .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  } .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  } .md\:py-44{
    padding-top: 11rem;
    padding-bottom: 11rem;
  } .md\:pl-5{
    padding-left: 1.25rem;
  } .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  } .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
} @media (min-width: 1024px){ .lg\:absolute{
    position: absolute;
  } .lg\:left-1\/2{
    left: 50%;
  } .lg\:top-1\/2{
    top: 50%;
  } .lg\:-m-16{
    margin: -4rem;
  } .lg\:mb-0{
    margin-bottom: 0px;
  } .lg\:mr-16{
    margin-right: 4rem;
  } .lg\:block{
    display: block;
  } .lg\:flex{
    display: flex;
  } .lg\:hidden{
    display: none;
  } .lg\:w-1\/2{
    width: 50%;
  } .lg\:w-1\/3{
    width: 33.333333%;
  } .lg\:w-1\/4{
    width: 25%;
  } .lg\:w-4\/12{
    width: 33.333333%;
  } .lg\:w-72{
    width: 18rem;
  } .lg\:w-8\/12{
    width: 66.666667%;
  } .lg\:w-96{
    width: 24rem;
  } .lg\:w-auto{
    width: auto;
  } .lg\:w-full{
    width: 100%;
  } .lg\:max-w-xs{
    max-width: 20rem;
  } .lg\:flex-1{
    flex: 1 1 0%;
  } .lg\:-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  } .lg\:-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  } .lg\:transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  } .lg\:flex-nowrap{
    flex-wrap: nowrap;
  } .lg\:items-center{
    align-items: center;
  } .lg\:justify-end{
    justify-content: flex-end;
  } .lg\:justify-center{
    justify-content: center;
  } .lg\:justify-between{
    justify-content: space-between;
  } .lg\:p-16{
    padding: 4rem;
  } .lg\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  } .lg\:py-80{
    padding-top: 20rem;
    padding-bottom: 20rem;
  } .lg\:py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  } .lg\:pb-56{
    padding-bottom: 14rem;
  }
} @media (min-width: 1280px){ .xl\:-m-16{
    margin: -4rem;
  } .xl\:w-1\/2{
    width: 50%;
  } .xl\:w-1\/6{
    width: 16.666667%;
  } .xl\:w-96{
    width: 24rem;
  } .xl\:p-16{
    padding: 4rem;
  } .xl\:pb-28{
    padding-bottom: 7rem;
  } .xl\:pb-32{
    padding-bottom: 8rem;
  } .xl\:pb-44{
    padding-bottom: 11rem;
  } .xl\:pb-56{
    padding-bottom: 14rem;
  } .xl\:pt-36{
    padding-top: 9rem;
  }
} 

.custom-word-bullet {
  /* Ustawia pozycję względną dla tego elementu, aby pseudo-element ::before mógł być pozycjonowany absolutnie w jego obrębie */
  position: relative;
  /* Tworzy wcięcie dla tekstu, aby zrobić miejsce na punktor */
  padding-left: 50px; /* Dostosuj tę wartość, aby kontrolować odstęp między "ptaszkiem" a tekstem */
  /* Ustawia display: block, aby cała linia zachowywała się jak blok, co ułatwia pozycjonowanie pseudo-elementu */
  display: block; 
}

.custom-word-bullet::before {
  /* Zawartość pseudo-elementu - to jest Twój "ptaszek" */
  content: '✓'; /* Tutaj używamy znaku "✓" (checkmark). Możesz też użyć "✔" (heavy checkmark) dla grubszej wersji. */
  /* Pozycjonowanie absolutne pseudo-elementu względem .custom-word-bullet */
  position: absolute;
  /* Przesuwa punktor w lewo poza obszar tekstu */
  left: 0; 
  /* Wyrównuje punktor do góry tekstu */
  top: 0;
  /* Dziedziczy kolor tekstu z rodzica */
  color: inherit; 
  /* Opcjonalnie: dostosuj rozmiar czcionki punktora */
  font-size: 1.2em; /* Powiększa "ptaszka" */
  /* Opcjonalnie: pogrubienie "ptaszka" */
  font-weight: bold; 
}

/* Niestandardowe style CSS dla punktatorów */
.custom-bullets li {
  position: relative;
  padding-left: 1.5em; /* Odstęp dla niestandardowego punktatora */
}

.custom-bullets li::before {
  content: '•'; /* Symbol punktatora (solidne kółko) */
  position: absolute;
  left: 0;
  color: #374151; /* Ciemnoszary kolor, podobny do tekstu */
  font-size: 1.2em; /* Dopasowanie rozmiaru do tekstu */
  line-height: inherit; /* Dziedziczenie wysokości linii dla wyrównania pionowego */
}
.menu-item {
  position: relative;
  transition: all 0.3s ease;
}

.menu-item::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: #000;
  transition: width 0.3s ease;
}

.menu-item:hover::after {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.section-width {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 1rem;
}

.hero-image-container {
  width: 100%;
  background-color: black;
}

@media (min-width: 1600px) {
  .hero-image-container {
    padding-left: 10%;
    padding-right: 10%;
  }
}