*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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 {
  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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  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 */
}

/*
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.
*/

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;
}

/*
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;
}

/*
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 */
}

/*
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 */
}

/*
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]:where(:not([hidden="until-found"])) {
  display: none;
}

.pointer-events-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-\[128px\] {
  bottom: -128px;
}

.-right-\[210px\] {
  right: -210px;
}

.bottom-\[100px\] {
  bottom: 100px;
}

.bottom-\[16px\] {
  bottom: 16px;
}

.left-0 {
  left: 0px;
}

.left-\[-100\%\] {
  left: -100%;
}

.left-\[135px\] {
  left: 135px;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[55px\] {
  left: 55px;
}

.left-\[70px\] {
  left: 70px;
}

.left-\[80px\] {
  left: 80px;
}

.top-0 {
  top: 0px;
}

.top-\[45\%\] {
  top: 45%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[96px\] {
  top: 96px;
}

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

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

.z-\[0\] {
  z-index: 0;
}

.z-\[1\] {
  z-index: 1;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.m-\[4px\] {
  margin: 4px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-\[32px\] {
  margin-top: 32px;
  margin-bottom: 32px;
}

.my-\[72px\] {
  margin-top: 72px;
  margin-bottom: 72px;
}

.mb-\[128px\] {
  margin-bottom: 128px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[48px\] {
  margin-bottom: 48px;
}

.mb-\[64px\] {
  margin-bottom: 64px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.mb-\[96px\] {
  margin-bottom: 96px;
}

.mr-\[24px\] {
  margin-right: 24px;
}

.mt-\[32px\] {
  margin-top: 32px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.mt-\[96px\] {
  margin-top: 96px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-\[100vh\] {
  height: 100vh;
}

.h-\[1100px\] {
  height: 1100px;
}

.h-\[128px\] {
  height: 128px;
}

.h-\[140\%\] {
  height: 140%;
}

.h-\[150px\] {
  height: 150px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[65vh\] {
  height: 65vh;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[95\%\] {
  height: 95%;
}

.h-\[96px\] {
  height: 96px;
}

.h-full {
  height: 100%;
}

.max-h-\[650px\] {
  max-height: 650px;
}

.min-h-\[350px\] {
  min-height: 350px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[140px\] {
  width: 140px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[70vw\] {
  width: 70vw;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[80vw\] {
  width: 80vw;
}

.w-full {
  width: 100%;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[300px\] {
  max-width: 300px;
}

.max-w-\[400px\] {
  max-width: 400px;
}

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-\[740px\] {
  max-width: 740px;
}

.max-w-\[800px\] {
  max-width: 800px;
}

.max-w-\[850px\] {
  max-width: 850px;
}

.max-w-\[950px\] {
  max-width: 950px;
}

.-translate-x-\[50\%\] {
  --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-\[50\%\] {
  --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));
}

.translate-y-\[6px\] {
  --tw-translate-y: 6px;
  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));
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize-none {
  resize: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.flex-col {
  flex-direction: column;
}

.place-content-center {
  place-content: center;
}

.place-content-between {
  place-content: space-between;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[24px\] {
  gap: 24px;
}

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[64px\] {
  gap: 64px;
}

.gap-\[72px\] {
  gap: 72px;
}

.gap-\[8px\] {
  gap: 8px;
}

.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-y-\[24px\] {
  row-gap: 24px;
}

.gap-y-\[64px\] {
  row-gap: 64px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-lgray {
  --tw-border-opacity: 1;
  border-color: rgb(227 224 216 / var(--tw-border-opacity, 1));
}

.bg-crimson {
  --tw-bg-opacity: 1;
  background-color: rgb(93 39 46 / var(--tw-bg-opacity, 1));
}

.bg-ldgray {
  --tw-bg-opacity: 1;
  background-color: rgb(187 182 172 / var(--tw-bg-opacity, 1));
}

.bg-lgray {
  --tw-bg-opacity: 1;
  background-color: rgb(227 224 216 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\.\/assets\/nowe\/DAJ_miejsca_miejce\.jpg\'\)\] {
  background-image: url('./assets/nowe/DAJ_miejsca_miejce.jpg');
}

.bg-\[url\(\'\.\/assets\/nowe\/DAJ_miejsca_miejsce-02_pop\.jpg\'\)\] {
  background-image: url('./assets/nowe/DAJ_miejsca_miejsce-02_pop.jpg');
}

.bg-\[url\(\'\.\/assets\/nowe\/DAJ_miejsca_miejsce-03_pop\.jpg\'\)\] {
  background-image: url('./assets/nowe/DAJ_miejsca_miejsce-03_pop.jpg');
}

.bg-\[url\(\'\.\/assets\/nowe\/DAJ_miejsca_miejsce-04\.jpg\'\)\] {
  background-image: url('./assets/nowe/DAJ_miejsca_miejsce-04.jpg');
}

.bg-\[url\(\'\.\/assets\/nowe\/Dajwor_fotoHERO\.jpg\'\)\] {
  background-image: url('./assets/nowe/Dajwor_fotoHERO.jpg');
}

.bg-cover {
  background-size: cover;
}

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-\[16px\] {
  padding: 16px;
}

.p-\[24px\] {
  padding: 24px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[42px\] {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-\[48px\] {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[72px\] {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-\[96px\] {
  padding-top: 96px;
  padding-bottom: 96px;
}

.pb-\[24px\] {
  padding-bottom: 24px;
}

.pt-\[48px\] {
  padding-top: 48px;
}

.pt-\[72px\] {
  padding-top: 72px;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-yesevaone {
  font-family: Yeseva One, sans-serif;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[48px\] {
  font-size: 48px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.leading-\[180\%\] {
  line-height: 180%;
}

.text-crimson {
  --tw-text-opacity: 1;
  color: rgb(93 39 46 / var(--tw-text-opacity, 1));
}

.text-dgray {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.text-ldgray {
  --tw-text-opacity: 1;
  color: rgb(187 182 172 / var(--tw-text-opacity, 1));
}

.text-lgray {
  --tw-text-opacity: 1;
  color: rgb(227 224 216 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.opacity-\[15\%\] {
  opacity: 15%;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  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;
}

.outline {
  outline-style: solid;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[200ms\] {
  transition-duration: 200ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: 'Yeseva One';

  src: url('./assets/font/YesevaOne-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

@font-face {
  font-family: 'Poppins';

  src: url('./assets/font/Poppins-Regular.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;

  font-display: swap;
}

#PAGEWIDTH {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.1);
  padding: 4px;
  z-index: 9999999;
}

html {
  scroll-behavior: smooth;
}

#hamburgerBtn.active div:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}

#hamburgerBtn.active div:nth-child(3) {
  transform: translateY(-11px) rotate(45deg);
}

#hamburgerBtn.active div:nth-child(2) {
  opacity: 0;
}

.gradient-s4 {
  background: linear-gradient(90deg, #ffffff 30%, #E3E0D8 70%);
}

@media screen and (max-width: 1024px) {
  .gradient-s4 {
    background: linear-gradient(0deg, #ffffff 0px, #E3E0D8 80%, #E3E0D8 100%);
  }
}

#popup-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999999;
  background: rgba(255,255,255,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

#popup-modal {
  background: #fff;
  box-shadow: 0 6px 32px rgba(0,0,0,0.18);
  padding: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  /* --- Nie ustawiaj tu szerokości/height! --- */
}

#popup-modal .popup-img-link {
  display: block;
  width: 100%;
}

#popup-modal img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}

#popup-close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 8px;
  right: 8px;
  background: #fff;
  border: none;
  font-size: 2rem;
  line-height: 1;
  color: #333;
  cursor: pointer;
  z-index: 1;
  padding: 4px 12px;
  transition: background 0.15s;
  border-radius: 0px 0px 0px 12px;
}

#popup-close span {
  transform: translateY(-4px);
}

#popup-close:hover {
  background: #eee;
}

@media (max-width: 600px) {
  #popup-modal img {
    max-width: 98vw;
    max-height: 60vh;
  }
}

.carousel3d-container {
  position: relative;
  width: 880px;
  height: 460px;
  perspective: 100000px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel3d-card {
  position: absolute;
  width: 100%;
  height: 460px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition:
        transform 0.6s ease-in-out,
        box-shadow 0.25s ease-in-out,
        opacity 0.5s ease-in-out;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  box-sizing: border-box;
}

.carousel3d-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel3d-card.center {
  transform: translateX(-50%) scale(1) rotateY(0deg);
  z-index: 3;
  opacity: 1;
  pointer-events: auto;
}

.carousel3d-card.left {
  transform: translateX(-90%) scale(0.7) rotateY(24deg);
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.carousel3d-card.right {
  transform: translateX(-10%) scale(0.7) rotateY(-24deg);
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
}

.carousel3d-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 54px;
  border: none;
  background: rgba(255,255,255,1);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.07);
  font-size: 32px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 4;
  transition: background .15s;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.93;
}

.carousel3d-arrow span {
  transform: translateY(-3px);
}

.carousel3d-arrow.left {
  left: -20px;
}

.carousel3d-arrow.right {
  right: -20px;
}

.carousel3d-arrow:hover {
  background: #5D272E;
  color: white;
}

@media (max-width: 850px) {
  .carousel3d-container {
    width: 99vw;
  }

  .carousel3d-card, .carousel3d-card.center, .carousel3d-card.left, .carousel3d-card.right {
    width: 90vw !important;
    min-width: 180px;
    left: 50% !important;
  }

  .carousel3d-arrow.left {
    left: 2px;
  }

  .carousel3d-arrow.right {
    right: 2px;
  }
}

@media (max-width: 650px) {
  .carousel3d-card.left, .carousel3d-card.right {
    opacity: 0.23;
    pointer-events: none;
  }
}

.placeholder\:text-dgray::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.placeholder\:text-dgray::placeholder {
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.hover\:right-0:hover {
  right: 0px;
}

.hover\:bg-crimson:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(93 39 46 / var(--tw-bg-opacity, 1));
}

.hover\:text-crimson:hover {
  --tw-text-opacity: 1;
  color: rgb(93 39 46 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:border-dgray:focus {
  --tw-border-opacity: 1;
  border-color: rgb(98 98 98 / var(--tw-border-opacity, 1));
}

.active\:left-0:active {
  left: 0px;
}

@media (min-width: 640px) {
  .sm\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .sm\:from-ldgray {
    --tw-gradient-from: #BBB6AC var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(187 182 172 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:to-white {
    --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
  }

  .sm\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:-left-\[100px\] {
    left: -100px;
  }

  .md\:-top-\[100px\] {
    top: -100px;
  }

  .md\:bottom-\[24px\] {
    bottom: 24px;
  }

  .md\:left-\[100px\] {
    left: 100px;
  }

  .md\:left-\[110px\] {
    left: 110px;
  }

  .md\:left-\[180px\] {
    left: 180px;
  }

  .md\:left-\[40\%\] {
    left: 40%;
  }

  .md\:left-\[70px\] {
    left: 70px;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[96px\] {
    height: 96px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:-translate-x-\[128px\] {
    --tw-translate-x: -128px;
    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));
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    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));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-\[32px\] {
    gap: 32px;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-\[24px\] {
    padding: 24px;
  }

  .md\:px-\[80px\] {
    padding-left: 80px;
    padding-right: 80px;
  }

  .md\:pl-\[80px\] {
    padding-left: 80px;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pr-\[72px\] {
    padding-right: 72px;
  }

  .md\:pr-\[80px\] {
    padding-right: 80px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[48px\] {
    font-size: 48px;
  }

  .md\:text-\[64px\] {
    font-size: 64px;
  }

  .md\: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);
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-\[32px\] {
    left: 32px;
  }

  .lg\:top-\[50\%\] {
    top: 50%;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

  .lg\:w-\[50\%\] {
    width: 50%;
  }

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:max-w-\[70vw\] {
    max-width: 70vw;
  }

  .lg\:-translate-x-\[5px\] {
    --tw-translate-x: -5px;
    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-\[50\%\] {
    --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\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

  .lg\:p-\[24px\] {
    padding: 24px;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .xl\:w-\[30\%\] {
    width: 30%;
  }

  .xl\:w-\[70\%\] {
    width: 70%;
  }

  .xl\:px-\[120px\] {
    padding-left: 120px;
    padding-right: 120px;
  }

  .xl\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .xl\:pl-\[120px\] {
    padding-left: 120px;
  }

  .xl\:pl-\[200px\] {
    padding-left: 200px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pr-\[120px\] {
    padding-right: 120px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:px-\[280px\] {
    padding-left: 280px;
    padding-right: 280px;
  }

  .\32xl\:px-\[320px\] {
    padding-left: 320px;
    padding-right: 320px;
  }

  .\32xl\:pl-\[280px\] {
    padding-left: 280px;
  }

  .\32xl\:pl-\[30vw\] {
    padding-left: 30vw;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:pr-\[280px\] {
    padding-right: 280px;
  }

  .\32xl\:pr-\[30vw\] {
    padding-right: 30vw;
  }
}